Difference between revisions of "Getting Started with the IIoT Development Kit IMX6U-112"

From wiki.emacinc.com
Jump to: navigation, search
m
Line 1: Line 1:
 
{{#seo:
 
{{#seo:
|title=Getting Started with CutiPy and FreeRTOS
+
|title=Getting Started with the IIoT Development Kit IMX6U-112
 
|titlemode=append
 
|titlemode=append
|keywords=Cutipy Getting Started
+
|keywords=IMX6U Getting Started
|description=The following page can be used to get familiarized with the Cutipy.
+
|description=The following page can be used to get familiarized with the IIoT Development Kit IMX6U-112.
 
}}
 
}}
 
<!-- /*********************************************************************************************************/ -->
 
<!-- /*********************************************************************************************************/ -->
Line 24: Line 24:
 
* RJ45 to RJ45 Ethernet Cable 7'
 
* RJ45 to RJ45 Ethernet Cable 7'
 
* USB2.0A Male to Micro-USB Male 6'
 
* USB2.0A Male to Micro-USB Male 6'
* USB2.0A Male to USB-B Male
 
 
* 2.4 & 5GHz 100mm Wifi Antenna
 
* 2.4 & 5GHz 100mm Wifi Antenna
*  
+
* MikroBus ROTARY B click
  
 
=== Tools Required ===
 
=== Tools Required ===
Line 36: Line 35:
 
2. Make the following cable connections using the cables provided:
 
2. Make the following cable connections using the cables provided:
 
* Board Micro-USB to USB Desktop
 
* Board Micro-USB to USB Desktop
* Board USB-B to USB Desktop
 
 
* Board Ethernet to Ethernet Network
 
* Board Ethernet to Ethernet Network
 
* 5V Wall Power Supply to Board Power (may be left unplugged from wall until Step 4)
 
* 5V Wall Power Supply to Board Power (may be left unplugged from wall until Step 4)
Line 51: Line 49:
 
There are two options in development with this device: </br>
 
There are two options in development with this device: </br>
 
1. Using the EMAC OE SDK on terminal. [ [[Getting_Started_with_the_EMAC_OE_SDK | Getting Started with the EMAC OE SDK]] ] </br>
 
1. Using the EMAC OE SDK on terminal. [ [[Getting_Started_with_the_EMAC_OE_SDK | Getting Started with the EMAC OE SDK]] ] </br>
or </br>
+
- or </br>
 
2. Using the EMAC OE SDK on Qt Creator. [ [[Getting_Started_With_Qt_Creator|Getting Started With Qt Creator]] ]
 
2. Using the EMAC OE SDK on Qt Creator. [ [[Getting_Started_With_Qt_Creator|Getting Started With Qt Creator]] ]
  
Line 59: Line 57:
  
  
<br clear=all>
+
=== Further Information ===
  
  
 
{{:Templateimpl:whatnext | initials=BS | title=Getting Started with the EMAC OE SDK | desc=Basic tutorial for using the EMAC OE SDK. | project=OE 5.0 }}
 
{{:Templateimpl:whatnext | initials=BS | title=Getting Started with the EMAC OE SDK | desc=Basic tutorial for using the EMAC OE SDK. | project=OE 5.0 }}
  
[[Getting_Started_with_the_EMAC_OE_SDK | Getting Started with the EMAC OE SDK]]
+
* [[Getting_Started_with_the_EMAC_OE_SDK | Getting Started with the EMAC OE SDK]]
[[Getting_Started_With_Qt_Creator|Getting Started With Qt Creator]]
+
* [[Getting_Started_With_Qt_Creator|Getting Started With Qt Creator]]
 +
* [[Getting_Started_With_Minicom|Getting Started with Minicom]]

Revision as of 18:31, 9 September 2020

This page outlines a basic guide to getting starting using the IIoT Development Kit IMX6U-112.

General Information

What Comes with the Development Kit

  • SoM-IMX6U-120R2 (528MHz iMX6UL 4GB eMMC, 128MB SoM, connected to Carrier Board)
  • SoM-112ES-131R1 (DIx Carrier with Wifi/BT & Audio)
  • 5V 3A Wall Power Supply
  • 10 Pin Com to DB9 Cable 12"
  • RJ45 to RJ45 Ethernet Cable 7'
  • USB2.0A Male to Micro-USB Male 6'
  • 2.4 & 5GHz 100mm Wifi Antenna
  • MikroBus ROTARY B click

Tools Required

  • Desktop PC (Windows/Linux/Mac will work)

Setup

1. Install EMAC OE SDK on your computer.

  • Installation options are linked HERE.

2. Make the following cable connections using the cables provided:

  • Board Micro-USB to USB Desktop
  • Board Ethernet to Ethernet Network
  • 5V Wall Power Supply to Board Power (may be left unplugged from wall until Step 4)

3. Open your preferred serial monitoring program:

4. Create a terminal session with the board.

  • After supplying power, boot messages will be displayed followed by a log in prompt.
    • User: root
    • Password: emac_inc
  • Use command "ifconfig" in the terminal session to find the device's IP address that can be used during the development process.

Development

There are two options in development with this device:
1. Using the EMAC OE SDK on terminal. [ Getting Started with the EMAC OE SDK ]
- or
2. Using the EMAC OE SDK on Qt Creator. [ Getting Started With Qt Creator ]


Further Information

Pages with Related Content