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
INFO[0000] Checking for config file in: /home/jan/.arduino15/arduino-cli.yaml
INFO[0000] Reading configuration from /home/jan/.arduino15/arduino-cli.yaml
WARN[0000] Could not read configuration from /home/jan/.arduino15/arduino-cli.yaml error="yaml: line 5: found character that cannot start any token"
...
Ok, problem resolved.
My arduino-cli.yaml file is invalid.
I added too many "tabs".
The correct file is below:
Bug Report
Current behavior
My arduino-cli.yaml
[jan@s61.linuxpl.com:: ~/.arduino15 ]:$ arduino-cli core update-index
Updating index: package_index.json downloaded
Updating index: package_index.json downloaded
[jan@s61.linuxpl.com:: ~/.arduino15 ]:$ arduino-cli core install esp8266:esp8266
Error during install: finding platform dependencies: package esp8266 not found
Esp32 and digistump this same.
Expected behavior
Arduino:sam install is OK.
[jan@s61.linuxpl.com:: ~/Arduino ]:$ arduino-cli core install arduino:sam
Downloading packages...
arduino:arm-none-eabi-gcc@4.8.3-2014q1 downloaded
arduino:bossac@1.6.1-arduino downloaded
arduino:sam@1.6.12 downloaded
Installing arduino:arm-none-eabi-gcc@4.8.3-2014q1...
arduino:arm-none-eabi-gcc@4.8.3-2014q1 installed
Installing arduino:bossac@1.6.1-arduino...
arduino:bossac@1.6.1-arduino installed
Installing arduino:sam@1.6.12...
arduino:sam@1.6.12 installed
Environment
My arduino-cli
[jan@s61.linuxpl.com:: ~/.arduino15 ]:$ arduino-cli version
arduino-cli Version: 0.6.0 Commit: 3a08b07
My Linux (uname -a)
Linux s61.linuxpl.com 4.4.41-grsec #1 SMP Tue Jan 10 10:26:33 CET 2017 x86_64 GNU/Linux
Additional context
It's been the same for several days.
The text was updated successfully, but these errors were encountered: