We have 1MB flash memory available can we use it to support OTA. We are receving updated binary through BLE and storing it to SD card using Arduino sketch at moment.
Can we use some Arduino Sketch to store this binary directly into flash/program memory. In bootloader we just change entry pointer to point to new downloaded firmware. new binary available or not can be indicated throguh EEPROM status flag.