Hi,
I follow : http://processors.wiki.ti.com/index.php/Linux_Debug_in_CCSv5 (part Creating A Source-code Project for the Kernel).4
I successfully create configuration (following steps). Basically I need debug why kernel doesn't boot up.
Alway when try to debug (press debug button) I got: Cortex_A8_0: GEL: Target must be connected before calling the function
Target is connected (stopped manually at u-boot countdown).
Also verify connection with Connect target (I can connect so chain must be OK).
When connected try to load vmlinux automatically but it also fails with:
Cortex_A8_0: File Loader: Data verification failed at address 0x00000000 Please verify target memory and memory map.
Cortex_A8_0: Unable to terminate memory download: NULL buffer pointer at 0x3a9f
Cortex_A8_0: GEL: File: /home/open-nandra/kernels/linux-2.6/vmlinux: a data verification error occurred, file load failed.