Date
1 - 2 of 2
Activate shell over uart
Jacob Avraham
Hi,
I'm trying to enable the shell subsystem over the uart console on my board with no luck. I built the samples/subsys/shell/shell_module/ application and added some printk() to it just to see that the console is working, and indeed the printk works. I don't get any prompt, or any other interaction with the console. Any idea what am I doing wrong?In general, I'm trying to understand how the shell works. Is it running as a separate thread along side with my application thread? Is it running in kernel mode, or userspace? Your insight is appreciated. -Jacob |
|
Ruud Derwig
Hi Jacob,
> I'm trying to enable the shell subsystem over the uart console on my board with no luck.
It seems to be a problem in the board/test config for the ARC hsdk board. Watson is looking into it: https://github.com/zephyrproject-rtos/zephyr/issues/36254
Feel free to subscribe to the issue to be notified of updates.
Ruud. |
|