You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 4, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -128,7 +128,7 @@ The catch is **your function is now part of an ISR (Interrupt Service Routine),
128
128
## Prerequisites
129
129
130
130
1.[`Arduino IDE 1.8.19+` for Arduino](https://github.com/arduino/Arduino). [](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.**. [](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.**. [](https://github.com/arduino/ArduinoCore-mbed/releases/latest)
132
132
133
133
---
134
134
---
@@ -188,12 +188,12 @@ Check the new [**multiFileProject** example](examples/multiFileProject) for a `H
188
188
189
189
#### 1. For Portenta_H7 boards using Arduino IDE in Linux
190
190
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).
192
192
193
193
Then run the following command using `sudo`
194
194
195
195
```
196
-
$ cd ~/.arduino15/packages/arduino/hardware/mbed_portenta/2.7.2
196
+
$ cd ~/.arduino15/packages/arduino/hardware/mbed_portenta/3.4.1
197
197
$ chmod 755 portenta_post_install.sh
198
198
$ sudo ./portenta_post_install.sh
199
199
```
@@ -206,9 +206,9 @@ This will create the file `/etc/udev/rules.d/49-portenta_h7.rules` as follows:
0 commit comments