Skip to content

Commit

Permalink
Fix ESP32 OTA image link used with Linux OTA provider (#11829)
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamdp authored and pull[bot] committed Oct 27, 2023
1 parent fbcbc80 commit 737e0a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/ota-requestor-app/esp32/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ After this step device should reboot and start running hello world example.

- Build the [Linux OTA Provider](../../ota-provider-app/linux)
- Run the Linux OTA Provider with
[hello world OTA image](http://shubhamdp.github.io/esp_ota/esp32/hello-world-flash-in-ota-provider-partition.bin).
[hello world OTA image](http://shubhamdp.github.io/esp_ota/esp32/hello-world-for-linux-provider.bin).
This OTA image is built for ESP32, it will not work on other devices.

```
./out/debug/chip-ota-provider-app -f hello-world-flash-in-ota-provider-partition.bin
./out/debug/chip-ota-provider-app -f hello-world-for-linux-provider.bin
```

- Provision the Linux OTA Provider using chip-tool
Expand Down

0 comments on commit 737e0a9

Please sign in to comment.