diff options
author | David Phillips <david@yeah.nah.nz> | 2021-03-13 21:16:31 +1300 |
---|---|---|
committer | David Phillips <david@yeah.nah.nz> | 2021-03-13 21:16:31 +1300 |
commit | 3f28c979eb1005479f019d53e6c9c5c151567c6d (patch) | |
tree | 3af2de831a3ca21ecc11f6856bdc7fe7c56711be | |
parent | 7a4abbb9eb841c31e05c607e889a6517f3c79a8f (diff) | |
download | altimeter-master.tar.xz |
-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 |