Is it possible to have the shell and mcumgr on the same uart interface #96041
Unanswered
raphaZahnd
asked this question in
Q&A
Replies: 2 comments 2 replies
-
it is fully supported yes, https://github.com/zephyrproject-rtos/zephyr/blob/main/samples/subsys/mgmt/mcumgr/smp_svr/overlay-shell.conf enables it for the smp_svr sample but can be used in any application |
Beta Was this translation helpful? Give feedback.
2 replies
-
Very well! Thanks @nordicjm. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm limited in number of uart interfaces I can use and would therefore need to be able to have the shell and mcumgr using the same uart interface.
I have tried a few things and searched the internet but didn't find a good and working solution. The best would be to have the shell as default and than being able to switch to the mcumgr dynamically (through a shell command).
Beta Was this translation helpful? Give feedback.
All reactions