Ann Cheng
Ann Cheng
@sunnywang-arm @edhay I am not that familiar with UEFI built, but ack to @r1chard-lyu's updated, I encountered exactly the same issue as Richard's just like I mentioned in the mail....
I cannot find root.sh in entire file system which is used by initab, is this set correctly? https://github.com/ARM-software/arm-systemready/blob/fd9e41c9551372ef0ed749963a17ca5c897e2dff/common/ramdisk/inittab#L33
@chetan-rathore Here is Linux Kernel document to explain how /dev/console binds to getty (tty0 – graphic mode, ttyS0 – Serial console for 16550, ttyAMA0 – ARM UART PL011). [serial-console](https://www.kernel.org/doc/html/latest/admin-guide/serial-console.html) I've...