From mboxrd@z Thu Jan 1 00:00:00 1970 From: onyxtape Date: Tue, 29 Jan 2008 15:51:05 -0800 (PST) Subject: [U-Boot-Users] Booting Standalone App? Message-ID: <15172456.post@talk.nabble.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi there, So what are the steps to get u-boot to boot the hello_world example? I'm evaluating the PowerPC 440-based AMCC Yosemite board. This is what I have done: gzip hello_world.bin mkimage -A ppc -0 linux -T standalone -C gzip -a 40000 -e 40004 -n "Standalone" -d hello_world.bin.gz hello_world.ub Then I loaded the ub file onto the board at 0x40000. Then when I tried to bootm 40000, it would uncompress the standalone app (Uncompressing Standalone Application ... OK) then stop after showing 2 symbols. What am I doing wrong? I'm a complete newbie to u-boot and I've tried to find discussions online and reading the DULG, but I'm not having too much luck... Thanks! -- View this message in context: http://www.nabble.com/Booting-Standalone-App--tp15172456p15172456.html Sent from the Uboot - Users mailing list archive at Nabble.com.