Skip to content

Include enabling chunked downloads as a step [HC-1635] #491

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

Merged
merged 4 commits into from
Jun 10, 2025
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
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ Follow these steps:
1. Ensure the device is connected to a stable and uninterrupted power source.
1. Upload a simple example sketch (such as BareMinimum) to prevent any resets caused by faulty code.
1. If you're unable to program the device, try putting it in bootloader mode.
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. -->

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

Expand Down