Part Number: AM3358
Tool/software: Code Composer Studio
Is it possible to target Beaglebone Black via CCS using the usb chord provided by BBB? If so what do I specify as connection in target configuration files?
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.
Part Number: AM3358
Tool/software: Code Composer Studio
Is it possible to target Beaglebone Black via CCS using the usb chord provided by BBB? If so what do I specify as connection in target configuration files?
Mayank,
The Beaglebone black does not have an on-board debug probe. Thus you cannot do JTAG based debugging in CCS by just connecting the USB cable. The Beaglebone white had an on-board debug probe. Instead with the black you have to solder on a JTAG header and then use an external debug probe.
Here are a couple of links that I found that describe how to do this:
https://blog.parr.us/2014/11/14/beaglebone-black-debugging-via-ti-usb100v2-jtag-emulator/
https://www.twosixlabs.com/running-a-baremetal-beaglebone-black-part-1/
Regards,
John