Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SAMPLES: shell_module gives no console output on qemu_leon3 #35762

Closed
ghost opened this issue May 28, 2021 · 0 comments · Fixed by #35763
Closed

SAMPLES: shell_module gives no console output on qemu_leon3 #35762

ghost opened this issue May 28, 2021 · 0 comments · Fixed by #35763
Labels
bug The issue is a bug, or the PR is fixing a bug

Comments

@ghost
Copy link

ghost commented May 28, 2021

Describe the bug
There is no console input or output when running the shell_module sample on the qemu_leon3 board.
Also reproduced on the board generic_leon3.

To Reproduce
Steps to reproduce the behavior:

  1. cmake $ZEPHYR_BASE/samples/subsys/shell/shell_module -DBOARD=qemu_leon3
  2. make
  3. make run

Expected behavior
It was expected that the program would print the shell prompt and accept commands.

Actual behavior
The program did not print the shell prompt and did not respond to commands.

Impact
The shell can not be used.

Environment (please complete the following information):

  • OS: Linux
  • Toolchain: Zephyr-SDK 0.12.
  • Commit: 94e8c2eb81f390a9226a3b70fdb69a002642f274

Additional context
The UART driver otherwise works, for example in other samples.

@ghost ghost added the bug The issue is a bug, or the PR is fixing a bug label May 28, 2021
@ghost ghost self-assigned this May 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug The issue is a bug, or the PR is fixing a bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

0 participants