-
-
Notifications
You must be signed in to change notification settings - Fork 13
Refinements to configure giga r1 wi fi for over the air (ota) uploads [HC-1625] #463
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
Renat0Ribeir0
merged 4 commits into
main
from
Refinements-to-Configure-GIGA-R1-WiFi-for-Over-The-Air-(OTA)-uploads
Dec 17, 2024
Merged
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
33fb05c
Update Configure-GIGA-R1-WiFi-for-Over-The-Air-OTA-uploads.md
Renat0Ribeir0 e8404da
rename article to match title
Renat0Ribeir0 a94ad0c
Update content/Hardware Support/GIGA R1/Configure-GIGA-R1-WiFi-Porten…
Renat0Ribeir0 6a6c0b2
Update content/Hardware Support/GIGA R1/Configure-GIGA-R1-WiFi-Porten…
Renat0Ribeir0 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
91 changes: 91 additions & 0 deletions
91
...1-WiFi-Portenta-H7-and-Portenta-Machine-Control-for-Over-The-Air-OTA-uploads.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,91 @@ | ||
--- | ||
title: Configure GIGA R1 WiFi, Portenta H7, and Portenta Machine Control for Over-The-Air (OTA) uploads | ||
id: 12370721200540 | ||
--- | ||
|
||
Learn how to enable [Over-The-Air (OTA) uploads](https://docs.arduino.cc/arduino-cloud/features/ota-getting-started/) for: | ||
|
||
* GIGA R1 WiFi | ||
* Portenta H7 | ||
* Portenta H7 Lite | ||
* Portenta Machine Control | ||
|
||
Follow these steps if you experience any of these errors when attempting an OTA upload: | ||
|
||
* `Error while mounting the filesystem. Err = -5` | ||
* `Arduino_Portenta_OTA::begin() failed with error code -3` | ||
|
||
--- | ||
|
||
## 1. Connect your board to Arduino IDE | ||
|
||
1. Open Arduino IDE. | ||
|
||
1. Connect the board to your computer with a USB-C cable. | ||
|
||
1. Select your board in the board selector, or use the _Tools > Port_ and _Tools > Board_ menus. | ||
|
||
--- | ||
|
||
## 2. Format the flash memory | ||
|
||
Format the board's Quad Serial Peripheral Interface (QSPI) flash memory. | ||
|
||
**Follow these steps:** | ||
|
||
1. In the top menu bar, open **File > Examples > STM32H747_System > QSPIFormat**. | ||
|
||
1. Click  **Upload** to upload the sketch. | ||
|
||
1. Open the Serial Monitor using one of these methods: | ||
|
||
* Click the  button in the top-right corner. | ||
|
||
* Select _Tools > Serial Monitor_ in the menu bar. | ||
|
||
1. If the Serial Monitor is empty, run the sketch again by pressing the **RST** button on the board. | ||
|
||
1. This message should appear: | ||
|
||
`Do you want to use partition scheme 1? Y/[n]` | ||
`If No, partition scheme 2 will be used.` | ||
|
||
If you do, type `Y` into the text field and press <kbd>Enter</kbd> to send. | ||
|
||
1. Followed by this message: | ||
|
||
`WARNING! Running the sketch all the content of the QSPI flash will be erased. Do you want to proceed? Y/[n]` | ||
|
||
If you do, type `Y` into the text field and press <kbd>Enter</kbd> to send. | ||
|
||
1. Wait until `QSPI Flash formatted!` appears in the Serial Monitor output. | ||
|
||
--- | ||
|
||
<a id="flash-the-wi-fi-firmware"></a> | ||
|
||
## 3. Flash the Wi-Fi firmware | ||
|
||
Flash the latest Wi-Fi firmware version to the board. | ||
|
||
**Follow these steps:** | ||
|
||
1. In the top menu bar, open **File > Examples > STM32H747_System > WiFiFirmwareUpdater**. | ||
|
||
1. Click  **Upload** to upload the sketch. | ||
|
||
1. Open the Serial Monitor using one of these methods: | ||
|
||
* Click the  button in the top-right corner. | ||
|
||
* Select _Tools > Serial Monitor_ in the menu bar. | ||
|
||
1. If the Serial Monitor is empty, run the sketch again by pressing the **RST** button on the board. | ||
|
||
1. If you get this message: | ||
|
||
`A WiFi firmware is already installed. Do you want to install the firmware anyway? Y/[n]` | ||
|
||
If you do, type `Y` into the text field and press <kbd>Enter</kbd> to send. | ||
|
||
1. Wait until `Firmware and certificates updated!` appears in the Serial Monitor output. |
72 changes: 0 additions & 72 deletions
72
...Hardware Support/GIGA R1/Configure-GIGA-R1-WiFi-for-Over-The-Air-OTA-uploads.md
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.