Difference between revisions of "UDOO"

From eLinux.org
Jump to: navigation, search
(I've put the link to the official sources as embedded links in the text.)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
:'''''Notice:''' The UDOO Wiki pages on this site is collaborative work - the UDOO Team is '''not''' responsible for content on these pages.''
+
:'''''WARNING:''' This documentation is outdated. The updated documentation is on the UDOO website: http://www.udoo.org/.''
 
{{TOC right}}
 
{{TOC right}}
  
Line 72: Line 72:
 
*Compatible with All Arduino Due Shields and most Arduino Shields
 
*Compatible with All Arduino Due Shields and most Arduino Shields
 
*GPIO's can be accessed as Arduino pins, GPIO's or as additional S\PDIF, FlexCAN,I2S, SPI
 
*GPIO's can be accessed as Arduino pins, GPIO's or as additional S\PDIF, FlexCAN,I2S, SPI
[[UDOO_GPIO_Pinout|More informations about UDOO_GPIO_Pinout]]
+
More informations about [[UDOO GPIO Pinout]]
 +
 
 +
==Jumpers==
 +
*J2: it powers up otg bus (needs to be plugged to work with Android ADB)
 +
*J16: it resets Arduino.
 +
*J18: if plugged, it allows the microusb connector cn3 to communicate with the main processor - imx6; unplugged, cn3 communicates with Arduino.
 +
*J22: it erases the Arduino sketch.
 +
More information on UDOO Jumpers are in the [http://udoo.org/download/files/Documents/UDOO_Starting_Manual_beta0.4_11_28_2013.pdf UDOO Starting Manual].
  
 
<!--
 
<!--
Line 129: Line 136:
 
=== Very first start ===
 
=== Very first start ===
 
----
 
----
*An easy step by step guide that will lead you to [http://www.elinux.org/UDOO_Getting_started boot your UDOO for the very first time].
+
*An easy step by step guide that will lead you to [[UDOO Getting started|boot your UDOO for the very first time]]
 
+
*How to [[UDOO creating a bootable Micro SD card from precompiled image|create a bootable micro SD card for UDOO]]
*How to [http://www.elinux.org/UDOO_creating_a_bootable_Micro_SD_card_from_precompiled_image Create a bootable micro SD card for UDOO]  
+
*Configure your UDOO with [[UDOO Configuration Tool|UDOO Configuration Tool]]
 
 
*Configure your UDOO with [http://elinux.org/UDOO_Configuration_Tool UDOO Configuration Tool]
 
  
 
| style="width:33%; vertical-align:top; border:1px solid #aaa; padding-left:5px;" |
 
| style="width:33%; vertical-align:top; border:1px solid #aaa; padding-left:5px;" |
Line 139: Line 144:
 
=== Advanced Setup ===
 
=== Advanced Setup ===
 
----
 
----
*How to [http://www.elinux.org/UDOO_creating_a_bootable_Micro_SD_card_from_precompiled_binaries Create a bootable Micro SD card from precompiled binaries].
+
*How to [[UDOO creating a bootable Micro SD card from precompiled binaries|Create a bootable Micro SD card from precompiled binaries]]
 
+
*How to [[UDOO creating a bootable Micro SD card from source|Create a bootable Micro SD card from sources]]
*How to [http://www.elinux.org/UDOO_creating_a_bootable_Micro_SD_card_from_source Create a bootable Micro SD card from sources].
+
*How to [[UDOO kernel update procedure|Update UDOO Kernel]]
 
+
*How to [[UDOO boot from sata|boot from SATA drive]]
*How to [http://elinux.org/UDOO_kernel_update_procedure Update UDOO Kernel]
 
 
 
*How to [http://www.elinux.org/UDOO_boot_from_sata boot from SATA drive]
 
 
 
 
*[[UDOO_usb_debug|Using USB Debug Connection]]
 
*[[UDOO_usb_debug|Using USB Debug Connection]]
 
 
* '''Having problems? Try the [[UDOO_TroubleShooting | Troubleshooting]] page.'''
 
* '''Having problems? Try the [[UDOO_TroubleShooting | Troubleshooting]] page.'''
  
Line 176: Line 176:
 
=== Linux ===
 
=== Linux ===
 
----
 
----
*How to [http://www.elinux.org/UDOO_Installing_Debian_With_Debootstrap install a custom Debian distro with debootstrap]
+
*How to [[UDOO Installing Debian With Debootstrap|install a custom Debian distro with debootstrap]]
 +
*How to [[UDOO create a Virtual Machine for UDOO Development|Create a Virtual Machine for UDOO Development]]
 +
*Understand some basic [[Linux command line basics|linux commands]]
  
*How to [http://www.elinux.org/UDOO_create_a_Virtual_Machine_for_UDOO_Development Create a Virtual Machine for UDOO Development]
 
 
*Understand some basic [[Linux command line basics|linux commands]]
 
 
| style="width:33%; vertical-align:top; border:1px solid #aaa; padding-left:5px;" |
 
| style="width:33%; vertical-align:top; border:1px solid #aaa; padding-left:5px;" |
  
Line 186: Line 185:
 
----
 
----
 
*Introduction on [[Android_Making|Making with Android]]
 
*Introduction on [[Android_Making|Making with Android]]
 
+
*How to [[UDOO compile android from sources|compile android from sources]]
*How to [http://www.elinux.org/UDOO_compile_android_from_sources compile android from sources]
+
*How to [[UDOO Switch between adb Debug and ADK connection|Switch between adb Debug and ADK connection]]
 
 
*How to [http://www.elinux.org/UDOO_Switch_between_adb_Debug_and_ADK_connection Switch between adb Debug and ADK connection]
 
 
 
 
*A useful [https://github.com/palazzem/adk-toolkit Android ADK Toolkit Library] and its [http://android-adk-toolkit.readthedocs.org/en/latest/ Docs]
 
*A useful [https://github.com/palazzem/adk-toolkit Android ADK Toolkit Library] and its [http://android-adk-toolkit.readthedocs.org/en/latest/ Docs]
 
+
*How to [[UDOO configure Ethernet under Android|configure Ethernet under Android]]
*How to configure Ethernet under Android
 
How to [http://www.elinux.org/UDOO_configure_Ethernet_under_Android configure Ethernet under Android]
 
  
 
| style="width:33%; vertical-align:top; border:1px solid #aaa; padding-left:5px;" |
 
| style="width:33%; vertical-align:top; border:1px solid #aaa; padding-left:5px;" |
Line 200: Line 194:
 
=== Arduino ===
 
=== Arduino ===
 
----
 
----
*How to [http://www.elinux.org/UDOO_programming_the_embedded_Arduino_microcontroller program the embedded Arduino microcontroller]
+
*How to [[UDOO programming the embedded Arduino microcontroller|program embedded Arduino microcontroller]]
  
 
|}
 
|}
Line 209: Line 203:
 
=== Hardware & Accessories ===
 
=== Hardware & Accessories ===
 
----
 
----
*[[UDOO_GPIO_Pinout|UDOO_GPIO_Pinout]]
+
*[[UDOO GPIO Pinout]]
 
*[[IMX 6 Internal and drivers pin-muxing reference]]
 
*[[IMX 6 Internal and drivers pin-muxing reference]]
 
*[[IMX6 and Sam3X Communication]]
 
*[[IMX6 and Sam3X Communication]]
*How to [http://www.elinux.org/UDOO_setup_lvds_panels Setup LVDS Display Panels]
+
*How to [[UDOO setup lvds panels|Setup LVDS Display Panels]]
*How to setup [[UDOO_Camera_Module|UDOO Camera Module]]
+
*How to setup [[UDOO Camera Module]]
 
*[[UDOO_watchdog|Using Watchdog Timer on UDOO]]
 
*[[UDOO_watchdog|Using Watchdog Timer on UDOO]]
  
Line 222: Line 216:
 
*[http://www.udoo.org/downloads/#udoobuntu UDOObuntu] is the Official UDOO Linux Distribution
 
*[http://www.udoo.org/downloads/#udoobuntu UDOObuntu] is the Official UDOO Linux Distribution
 
*[http://www.udoo.org/downloads/#android Android 4.4.2.] is the Official UDOO Android Distribution
 
*[http://www.udoo.org/downloads/#android Android 4.4.2.] is the Official UDOO Android Distribution
*List of all[http://www.udoo.org/downloads/ UDOO Distributions available]
+
*List of all [http://www.udoo.org/downloads/ UDOO Distributions available]
  
  
Line 287: Line 281:
 
*LCD BOARD ADAPTER   
 
*LCD BOARD ADAPTER   
  
How to [http://www.elinux.org/UDOO_setup_lvds_panels setup lvds panels]
+
How to [[UDOO setup lvds panels|setup lvds panels]]
  
 
[http://udoo.org/download/files/datasheets/datasheet7.pdf UDOO 7" Touch Panel Display Kit Datasheet]
 
[http://udoo.org/download/files/datasheets/datasheet7.pdf UDOO 7" Touch Panel Display Kit Datasheet]
Line 308: Line 302:
  
  
How to [http://www.elinux.org/UDOO_setup_lvds_panels setup lvds panels]
+
How to [[UDOO setup lvds panels|setup lvds panels]]
  
 
[http://udoo.org/download/files/datasheets/datasheet15.pdf UDOO 15" Touch Panel Display Kit Datasheet]
 
[http://udoo.org/download/files/datasheets/datasheet15.pdf UDOO 15" Touch Panel Display Kit Datasheet]
Line 340: Line 334:
  
 
[[Category:UDOO]]
 
[[Category:UDOO]]
 +
[[category:SBC with i.MX6 SoC]]
 +
[[category:SBC with ARM CPU]]
 +
[[category:SBC with DDR3 RAM]]
 +
[[category:SBC with one Gigabit LAN]]
 +
[[category:SBC with HDMI]]
 +
[[category:SBC with SATA]]

Latest revision as of 12:27, 16 May 2019

WARNING: This documentation is outdated. The updated documentation is on the UDOO website: http://www.udoo.org/.

This page collects information about UDOO the first ever small sized computer that merges in one single board an ARM cortex-A9 iMX.6 CPU and an Arduino Due compatible board embedded with a dedicated ARM SAM3X8E CPU. UDOO project has been funded through Kickstarter, raising $641,614 in sixty days thanks to 4,172 backers.


UDOO

What's UDOO?

UDOO is a single board computer that can be used both with Android and Linux, paired with an Arduino-compatible processor. It is a powerful prototyping board for software development and design; it’s easy to use and allows developing projects with minimum knowledge of hardware design. UDOO merges different computing worlds together: each one has its proper strengths and weak points, but all of them are useful in todays life for educational purposes as well as Do-It-Yourself (DIY) and quick prototyping. UDOO is an open hardware, low-cost platform equipped with an ARM i.MX6 Freescale processor, and an Arduino Due compatible section based on ATMEL SAM3X8E ARM processor, all this available on the same board!

UDOO goals:

  • Develop an innovative product for a growing market
  • Give a new vision to the educational framework, with the idea of training up a new generation of engineers, designers and software developers skilled in digital technology: physical computing, multi-media arts, interactive arts, IoT...
  • Give a boost to the DIY world
  • Offer a low cost embedded platform for interactive arts with powerful tools: Processing, OpenCV, PureData, openFramework
  • Provide companies with a great tool for fast prototyping

Specifications

UDOO retail line up consists of three models, sharing most of the features and different only for connectivity and i.MX6 processor used. All three models feature an embedded Arduino compatible section based on Arduino Due schematic. UDOO’s dimensions are: 4.33 inch x 3.35 inch (11 cm x 8.5 cm).


UDOO
  • Freescale i.MX6Quad, 2\4 x ARM® Cortex™-A9 core @ 1GHz with ARMv7A instruction set
  • GPU Vivante GC 2000 for 3D + Vivante GC 355 for 2D (vector graphics) + Vivante GC 320 for 2D
  • Atmel SAM3X8E ARM Cortex-M3 CPU (same as Arduino Due)
  • RAM DDR3 1GB
  • 76 fully available GPIO with Arduino compatible R3 1.0 pinout
  • HDMI and LVDS + Touch
  • 2 Micro USB (1 OTG)
  • 2 USB 2.0 type A and 1 USB 2.0 internal pin header (requires adapter cable)
  • Analog Audio and Mic jacks
  • CSI Camera Connection
  • on board Micro SD card reader (boot device)
  • Power Supply (6-15V) and External Battery connector
  • Ethernet RJ45 (10/100/1000 MBit)
  • WiFi Module
  • SATA connector with power header

Warning: The UDOO I/O pins are 3.3V compliant. Higher voltages (like 5V) would damage the board.

Learn more about wrong uses that invalidate the warranty.

Board Overview

Schema UDOO Wiki.jpg

GPIO features

  • 76 fully available GPIO
  • Arduino-compatible R3 1.0 pinout
  • 3,3 V Compliant
  • Compatible with All Arduino Due Shields and most Arduino Shields
  • GPIO's can be accessed as Arduino pins, GPIO's or as additional S\PDIF, FlexCAN,I2S, SPI

More informations about UDOO GPIO Pinout

Jumpers

  • J2: it powers up otg bus (needs to be plugged to work with Android ADB)
  • J16: it resets Arduino.
  • J18: if plugged, it allows the microusb connector cn3 to communicate with the main processor - imx6; unplugged, cn3 communicates with Arduino.
  • J22: it erases the Arduino sketch.

More information on UDOO Jumpers are in the UDOO Starting Manual.


Getting Started

Very first start


Advanced Setup


Resources


UDOO has a very active and growing community where to find help and new ideas

  • Take a look at UDOO User Manual which contains lots of useful technical informations


Tutorials

Linux


Android


Arduino


Resources

Hardware & Accessories


Software & OS Distributions




Additional Resources



Official Accessories

UDOO Camera Module


  • Auto focus control (AFC) with embedded AF VCM driver
  • Sensitivity: 600mV/lux-sec
  • Video capture in Full Field of View (FOV): double sensitivity,improved signal-to.noise ratio (SNR)
  • Post-binning re-sampling filter for sharper, crisper contours and colours
  • Internal anti-shaking engine
  • Image transfer rate

VGA (320x480) @120fps VGA (640x480) @90fps 720p @60fps 1280x960 @45fps 1080p @30fps QSXGA (2592x1944) @15fps

More informations about UDOO Camera Modules

UDOO Camera Module Datasheet


UDOO Camera.jpg


UDOO LVDS Touch Screens

7" Touch Panel Kit

  • 7" TFT RGB Display
  • I2C Touch Screen
  • Dual Touch
  • Resolution 800X480
  • UDOO_VK-7T video cable for UDOO
  • LCD BOARD ADAPTER

How to setup lvds panels

UDOO 7" Touch Panel Display Kit Datasheet

UDOO LVDS 7.jpg



15" Touch Panel Kit

  • 15,6" LVDS Display
  • USB Capacitive Touch Screen
  • Resolution 1366X768 24bit
  • UDOO_VK-15T video cable for UDOO
  • USB CABLE for Third UDOO'USB
  • Touch Controller Board


How to setup lvds panels

UDOO 15" Touch Panel Display Kit Datasheet

UDOO LVDS 15.jpg



Community

Forums The official UDOO forums can be found at http://www.udoo.org/forum

The forum search facility has been tweaked to allow more general searching. Please do a search before making a post as the issue may already have been raised and answered.


IRC There is an (unofficial) UDOO discussion channel on IRC. Using the IRC client of your choice, use server information: irc.freenode.net. Room name is #udoo.

Home site and community

  1. Official web site http://www.udoo.org
  2. Official forum http://www.udoo.org/forum/index.php

Social account

  1. Facebook fan page http://www.facebook.com/udooboard
  2. Twitter http://twitter.com/UDOO_Board
  3. Google+ https://plus.google.com/u/0/110742692974455430878/posts
  4. YouTube http://www.youtube.com/channel/UCXv5UyGn5jArK8xOAmuSeHg