mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-08-29 09:30:52 +02:00
README.md, main: update probe-firmware message
This commit is contained in:
@@ -107,7 +107,8 @@ openFPGALoader -- a program to flash FPGA
|
||||
non volatile memory (default: 0)
|
||||
--pins arg pin config TDI:TDO:TCK:TMS or
|
||||
MOSI:MISO:SCK:CS[:HOLDN:WPN]
|
||||
--probe-firmware arg firmware for JTAG probe (usbBlasterII)
|
||||
--probe-firmware arg firmware for JTAG probe
|
||||
(usbBlasterII/xilinxPlatformCableUsb)
|
||||
--protect-flash arg protect SPI flash area
|
||||
--quiet Produce quiet output (no progress bar)
|
||||
-r, --reset reset FPGA after operations
|
||||
|
||||
+1
-1
@@ -986,7 +986,7 @@ int parse_opt(int argc, char **argv, struct arguments *args,
|
||||
cxxopts::value<unsigned int>(args->offset))
|
||||
("pins", "pin config TDI:TDO:TCK:TMS or MOSI:MISO:SCK:CS[:HOLDN:WPN]",
|
||||
cxxopts::value<std::vector<std::string>>(pins))
|
||||
("probe-firmware", "firmware for JTAG probe (usbBlasterII)",
|
||||
("probe-firmware", "firmware for JTAG probe (usbBlasterII/xilinxPlatformCableUsb)",
|
||||
cxxopts::value<std::string>(args->probe_firmware))
|
||||
("protect-flash", "protect SPI flash area",
|
||||
cxxopts::value<uint32_t>(args->protect_flash))
|
||||
|
||||
Reference in New Issue
Block a user