Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix ESP32 OTA image link used with Linux OTA provider #11829

Merged
merged 1 commit into from
Nov 17, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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