Tool/software: Linux
Dear ti,
With the help of Yordan Kamenov, I can now debug C code in the spl image before relocate. i.e. the board_init_f part.
After that spl relocate itself to 0x82000000 by the function call spl_relocate_stack_gd as:
Then i cannot step into board_init_r part after this operation.
I have tried to load symbol with the 'code offset' & 'data offset' filled with 0x82000000 and then set hardware breakpoint at the entry of function board_init_r.
But it would not stop at the breakpoint. It seem that the relocate address is wrong. I got no souce files available in the ccs.
How should i solve this?
Regards,
Liu Gan





