I have a kernel built with "-g", both zImage and vmlinux for MPC8323E-RDB using buildroot-2010.11. I can run the target until a u-boot prompt, halt the target with the BDI2000, load either vmlinux or zImage into the target, but after I do a "target remote bdi2000:2001", although I can "stepi" through the first few dozen assembly instructions in vmlinux, I cannot seem to get anywhere with zImage.<br>
<br>I think I am bolloxed up in mmu/virtual/physical addresses.<br><br>Here is my recipe so far:<br><br>BDI> load zImage 0x00400000 <br>BDI> bi 0xc000xxxx <start_kernel from System.map><br><br>Host$ ddd --debugger powerpc....gdb vmlinux<br>
  (gdb) target remote bdi2000:2001<br>  (gdb) symbol-file vmlinux<br><br>At this point a "BDI> go" or a "(gdb) cont" ends up just resetting the board.<br><br>What am I stupidly doing wrong?<br clear="all">
<br>-- <br>Charles Krinke<br><br><br>