[U-Boot] Uboot booting RTOS

Nishanth Menon menon.nishanth at gmail.com
Tue Apr 7 13:17:08 CEST 2009


rahanesh at tataelxsi.co.in said the following on 04/07/2009 01:01 AM:
> Hi,
>
> For the time being can I load RTOS using any elf loader through serial port.
> Does U boot have any elf loader. 
>
> How can I load a RTOS image(elf format) to memory through Serial cable from
> uboot terminal?
>   
Could you please try running the command "help" at uboot prompt and read
through what it says? here is one way: you would need a elf to binary
convertion then once you get a binary image use "loadb" command to
download that image to sdram, then use the "go" command to give control
to that image..

Regards,
Nishanth Menon


More information about the U-Boot mailing list