Hello,
I'm using vocore2, when I try to boot vocore2, initially there are some options are shown, on how to boot .
"
Please choose the operation:
0: Load system code then write to Flash via Serial.
1: Load system code to SDRAM via TFTP.
2: Load system code then write to Flash via TFTP.
3: Boot system code via Flash (default).
4: Entr boot command line interface.
5: Load system code then write to Flash via USB Storage.
7: Load Boot Loader code then write to Flash via Serial.
9: Load Boot Loader code then write to Flash via TFTP.
"
actually, this waits 5 seconds to select the boot process, if nothing is entered, it follows the default way to boot.
So how do I need to boot the system with 3rd option without asking for any options to enter?
Use option 4 then at the command prompt run setenv bootdelay=1 and saveenv.
This reduces the delay time to 1 second from 5. Setting it to 0 is also possible, but that prevents ever using the other options to de-brick the router.
Thanks for your response, I tried to follow what you suggested, but when I try to print that environment variable it says no environment variables found, and after rebooting, again I'm getting 5 seconds delay to select the boot option.