doc: Gowin: adding a note on howto recover the jtag when JTAGSSEL_N is used as GPIO
This commit is contained in:
parent
18a3f941e1
commit
a7279e1dd5
|
|
@ -8,3 +8,9 @@ I installed openFPGALoader but it says `command not found` when I try to launch
|
|||
|
||||
The correct spelling of the program is *openFPGALoader* with FPGA and the "L" of "Loader" in uppercase.
|
||||
Ensure the spelling of the program is correct.
|
||||
|
||||
Gowin device could not communicate since last bitstream flashed. (issue [#206](https://github.com/trabucayre/openFPGALoader/issues/206))
|
||||
==============================================================
|
||||
|
||||
Gowin's FPGA may fails to be detected if **JTAGSEL_N** (pin 08 for *GW1N-4K*) is used as a GPIO.
|
||||
To recover you have to pull down this pin (before power up) to recover JTAG interface (*UG292 - JTAGSELL_N section*).
|
||||
|
|
|
|||
|
|
@ -32,6 +32,7 @@ where ``BOARD_NAME`` is:
|
|||
* ``tec0117``
|
||||
* ``tangnano``
|
||||
* ``tangnano4k``
|
||||
* ``tangnano9k``
|
||||
* ``runber``
|
||||
|
||||
Flash
|
||||
|
|
@ -53,3 +54,8 @@ where ``BOARD_NAME`` is:
|
|||
|
||||
It's possible to flash external SPI Flash (connected to MSPI) in bscan mode by using ``--external-flash`` instead of
|
||||
``-f``.
|
||||
|
||||
.. NOTE::
|
||||
|
||||
Gowin's FPGA may fails to be detected if **JTAGSEL_N** (pin 08 for *GW1N-4K*) is used as a GPIO.
|
||||
To recover you have to pull down this pin (before power up) to recover JTAG interface (*UG292 - JTAGSELL_N section*).
|
||||
|
|
|
|||
Loading…
Reference in New Issue