Hi,
I am a new bee to CCS. I am using ccs v5 (my target board is panda omap 4460 evalboard) for compiling and debugging my Linux kernel code. I had followed the below steps for creating the CCS project and compiling the project
(Referred to the link : http://processors.wiki.ti.com/index.php/Linux_Debug_in_CCSv5 -> Stop mode Debug)
[1] Created a new C/C++ project by selecting File --> New --> Project and select Makefile Project with Existing Code.
[2] In the section Existing Code Location, clicked on Browse... and point to the root directory of the Linux kernel source tree. Left the toolchain as <none> and clicked Finish.
[3] Project Explorer view, right clicked and selected Build Options..., then selected C/C++ Build in the left tree and the tab Behaviour. Unchecked all the build rules boxes and clicked OK.
[4] Created a new target configuration file with below options:
(i) Under Basic Section
Connection = Blackhawk USB560 BP Emulator , 20 pin JTAG Cable
Board or Device = OMAP4460
[5] Run -> Debug configuration
The debug configuration failed with below error message
Error Message:
IcePick_D: Error initializing emulator: (Error -2083 @ 0x0) Unable to communicate with the emulator. Confirm emulator configuration and connections, reset the emulator, and retry the operation. (Emulation package 5.0.520.0)
IcePick_D: Error: (Error -2172 @ 0x0) Unable to communicate with the emulator. Confirm emulator configuration and connections, reset the emulator, and retry the operation. (Emulation package 5.0.520.0)
C646X_0: Failed to retrieve the Wait in Reset Mode: Failed to get PRSC status
ARM9_ICONT1: Failed to retrieve the Wait in Reset Mode: Failed to get PRSC status
ARM9_ICONT2: Failed to retrieve the Wait in Reset Mode: Failed to get PRSC status
I had checked the connections, all are fine.
Can any one guide me
[1] How to compile and debug the kernel code in simulator mode (with out any connecting to target)
[2] How to connect to target board & debug the loaded kernel code.
Thanks in advance
Kiran.