Can we perform image upgrade even when the SPI flash is full Topic is solved
-
- XCore Expert
- Posts: 589
- Joined: Wed Feb 29, 2012 10:03 am
Can we perform image upgrade even when the SPI flash is full
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
-
- XCore Expert
- Posts: 589
- Joined: Wed Feb 29, 2012 10:03 am
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.