I'm trying to use bdi2000+gdb to debug u-boot. The image is ROM image
on flash, whenever I connect gdb to bdi, I saw execution stops at:<br>
<br>
_start: /* time t 0 */<br>
&nbsp;&nbsp;&nbsp; li&nbsp;&nbsp;&nbsp; r21, BOOTFLAG_COLD&nbsp; /* Normal Power-On: Boot from FLASH*/ ===&gt;here<br>
&nbsp;&nbsp;&nbsp; nop<br>
&nbsp;&nbsp;&nbsp; b&nbsp;&nbsp;&nbsp; boot_cold<br>
<br>
Then though I can set break point, e.g. cpu_init_f, but when continue
running break point never stops execution and u-boot just runs by
itself.<br>
<br>
Does it mean I can only debug ram image? does anyone has experience on this could shed some lights?<br>
<br>
Thanks.<br>
<br>
- Reeve<br>