Use the ttyS0 device for the console

For now it seems to be outputting the log properly, but it doesn't read
anything in the initrd input console.
This commit is contained in:
Rodrigo Arias 2024-07-03 16:09:38 +02:00
parent a40414d08c
commit 30703d1715

View File

@ -196,7 +196,7 @@
fdt set /memory@80000000 reg <0x0 0x80000000 0x0 0xc0000000>
# Set kernel options
setenv bootargs "root=/dev/ram0 loglevel=7 debug rw earlycon=sbi boot.trace console=hvc0 init=${init}"
setenv bootargs "root=/dev/ram0 loglevel=7 debug rw earlycon=sbi boot.trace console=ttyS0,115200n8 init=${init}"
EOF