A bit of a warning to start this off, I've never developed in an embedded Linux environment before. Beginner steps are appreciated.
My Setup:
TI AM335x EVM Starter Kit
Ubuntu 12.04
CCS V6
Linux SDK 07.00.00.00
I am able to program and debug on the EVM SK without an SD card inserted using the TI XDS100v2 USB debug probe emulator.
I am able to successfully boot the EVM SK from NFS.
I am able to establish an SSH connection within CCS V6 to the EVM SK.
I have set up my CCS project to be in the target NFS /home/root directory. For now I'm just trying to get a simple hello world program up to verify I can debug the NFS.
I am using a working target configuration file (it worked without the SD card inserted at any rate, and I didn't see any options that looked relevant to change).
When I try to debug I get Error -1204 @ 0x3D5B: Unable to access the DAP. Reset the device, and retry the operation.
I'm using Emulation package 5.1.507.0
What do I need to do to resolve this issue? It seems like its resolvable, but I haven't found anything that's in the beginner-ish range.
Thanks in advance.