Skip to content

EFR32MG24 FOTA over BLE keeps disconnecting #72466

Closed Answered by adri1mart1
adri1mart1 asked this question in Q&A
Discussion options

You must be logged in to vote

Hello Romain,

I'm finally taking some time to give an answer. We finally successfully ran the FOTA over BLE using the EFR32MG24 dev kit.

Using zephyr commit rev 5a8652b at that time (because zephyr 3.6.0 was not able to compile the SMP server example for this board and there was a big commit change about reorganizing SOC in March I think,zephyr 3.7.0 was not release when we worked on that task at that moment).

We've made the following changes to the SMP server example prj.conf to make it work:

CONFIG_BT_PERIPHERAL_PREF_TIMEOUT=500
CONFIG_BT_L2CAP_TX_MTU=96
CONFIG_BT_BUF_ACL_RX_SIZE=100
CONFIG_BT_BUF_ACL_TX_SIZE=100
CONFIG_PSA_CRYPTO_ENABLE_ALL=y
CONFIG_MCUMGR_GRP_OS_BOOTLOADER_INFO=y
CONF…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by adri1mart1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants