From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nishanth Menon Date: Tue, 07 Apr 2009 06:17:08 -0500 Subject: [U-Boot] Uboot booting RTOS In-Reply-To: References: Message-ID: <49DB3634.5030400@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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