You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using STM32H750B_DK which has an internal flash of 128K, I am trying to use smp_svr example located at subsys/mgmt/mcumgr/smpsvr My overlay file is as below
I 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
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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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