Skip to content

Commit

Permalink
grub: Fix console option for Onlogic FR201 device
Browse files Browse the repository at this point in the history
Set default consoles to tty1 instead of tty0, so getty won't start in the
default console and clashes with TUI Monitor.

Signed-off-by: Renê de Souza Pinto <rene@renesp.com.br>
  • Loading branch information
rene authored and OhmSpectator committed Jan 10, 2025
1 parent 1436a36 commit a76f865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/grub/rootfs.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ function set_arm64_baremetal {
smbios -t 1 -s 5 --set smb_product
if [ "$smb_product" = "FR201" ]; then
set_to_existing_file devicetree /boot/dtb/broadcom/bcm2711-rpi-cm4-fr201.dtb
set_global dom0_console "console=ttyS0,115200 console=tty0 earlycon=tty0"
set_global dom0_console "console=ttyS0,115200 console=tty1 earlycon=tty1"
set_global dom0_platform_tweaks "eve_install_disk=mmcblk0 eve_persist_disk=sdb"
fi
fi
Expand Down

0 comments on commit a76f865

Please sign in to comment.