Hello, EveryOne!
I am getting more familiar with CodeWarrior 10.3
Now can debug u-boot at all 4-stages.
And now i want to do my job faster.
I read from Document Number: AN4876
"
Similarly, you can go straight to board_init_f breakpoint:
1. reset hard
2. %>bp –hw board_init_f: Assuming that this breakpoint is not yet enabled in your
Breakpoints view.
3. %>setpicloadaddr reset: For a NOR flash setup, board_init_f runs in the address
range to which U-Boot was linked to. So, reset is ok.
4. %>go: It runs through all the various memory map changes and stops on board_init_f
breakpoint in NOR.
"
But i see:
%>bp –hw board_init_f
Error: unable to resolve location
%>setpicloadaddr reset
If the AN4876 document is obsolete now?
Or maybe i must load symbol table by hand?
I found command "help" in Debugger Console, it is encouraging, but maybe here some recent documents to read.
