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
Before running the installation script, ensure that Python, `pip` and `venv` are installed on your system. The script will automatically install `west` and manage the necessary dependencies.
127
127
128
-
On Ubuntu or similar `apt`-based distros, make sure to run the following command:
west flash -d build/arduino_portenta_h7_stm32h747xx_m7
203
+
```
204
+
176
205
This can also be performed via the "Burn bootloader" action in the IDE if the core is properly installed, as detailed below.
177
206
178
207
### Using the Core in Arduino IDE/CLI
179
208
180
209
After running the `bootstrap.sh` script, you can symlink the core to `$sketchbook/hardware/arduino-git/zephyr`. Once linked, it will appear in the IDE/CLI, and the board's Fully Qualified Board Name (FQBN) will be formatted as `arduino-git:zephyr:name_from_boards_txt`.
181
210
211
+
Remember to also install and/or update the officially published core in the IDE Board Manager to get the latest tools and dependencies.
0 commit comments