Dear All,
I want to change the bootargs parameters as permanently from U-boot on source code.How can I set bootdelay change from 3 to 1 as default?
Best regards
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.
Dear All,
I want to change the bootargs parameters as permanently from U-boot on source code.How can I set bootdelay change from 3 to 1 as default?
Best regards
DM355 EVM # setenv bootdelay 1
DM355 EVM # saveenv
Saving Environment to NAND...
Erasing Nand...Writing to Nand... done
DM355 EVM #
Hi Brendy,
I have a problem, I changed my bootdelay to 0, as a result i am unable to stop booting to change bootargs.
Can u help me to solve this.
Thanks,