README.md, main: update probe-firmware message
This commit is contained in:
parent
7ae2825b5b
commit
0818a404c9
|
|
@ -107,7 +107,8 @@ openFPGALoader -- a program to flash FPGA
|
||||||
non volatile memory (default: 0)
|
non volatile memory (default: 0)
|
||||||
--pins arg pin config TDI:TDO:TCK:TMS or
|
--pins arg pin config TDI:TDO:TCK:TMS or
|
||||||
MOSI:MISO:SCK:CS[:HOLDN:WPN]
|
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
|
--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
|
||||||
|
|
|
||||||
|
|
@ -986,7 +986,7 @@ int parse_opt(int argc, char **argv, struct arguments *args,
|
||||||
cxxopts::value<unsigned int>(args->offset))
|
cxxopts::value<unsigned int>(args->offset))
|
||||||
("pins", "pin config TDI:TDO:TCK:TMS or MOSI:MISO:SCK:CS[:HOLDN:WPN]",
|
("pins", "pin config TDI:TDO:TCK:TMS or MOSI:MISO:SCK:CS[:HOLDN:WPN]",
|
||||||
cxxopts::value<std::vector<std::string>>(pins))
|
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))
|
cxxopts::value<std::string>(args->probe_firmware))
|
||||||
("protect-flash", "protect SPI flash area",
|
("protect-flash", "protect SPI flash area",
|
||||||
cxxopts::value<uint32_t>(args->protect_flash))
|
cxxopts::value<uint32_t>(args->protect_flash))
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue