Merge pull request #696 from mer0m/master

Doc: fix exclusive issue in example commands
This commit is contained in:
Gwenhael Goavec-Merou
2026-07-24 10:19:18 +02:00
committed by GitHub
+2 -2
View File
@@ -98,13 +98,13 @@ To read the primary flash memory:
.. code-block:: bash
openFPGALoader -b kcu105 -f --target-flash primary --dump-flash --file-size N_BYTES mydump.bin
openFPGALoader -b kcu105 --target-flash primary --dump-flash --file-size N_BYTES mydump.bin
and the second flash memory:
.. code-block:: bash
openFPGALoader -b kcu105 -f --target-flash secondary --dump-flash --file-size N_BYTES --secondary-bitstream mydump.bin
openFPGALoader -b kcu105 --target-flash secondary --dump-flash --file-size N_BYTES --secondary-bitstream mydump.bin
To write on secondary flash memory: