diff options
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |