docs: the device sim runs the full UI in a window (make it discoverable)

This commit is contained in:
BFE Engineering
2026-08-31 07:58:34 -06:00
parent d465d97b99
commit 643a05bffa
+5
View File
@@ -100,6 +100,11 @@ Three simulators, by design not one:
| `qemu/` | the real kernel + real userspace on `-M virt` | boot, init, daemons, networking, OTA, watchdog, display + touch | | `qemu/` | the real kernel + real userspace on `-M virt` | boot, init, daemons, networking, OTA, watchdog, display + touch |
| `lvglsim` (downstream) | the LVGL UI on SDL | rendering and UI flows | | `lvglsim` (downstream) | the LVGL UI on SDL | rendering and UI flows |
The device simulator covers the UI as well: with the production UI binary in
`qemu/payload/`, `run.sh --display on` opens the panel's 720x720 screen in a
window with mouse clicks landing as touch — device and UI in one VM
(headless + scripted: `qemu/tests/ui-shot.sh`).
Boots and passes under emulation are never treated as on-silicon evidence; Boots and passes under emulation are never treated as on-silicon evidence;
the simulators narrow which claims need a panel, they do not replace it. the simulators narrow which claims need a panel, they do not replace it.