Udoo: Difference between revisions

From 太極
Jump to navigation Jump to search
No edit summary
Line 17: Line 17:
= Arduino Programming =
= Arduino Programming =
http://www.elinux.org/UDOO_programming_the_embedded_Arduino_microcontroller
http://www.elinux.org/UDOO_programming_the_embedded_Arduino_microcontroller
On Udoo itself, I can use '''dmesg | grep ttymxc3''' to double check the device is attached.
On an external computer, I try to use '''dmesg | grep cp210x''' to check the device.

Revision as of 13:38, 20 October 2013

Documentation

Download

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

On Udoo itself, I can use dmesg | grep ttymxc3 to double check the device is attached.

On an external computer, I try to use dmesg | grep cp210x to check the device.