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

2008-05-20 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > The BDI config file for the Yosemite board on the U-Boot manual doesn't wor > k (I can't erase the full range of flash between 0xFC00 to 0x), > so I've been using the one provided by AMCC. I doubt that. The examples in the manual are gene

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

2008-05-20 Thread M C
Wolfgang, The BDI config file for the Yosemite board on the U-Boot manual doesn't work (I can't erase the full range of flash between 0xFC00 to 0x), so I've been using the one provided by AMCC. When I do a reset halt, the PC does get set to 0xFFFC (please see below). But GDB s

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

2008-05-20 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > When I enter the "target remote" command, it ends up in 0x instead > of the reset vector at 0xfffc. I have pasted my commands below. Can > anyone tell me what I'm missing? I just want to step through a few > instructions and verify that the

[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