From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Zeffertt Date: Tue, 01 Aug 2006 15:40:27 +0100 Subject: [U-Boot-Users] booting elf image? In-Reply-To: <8bf247760608010737n605fd143ob0d96dcb37205e31@mail.gmail.com> References: <8bf247760608010737n605fd143ob0d96dcb37205e31@mail.gmail.com> Message-ID: <44CF67DB.5010503@cambridgebroadband.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Ram wrote: > i, > i am using omap 5912osk. (ARM architecture). > > I have a C program: > int main ( ) > { > printf ("Hello World\n") ; > > } > > im compiling the c program with static linking. > > [sriram at sriram sriram]# file a.out > a.out: ELF 32-bit LSB executable, ARM, version 1 (ARM), for GNU/Linux > 2.4.3, statically linked, not stripped > > > I download the elf executable using tftpboot onto my target . when i do > bootelf u-boot > hangs? > > Am i missing something? > Yes. You need an operating system to run a.out. I recommend Linux.