Hi everyone,
I'm trying to find a solution for large OTA updates (over 70% of storage space) for my MKRNB1500.
My general direction is to use an external flash (Winbond W25Q for example) to store the update, and do something along the lines of:
Download update from server (with ArduinoHttpClient for example)
Save update on external flash (W25Q)
Flash the board with the new update from the external flash
I've seen solutions using an SD card and the SDU library, but since I have an external flash already connected and no physical room for an additional SD card this solution is not relevant for me.
I use the SDU lib because i also want to have a hands on solution (Insert a card for a firmware update). SDU and SSU doesn't work together - so i can't help with SSU questions.
No, sorry absolutely no, this gonne be a tough one.
Wouldn't it be very easy to ad a SD card reader which gives you also the possibility to update by hand?