aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <david@yeah.nah.nz>2021-03-13 21:16:31 +1300
committerDavid Phillips <david@yeah.nah.nz>2021-03-13 21:16:31 +1300
commit3f28c979eb1005479f019d53e6c9c5c151567c6d (patch)
tree3af2de831a3ca21ecc11f6856bdc7fe7c56711be
parent7a4abbb9eb841c31e05c607e889a6517f3c79a8f (diff)
downloadaltimeter-master.tar.xz
Add ui_remote to README.mdHEADmaster
-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