Skip to content

Sparkfun esp32 1.0.0 platform can not be installed #1411

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
jantje opened this issue Nov 19, 2021 · 1 comment
Closed

Sparkfun esp32 1.0.0 platform can not be installed #1411

jantje opened this issue Nov 19, 2021 · 1 comment
Labels
domain: configuration Configuring Sloeber does not work as docummented status: fixed in 4.4.1

Comments

@jantje
Copy link
Member

jantje commented Nov 19, 2021

The sparkfun esp32 platform described in
https://raw.githubusercontent.com/sparkfun/Arduino_Boards/master/IDE_Board_Manager/package_sparkfun_index.json
is dependent on tools that are installed as part of
https://dl.espressif.com/dl/package_esp32_index.json

Sloeber however does not support this construction.
Therefore the tool installation fails
to workaround one need to install the tools by installing corresponding esp32 platforms

@jantje
Copy link
Member Author

jantje commented Nov 19, 2021

The section causing the problem is

  "toolsDependencies": [
            {
              "packager": "esp32", 
              "version": "1.22.0-80-g6c4433a-5.2.0", 
              "name": "xtensa-esp32-elf-gcc"
            }, 
            {
              "packager": "esp32", 
              "version": "2.6.1", 
              "name": "esptool_py"
            }, 
            {
              "packager": "esp32", 
              "version": "0.2.3", 
              "name": "mkspiffs"
            }
          ]

And these tools will need to be installed to work around this issue.
Note that even when these tools are installed the installation of sparkfun esp32 will report failure to install (though in this case all is fine)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain: configuration Configuring Sloeber does not work as docummented status: fixed in 4.4.1
Projects
None yet
Development

No branches or pull requests

1 participant