Complete the following steps when preparing application or bootloader firmware. Modem firmware bundles are already available in nRF Cloud, skip to Create a FOTA Update below and select a modem bundle from the dropdown.
- Update the
app/VERSIONfile. Increment the appropriate version component. -
Build the firmware.
Using the command line:
west build -p -b thingy91x/nrf9151/ns # Build for the appropriate boardOr use the nRF Connect for VS Code. See the Getting Started guide for details on building with the extension.
-
Locate update bundles in the output directory (
app/build/):build/dfu_application.zip- Application firmware updatebuild/dfu_mcuboot.zip- Bootloader update