-
-
Notifications
You must be signed in to change notification settings - Fork 7k
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
Arduino 1.8.5 does not work after install #7846
Comments
Please:
|
for me the installation worked this way: |
Hello, I had a same issues with a Raspberry Pi 4, Quad core 64 bit ARM cortex-A72 cpu. I followed this tutorial exactly. using sudo apt-get install arduino will install a very outdated version of Arduino on a computer. Executing the command will result in following error messages. root@raspberrypi:/opt/arduino-1.8.13# sudo ./install.sh touch: cannot touch '/root/.config/mimeapps.list': No such file or directory done! Arduino won't run if you click on the GUI. Running ARDUINO will result in an error from a source code. root@raspberrypi:/opt/arduino-1.8.13# ./arduino I figured out a solution by dsyleixa. Running ./install.sh will actually break the source code so running ./arduino won't work anymore. Run the program arduino by using this command after 'cd'ing into the correct directory: ./arduino Like this!! |
Hi @AndersonLovesYou , depending on your Raspbian distribution you should use the arm32 or the arm64 build. The processor is indeed 64bit but the RaspberryPi foundation used to released a single version of their software that runs on all boards (so it's 32bit). |
As a heads up, I just downloaded the 32 bit version onto my 32 bit RaspberryPi OS. The install script still has this issue and refuses to play nice. |
[work@haco01 arduino-1.8.13]$ ./arduino |
Still doesn't work for me. I started from zero (deleted all previous installation, downloaded, untar, and ran) and still get the same message |
what exactly was your download command? |
I ran into the same problem trying to install 1.8.15 using a Raspberry Pi 4 Model B Rev 1.4 running Debian 10.9 (buster). I manually downloaded the .tar and ran the following commands as user pi from ~/Downloads This sequence of steps produced this error: touch: cannot touch '/root/.config/mimeapps.list': No such file or directory done! I was able to correct the error using the following command sequence right after I got the error above. sudo su The chmod 777 .config command probably isn't needed, but that's what I did. I didn't uninstall after the initial error. I just entered the commands exactly as shown above and the installer executed. The following output was generated by the installer: done! After this, I was able to successfully launch the IDE using the Programming->Arduino IDE menu option. |
The application does not start after install on RPI 3b running Raspbian Jessie.
I followed the instructions on https://www.arduino.cc/en/Guide/Linux, downloaded the ARM version, unpacked, built and installed all successfully.
I got the warning:
Found this message in a few other issues posts but can't resolve the problem.
I tried to start the application from the Desktop, as well as from the command line and neither worked. Let me know if any more details would help.
Cheers.
The text was updated successfully, but these errors were encountered: