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.

AM335X StarterWare

I want to use starterware on Bone and the evm sk is JTAG/CCS the only way to load the code for a bare bones system using the starterware examples?

Ifso is this starterware example code flashable so it can run from reset by itself

  • Mark,

    The BeagleBones I have have no on-board flash.  I did my development with CCS and the usb/xds100v2 link. 

    It is possible to build the bootloader project for MMC and put it on an SD card using the TI SD format utility, then build the StarterWare app and post process it for SD.  That is how I am building and booting my application now.  But unless you use the XDS interface, debugging is much more difficult.

    Gerry Belanger