Request for source access or build customization (connection timeout BLE) #50
Replies: 3 comments 2 replies
-
|
Also it would be awesome to add an option to make the upgrade command to also confirm the image with image state-write in one go, not needing 2 separate ble connections, that would reduce DFU time when you are trying to update hundreds of devices through ble, idk if that's actually possible or makes any sense for you. |
Beta Was this translation helpful? Give feedback.
-
|
Hi @Ruffus-ixo, thanks for the feedback!
Here are links to the source code and licenses for our SMP libraries: Note that when working on smpmgr, these packages will be brought into your local environment along with other dependencies, so you don't necessarily need to do anything with those repos directly: https://github.com/intercreate/smpmgr?tab=readme-ov-file#development-environment-setup
There is a bug here, and it's also poorly documented: The Notice that commands tend to use the Line 147 in 6651700 The bug is that smpmgr is using Lines 90 to 97 in 6651700 I've created #51 to track this bug. It's not ideal that the single That work is being discussed here: intercreate/smpclient#58 |
Beta Was this translation helpful? Give feedback.
-
|
Hi. Sorry for the delay. Been busy these days. set MAC={mac} :RETRY_UPGRADE echo Upgrade completado. Esperando 90 segundos... :RETRY_CONFIRM echo Proceso finalizado correctamente. The first question I have is when the confirm command has changed from true -------> confirm |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Intercreate team,
I’m using
smpmgrin production and would like to build a custom version with a longer BLE connection timeout (e.g. 30 seconds). However, it seems the public source code is missing internal modules such assmpandsmpclient.Could you please:
Thanks in advance! Great tool!
Beta Was this translation helpful? Give feedback.
All reactions