[U-Boot] Autoboot U-boot 2009.11-rc1

Hello everyone,
I am new to this mail list. I am trying to do autoboot in u-boot but it does not work. I have set bootdelay and bootcmd variables. It seems as though bootcmd is not executed and bootdelay is not even used. I always have to manually type in a command such as "run flashramboot" to run Linux and I am trying to automate this. I am currently using U-boot 2009.11-rc1 with an MPC8308. I have searched everywhere online and it seems that it should be as simple as setting the bootdelay and bootcmd variables, but it has not worked for me. Any help would be appreciated. Thank you.
Regards,
Marcos

On Mon, 7 Mar 2011 18:25:29 -0500 "Male, Marcos" Marcos.Male@nielsen.com wrote:
Hello everyone,
I am new to this mail list. I am trying to do autoboot in u-boot but it does not work. I have set bootdelay and bootcmd variables. It seems as though bootcmd is not executed and bootdelay is not even used. I always have to manually type in a command such as "run flashramboot" to run Linux and I am trying to automate this. I am currently using U-boot 2009.11-rc1 with an MPC8308. I have searched everywhere online and it seems that it should be as simple as setting the bootdelay and bootcmd variables, but it has not worked for me. Any help would be appreciated. Thank you.
What value was CONFIG_BOOTDELAY set to when you built U-Boot? It must be set to a non-negative value for the feature to be compiled in at all.
-Scott
participants (2)
-
Male, Marcos
-
Scott Wood