You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using `dfu-util`, the entire RISC-V toolchain is not necessary. Only `objcopy` from [riscv-binutils-gdb](https://github.com/sifive/riscv-binutils-gdb.git) is needed.
32
33
@@ -199,6 +200,23 @@ of the green LED:
199
200
| Fast blinking, on for 100ms, off for 100ms | GDB is connected, and the debugged MCU is running |
200
201
| Long pulse, on for 900ms, off for 100ms | RV-LINK has failed. Retry after resetting RV-LINK |
201
202
203
+
204
+
## Using serial for Flashing
205
+
206
+
Using a TTL-to-USB adapter, one can flash the firmware to the device over a serial connection:
0 commit comments