Commit 3dcd1ca4 authored by dav1901's avatar dav1901 Committed by Cristian Maglie

Update README.md

parent dc790dce
......@@ -157,6 +157,19 @@ with `arduino-cli board listall` and also search for a specific board:
Great! Now we have the Board FQBN (Fully Qualified Board Name) `arduino:samd:mkr1000`
and the Board Name look good, we are ready to compile and upload the sketch
#### Adding 3rd party cores
To add 3rd party core packages add a link of the additional package to the file `.cli-config.yml`
If you want to add the ESP8266 core, for example:
board_manager:
additional_urls:
- http://arduino.esp8266.com/stable/package_esp8266com_index.json
And then run:
arduino-cli core update-index
arduino-cli core install esp8266:esp8266
### Step 5. Compile the sketch
To compile the sketch we have to run the `compile` command with the proper FQBN we just got in the previous command.
......@@ -309,4 +322,3 @@ Because:
See: https://github.com/arduino/arduino-cli#step-4-find-and-install-the-right-core
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment