diff --git a/doc/guide/troubleshooting.rst b/doc/guide/troubleshooting.rst index d286b6d..10767b1 100644 --- a/doc/guide/troubleshooting.rst +++ b/doc/guide/troubleshooting.rst @@ -14,3 +14,32 @@ Gowin device could not communicate since last bitstream flashed. (issue `#206 `_) +================================================================================================================== + +Check your openFPGALoader version: + +.. code:: bash + + openFPGALoader -V + +If it is older than release then v0.9.0, install the most recent version (from commit `f5b89bff68a5e2147404a895c075773884077438 `_ or later). + +Cannot flash Tang Nano 9k (issue `#251 `_) +=================================================================================================== + +This is a device issue, erase its Embedded Flash using Official GoWin Programmer (preferentially in Windows) and SRAM too, then you can use openFPGALoader again. + +Unable to open FTDI device: -4 (usb_open() failed) (issue `#245 `_) +============================================================================================================================ + +Edit your `/etc/udev/rules.d/99-ftdi.rules` file exchanging your programming device permissions. + +For more information, check the udev section from `this guide `_ \ No newline at end of file