Skip to content

Commit 28b4038

Browse files
committed
SL Micro 6.1: Add section on aarch64 console
Signed-off-by: Andreas Färber <afaerber@suse.com>
1 parent 680cc14 commit 28b4038

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

adoc/micro/version61.adoc

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,26 @@ include::shared.adoc[tags=61,leveloffset=+3]
7272

7373
include::kernel-micro-60-aarch64.adoc[leveloffset=+1]
7474

75+
[#bsc-1229336]
76+
==== Changed default console settings optimized for servers
77+
78+
{productnameshort} {previous-version} used default kernel command line
79+
console settings optimized for {rpireg} devices. This allowed for a
80+
convenient evaluation on those devices but led to problems and the need for
81+
configuration changes when deploying to other machines.
82+
83+
{productnameshort} {this-version} uses default kernel command line
84+
settings optimized for standards-compliant devices:
85+
86+
* For console output on the {rpi} GPIO header you may need to specify
87+
`console=ttyS0,115200n8` in the GRUB menu.
88+
* For console output on a graphical display you may need to add
89+
`console=tty0`.
90+
* You may need to configure your system firmware to default output to your
91+
preferred location.
92+
93+
include::../common/aarch64-console.adoc[]
94+
7595
=== Removed and deprecated features and packages
7696

7797
// This section is intended as a quick-to-consume list of deprecations/removals

0 commit comments

Comments
 (0)