From e8fe4d80df2630e7910a6e4519c2b269e62a1100 Mon Sep 17 00:00:00 2001 From: bma Date: Fri, 24 Jul 2026 09:55:34 +0200 Subject: [PATCH] Doc: fix exclusive issue in example commands --- doc/guide/advanced.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/guide/advanced.rst b/doc/guide/advanced.rst index 5e81002..88ef59a 100644 --- a/doc/guide/advanced.rst +++ b/doc/guide/advanced.rst @@ -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: