Can we perform image upgrade even when the SPI flash is full Topic is solved

If you have a simple question and just want an answer.
User avatar
sethu_jangala
XCore Expert
Posts: 589
Joined: Wed Feb 29, 2012 10:03 am

Can we perform image upgrade even when the SPI flash is full

Post by sethu_jangala »

SPI Flash consists of:- Bootloader+Factory Firmware- FW Upgrade 1- FW Upgrade 2...- FW Upgrade nwhat happens when the memory ends? Next upgrade FW will be written at 1st position overwriting the previous upgrade?
View Solution
User avatar
sethu_jangala
XCore Expert
Posts: 589
Joined: Wed Feb 29, 2012 10:03 am

Post by sethu_jangala »

The XFLASH utility will fail, indicating there is no more memory available for the upgrade image. You can alternatively use the flashlib API to create your own DFU process where you can erase / replace upgrade images.