Firmware Update Strategy

20 Jan 2017

We are thinking of using WiFi to do firmware update. There is an existing material: https://developer.mbed.org/forum/team-63-Bluetooth-Low-Energy-community/topic/5169/ but this firmware is specific to nRF51822 and BLE, but we are using NUCLEO L073RZ and use an external WiFi module.

Our initial strategy is use a WiFi module to download the latest .bin from a webserver then save it to a SD card or EEPROM. Then we would have to load the .bin somehow from the SD card. Is there an acceptable strategy to do this?