GNU bug report logs - #45997
[PATCH] images: pinebook-pro: Fix default serial port.

Previous Next

Package: guix-patches;

Reported by: Caliph Nomble <calnomble <at> protonmail.com>

Date: Tue, 19 Jan 2021 22:35:02 UTC

Severity: normal

Tags: patch

Done: Mathieu Othacehe <othacehe <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 45997 in the body.
You can then email your comments to 45997 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#45997; Package guix-patches. (Tue, 19 Jan 2021 22:35:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Caliph Nomble <calnomble <at> protonmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 19 Jan 2021 22:35:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Caliph Nomble <calnomble <at> protonmail.com>
To: guix-patches <at> gnu.org
Cc: Caliph Nomble <calnomble <at> protonmail.com>
Subject: [PATCH] images: pinebook-pro: Fix default serial port.
Date: Tue, 19 Jan 2021 22:34:23 +0000
* gnu/system/images/pinebook-pro.scm (pinebook-pro-barebones-os)[services]:
Start agetty on ttyS2 instead of ttyS0.
---
 gnu/system/images/pinebook-pro.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/system/images/pinebook-pro.scm b/gnu/system/images/pinebook-pro.scm
index 02a0b8132d..22997fd742 100644
--- a/gnu/system/images/pinebook-pro.scm
+++ b/gnu/system/images/pinebook-pro.scm
@@ -51,7 +51,7 @@
                               (extra-options '("-L")) ; no carrier detect
                               (baud-rate "115200")
                               (term "vt100")
-                              (tty "ttyS0")))
+                              (tty "ttyS2")))
                     %base-services))))
 
 (define pinebook-pro-image-type
-- 
2.26.2






Reply sent to Mathieu Othacehe <othacehe <at> gnu.org>:
You have taken responsibility. (Wed, 20 Jan 2021 12:46:02 GMT) Full text and rfc822 format available.

Notification sent to Caliph Nomble <calnomble <at> protonmail.com>:
bug acknowledged by developer. (Wed, 20 Jan 2021 12:46:02 GMT) Full text and rfc822 format available.

Message #10 received at 45997-done <at> debbugs.gnu.org (full text, mbox):

From: Mathieu Othacehe <othacehe <at> gnu.org>
To: Caliph Nomble <calnomble <at> protonmail.com>
Cc: 45997-done <at> debbugs.gnu.org
Subject: Re: [bug#45997] [PATCH] images: pinebook-pro: Fix default serial port.
Date: Wed, 20 Jan 2021 13:45:16 +0100
> * gnu/system/images/pinebook-pro.scm (pinebook-pro-barebones-os)[services]:
> Start agetty on ttyS2 instead of ttyS0.

Pushed, thanks!

Mathieu




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 18 Feb 2021 12:24:11 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 66 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.