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

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?
thanks!
--------------------------------- @yahoo.cn 新域名、无限量,快来抢注!

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

In message 49496.81401.qm@web15602.mail.cnb.yahoo.com you wrote:
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?
Because you forgot to "ssaveenv" or you made a common mistake? See http://www.denx.de/wiki/view/DULG/UBootCmdGroupEnvironment#Section_5.9.6.3. and search for "common mistake".
--0-1437917616-1193302147=:81401 Content-Type: text/html; charset=gb2312 Content-Transfer-Encoding: 8bit
And never post HTML here!
Best regards,
Wolfgang Denk

no I have run "save",but it doesn't work.
--------------------------------- 雅虎邮箱,终生伙伴!

In message 363060.4577.qm@web15603.mail.cnb.yahoo.com you wrote:
no I have run "save",but it doesn't work.
Then fix your board port, it is broken.
Content-Type: text/html; charset=gb2312 Content-Transfer-Encoding: 8bit
And *stop* posting HTML here.
Wolfgang Denk
participants (3)
-
Martin Krause
-
sun
-
Wolfgang Denk