Hi,
I follow the U-boot Debug in CCSv5 as below link:
http://processors.wiki.ti.com/index.php/U-boot_Debug_in_CCSv5
But I had 2 problems when I want to do as "handling relocation" suggests:
1. I stop the CPU with a HW breakpoint at "relocate"(I can not find board_init_f in U-boot), and try to examine the id->id->relocaddr in Variables view. But I can not find any thing there.
2. I also can not see the source code when breakpoint stop the CPU. In the source code view, it says"No source code available for 0x80e800a0" View disassembly. I can not only single step the code in disassembly view. Even I open the start.S file manually, the program counter does not change in start.S like the one in disassembly view. If I double click the line of source of start.S to enable a breakpoint, the breakpoint is added into the Breakpoint view but it seems not working(won't stop the CPU).
Can any one help with these 2 questions? I think it is crucial to bringing the board up in the early stage. thanks in advance.
Anthony