Skip to content
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

ARM64 unable to install through board manager #4111

Closed
ComputerLag opened this issue Jun 23, 2020 · 3 comments · Fixed by #4117
Closed

ARM64 unable to install through board manager #4111

ComputerLag opened this issue Jun 23, 2020 · 3 comments · Fixed by #4117
Labels
Status: Stale Issue is stale stage (outdated/stuck)

Comments

@ComputerLag
Copy link

Hardware:

Board: ESP32 Dev Module
Core Installation version: 1.04
IDE name: Arduino IDE
Computer OS: Debian Linux
Architecture: aarch64 GNU/Linux
Kernel: 4.19.113-08528-g5803a1c7e9f9

Description:

Unable to install esp32 through board manager. The following error message is displayed:

Debug Messages:

Tool esptool_py is not available for your operating system.
@lbernstone
Copy link
Contributor

lbernstone commented Jun 23, 2020

ARM64 is not a supported platform in 1.0.4 (IDF 3.3). The toolchain is compiled for ARM64 in the gcc8.2 versions, so this should be available in the next version.

@stale
Copy link

stale bot commented Aug 22, 2020

[STALE_SET] This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.

@stale stale bot added the Status: Stale Issue is stale stage (outdated/stuck) label Aug 22, 2020
@stale
Copy link

stale bot commented Sep 5, 2020

[STALE_DEL] This stale issue has been automatically closed. Thank you for your contributions.

@stale stale bot closed this as completed Sep 5, 2020
me-no-dev pushed a commit that referenced this issue Nov 2, 2020
Closes #4111.
gcc: I was not able to find an arm64 build on espressif's website so I choosed to put the armhf version, even if this should works this is only ok as temporary, arm64 runs better on arm64 than armhf :)
esptool: being interpreted python its ok
mkspiff: need igrr/mkspiffs#74 to be merged and artifacts added in /package/package_esp32_index.template.json.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Stale Issue is stale stage (outdated/stuck)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants