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.

installing application from ccs on beaglebone(starterware)

Hi

I am using starterware 02.00.00.07 on beaglebone.

I've successfully flashed and bootloaded demo app on sd card and run fine with tera term.

Now, I've make a simple program to toggle led on beaglebone using code composer studio. The code works fine, but when I reset the beaglebone or detach-attach usb cable, application loded on beaglebone doesn't execute. I don't know why is it happning? Is it due to bootloader can't find application?

Also, how can I make .bin file from builted code(elf file) on code composer studio?  

  • Hi,

       Are you connecting power cable or only USB cable?

      To convert elf to .bin refer the following command

    ../../../../../../../binary/armv7a/cgt_ccs/am335x/evmAM335x/accelerometer/${ProjName}.out  ../../../../../../../binary/armv7a/cgt_ccs/am335x/evmAM335x/accelerometer/${ProjName}.bin ${CG_TOOL_ROOT}/bin/ofd470.exe  ${CG_TOOL_ROOT}/bin/hex470.exe  ;${CCS_INSTALL_ROOT}/utils/tiobj2bin/mkhex4bin.exe

    you can also refer the post build step of existing projects.

    Regards

    Baskaran

  • Thank you for your reply.

    I am using USB cable.

    I am new to beaglebone and code composer. So, can you tell me how to use these commands in code composer?

    beaglebone debugs fine but the code that I've loaded isn't execute after the reset .why the application isnt' running after reset beaglebone?

    Thanks again.