[U-Boot] multi kernel needed

hi every one.
i am working in a project that use the u-boot as boot loader, i do have two kernel images in the board i am using and i need the u-boot to try loading the first image, but in case of failure, i want the u-boot to go to the address of the second image. how can i do that?.
thanks a head, Sahar Mustafa.
_________________________________________________________________ Explore the seven wonders of the world http://search.msn.com/results.aspx?q=7+wonders+world&mkt=en-US&form=...

Dear nile smile,
In message BAY126-W5452E9768E3B91D71ABC4FD34B0@phx.gbl you wrote:
i am working in a project that use the u-boot as boot loader, i do have two kernel images in the board i am using and i need the u-boot to try loading the first image, but in case of failure, i want the u-boot to go to the address of the second image. h ow can i do that?.
It requires a two-step procedure.
The first step is reading the documentation, for example the example in section 14.2.11.3. "Hush shell scripts": http://www.denx.de/wiki/view/DULG/CommandLineParsing#Section_14.2.11.3.
Best regards,
Wolfgang Denk
participants (2)
-
nile smile
-
Wolfgang Denk