Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
fix: update from upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 28, 2022
1 parent c444814 commit 0b2c69c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions boards/nrf9160dk_nrf9160_ns.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,10 @@
};
};
};

/* Enable high drive mode for the SPI3 pins to get a square signal at 8 MHz */
&spi3_default {
group1 {
nordic,drive-mode = <NRF_DRIVE_H0H1>;
};
};
2 changes: 1 addition & 1 deletion doc/cloud_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ This enables the cloud to issue FOTA updates and update the application and mode
For additional documentation on the various FOTA implementations, refer to the respective client library documentation linked to in :ref:`Integration layers <integration_layers>`.

Full modem FOTA updates are only supported by nRF Cloud.
This application implements full modem FOTA only for the nRF9160 development kit version 1.0.1 and higher.
This application implements full modem FOTA only for the nRF9160 development kit version 0.14.0 and higher.
To enable full modem FOTA, add the ``-DOVERLAY_CONFIG=overlay-full_modem_fota.conf`` parameter to your build command.

Also, specify your development kit version by appending it to the board name.
Expand Down
2 changes: 1 addition & 1 deletion src/cloud/nrf_cloud_integration.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ static cloud_wrap_evt_handler_t wrapper_evt_handler;
#if defined(CONFIG_NRF_CLOUD_FOTA_FULL_MODEM_UPDATE)
/* Full modem FOTA requires external flash to hold the full modem image.
* Below is the external flash device present on the nRF9160 DK version
* 1.0.1 and higher.
* 0.14.0 and higher.
*/
static struct dfu_target_fmfu_fdev ext_flash_dev = {
.size = 0,
Expand Down

0 comments on commit 0b2c69c

Please sign in to comment.