README: add skip-load-bridge / skip-reset
This commit is contained in:
parent
051e2ecbfb
commit
13c5bbb98f
|
|
@ -87,6 +87,10 @@ openFPGALoader -- a program to flash FPGA
|
||||||
--protect-flash arg protect SPI flash area
|
--protect-flash arg protect SPI flash area
|
||||||
--quiet Produce quiet output (no progress bar)
|
--quiet Produce quiet output (no progress bar)
|
||||||
-r, --reset reset FPGA after operations
|
-r, --reset reset FPGA after operations
|
||||||
|
--skip-load-bridge skip writing bridge to SRAM when in write-flash
|
||||||
|
mode
|
||||||
|
--skip-reset skip resetting the device when in write-flash
|
||||||
|
mode
|
||||||
--spi SPI mode (only for FTDI in serial mode)
|
--spi SPI mode (only for FTDI in serial mode)
|
||||||
--unprotect-flash Unprotect flash blocks
|
--unprotect-flash Unprotect flash blocks
|
||||||
-v, --verbose Produce verbose output
|
-v, --verbose Produce verbose output
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue