Doc: fix exclusive issue in example commands

This commit is contained in:
bma
2026-07-24 09:55:34 +02:00
parent c8452092f9
commit e8fe4d80df
+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: