Hi,

I found a srec loader when I ran help command. 
Using objcopy it is possible to convert an elf format to srec file format.
After that srec loading , a Go command should be enough. I will try this and
inform you guyz

Thanks
Rahanesh
 

-----Original Message-----
From: Nishanth Menon [mailto:menon.nisha...@gmail.com] 
Sent: Tuesday, April 07, 2009 4:47 PM
To: rahan...@tataelxsi.co.in
Cc: 'Scott Wood'; u-boot@lists.denx.de
Subject: Re: [U-Boot] Uboot booting RTOS

rahan...@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


The information contained in this electronic message and any attachments to 
this message are intended for the exclusive 
use of the addressee(s) and may contain proprietary, confidential or privileged 
information. If you are not the intended
 recipient, you should not disseminate, distribute or copy this e-mail. Please 
notify the sender immediately and destroy
 all copies of this message and any attachments contained in it.


_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to