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.

RE: BEAGLEBK: Flashing code during bootup

Other Parts Discussed in Thread: DLP2000

Greetings,

This is Himateja Katrenikona. I am new to the Beaglebone Black development board. Recently I faced an issue which i couldn't  really understand what was the issue and want to find if there is a way to fix it.

Issue-1:

While powering the Beaglebone black I press S2 button to avoid booting from linux. I flash the code from CCS using XDS110V JTAG Debugger. I found that If i power off the  board  and turn it back I could see that the it is not having my code up and running. Can you suggest me what I can do to make it available for every power cycle or reset? Thank you.

Thank you Nick for the response. As I said, I need to flash my code every time I power up the board. I wrote my code in RTOS . The debugger is flashing the code at address 0x800000000. So when I power up, the board is loosing the code that I flashed. What should I do to make the board jump to the application that I wrote after boot so I don't need to flash the code between power cycles?