Environment: Ubuntu 12.04 64bits, CCS 5.3.0.00090, XDS100v2, AM335x EVM board
I was using the CCS in Windows and everything worked fine. Since I installed a Linux distribution on my machine things are not so great as they ware for my kernel debug.
I follow this configuration to set up the debug session: http://processors.wiki.ti.com/index.php/GSG:Debugging_projects_v5
But when I try to launch it, two errors appear in the console window (on the bottom):
IcePick_D_0: Error: (Error -150 @ 0x0) One of the FTDI driver functions used during configuration returned a invalid status or an error. (Emulation package 5.0.872.0)
CortxA8: Trouble Reading Register CPSR: (Error -1044 @ 0xFFFFFF66) The emulator reported an error. Confirm emulator configuration and connections, reset the emulator, and retry the operation. (Emulation package 5.0.872.0)
And the debug view tells me that the CortexA8 is In Reset
I searched for a solution and found this post, which btw that didn't help much: http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/t/160264.aspx
The connection test between the board and my target configuration file works just fine and at the end it tells me that The JTAG DR Integrity scan-test has succeeded.
I'm kinda lost here. Apparently, I'm using the same configurations that used to work on windows, so I'm thinking this could be a permission problem with some file(s) that CCS uses.
Can anyone share some thought of how to overcome this problem?
Thanks in advance.
Davi