[U-Boot-Users] Debugging U-Boot with BDI3000

2008-05-20 Thread onyxtape
Hi there, I have a BDI3000, and I was starting a remote GDB debugging session per the instructions on http://www.denx.de/wiki/DULG/DebuggingUBoot. I reset the target prior to running these commands. I've tried this with both U-Boot 1.3.2 and 1.3.3. When I enter the "target remote" command, it en

[U-Boot-Users] Running uC/OS-II on top of u-boot

2008-04-28 Thread onyxtape
Hello all, We have a PowerPC 440 EP (from a AMCC Yosemite evaluation kit) and we are in the process of evaluating OSes for it. The industrial strength ones (like vxWorks) are too much feature-wise and money-wise, so we're hoping to try out uC/OS-II. If someone has tried to do this before, I hav

Re: [U-Boot-Users] Booting Standalone App?

2008-01-30 Thread onyxtape
Wolfgang, Thank you for your reply. I've already read the documents that you have referenced before posting my first message. I had already gotten hello_world to run in u-boot without problems (by using the go command), so that is not an issue. My original question was - is it possible to boot

[U-Boot-Users] Booting Standalone App?

2008-01-29 Thread onyxtape
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 4 -e 40004 -n "Standalone" -d hello_world.bin.gz hello_wor