EFR32MG24 FOTA over BLE keeps disconnecting #72466
-
Hello zephyr community. I have recently try to use the xG24-DK2601B board with the SMP server sample.
At the moment I'm stuck when trying to upload the signed firmware over BLE, I'm using NRFConnect on Android and you can see attached a log that illustrate the disconnection. Log_2024-05-08_13_48_01[1].txt
I'm using the latest version of zephyr, no change on the code but this flag There is a warning about controller host flow not supported but I have no idea if that's important or not. On a side note, I did the exact same operation (firmware update via BLE using NRF connect) with an NRF52832 dk successfully. I have also tried the firmware upload using serial communication with the xG24-DK2601B board successfully. I had to add Any hint on how to investigate this problem would be very very helpful. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Did you try to increase timeout or decrease packet size? |
Beta Was this translation helpful? Give feedback.
-
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:
Incoming plan is to use zephyr 3.7.0 and test this feature again. Probably we'll fine tune the timeout as well. I'm mark this discussion as closed. |
Beta Was this translation helpful? Give feedback.
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: