Skip to content

Problem with esp8266, esp32 and digistump installation in arduino-cli #494

Closed
@oholen

Description

@oholen

Bug Report

Current behavior

My arduino-cli.yaml

proxy_type: auto
sketchbook_path: /home/jan/Arduino
arduino_data: /home/jan/.arduino15
board_manager:
        additional_urls:
                - http://arduino.esp8266.com/stable/package_esp8266com_index.json
                - http://digistump.com/package_digistump_index.json
                - https://dl.espressif.com/dl/package_esp32_index.json

[[email protected]:: ~/.arduino15 ]:$ arduino-cli core update-index
Updating index: package_index.json downloaded
Updating index: package_index.json downloaded

[[email protected]:: ~/.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.

[[email protected]:: ~/Arduino ]:$ arduino-cli core install arduino:sam
Downloading packages...
arduino:[email protected] downloaded
arduino:[email protected] downloaded
arduino:[email protected] downloaded
Installing arduino:[email protected]...
arduino:[email protected] installed
Installing arduino:[email protected]...
arduino:[email protected] installed
Installing arduino:[email protected]...
arduino:[email protected] installed

Environment

My arduino-cli

[[email protected]:: ~/.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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions