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?