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?

Thanks
Rahanesh

-----Original Message-----
From: Scott Wood [mailto:scottw...@freescale.com] 
Sent: Tuesday, April 07, 2009 1:56 AM
To: rahan...@tataelxsi.co.in
Cc: u-boot@lists.denx.de
Subject: Re: [U-Boot] Uboot booting RTOS

On Mon, Apr 06, 2009 at 03:44:43PM +0530, rahan...@tataelxsi.co.in wrote:
> When i power on the board(OMAP3530 based from Mistral) uboot prompt 
> comes up. Now how do i boot an RTOS which is also residing in NAND 
> Flash at different offset.?
>  
> Can i acheive this without changing the source code of current Uboot. ? 

Yes.  Use "nand read" to copy the image into RAM, then jump to it using
whatever mechanism is appropriate for your image.

-Scott


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