Skip to content

Commit 6ced439

Browse files
authored
Several corrections at fw archive section in README (#294)
***NO_CI***
1 parent 6234666 commit 6ced439

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -506,22 +506,22 @@ nanoff --clearcache
506506

507507
## Firmware archive
508508

509-
By default, *nanoff* uses the online repository to look for firmware packages. It is also possible to use a local directory as the source of firmware. The firmware archive can be populated via the *--updatefwarchive* option:
509+
By default, *nanoff* uses the online repository to look for firmware packages. It is also possible to use a local directory as the source of firmware. The firmware archive can be populated via the *--updatearchive* option:
510510

511511
```console
512-
nanoff --updatefwarchive --target ESP32_S3_ALL --fwarchivepath c:\...\firmware
513-
nanoff --updatefwarchive --platform esp32 --fwarchivepath c:\...\firmware
512+
nanoff --updatearchive --target ESP32_S3_ALL --archivepath c:\...\firmware
513+
nanoff --updatearchive --platform esp32 --archivepath c:\...\firmware
514514
```
515515

516516
For a list of archived firmware:
517517
```console
518-
nanoff --listtargets --fromfwarchive --fwarchivepath c:\...\firmware
518+
nanoff --listtargets --fromarchive --archivepath c:\...\firmware
519519
```
520520

521-
To install firmware on a device, use the same command line arguments as usual, but add *--fromfwarchive* and *--fwarchivepath*:
521+
To install firmware on a device, use the same command line arguments as usual, but add *--fromarchive* and *--archivepath*:
522522

523523
```console
524-
nanoff --nanodevice --update --serialport COM9 --fromfwarchive --fwarchivepath c:\...\firmware
524+
nanoff --nanodevice --update --serialport COM9 --fromarchive --archivepath c:\...\firmware
525525
```
526526

527527
## Bypass version check

0 commit comments

Comments
 (0)