We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb6190a commit cd527f9Copy full SHA for cd527f9
README.md
@@ -270,7 +270,7 @@ To update the firmware of a Silabs target with a local firmware file (for exampl
270
This file has to be a binary file with a valid Booter and CLR from a build. No checks or validations are performed on the file(s) content.
271
272
```console
273
-nanoff --update --platform gg11 --binaryfile "C:\nf-interpreter\build\nanobooter-nanoclr.bin" --address 0x0
+nanoff --update --platform gg11 --binfile "C:\nf-interpreter\build\nanobooter-nanoclr.bin" --address 0x0
274
```
275
276
### Deploy a managed application to a SL_STK3701A target
0 commit comments