README.md, main: update probe-firmware message

This commit is contained in:
Gwenhael Goavec-Merou 2026-05-25 18:42:18 +02:00
parent 7ae2825b5b
commit 0818a404c9
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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))