I am trying to load the at_client sample application and I am running into an issue that I did not see last week.
I can “build” and “build pristine” but when I go to “load via bootloader” I get the following error:
app_update.bin not found. Build project with bootloader before loading.
Figuring something must have been updated, I took the following steps:
1) Uninstalled Zephyr (side note, this is hard as you need to uninstall many other extensions such as C/C+, Cortex Debug and more).
2) Deleted my local repo
3) Reinstalled Zephyr
3) Re-ran setup - Zephyr Tools: Init Repo with - https://github.com/circuitdojo/nrf9160-feather-examples-and-drivers
4) Setup Newtmanager - Zephyr Tools: Setup Newtmgr -
4) Built the project: Zephyr Tools: Build: at_client and circuitdojo_feather_nrf9160_ns
5) Put the device into bootloader mode (blue light) and Zephyr Tools: Load with Bootloader
Any ideas about what I did wrong? The error messages says to build with bootloader but there is only “build” and “build pristine” under the Zephyr Tools.
Thanks, Chip