Skip to content

Commit 697e941

Browse files
committed
updates after review
1 parent 8820586 commit 697e941

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,6 @@ This error indicates that the device's memory partition table is improperly form
5050

5151
To resolve this issue, see [Reset the flash memory on STM32H747-based devices](https://support.arduino.cc/hc/en-us/articles/16206977438748-Reset-the-flash-memory-on-STM32H747-based-devices).
5252

53-
> [!TIP]
54-
> If you're using GIGA R1 WiFi, see [Configure GIGA R1 WiFi for Over-The-Air (OTA) uploads](https://support.arduino.cc/hc/en-us/articles/12370721200540-Configure-GIGA-R1-WiFi-for-Over-The-Air-OTA-uploads).
55-
5653
### Board error - httpresponsefail {#httpresponsefail}
5754

5855
This error can occur if the OTA update fails during the firmware download.
@@ -101,7 +98,11 @@ To resolve this issue, ensure that the board has a stable connection to Arduino
10198

10299
This error means that the device restarted with a SHA (fw identifier) that is different from the target one and the SHA is equal to the one installed when the OTA process is started. This usually happens when the device restarts during the OTA process.
103100

104-
To resolve this issue, check if the sketch running on the device is unstable and causing frequent restarts.
101+
Follow these steps:
102+
103+
1. Ensure the device is connected to a stable and uninterrupted power source.
104+
1. Upload a simple example sketch (such as BareMinimum) to prevent any resets caused by faulty code.
105+
1. If you're unable to program the device, try putting it in bootloader mode.
105106

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

0 commit comments

Comments
 (0)