diff --git a/.doctrees/environment.pickle b/.doctrees/environment.pickle index d86fcf4..75505fe 100644 Binary files a/.doctrees/environment.pickle and b/.doctrees/environment.pickle differ diff --git a/.doctrees/guide/advanced.doctree b/.doctrees/guide/advanced.doctree index f1f0fa9..e97c616 100644 Binary files a/.doctrees/guide/advanced.doctree and b/.doctrees/guide/advanced.doctree differ diff --git a/_sources/guide/advanced.rst.txt b/_sources/guide/advanced.rst.txt index 5e81002..88ef59a 100644 --- a/_sources/guide/advanced.rst.txt +++ b/_sources/guide/advanced.rst.txt @@ -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: diff --git a/guide/advanced.html b/guide/advanced.html index 0ae04ca..b9c5f50 100644 --- a/guide/advanced.html +++ b/guide/advanced.html @@ -132,11 +132,11 @@ one to write raw binary file to an arbitrary adress in FLASH.
To read the primary flash memory:
-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:
-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: