diff --git a/.github/.wordlist.txt b/.github/.wordlist.txt index 1ffec017b94a1a..c4acd491940e9d 100644 --- a/.github/.wordlist.txt +++ b/.github/.wordlist.txt @@ -903,6 +903,7 @@ peerNodeId peerSessionId pem percentageLiftValue +periodicQueryTimeout pexpect pickString PID diff --git a/examples/ota-requestor-app/efr32/README.md b/examples/ota-requestor-app/efr32/README.md index 2db645c03fcf9b..a16a357319fb80 100644 --- a/examples/ota-requestor-app/efr32/README.md +++ b/examples/ota-requestor-app/efr32/README.md @@ -95,12 +95,13 @@ See `examples/lighting-app/efr32/README.md` - In a terminal start the provider app passing to it the path to the bootable image file created in the previous step: + rm -r /tmp/chip_* ./out/debug/chip-ota-provider-app -f chip-efr32-ota-requestor-example.gbl - In a separate terminal run the chip-tool commands to provision the Provider: - rm -r /tmp/chip_* ./out/chip-tool pairing onnetwork 1 20202021 + ./out/chip-tool accesscontrol write acl '[{"fabricIndex": 1, "privilege": 5, "authMode": 2, "subjects": [112233], "targets": null}, {"fabricIndex": 1, "privilege": 3, "authMode": 2, "subjects": null, "targets": null}]' 1 0 - If the Requestor had been previously commissioned hold Button 0 for six seconds to factory-reset the device. diff --git a/examples/ota-requestor-app/linux/README.md b/examples/ota-requestor-app/linux/README.md index e99594e23e7025..88b1ae729d5d3f 100644 --- a/examples/ota-requestor-app/linux/README.md +++ b/examples/ota-requestor-app/linux/README.md @@ -17,11 +17,11 @@ scripts/examples/gn_build_example.sh examples/ota-requestor-app/linux out/debug In addition to the general options available to all Linux applications, the following command line options are available for the OTA Requestor application. -| Directory | Description | -| --------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| -q/--delayQuery