Udoo: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 14: | Line 14: | ||
</pre> | </pre> | ||
* [http://www.udoo.org/downloads/#tab4 Arduino IDE for UDOO] | * [http://www.udoo.org/downloads/#tab4 Arduino IDE for UDOO] | ||
= Arduino Programming = | |||
http://www.elinux.org/UDOO_programming_the_embedded_Arduino_microcontroller |
Revision as of 21:26, 19 October 2013
Documentation
- Starting manual
- Mechanical Specs
- Schematics
- Pinout explained
Download
- SD Image and instruction to burn the image to microSD card; like
sudo umount /dev/sdc1 sudo dd bs=1M if=~/Downloads/udoo_dual_ubuntu_1.2.img of=/dev/sdc sudo sync sudo umount /media/<sd_label>
Arduino Programming
http://www.elinux.org/UDOO_programming_the_embedded_Arduino_microcontroller