Tool/software: Code Composer Studio
Hi:
Is there any manual or guide of using CCS and JTAG to debug spl(MLO) for dra718? I can not add breakpoints using am335x manual
thanks
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.
Tool/software: Code Composer Studio
Hi:
Is there any manual or guide of using CCS and JTAG to debug spl(MLO) for dra718? I can not add breakpoints using am335x manual
thanks
Hi venkat:
after I load symbols from the u-boot-spl ,I add breakpoints to hwinit-common.c ->early_system_init->hw_data_init() ,but it still indicates that no code is associated with "../arch/arm/lib/hwinit-common.c" ,line 148 in "......" ,the the actual path of hwinit-common.c is at arch/arm/cpu/armv7/omap-common/hwinit-common.c
thanks
Hi venkat:
after I load symbols from u-boot-spl ,I add breakpoints(type is code composor studio) to hwinit-common.c->early_system_init->hw_data_init, but it still indicates that
"no code is associated with "../arch/arm/lib/hwinit-common.c" ,line 146 in “..........” , the actual path of hwinit-common.c is at arch/arm/cpu/armv7/omap-common/hwinit-common.c .
So is there any way that I can set my path of u-boot after I load symbols or anything?
thanks