-
-
Notifications
You must be signed in to change notification settings - Fork 403
arduino-cli: not found. Sopine A64 on OpenWrt OS #1683
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
Comments
Hi @NamlaZz. Thanks for your report. What do you get if you run this command?:
|
Running this command after failure to install is shown as below:
|
I'm pretty sure the installation script is failing at this command: Line 205 in 12d488f
What do you get if you run this command?:
|
this is what I get when I run the command: |
What shell are you using? Do you have a |
I think the problem is the missing Would you mind testing the attached binary? It's the cli compiled with |
For reference, this is the output on
So the difference is indeed |
it's Almquist shell, I have |
I SCPed the file into
although not indicated it appears that I have a working version of 0.20 or 0.21 of arduino-cli. What can I do to bypass this problem for future releases? |
My suggestion for the @arduino/team_tooling is to compile with |
This reverts commit 737ecdb. arduino/arduino-cli#1683
I am unable to install any version of arduino-cli beyond 0.5.0-showports.
This is what I get when installing through curl the latest version of arduino-cli. Note that /root/bin/ is already appended to my $PATH.
root@s200:~# curl -fsSL https://github.com/raw/arduino/arduino-cli/master/install.sh | sh
Installing in /root/bin
ARCH=ARM64
OS=Linux
Using curl as download tool
Downloading https://downloads.arduino.cc/arduino-cli/arduino-cli_0.21.1_Linux_ARM64.tar.gz
sh: /root/bin/arduino-cli: not found
Failed to install arduino-cli
However when installing version 0.5.0-showports or older it works:
root@s200:~# curl -fsSL https://github.com/raw/arduino/arduino-cli/master/install.sh | sh -s 0.5.0-showports
Installing in /root/bin
ARCH=ARM64
OS=Linux
Using curl as download tool
Downloading https://downloads.arduino.cc/arduino-cli/arduino-cli_0.5.0-showports_Linux_ARM64.tar.gz
arduino-cli Version: 0.5.0-showports Commit: 3d7717e installed successfully in /root/bin
Version 0.5.0-showports does not contain all the functionalities that I need for the project, most importantly the serial monitor. Attached below are system information for my OS.
Linux version 5.10.96 (builder@buildhost) (aarch64-openwrt-linux-musl-gcc (OpenWrt GCC 11.2.0 r18729-8c1d5129ee) 11.2.0, GNU ld (GNU Binutils) 2.37)
The text was updated successfully, but these errors were encountered: