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.
Hi,
How do I setup CCS to upload code to the BBB on windows? I understand that I can't debug (I'm using the USB and not a JTAG) but how do I configure the USB connection?
I've tried following the instructions in the pdf below, but I don't have a Linux OS/VM working at the moment, so I can't install the Arm Arago GCC tool chain that comes with SDK. I'm using the default the compiler settings in CCS.
http://www.compel.ru/wordpress/wp-content/uploads/2012/10/BeagleBone_labs_ver2.pdf
Hi Sean,
You can still use the remote systems explorer to copy your program from your host machine to the target file system. You don't need a linux host OS to do this. But you will need an ethernet connection with your BBB. Using the remote systems explorer is shown in section 3 of the document you referenced.
The Linux Debug training module also shows an example of the remote systems explorer (starting at slide 44)
http://processors.wiki.ti.com/index.php/CCS_Modules_Library#Linux_Debug
Thanks
ki