Sample hello world application exit command CTRL+a not working in qemu_x86 #108936
Replies: 3 comments 1 reply
-
|
Hi @PriyadharsanLinumiz! We appreciate you submitting your first issue for our open-source project. 🌟 Even though I'm a bot, I can assure you that the whole community is genuinely grateful for your time and effort. 🤖💙 |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
If that still does nothing, the usual cause is that QEMU is not receiving an interactive TTY or an outer terminal multiplexer consumes the prefix:
QEMU documents the mux escape keys here: https://www.qemu.org/docs/master/system/mux-chardev.html This also explains why automated harnesses can report a completed Zephyr test suite while the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
Platform: Ubuntu 24.04.4 LTS
Command (CTRL+a) to exit the hello world application is not working, when built for qemu_x86
Regression
Steps to reproduce
1.Activate the venv
2. Go to zephy root
3. west build -b qemu_x86 samples/hello_world
4. west build -t run
5. Press CTRL+a
Relevant log output
Impact
Annoyance – Minor irritation; no significant impact on usability or functionality.
Environment
No response
Additional Context
No response
Beta Was this translation helpful? Give feedback.
All reactions