Closed Thisora closed 2 years ago
Okey, i was able to correct warning by adding CONFIG_MCUMGR_GRP_BASIC_CMD_STORAGE_ERASE=y option in my proj.conf which is i didn't want but at least problem do not come from this warning.
Okey i got this working. Nothing did call <...>_register_group(); I couldn't use exemple because i'm using rp2040 boards and i wrote my own example. I didn't noticed that i have to manually register handlers in my application.
Hi ! I'm trying to use mcumgr on Zephyr to upload new app image. I added every dependency in my configuration and i'm still not able to upload image. First thing is i have the following warning at compilation:
I decided to test anyway at first the
echo
commande : mcumgr -c uart1 echo hello -l debug which return this :Something is returned but not 'hello' as expected. Just in case i tested to upload an image and progress bar is stuck at 0% and sometimes device respond the following message:
Finally when i try to use another command (mcumgr .... image list) I have
Error : 8
response.Zephyr version : 3.2.99 Thank you in advance for your help !