-
Notifications
You must be signed in to change notification settings - Fork 76
Description
As original issue seems closed, you may recall you kindly re-wrote the flash-write section of RBOOT to get over the unreliability I was (am) suffering only with RBOOT or rather with OTA using SDK 3.1 - the changes produced a reboot on use. Did you get a chance to look at this?
I put in your new flash write routine (a couple of weeks ago, I've been travelling since so sorry if I missed anything) and on trying OTA, the Raspberry Pi 3 crashed and rebooted immediately. It does this every time.
For clarity, the original RBOOT code works perfectly every time with SDK 2.1
With SDK 3.1 all aspects of my code work perfectly except RBOOT/OTA which works sometimes and fails other times (not crashing, simply failing to OTA). With the new flash write code and SDK 3.1, OTA attempts produce an immediate reboot every time.
Pete