[U-Boot-Users] can't save environment variable "bootdelay"

Martin Krause Martin.Krause at tqs.de
Thu Oct 25 11:00:05 CEST 2007


sun wrote on Thursday, October 25, 2007 10:49 AM:
> Hi,all
> 
>     Why i can't change the environment variable "bootdelay" ,when i
> changed it to bootdelay=5 or bootdelay=1,when i reboot the board and
> print the bootdelay still be bootdelay=3, Why? 

Did you save your environment before rebooting? The following commands should
set the variable permanently:

# setenv bootdelay 5
# save

Best regards,
Martin Krause




More information about the U-Boot mailing list