summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2025-04-05 21:41:15 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2025-04-05 21:41:15 -0600
commit5d72b64e90cd5252c2c25b6c6eb1e9cf5cc739f9 (patch)
tree3a29d91c3dfb3c7c580c87184a15b5bd54e55172 /README.md
parent7fe3755f3a3dc11f1371b2b104fe3cf357da2310 (diff)
parent9758d91ea795448689ec401570bf556b8107177c (diff)
Merge branch 'lukeshu/net-flash'
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index de909d3..a1eebb9 100644
--- a/README.md
+++ b/README.md
@@ -49,7 +49,10 @@ There are several ways of putting this firmware file onto the harness:
mount the device and copy the `.uf2` file to the device. It will
automatically reboot into the new firmware image.
2. debug port: Using OpenOCD (see `HACKING.md`), run the OpenOCD command
- `program /path/to/sbc_harness.elf reset`.
+ `program /path/to/sbc_harness.elf reset` (TODO: I don't really
+ understand what OpenOCD is doing that it wants the `.elf` instead
+ of the `.bin`)
+ .
If OpenOCD is not already running:
```