Arduino/1.8.5: Difference between revisions
< Arduino
Jump to navigation
Jump to search
(Created page with '== XO-4 == How to install Arduino IDE 1.8.5 on XO-4 with OLPC OS 13.2.8. === Ingredients === * an XO-4 with OLPC OS 13.2.8 installed, * an internet connection, or USB drive…') |
No edit summary |
||
| Line 11: | Line 11: | ||
* start Terminal, but do not change to root, |
* start Terminal, but do not change to root, |
||
* unpack the tar.xz file, |
* unpack the tar.xz file, |
||
:<pre> tar xf arduino-1.8.5-linuxarm.tar.xz</pre> |
|||
* change to the new directory, |
|||
| ⚫ | |||
* run the install script, |
* run the install script, |
||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
* do not delete the arduino-1.8.5 directory, |
* do not delete the arduino-1.8.5 directory, |
||
* in the Gnome desktop, choose the Arduino IDE icon. |
* in the Gnome desktop, choose the Arduino IDE icon. |
||
=== |
=== Testing === |
||
* connect Arduino board, |
|||
* choose Tools -> Board entry, e.g. Arduino Uno, |
|||
* choose Tools -> Serial Port entry, e.g. /dev/ttyACM0, |
|||
* choose File -> Examples -> Basics -> Blink, |
|||
* choose Upload to send the program to the Arduino board, |
|||
* see LED flashing. |
|||
=== See Also === |
|||
* https://www.arduino.cc/en/Guide/Linux |
* https://www.arduino.cc/en/Guide/Linux |
||
Latest revision as of 09:01, 11 October 2017
XO-4
How to install Arduino IDE 1.8.5 on XO-4 with OLPC OS 13.2.8.
Ingredients
- an XO-4 with OLPC OS 13.2.8 installed,
- an internet connection, or USB drive,
Recipe
- download the arduino-1.8.5-linuxarm.tar.xz file from https://www.arduino.cc/en/Main/Software
- start Terminal, but do not change to root,
- unpack the tar.xz file,
tar xf arduino-1.8.5-linuxarm.tar.xz
- change to the new directory,
cd arduino-1.8.5
- run the install script,
./install.sh
- do not delete the arduino-1.8.5 directory,
- in the Gnome desktop, choose the Arduino IDE icon.
Testing
- connect Arduino board,
- choose Tools -> Board entry, e.g. Arduino Uno,
- choose Tools -> Serial Port entry, e.g. /dev/ttyACM0,
- choose File -> Examples -> Basics -> Blink,
- choose Upload to send the program to the Arduino board,
- see LED flashing.