Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
9 years, 8 months ago.
Remote updating Arch Max
Hello,
is it possible to update the program of an Arch Max without the connection to a computer, eg. downloading it from internet or getting it from USB-stick or SD card? I guess with LPC1768 its possible via LocalFileSystem Class, but that library seem only to work on some few old platforms.
Anyone have an idea how to do this? Any information is helpful.
Thanks, Michael
1 Answer
9 years, 8 months ago.
Have a look at for example https://developer.mbed.org/users/ebowles/notebook/freescale-bootloader-fota-firmware-over-the-air---/ and http://developer.mbed.org/users/Sissors/code/Bootloader_K64F/.
That is for another MCU, and it for sure won't be trivial :). Doing it offline might be easier than online (due to more compiler options for memory locations).