gentleman john
Posts: 2
Joined: Mon Dec 05, 2016 5:30 pm

No Aruduino IDE toolbar on Ras.Pi2

Tue Dec 06, 2016 4:42 pm

I installed the Arduino IDE on my Pi 2using the latest "arm" version install on the Arduino Web page. However I cannot see and hence cannot access the toolbar. Has anyone had the same issue and has already a simple sollution ?

Thx gentelman john

RetiredProgrammer
Posts: 14
Joined: Sat Jan 10, 2015 10:42 pm

Re: No Aruduino IDE toolbar on Ras.Pi2

Sun Jan 29, 2017 9:54 pm

Try instructions at: https://medium.com/@ronm333/installing- ... .oeijmb71i
Worked fine for me on 2 RPi 2B

User avatar
scruss
Posts: 3212
Joined: Sat Jun 09, 2012 12:25 pm
Location: Toronto, ON
Contact: Website

Re: No Aruduino IDE toolbar on Ras.Pi2

Mon Jan 30, 2017 1:01 am

Best not to use sudo in the installation:

Code: Select all

mkdir ~/Applications
cd ~/Applications
wget https://downloads.arduino.cc/arduino-1.8.1-linuxarm.tar.xz
tar xvJf arduino-1.8.1-linuxarm.tar.xz
cd arduino-1.8.1/
./install.sh
rm ../arduino-1.8.1-linuxarm.tar.xz
‘Remember the Golden Rule of Selling: “Do not resort to violence.”’ — McGlashan.
Pronouns: he/him

Return to “Troubleshooting”