Skip to content

Commit

Permalink
doc: starting a troubleshooting guide
Browse files Browse the repository at this point in the history
  • Loading branch information
sylefeb committed Dec 3, 2024
1 parent 8c2772e commit ef77428
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions TROUBLESHOOTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Troubleshooting

## Linux

Cleaning up the RISC-V toolchain, before reinstalling
Silice dependencies: ```sudo apt remove *riscv64*```

openFPGALoader failing (cannot open usb) most likely a problem with rights on `/dev/ttyUSB0`: see [here](https://gist.github.com/sylefeb/f9da4abc7e930cb3fbd0c997e669b0dd)

## Windows

Driver problems: use [Zadig](https://zadig.akeo.ie/) to swap the board driver for WinUSB.

0 comments on commit ef77428

Please sign in to comment.