Skip to content

Commit

Permalink
QSPI patch (#452)
Browse files Browse the repository at this point in the history
* Link to write protection fix

* Add Opta Lite as supported device.
  • Loading branch information
seaxwi authored Nov 19, 2024
1 parent 93258ed commit 4fc25df
Showing 1 changed file with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@ You may want to use this procedure to:
* Restore the factory-defined memory allocation for full support of Arduino IDE or Arduino Cloud.
* Resolve issues with storage or connectivity.

> [!IMPORTANT]
> Resetting the flash memory will remove the PLC IDE runtime. [Reinstall the runtime](https://docs.arduino.cc/software/plc-ide/tutorials/plc-ide-setup-license/#3-download-the-runtime) to continue using PLC IDE with your device.
Supported devices:

* Arduino GIGA R1 WiFi
* Arduino Opta Lite
* Arduino Opta RS485
* Arduino Opta WiFi
* Arduino Portenta H7
Expand All @@ -25,7 +23,10 @@ Supported devices:

---

**Follow these steps:**
> [!IMPORTANT]
> Resetting the flash memory will remove the PLC IDE runtime. [Reinstall the runtime](https://docs.arduino.cc/software/plc-ide/tutorials/plc-ide-setup-license/#3-download-the-runtime) to continue using PLC IDE with your device.
Follow these steps:

1. Download the following sketch:

Expand All @@ -51,3 +52,5 @@ Supported devices:
Firmware and certificates updated!
It's now safe to reboot or disconnect your board.
```

Check if the problem persists. If you're using PLC IDE, you'll first need to [reinstall the runtime](https://docs.arduino.cc/software/plc-ide/tutorials/plc-ide-setup-license/#3-download-the-runtime). If you're using an Arduino Opta and still encounter issues, the memory may have write protection enabled. Follow the instructions in [Recover an Arduino Opta with read-only flash memory](https://support.arduino.cc/hc/en-us/articles/16289852333212-Recover-an-Arduino-Opta-with-read-only-flash-memory), then repeat the steps above.

0 comments on commit 4fc25df

Please sign in to comment.