Is there a way to programmatically back up (and restore) the object store to the FlashFx disk? I looked at the ADSCopy sample, and that is useful, but I am looking for a failsafe way to save all of the object store and registry settings so that I can restore the device to the same state even after both the main and backup batteries fail. Any thoughts on how to do this?
There is no inherent method for backing up the device object store - it is a feature you would have to roll yourself. If you look at ADSImageUpdate or the sample on writing to ADSLOAD.REG you can get an idea on how to write directly to flash.
We have implemented a registry save on the BitsyPlus and will be moving the functionality back into our other products as we move forward.