Use the hvc0 console for the kernel

This commit is contained in:
Rodrigo Arias 2024-07-04 17:27:43 +02:00
parent eb7679f6a2
commit 9b37e2aed0

View File

@ -203,7 +203,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=ttyS0,115200n8 init=${init}"
setenv bootargs "root=/dev/ram0 loglevel=7 debug rw earlycon=sbi boot.trace console=hvc0 init=${init}"
EOF