-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: samples: lwm2m_carrier: Add overlay and doc for SoftBank and LG U+
Add overlay and improve the Kconfigs and documentation to calrify the extra configurations needed to successfully use SoftBank and/or LG U+. Signed-off-by: Håvard Vermeer <havard.vermeer@nordicsemi.no>
- Loading branch information
1 parent
40120ba
commit 0efd366
Showing
7 changed files
with
122 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# | ||
# Copyright (c) 2024 Nordic Semiconductor | ||
# | ||
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause | ||
# | ||
|
||
# LG U+ | ||
CONFIG_LWM2M_CARRIER_LG_UPLUS=y | ||
|
||
# Application FOTA | ||
CONFIG_DFU_TARGET_MCUBOOT=y | ||
CONFIG_IMG_MANAGER=y | ||
CONFIG_STREAM_FLASH=y | ||
CONFIG_STREAM_FLASH_ERASE=y | ||
CONFIG_FLASH_MAP=y |
23 changes: 23 additions & 0 deletions
23
applications/serial_lte_modem/overlay-carrier-softbank.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# | ||
# Copyright (c) 2024 Nordic Semiconductor | ||
# | ||
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause | ||
# | ||
|
||
# SoftBank | ||
CONFIG_LWM2M_CARRIER_SOFTBANK=y | ||
CONFIG_LWM2M_CARRIER_SOFTBANK_DIVIDED_FOTA=y | ||
|
||
# Override default PDP context | ||
CONFIG_PDN_DEFAULTS_OVERRIDE=y | ||
CONFIG_PDN_DEFAULT_FAM_NONIP=y | ||
|
||
# Set NB-IoT system mode | ||
CONFIG_LTE_NETWORK_MODE_NBIOT=y | ||
|
||
# Application FOTA | ||
CONFIG_DFU_TARGET_MCUBOOT=y | ||
CONFIG_IMG_MANAGER=y | ||
CONFIG_STREAM_FLASH=y | ||
CONFIG_STREAM_FLASH_ERASE=y | ||
CONFIG_FLASH_MAP=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# | ||
# Copyright (c) 2024 Nordic Semiconductor | ||
# | ||
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause | ||
# | ||
|
||
# LG U+ | ||
CONFIG_LWM2M_CARRIER_LG_UPLUS=y | ||
|
||
# Application FOTA | ||
CONFIG_DFU_TARGET_MCUBOOT=y | ||
CONFIG_IMG_MANAGER=y | ||
CONFIG_STREAM_FLASH=y | ||
CONFIG_STREAM_FLASH_ERASE=y | ||
CONFIG_FLASH_MAP=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# | ||
# Copyright (c) 2024 Nordic Semiconductor | ||
# | ||
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause | ||
# | ||
|
||
# SoftBank | ||
CONFIG_LWM2M_CARRIER_SOFTBANK=y | ||
CONFIG_LWM2M_CARRIER_SOFTBANK_DIVIDED_FOTA=y | ||
|
||
# Override default PDP context | ||
CONFIG_PDN_DEFAULTS_OVERRIDE=y | ||
CONFIG_PDN_DEFAULT_FAM_NONIP=y | ||
|
||
# Set NB-IoT system mode | ||
CONFIG_LTE_NETWORK_MODE_NBIOT=y | ||
|
||
# Application FOTA | ||
CONFIG_DFU_TARGET_MCUBOOT=y | ||
CONFIG_IMG_MANAGER=y | ||
CONFIG_STREAM_FLASH=y | ||
CONFIG_STREAM_FLASH_ERASE=y | ||
CONFIG_FLASH_MAP=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters