[U-Boot] Booting automatically a binary image

Hi list,
I'd like to know how to configure u-boot in order to boot automatically a binary image, so when i reset my board i can get my program running.
Regards, Ivan Llopard.

Hi Ivan,
I'd like to know how to configure u-boot in order to boot automatically a binary image, so when i reset my board i can get my program running.
Documentation sometimes can answer such questions:
http://www.denx.de/wiki/view/DULG/UBootEnvVariables
Check at least 'bootcmd' and 'bootdelay'.
Cheers Detlev

I found the problem!, i tried with the environment variables but it didn't work. In fact, i have not defined CONFIG_AUTOBOOT_DELAY in my config file, so i couldn't even see any autoboot attemp.
Regards, Ivan Llopard.
2009/10/16 Detlev Zundel dzu@denx.de
Hi Ivan,
I'd like to know how to configure u-boot in order to boot automatically a binary image, so when i reset my board i can get my program running.
Documentation sometimes can answer such questions:
http://www.denx.de/wiki/view/DULG/UBootEnvVariables
Check at least 'bootcmd' and 'bootdelay'.
Cheers Detlev
-- You see, the best way to solve a problem is to rigorously define it in terms of other people's problems, and then run away quickly. -- Roland McGrath -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: dzu@denx.de
participants (2)
-
Detlev Zundel
-
Ivan Llopard