Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Commit 7eab72d

Browse files
authored
Update README.md
1 parent d275f29 commit 7eab72d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ The catch is **your function is now part of an ISR (Interrupt Service Routine),
128128
## Prerequisites
129129

130130
1. [`Arduino IDE 1.8.19+` for Arduino](https://github.com/arduino/Arduino). [![GitHub release](https://img.shields.io/github/release/arduino/Arduino.svg)](https://github.com/arduino/Arduino/releases/latest)
131-
2. [`ArduinoCore-mbed mbed_portenta core 2.7.2+`](https://github.com/arduino/ArduinoCore-mbed) for Arduino **Portenta_H7** boards, such as **Portenta_H7 Rev2 ABX00042, etc.**. [![GitHub release](https://img.shields.io/github/release/arduino/ArduinoCore-mbed.svg)](https://github.com/arduino/ArduinoCore-mbed/releases/latest)
131+
2. [`ArduinoCore-mbed mbed_portenta core 3.4.1+`](https://github.com/arduino/ArduinoCore-mbed) for Arduino **Portenta_H7** boards, such as **Portenta_H7 Rev2 ABX00042, etc.**. [![GitHub release](https://img.shields.io/github/release/arduino/ArduinoCore-mbed.svg)](https://github.com/arduino/ArduinoCore-mbed/releases/latest)
132132

133133
---
134134
---
@@ -188,12 +188,12 @@ Check the new [**multiFileProject** example](examples/multiFileProject) for a `H
188188

189189
#### 1. For Portenta_H7 boards using Arduino IDE in Linux
190190

191-
**To be able to upload firmware to Portenta_H7 using Arduino IDE in Linux (Ubuntu, etc.)**, you have to copy the file [portenta_post_install.sh](Packages_Patches/arduino/hardware/mbed_portenta/2.7.2/portenta_post_install.sh) into mbed_portenta directory (~/.arduino15/packages/arduino/hardware/mbed_portenta/2.7.2/portenta_post_install.sh).
191+
**To be able to upload firmware to Portenta_H7 using Arduino IDE in Linux (Ubuntu, etc.)**, you have to copy the file [portenta_post_install.sh](Packages_Patches/arduino/hardware/mbed_portenta/3.4.1/portenta_post_install.sh) into mbed_portenta directory (~/.arduino15/packages/arduino/hardware/mbed_portenta/3.4.1/portenta_post_install.sh).
192192

193193
Then run the following command using `sudo`
194194

195195
```
196-
$ cd ~/.arduino15/packages/arduino/hardware/mbed_portenta/2.7.2
196+
$ cd ~/.arduino15/packages/arduino/hardware/mbed_portenta/3.4.1
197197
$ chmod 755 portenta_post_install.sh
198198
$ sudo ./portenta_post_install.sh
199199
```
@@ -206,9 +206,9 @@ This will create the file `/etc/udev/rules.d/49-portenta_h7.rules` as follows:
206206
SUBSYSTEMS=="usb", ATTRS{idVendor}=="2341", ATTRS{idProduct}=="035b", GROUP="plugdev", MODE="0666"
207207
```
208208

209-
Supposing the ArduinoCore-mbed core version is 2.7.2. Now only one file must be copied into the directory:
209+
Supposing the ArduinoCore-mbed core version is 3.4.1. Now only one file must be copied into the directory:
210210

211-
- `~/.arduino15/packages/arduino/hardware/mbed_portenta/2.7.2/portenta_post_install.sh`
211+
- `~/.arduino15/packages/arduino/hardware/mbed_portenta/3.4.1/portenta_post_install.sh`
212212

213213
Whenever a new version is installed, remember to copy this files into the new version directory. For example, new version is x.yy.zz
214214

0 commit comments

Comments
 (0)