Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,14 @@ This can also be performed via the "Burn bootloader" action in the IDE if the co

### Using the Core in Arduino IDE/CLI

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`.
After running the `bootstrap.sh` script, you can create a symlink from the
`ArduinoCore-zephyr` folder to `${sketchbook}/hardware/arduino-git/zephyr`, so
that the `boards.txt` file in this repository will be also available as
`${sketchbook}/hardware/arduino-git/zephyr/boards.txt`.

Once this is done, your development folder will appear in the IDE/CLI package
list as `arduino-git:zephyr`, and the Fully Qualified Board Name (FQBN) to use
will be `arduino-git:zephyr:name_from_boards_txt`.

Remember to also install and/or update the officially published core in the IDE Board Manager to get the latest tools and dependencies.
[⚙️ Installation](#️-installation).
Expand Down
2 changes: 1 addition & 1 deletion extra/artifacts/_common.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
{
"packager": "arduino",
"name": "zephyr-sketch-tool",
"version": "0.1.0"
"version": "0.2.0"
},
{
"packager": "arduino",
Expand Down
Loading