Télécharger Arduino et mettre dans /opt/arduino
$ chown -R root:root /opt/arduino
Installation de Android Makefile :
$ cd /tmp
$ git clone https://github.com/sudar/Arduino-Makefile.git
$ sudo mv Arduino-Makefile /opt
$ sudo chown -R root:root /opt/Arduino-Makefile
Exemple de Makefile :
BOARD_TAG = uno
ARDUINO_DIR = /opt/arduino
export EPYTHON=python2.7
include /opt/Arduino-Makefile/Arduino.mk
USB_SERIAL_FTDI_SIO)CONFIG_USB_ACM)CONFIG_USB_SERIAL_CH341)