mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-09-03 08:25:25 +02:00
board.hpp: Add epm11
This commit is contained in:
@@ -407,6 +407,13 @@
|
||||
- ECPIX-5-45F
|
||||
- ECPIX-5-85F
|
||||
|
||||
- ID: epm11
|
||||
Description: BrisbaneSilicon EPM11
|
||||
URL: https://brisbanesilicon.com.au/epm11/
|
||||
FPGA: littleBee GW1NR-9C
|
||||
Memory: OK
|
||||
Flash: IF
|
||||
|
||||
- ID: fireant
|
||||
Description: Fireant Trion T8
|
||||
URL: https://www.crowdsupply.com/jungle-elec/fireant
|
||||
|
||||
Vendored
+4
-1
@@ -14,6 +14,7 @@ GOWIN GW1N
|
||||
* Honeycomb
|
||||
* RUNBER
|
||||
* BrisbaneSilicon BRS-100-GW1NR9
|
||||
* BrisbaneSilicon EPM11
|
||||
|
||||
``.fs`` file is the default format generated by *Gowin IDE*, so nothing special must be done to generates this file.
|
||||
|
||||
@@ -39,12 +40,13 @@ where ``BOARD_NAME`` is:
|
||||
* ``tangprimer20k``
|
||||
* ``runber``
|
||||
* ``brs-100-gw1nr9``
|
||||
* ``epm11``
|
||||
|
||||
Flash
|
||||
-----
|
||||
|
||||
.. ATTENTION::
|
||||
Only with Trenz TEC0117, runber and brs-100-gw1nr9.
|
||||
Only with Trenz TEC0117, runber, brs-100-gw1nr9 and epm11.
|
||||
|
||||
with ``-f``, file load:
|
||||
|
||||
@@ -57,6 +59,7 @@ where ``BOARD_NAME`` is:
|
||||
* ``tec0117``
|
||||
* ``runber``
|
||||
* ``brs-100-gw1nr9``
|
||||
* ``epm11``
|
||||
|
||||
It's possible to flash external SPI Flash (connected to MSPI) in bscan mode by using ``--external-flash`` instead of
|
||||
``-f``.
|
||||
|
||||
Reference in New Issue
Block a user