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:
parent
a40414d08c
commit
30703d1715
@ -196,7 +196,7 @@
|
|||||||
fdt set /memory@80000000 reg <0x0 0x80000000 0x0 0xc0000000>
|
fdt set /memory@80000000 reg <0x0 0x80000000 0x0 0xc0000000>
|
||||||
|
|
||||||
# Set kernel options
|
# 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
|
EOF
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user