Hi,
I have a TWR-LS1021a Eva board and I am using LSDK1906 to build the kernel. My kernel version is 4.19.46
However, I want to disable
"Hit any key to stop autoboot: 0 " this feature every time during boot so I wont be able to access to the u-boot command window.
I did try to disable the tty during the menuconfig and also hacking kernel to make the console logs as less as possible but
still I can see the u-boot counting down during the boot time.
Anyone knows how to disable that counting down feature so no one can access to the u-boot prompt command window?
"Set this variable to
-2
to boot without delay and not check for abort." means, as per my understanding, that U-boot will skip this check and go directly to booting. This does not mean that you will never have access to the u-boot prompt, becausea) this setting can be changed back by modifying E-boot environment variables from Linux, as we already discussed
b) U-boot can boot Linux successfully only if Linux image is present and valid. In case if booting is not possible, U-boot will obviously stop.