Part Number: PROCESSOR-SDK-AM335X
Tool/software: Code Composer Studio
I'm using am335x-evm board with sdk-linux-rt-am335x-evm-04.01.00.06 and CCSv7
I want to debug kernel module over JTAG (blackhawk USB560v2) . When the module is build-in I have no issues with debbuging, however loadable .ko file gives error when i try to put brake point - it says there is no code associated with the brakepoint location.
After insmod i use "cat /sys/module/mymodule/sections/.text" to get code offset for the module then "Load Symbols.." from CCS debug menu. I have also DEBUG_INFO set in kernel configuration.
Is it because CCS cannot load correctly symbols from .ko file ?