Skip to content

Commit

Permalink
samples: cellular: http_update: support mfw 2.0.1
Browse files Browse the repository at this point in the history
Support modem firmware 2.0.1 in http_update samples.

Signed-off-by: Eivind Jølsgard <eivind.jolsgard@nordicsemi.no>
  • Loading branch information
eivindj-nordic authored and rlubos committed Apr 22, 2024
1 parent 8314a93 commit 1002069
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
#

# Modem firmware version configuration
CONFIG_SUPPORTED_BASE_VERSION="mfw_nrf91x1_2.0.0"
CONFIG_DOWNLOAD_FILE_BASE_TO_FOTA_TEST="mfw_nrf91x1_update_from_2.0.0_to_2.0.0-FOTA-TEST.bin"
CONFIG_DOWNLOAD_FILE_FOTA_TEST_TO_BASE="mfw_nrf91x1_update_from_2.0.0-FOTA-TEST_to_2.0.0.bin"
CONFIG_SUPPORTED_BASE_VERSION="mfw_nrf91x1_2.0.1"
CONFIG_DOWNLOAD_FILE_BASE_TO_FOTA_TEST="mfw_nrf91x1_update_from_2.0.1_to_2.0.1-FOTA-TEST.bin"
CONFIG_DOWNLOAD_FILE_FOTA_TEST_TO_BASE="mfw_nrf91x1_update_from_2.0.1-FOTA-TEST_to_2.0.1.bin"
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
#

# Modem firmware version configuration
CONFIG_SUPPORTED_BASE_VERSION="mfw_nrf91x1_2.0.0"
CONFIG_DOWNLOAD_FILE_BASE_TO_FOTA_TEST="mfw_nrf91x1_update_from_2.0.0_to_2.0.0-FOTA-TEST.bin"
CONFIG_DOWNLOAD_FILE_FOTA_TEST_TO_BASE="mfw_nrf91x1_update_from_2.0.0-FOTA-TEST_to_2.0.0.bin"
CONFIG_SUPPORTED_BASE_VERSION="mfw_nrf91x1_2.0.1"
CONFIG_DOWNLOAD_FILE_BASE_TO_FOTA_TEST="mfw_nrf91x1_update_from_2.0.1_to_2.0.1-FOTA-TEST.bin"
CONFIG_DOWNLOAD_FILE_FOTA_TEST_TO_BASE="mfw_nrf91x1_update_from_2.0.1-FOTA-TEST_to_2.0.1.bin"
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ CONFIG_SPI=y
CONFIG_SPI_NOR=y

# Modem firmware version configuration
CONFIG_DOWNLOAD_MODEM_0_FILE="fmfu_2.0.0-77.beta.cbor"
CONFIG_DOWNLOAD_MODEM_0_VERSION="mfw_nrf91x1_2.0.0-77"
CONFIG_DOWNLOAD_MODEM_0_FILE="fmfu_2.0.0.cbor"
CONFIG_DOWNLOAD_MODEM_0_VERSION="mfw_nrf91x1_2.0.0"

CONFIG_DOWNLOAD_MODEM_1_FILE="fmfu_2.0.0.cbor"
CONFIG_DOWNLOAD_MODEM_1_FILE="fmfu_2.0.1.cbor"
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ CONFIG_SPI=y
CONFIG_SPI_NOR=y

# Modem firmware version configuration
CONFIG_DOWNLOAD_MODEM_0_FILE="fmfu_2.0.0-77.beta.cbor"
CONFIG_DOWNLOAD_MODEM_0_VERSION="mfw_nrf91x1_2.0.0-77"
CONFIG_DOWNLOAD_MODEM_0_FILE="fmfu_2.0.0.cbor"
CONFIG_DOWNLOAD_MODEM_0_VERSION="mfw_nrf91x1_2.0.0"

CONFIG_DOWNLOAD_MODEM_1_FILE="fmfu_2.0.0.cbor"
CONFIG_DOWNLOAD_MODEM_1_FILE="fmfu_2.0.1.cbor"

0 comments on commit 1002069

Please sign in to comment.