Skip to content

Is this specific to a particular ARM version?? #292

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
haricode19 opened this issue Jul 19, 2019 · 5 comments
Closed

Is this specific to a particular ARM version?? #292

haricode19 opened this issue Jul 19, 2019 · 5 comments
Assignees
Labels
type: support OT: Request for help using the project

Comments

@haricode19
Copy link

Bug Report

I downloaded the Linux ARM version and moved it over to /usr/local/bin
then i renamed the executable to arduino-cli.
Then i type the command "arduino-cli" and i get "No such file or directory" error.

im not building it from source.

Environment

  • Nvidia Jetson Nano
  • Go version (if building from sources):
  • OS version: Ubuntu 18.04 on ARMv8
@masci
Copy link
Contributor

masci commented Jul 19, 2019

Can you double check file permissions for /usr/local/bin/arduino-cli with something like ls -l/usr/local/bin? The file arduino-cli has to be executable, if it's not, try with:

chmod +x /usr/local/bin/arduino-cli

@masci masci added the type: support OT: Request for help using the project label Jul 19, 2019
@facchinm
Copy link
Member

I think this is due to ARM64 architecture; No such file or directory error normally happens when trying to run an executable for a different arch.
Are binaries for ARM64 (or aarch64) available in nightly? Do we simply need to add the proper links in README?

@rsora
Copy link
Contributor

rsora commented Jul 19, 2019

Currently only ARM32 is available, since we merged #204, in the next day I'll make the ARM64 binary available after configuring our CI pipeline to produce it.

@kvnptl
Copy link

kvnptl commented Oct 15, 2019

Bug Report

I downloaded the Linux ARM version and moved it over to /usr/local/bin
then i renamed the executable to arduino-cli.
Then i type the command "arduino-cli" and i get "No such file or directory" error.

im not building it from source.

Environment

* Nvidia Jetson Nano

* Go version (if building from sources):

* OS version: Ubuntu 18.04 on ARMv8

I have tried same thing, now it not giving any error.

@nestukh
Copy link

nestukh commented Sep 27, 2020

I'm having the same problem using the current arm64 build on a Vero 4K+ (by OSMC), which has Debian with aarch64 architecture.
The binary from the arduino-cli-152-PR307-linuxarm64.tar.bz2 archive (mentioned in another issue) works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: support OT: Request for help using the project
Projects
None yet
Development

No branches or pull requests

6 participants