aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2022-11-27 08:35:34 -0500
committerBrian Cully <bjc@kublai.com>2022-11-27 08:35:34 -0500
commit4e9562361acb003c0b94fa3a465ab416ffc28e46 (patch)
tree0cf85dc2d6b8f78911808d171cb599ba3f9d6b05
parent8d1e951c87a0824133ac69e76058c9ecb10c6723 (diff)
downloadluchie-4e9562361acb003c0b94fa3a465ab416ffc28e46.tar.gz
luchie-4e9562361acb003c0b94fa3a465ab416ffc28e46.zip
readme: add note about clock issues during debug
-rw-r--r--README.org7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.org b/README.org
index b4acda9..1f7965a 100644
--- a/README.org
+++ b/README.org
@@ -17,6 +17,13 @@ can i make this eshell?
ssh -t psyduck "cd luchie && ./m console"
#+end_src
+** mis-timed clocks
+bad uart timings and failing to init usb is a result of using =mon reset init= with (at least) the pitaya link debugger. maybe others: i haven't tested them.
+
+workarounds include:
+ - using =mon reset= and interrupting or setting a breakpoint on ~main~
+ - =mon reset init= followed by =load= and =continue=
+
* cirque trackpad
what the fuck did i do with the code i had for this which did the setup and read the spi registers??