You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Use spiffs in ESP OTA Provider Example
* Temporarily fix the compilation errors for ESP OTA Requestor app
* Restyled by prettier-markdown
* Modify the README.md files
Co-authored-by: Restyled.io <commits@restyled.io>
- If you are building for the first time please check
13
-
[Building the Example Application](https://github.com/shubhamdp/connectedhomeip/tree/shubhamdp-patch-1/examples/all-clusters-app/esp32#building-the-example-application)
14
-
guide.
15
-
- Otherwise, `idf.py build` works!
10
+
## Copy the OTA image
16
11
17
-
## Flashing the Example Application
12
+
- Copy the binary file which you are going to send to the OTA Requestor to
13
+
`./spiffs_image` path and make sure the `OTA_IMAGE_NAME` is the same as the
14
+
name of the image file you placed in `./spiffs_image`.
18
15
19
16
```
20
-
idf.py -p <OTAProviderSerialPort> flash
17
+
idf.py menuconfig
21
18
```
22
19
23
-
## Flashing the hello-world.bin OTA image
24
-
25
-
Flash hello-world OTA image on OTA Provider's "ota_data" flash partition. Please
NOTE: This is a modified binary which contains the size of OTA image at first 4
36
-
bytes.
24
+
- If you are building for the first time please check
25
+
[Building the Example Application](https://github.com/project-chip/connectedhomeip/tree/master/examples/all-clusters-app/esp32#building-the-example-application)
- If you are building for the first time please check
18
-
[Building the Example Application](https://github.com/shubhamdp/connectedhomeip/tree/shubhamdp-patch-1/examples/all-clusters-app/esp32#building-the-example-application)
18
+
[Building the Example Application](https://github.com/project-chip/connectedhomeip/tree/master/examples/all-clusters-app/esp32#building-the-example-application)
0 commit comments