Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 808c007

Browse files
Merge branch 'main' into benjamindannegard/portenta-h7-bootloader-update
2 parents 955cfc8 + c98277a commit 808c007

File tree

205 files changed

+64
-4408
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

205 files changed

+64
-4408
lines changed

‎content/hacking/01.software/Bootloader/Bootloader.md‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ Windows XP may be polling your parallel port and disrupting the bootloader burni
2626
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\Parport\Parameters]
2727
"DisableWarmPoll"=dword:00000001
2828
```
29-
See this [forum thread](http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1142106610) for details.
3029

3130
## Versions of the Bootloader
3231
There are different versions of the bootloader - both in order to work on different hardware and because it has changed over time.

‎content/hardware/01.mkr/01.boards/mkr-fox-1200/product.md‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: MKR FOX 1200
3-
url_shop: https://store.arduino.cc/arduino-mkr-fox-1200
43
url_guide: /software/ide-v1/installing-samd21-core
54
core: arduino:samd
65
forumCategorySlug: '/mkr-boards/mkrfox1200/142'

‎content/hardware/01.mkr/01.boards/mkr-gsm-1400/product.md‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: MKR GSM 1400
3-
url_shop: https://store.arduino.cc/arduino-mkr-gsm-1400
43
url_guide: /software/ide-v1/installing-samd21-core
54
core: arduino:samd
65
forumCategorySlug: '/hardware/mkr-boards/mkrgsm1400/146'

‎content/hardware/02.hero/boards/uno-wifi-rev2/tutorials/uno-wifi-rev-2/uno-wifi-r2-chromebook-installation/uno-wifi-r2-chromebook-installation.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Connect your UNO WiFi Rev2 board to your computer and follow the instructions fo
5050

5151
### Mac
5252

53-
**1.** Download the [AVRDUDE tool for Mac (.zip file)](http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino17-x86_64-apple-darwin12.tar.bz2) and unzip it to your Desktop folder.
53+
**1.** Download the [AVRDUDE tool for Mac (.zip file)](https://downloads.arduino.cc/tools/avrdude-6.3.0-arduino17-x86_64-apple-darwin12.tar.bz2) and unzip it to your Desktop folder.
5454

5555
**2.** Open a terminal, and run the following command:
5656

@@ -60,7 +60,7 @@ Connect your UNO WiFi Rev2 board to your computer and follow the instructions fo
6060

6161
### Windows
6262

63-
**1.** Download the [AVRDUDE tool for Windows (.zip file)](http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino17-i686-w64-mingw32.zip) and unzip it to your Desktop folder.
63+
**1.** Download the [AVRDUDE tool for Windows (.zip file)](https://downloads.arduino.cc/tools/avrdude-6.3.0-arduino17-i686-w64-mingw32.zip) and unzip it to your Desktop folder.
6464

6565
**2.** Open a command prompt (CMD), and run the following command:
6666

@@ -70,7 +70,7 @@ Connect your UNO WiFi Rev2 board to your computer and follow the instructions fo
7070

7171
### Linux
7272

73-
**1.** Download the [AVRDUDE tool for Linux (.zip file)](http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino17-x86_64-pc-linux-gnu.tar.bz2) and unzip it to your Desktop folder.
73+
**1.** Download the [AVRDUDE tool for Linux (.zip file)](https://downloads.arduino.cc/tools/avrdude-6.3.0-arduino17-x86_64-pc-linux-gnu.tar.bz2) and unzip it to your Desktop folder.
7474

7575
**2.** Open a terminal, navigate to your root directory.
7676

-18.1 KB
Binary file not shown.
1.9 KB
Loading[フレーム]

‎content/hardware/04.pro/boards/portenta-h7/datasheets/datasheet.md‎

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ Laboratory equipment, Computer vision
5454
</tr>
5555
<tr>
5656
<td style="text-align: center;">Connectivity</td>
57-
<td style="text-align: center;">Ethernet PHY / Wi-Fi / Bluetooth® Low Energy</td>
57+
<td style="text-align: center;">Ethernet PHY / Wi-Fi® / Bluetooth® Low Energy (BLE 5 via Cordio stack, BLE 4.2 via Arduino Stack)</td>
5858
<td style="text-align: center;">Ethernet FHY</td>
59-
<td style="text-align: center;">Ethernet PHY / Wi-Fi / Bluetooth® Low Energy</td>
59+
<td style="text-align: center;">Ethernet PHY / Wi-Fi® / Bluetooth® Low Energy (BLE 5 via Cordio stack, BLE 4.2 via Arduino Stack)</td>
6060
</tr>
6161
<tr>
6262
<td style="text-align: center;">Memory</td>
@@ -133,10 +133,6 @@ Laboratory equipment, Computer vision
133133
<td>Voltage scaling in Run and Stop mode 6 configurable ranges</td>
134134
<td></td>
135135
</tr>
136-
<tr>
137-
<td>2.95μA in Standby mode Backup SRAM OFF, RTC/LSE/ON</td>
138-
<td></td>
139-
</tr>
140136
<tr>
141137
<td>4 DMA controllers to unload the CPU</td>
142138
<td></td>
-231 KB
Binary file not shown.

‎content/hardware/04.pro/boards/portenta-h7/tutorials/por-ard-gs/content.md‎

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,7 @@ This step is the same for both the classic IDE and the Pro IDE. Open the board m
6666

6767
![Also in the Pro IDE, a search for "portenta" reveals the core that needs to be installed to support Portenta H7.](assets/por_ard_gs_bm_core_pro_ide.png)
6868

69-
### 3. Verify the USB Connection (Windows Only)
70-
In this step you will check if Windows is able to detect the Portenta H7. To do so open the Windows Device manager and if everything is set up correctly you will be able to see your device listed under USB devices. Otherwise, try unplugging it and plugging it back in.
71-
72-
![If the Portenta H7 is detected correctly, it will be listed in the device manager under USB devices.](assets/por_ard_gs_usb_driver_win.png)
73-
74-
### 4. Uploading the Classic Blink Sketch
69+
### 3. Uploading the Classic Blink Sketch
7570
Let's program the Portenta with the classic blink example to check if the connection to the board works. There are two ways to do that:
7671

7772
- In the classic Arduino IDE open the blink example by clicking the menu entry File->Examples->01.Basics->Blink. You need to swap LOW and HIGH pin values as the built-in LED on Portenta is turned on by pulling it LOW.
@@ -101,7 +96,7 @@ For Portenta H7 LED_BUILTIN represents the built-in RGB LED on the board in gr
10196

10297
**Note:** The individual colours of the built-in RGB LED can be accessed and controlled separately. In the tutorial "Dual Core Processing" you will learn how to control the LED to light it in different colors
10398

104-
### 5. Upload the Blink Sketch
99+
### 4. Upload the Blink Sketch
105100
Now it's time to upload the sketch and see if the LED will start to blink. Make sure you select Arduino Portenta H7 (M7 core) as the board and the port to which the Portenta H7 is connected. If the Portenta H7 doesn't show up in the list of ports, go back to step 5 and make sure that the drivers are installed correctly. Once selected click Upload. Once uploaded the built-in LED should start blinking with an interval of 1 second.
106101

107102
**Note:** The Portenta H7 has an M7 and an M4 processor which run separate cores. That's why you need to select the one to which you want to upload your sketch to (check out the tutorial "Dual Core Processing" to learn more about Portenta's processors).

‎content/hardware/04.pro/boards/portenta-h7/tutorials/por-ard-trace32/content.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ There are two alternative ways to detect the board serial number:
5959

6060
![Portenta's serial number can be displayed in the Arduino IDE using the "Get Board Info" command](assets/por_ard_trace32_board_info.png)
6161

62-
***If you only see a 16 character (64-bit) long serial number, then you need to update your Arduino IDE and the "Arduino mbed-enabled Boards" core from the boards manager in the IDE. Details of how to do this can be found on the Arduino website. Also, make sure your Portenta H7 has the [latest bootloader](https://www.arduino.cc/pro/tutorials/portenta-h7/por-ard-bl) installed.***
62+
***If you only see a 16 character (64-bit) long serial number, then you need to update your Arduino IDE and the "Arduino mbed-enabled Boards" core from the boards manager in the IDE. Details of how to do this can be found on the Arduino website. Also, make sure your Portenta H7 has the [latest bootloader](https://www.arduino.cc/pro/tutorials/portenta-h7/updating-the-bootloader) installed.***
6363

6464
- Use the TRACE32 debugger. Check section "3. Start the TRACE32 Debugger" on how to start it. Click the menu item "Board S/N and License State". Your board's serial number will be printed in the AREA window and a dialog LICENSE.state will be opened.
6565

@@ -191,7 +191,7 @@ Lauterbach also provides hardware-based debug & trace tools. To learn more about
191191

192192
- Update Arduino IDE to the latest version available
193193
- Update **Arduino mbed-enabled Boards** core from Arduino IDE menu: **Tools > Board > Boards Manager**
194-
- Update the Portenta's bootloader using the instructions found [here](https://www.arduino.cc/pro/tutorials/portenta-h7/por-ard-bl).
194+
- Update the Portenta's bootloader using the instructions found [here](https://www.arduino.cc/pro/tutorials/portenta-h7/updating-the-bootloader).
195195

196196
### Error Message in AREA View: 'No More Arguments Expected'
197197

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /