mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-08-31 10:16:11 +02:00
Merge pull request #679 from gzalo/add-usb-blaster-passive-serial
Add Passive Serial mode for USB Blaster (Altera/Intel)
This commit is contained in:
Vendored
+13
@@ -199,6 +199,19 @@ default behavior and user must explictly change this by using
|
||||
* ``--flash-sector UFM1,CFM2`` to erase and update ``UFM1``, ``UFM0``
|
||||
and ``CFM2`` (equivalent to ``--flash-sector UFM1,UFM0,CFM2``)
|
||||
|
||||
USB-Blaster passive serial mode
|
||||
-------------------------------
|
||||
|
||||
USB-Blaster I cables can load a raw RBF directly through the passive
|
||||
serial pins:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
openFPGALoader -c usb-blaster --passive-serial project_name.rbf
|
||||
|
||||
The pin mapping is TCK to DCLK, TDO to CONF_DONE, TMS to nCONFIG, and TDI to
|
||||
DATA0. RBF bytes are transmitted LSB first.
|
||||
|
||||
Intel/Altera (Old Boards)
|
||||
=========================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user