User manual
UDOO Starting manual (beta) Version 0.3
http://www.udoo.org/
24"
C:\Program Files (x86)\Arduino
4.2.2. Linux 32 / 64
Download the tar.gz files, choosing from 32 and 64 bit OS version.
Navigate in the download folder via terminal and write the command:
tar -zvf arduino-1.5.4-linux32.tgz
or
tar -zvf arduino-1.5.4-linux64.tgz
then move the folder in the preferred path
mv arduino-1.5.4 < PREFERRED_PATH>
4.2.3. OSX
Download and unzip the file, then move the App in Application folder.
4.3. Apply UDOO patch to Arduino IDE
To allow the Arduino IDE to work on UDOO, it is necessary to update a file in the
Arduino IDE folder.
Download the patch
Download the patch for the appropriate OS at following link:
www.udoo.org/downloads/#tab4
Extract the file called bossac from the archive and move it in the Arduino IDE path
overriding the old file (Answer “yes” to any alert that will appear).
<ARDUINO_IDE_PATH>/hardware/tools/
On OS X, right click on the Arduino IDE Application and select “Show package
contents”, then copy the bossac file into:
<ARDUINO_IDE_PACKAGE>/Contents/Resources/Java/hardware/tools/
4.3.1. Why this patch is necessary
The Atmel SAM3x8E microcontroller needs to receive ERASE and RESET signals
before programming it with a new sketch.
On Arduino board this operation is performed by the microcontroller ATmega16U2,
which is not present on UDOO board. This patch solves this issue. The bossac file
sends a command to an i.MX6 embedded driver which acknowledges the command
and drive opportunely the SAM3x8E ERASE and RESET signals. Afterwards, the