From 084d1f02746195cc92cf02e0219e38e87891bcaa Mon Sep 17 00:00:00 2001 From: seaxwi <71350948+seaxwi@users.noreply.github.com> Date: Mon, 7 Oct 2024 16:42:52 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Renat0Ribeir0 <86349945+Renat0Ribeir0@users.noreply.github.com> --- .../Recover-an-Arduino-Opta-with-read-only-flash-memory.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/content/Hardware Support/Opta/Recover-an-Arduino-Opta-with-read-only-flash-memory.md b/content/Hardware Support/Opta/Recover-an-Arduino-Opta-with-read-only-flash-memory.md index 0f775839..42c3d8c4 100644 --- a/content/Hardware Support/Opta/Recover-an-Arduino-Opta-with-read-only-flash-memory.md +++ b/content/Hardware Support/Opta/Recover-an-Arduino-Opta-with-read-only-flash-memory.md @@ -7,13 +7,12 @@ In certain situations, the QSPI flash memory on the Arduino Opta may become conf The QSPI flash is likely read-only if: * You are unable to erase or overwrite the QSPI flash memory. -* You encounter an `Error formatting OTA partition` message when attempting to [partitioning the memory](https://support.arduino.cc/hc/en-us/articles/16206977438748-Reset-the-flash-memory-on-STM32H747-based-devices). +* You encounter an `Error formatting OTA partition` message when attempting to [partition the memory](https://support.arduino.cc/hc/en-us/articles/16206977438748-Reset-the-flash-memory-on-STM32H747-based-devices). The write protection can be removed by uploading a recovery sketch. ---- - Follow these steps: @@ -23,12 +22,12 @@ Follow these steps: 1. Open the sketch in your editor: - * Arduino IDE: Do one of the following: + * In Arduino IDE, do one of the following: * Create a new sketch and paste the entire unlockOptaNORFlash sketch into the editor. * Copy the .ino file into your [Sketchbook](https://support.arduino.cc/hc/en-us/articles/4412950938514-Open-the-Sketchbook-folder). Ensure that `unlockOptaNORFlash.ino` is inside a folder named `unlockOptaNORFlash`. - * Cloud Editor: Open the [Sketches tab](https://app.arduino.cc/sketches) and click on the **Create** button in the top-right corner. Select **Import local file** in the dropdown menu and import `unlockOptaNORFlash.ino`. + * In Cloud Editor, open the [Sketches tab](https://app.arduino.cc/sketches) and click on the **Create** button in the top-right corner. Select **Import local file** in the dropdown menu and import `unlockOptaNORFlash.ino`. 1. Connect your Opta to your computer and select it in the editor.