Part Number: EVMK2H
Tool/software: Linux
Hi,
I need to modify the u-boot. I need instructions on how to modify it, specifically i need to remove the 3 second waiting time before EVM enters autoboot.
Best Regards
Sheraz Javaid
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Part Number: EVMK2H
Tool/software: Linux
Hi,
I need to modify the u-boot. I need instructions on how to modify it, specifically i need to remove the 3 second waiting time before EVM enters autoboot.
Best Regards
Sheraz Javaid
Hi Sheraz,
You have no need to modify the u-boot source to configure it to boot with no delay. The simplest way is to set bootdelay environment variable to 0. For more detail see u-boot environment variable description at:

Also you can change the value of CONFIG_BOOTDELAY in u-boot config file and then rebuild the u-boot. For more details refer to u-boot README file:

BR
Tsvetolin Shulev