[PATCH] images: pinebook-pro: Fix default serial port.

  • Done
  • quality assurance status badge
Details
2 participants
  • Caliph Nomble
  • Mathieu Othacehe
Owner
unassigned
Submitted by
Caliph Nomble
Severity
normal
C
C
Caliph Nomble wrote on 19 Jan 2021 23:34
(address . guix-patches@gnu.org)(name . Caliph Nomble)(address . calnomble@protonmail.com)
rffgE2lkUONnqpUETaXwBYk4CjSoYn6vyFObd7Na8@cp3-web-024.plabs.ch
* 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(-)

Toggle diff (15 lines)
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
M
M
Mathieu Othacehe wrote on 20 Jan 2021 13:45
(name . Caliph Nomble)(address . calnomble@protonmail.com)(address . 45997-done@debbugs.gnu.org)
87r1mfzsir.fsf@gnu.org
Toggle quote (3 lines)
> * gnu/system/images/pinebook-pro.scm (pinebook-pro-barebones-os)[services]:
> Start agetty on ttyS2 instead of ttyS0.

Pushed, thanks!

Mathieu
Closed
?