This line in the docs refers to the '-d' option: https://github.com/getchip/CHIP-Docs/blame/612b72f6aae65d45da058797018b28009585305c/source/includes/_advanced.md#L178 But the last version of the update firmware script doesn't have a '-d' option: https://github.com/NextThingCo/CHIP-tools/blob/chip/stable/chip-update-firmware.sh#L28 The doc also says ``` The -f option means “fastboot.” ``` But seems that it is not the case in current version: ``` -f -- Force clean [re-download if applicable] ```
This line in the docs refers to the '-d' option:
https://github.com/getchip/CHIP-Docs/blame/612b72f6aae65d45da058797018b28009585305c/source/includes/_advanced.md#L178
But the last version of the update firmware script doesn't have a '-d' option:
https://github.com/NextThingCo/CHIP-tools/blob/chip/stable/chip-update-firmware.sh#L28
The doc also says
But seems that it is not the case in current version: