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
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