Replies: 1 comment 31 replies
-
Hi, I'd be happy to help with usage of smpmgr: https://github.com/intercreate/smpmgr It looks like you're wanting to use a USB CDC ACM transport for SMP? Does it enumerate as a USB device to the OS? I don't see the Would you like the SMP server to be running on your application, in the bootloader, or both? |
Beta Was this translation helpful? Give feedback.
31 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using STM32H750B_DK which has an internal flash of 128K, I am trying to use
smp_svr
example located atsubsys/mgmt/mcumgr/smpsvr
My overlay file is as belowI am able to build the code but I am unable to sign it because of the memory that I have. Also, I am unable the slots to external memory.
The error with the above overlay I get is as below
.
As it exceeded the memory location and If I change storage partition location to external flash I am unable to flash the code the error that I get is as follows Also the updated overlay is as
What should be a way forward. Also, if I remove
slot0
from internal flash to external flash I am unable to sign this is the error that I get----UPDATE 1----
When I made the following changes I am able to sign the file even if I change the partition
----UPDATE 2----
I am able to update the code to the device but now I am having difficulty using AuTerm or zephyr mcumgr cli. Is there a tutorial or something how to use the mcumgr cli?
When ever I am using Auterm it is giving me a timeout error
Beta Was this translation helpful? Give feedback.
All reactions