Hi there,
I spent a while searching the forum but didn't find hints targeting my question: I want the Mega to boot from a hex-file from the SD card.
While it is obviously possible to transfer a compiled sketch to the Arduino Mega via an Ethernet connection, what is necessary to reset the board and make it to boot from a new program file from the SD card?
Eventually, I'd like to have both options:
I spent a while searching the forum but didn't find hints targeting my question: I want the Mega to boot from a hex-file from the SD card.
While it is obviously possible to transfer a compiled sketch to the Arduino Mega via an Ethernet connection, what is necessary to reset the board and make it to boot from a new program file from the SD card?
Eventually, I'd like to have both options:
- Upload compiled sketches to the Arduino the ordinary way from the IDE via USB cable
- Arbitrary reset the Arduino (by program) to initiate a boot from a previously provided file on the SD card