Skip to content

Commit 810e407

Browse files
seaxwiper1234
andauthored
Include enabling chunked downloads as a step [HC-1635] (#491)
* Include enabling chunked downloads as a step * Include all relevant Mbed OS boards for chunked downloads tip * Update content/Arduino Cloud/Cloud Editor/If-you-see-an-error-when-performing-an-Over-the-Air-OTA-upload.md Co-authored-by: Per Tillisch <[email protected]> * fix typos in comment --------- Co-authored-by: Per Tillisch <[email protected]>
1 parent 9b1c82d commit 810e407

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/Arduino Cloud/Cloud Editor/If-you-see-an-error-when-performing-an-Over-the-Air-OTA-upload.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ Follow these steps:
9595
1. Ensure the device is connected to a stable and uninterrupted power source.
9696
1. Upload a simple example sketch (such as BareMinimum) to prevent any resets caused by faulty code.
9797
1. If you're unable to program the device, try putting it in bootloader mode.
98+
1. If you’re using an Opta, Portenta H7, or Portenta C33 and connecting over Ethernet, enable chunked downloads by adding `ArduinoCloud.setOTAChunkMode();` to the `setup()` function in your sketch, immediately after the line `ArduinoCloud.begin(ArduinoIoTPreferredConnection);`.<!-- NOTE: The ethernet network stack can become unresponsive downloading the OTA file, resulting in the sha256 error. The chunked download was developed as a possible workaround for Opta, but it applies to all Mbed OS boards using Ethernet connection. It can also be enabled when connecting over Wi-Fi, but no improvement has been observed in these cases. -->
9899

99100
### SHA256 Unknown - Unknown Firmware detected after restart. {#sha256unknown}
100101

0 commit comments

Comments
 (0)