newracom / nrc7292_sdk

NRC7292 Standalone SDK Package
http://www.newracom.com/product
MIT License
36 stars 13 forks source link

FOTA requirements #18

Open woutervhoof opened 1 year ago

woutervhoof commented 1 year ago

Hi!

I'm having trouble with getting the firmware over the air to work. I followed the aplication note and the server-side works like it should. However, I tried using my code and FOTA example on the Silex module and Alfa networks raspberry pi shield. Both stop at the function nrc_fota_is_support().

Can you confirm that both boards aren't supported for FOTA and what are the requirements for a module/board to be supported for FOTA? Is there a supported module available on the market right now?

Thanks in advance!

Wouter

webrtcccccc commented 1 year ago

Hi,

It seems that nrc_sf_get_size() >= 0x200000 can use fota, that is, the flash size needs to be greater than 2097KBytes