aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 76b77f7..03aeef3 100644
--- a/README.md
+++ b/README.md
@@ -75,6 +75,10 @@ You should see some activity in the emulated serial output back on the first
terminal. Use GDB as normal to play/pause/debug the software. Ctrl+C and k to
end QEMU.
+Now that you have some serial output, try the `ui_remote.py` script. It will
+turn some keypresses into UI events on the QEMU target with GDB. The latency
+noticeable, but it's an okay tool to hack around with.
+
### Flash good software to chip
With the board reset into programming mode, run avrdude through the makefile