Skip to content

Commit 9a90a9b

Browse files
seaxwiper1234
andauthored
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]>
1 parent d2ebe04 commit 9a90a9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +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 Porenta 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, 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. -->
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, 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. -->
9999

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

0 commit comments

Comments
 (0)