Greetings,
I wasn’t sure I should post here since it’s not directly 9160 feather related (That is my next project though).
First and foremost, thank you very much for your assistance and videos.
Anyway, in followup to the short discussion we had on YouTube… I pretty quickly got it building yesterday and today smoothed some things out; i.e. size optimization so the image would work with swaps. Turning off logging, console and some small things did the trick there.
I do however have some questions that Discord and Nordic DevZone did not seem to have an answer for.
From the video, I could not get the git version tagging to work and ended up going with hard coding in the conf file. CONFIG_MCUBOOT_IMAGE_VERSION=“0.1.0+3”. Pretty minor issue and nice to have though so…
- I edited this post to remove the storage erase. Apparently, that functionality is dependent on serial recovery which we do not have. This release is super sketchy without Serial or USB CDC ACM but not my call.
Regards, Mike
*sidenote I feel I should mention this even though I shouldn’t 🙂. The entire reason I am going OTA with this is that the board has no UART and the USB path in hw seems to have gotten wired incorrectly. So I have no physical access to the device other than j-link and OTA DFU. It’s so much more fun this way 🙂