This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

xds100 v2 debugger with ti8168

Hi all,

      I am using xds100-v2 debugger for u-boot debugging on ti8168.

I have setup CCS studio and able to connect to target. After I connect to target, from the options I am loading the program u-boot executable from the same source which I used for building u-boot.bin. On my SD card I have u-boot.bin.

Major issue is symbols are not matching, When I tried debugging step by step a set of statements which are one below the other, CCS is jumping here and there, 

for example :

statement 1;

statement 2;

statement 3;

statement 4;

if my break point is at statement 1  if I press F5 its not moving to statement 2 instead it jumps to random location in that file, when I press F5 again then it comes to statement 2.

I suspect this is mainly because of symbol mismatch, how can I resolve this issue.

After any modifications to source, I have clean built and started debugging.

Is there any other way in loading the program, or which file I have to use in the u-boot for loading.

Please help me in this issue...

Thanks