Re: [U-Boot-Users] ignoring bootdelay

Peter Poulsen wrote:
I'm trying to get my board to boot within 5 seconds. Unfortunately uboot seems to be ignoring bootdelay, and simply sits there and wait for me to type run jffs2boot. Here are my env variables. What am I missing? Thanks in advance.
<snip>
Hi Peter,
as it seems, "jffs2boot" is just set the "bootargs" variable, but doesn't load any kernel. So either your "bootcmd" is set wrongly or "jffs2boot" must be extended by some kind of load command and a "bootm" command.
Thanks a lot for your answer. I think the lines got broken so I have attached a new print. This time there should be no break lines. Btw. run jffs2boot starts fine enough. My problem is that I don't a 5 second time out to automatic startup.
/peter

In message 8638.193.89.194.31.1195224554.squirrel@mail.pgpoulsen.dk you wrote:
Thanks a lot for your answer. I think the lines got broken so I have attached a new print. This time there should be no break lines. Btw. run jffs2boot starts fine enough. My problem is that I don't a 5 second time out to automatic startup.
Then your board configurationis broken. You probably don't define CONFIG_BOOTDELAY ...
Best regards,
Wolfgang Denk
participants (2)
-
Peter Poulsen
-
Wolfgang Denk