Hi,
There is anyway to flash sd card with StarterWare files (MLO + app ) without remove from BeagleBone Black ?
I would like to update the app by USB or Serial without remove the card from the board.
Thanks in advance.
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,
There is anyway to flash sd card with StarterWare files (MLO + app ) without remove from BeagleBone Black ?
I would like to update the app by USB or Serial without remove the card from the board.
Thanks in advance.
You have to do that within your app for wour own. Means you have to implement an own protocol within your Starterware-App that recieves the data from a host system and writes them to SD card. Next you have to reboot your BBB to get the updated code running.