This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Newbie in need of help with BeagleBone using CCS



Hi

I'm struggling a bit getting the Beagle board to work in CCS (StarterWare is installed). I read the getting started manual still I haven't been able to run the simple GPIO LED project. I did manage to get the browser IDE up running easily but the CCS approach just wont work. The hardware seems to work fine.

The board is connected to the PC using USB. The flash card in installed and mounts fine.

I import the GPIOledBlink project to CCS and it builds with no errors. I copied the bbone-target-config.ccxm file to the target-directory and I can launch it fine and sometimes I can connect to target but sometimes I can't. When I can't I get this message:

Error connecting to the target:
(Error -151 @ 0x0)
One of the FTDI driver functions used during
the connect returned bad status or an error.
The cause may one or more of: invalid emulator serial number,
blank emulator EEPROM, missing FTDI drivers, faulty USB cable.
Use the xds100serial command-line utility in the 'common/uscif'
folder to verify the emulator can be located.
(Emulation package 5.0.569.0)

When that happens I pull the USB cable out of the computer and restart CCS and I can then launch the target fine and the debug windows prompts that the CortexA8 is suspended. I'm guessing at this point everything is fine?

In the gpioLEDblink code I commented out everything in the while(1) loop such that I expect no LEDs to toggle but when I press F8/resume then the LEDs starts to toggle in some random manner; my code doesn't seem to get to the board.

I'm hoping that some friendly soul out there can provide me some direction here because I can't seem to get this simple project to run.

BTW I'm new with Eclipse+BeagleBoard so I might have missed something fundamental here.

Thanks

Thomas