Hello,
I'm trying to migrate my deployed devices to the nRF5 SDK for Mesh 4.2.0 (with connected nRF5 SDK 17.0.2). On the field I have several devices with nRF5 SDK for Mesh 3.0.0 and other based on nRF5 SDK for Mesh 2.2
I'm setting up DFU, for now I'm programming directly new app and softdevice with jlink.
When I power up, the device founds data corrupted and the device starts unprovisioned. I'm really interested in save provisioning to not reprovision again hundreds of nodes on the field. I found backword compatibility, managed with ACCESS_FLASH_PAGE_COUNT and DSM_FLASH_PAGE_COUNT that I set to 1.
I also tried to set those variables: NET_FLASH_AREA_LOCATION, DSM_FLASH_AREA_LOCATION, ACCESS_FLASH_AREA_LOCATION, but I cannot find the right location in the previous version of mesh sdk.
Is it possible to set backword compatibility for provisioning data? does anybody can locate correctly flash area in the older versions?
Regards
Nicola