Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Revision and Notes

Date

Owner

Revision

Notes

1.0

Initial release

Table of Contents

Table of Contents
minLevel1
maxLevel7

Introduction

The following quick start guide provides background information about the CuBox-i.

The guide will give a technical overview about the product and by the end of it you should be able to boot an operating system and begin testing your application.

Hardware Setup

Product Specifications

Model

CuBox i1

CuBox i2

CuBox i2eX

CuBox i4P

I/Os

2 x USB 2.0
1 x eSATA

2 x USB 2.0
1 x eSATA

2 x USB 2.0
1 x eSATA

2 x USB 2.0
1 x eSATA

Networking

1 x Ethernet RJ45 10/100/1000 (max 470 MB/s)
1 x 802.11 a/b/g/n WiFi and Bluetooth (2.4 GHz)

1 x Ethernet RJ45 10/100/1000 (max 470 MB/s)
1 x 802.11 a/b/g/n WiFi and Bluetooth (2.4 GHz)

1 x Ethernet RJ45 10/100/1000 (max 470 MB/s)
1 x 802.11 a/b/g/n WiFi and Bluetooth (2.4 GHz)

1 x Ethernet RJ45 10/100/1000 (max 470 MB/s)
1 x 802.11 a/b/g/n WiFi and Bluetooth (2.4 GHz)

Processor

NXP i.MX 6 Single core Arm Cortex A9 up to 1GHz

NXP i.MX 6 Dual Lite core Arm Cortex A9 up to 1GHz

NXP i.MX 6 Dual core Arm Cortex A9 up to 1GHz

NXP i.MX 6 Quad core Arm Cortex A9 up to 1GHz

Memory & Storage

512MB DDR3
8GB eMMC
MicroSD

1GB DDR3
8GB eMMC
MicroSD

1GB DDR3
8GB eMMC
MicroSD

2GB DDR3
8GB eMMC
MicroSD

Display

HDMI

HDMI

HDMI

HDMI

Misc.

Reset button
RTC
IR reciver

Reset button
RTC
IR reciver

Reset button
RTC
IR reciver

Reset button
RTC
IR reciver

Development and Debug interfaces

Micro USB

Micro USB

Micro USB

Micro USB

Power

5V

5V

5V

5V

Expansion card I/Os

None

None

None

None

Temperature

Commercial: 0°C to 40°C

Commercial: 0°C to 40°C

Commercial: 0°C to 40°C

Commercial: 0°C to 40°C

Dimensions

50 x 50 x 50mm

50 x 50 x 50mm

50 x 50 x 50mm

50 x 50 x 50mm

Enclosure

ABS Plastic

ABS Plastic

ABS Plastic

ABS Plastic

Ui button
colorred
titleBuy a Sample Now
urlhttps://shop.solid-run.com/product-category/embedded-computers/nxp-family/cubox-i/?_ga=2.159864382.2016484779.1641802897-2012112798.1622706355https://shop.solid-run.com/product-category/embedded-computers/nxp-family/cubox-i/?_ga=2.159864382.2016484779.1641802897-2012112798.1622706355

Info

Supported with i.MX6 SOM. For more detailed information about our SOM-i.MX6 series please visit this user manual : i.MX6 SOM Hardware User Manual.

Block Diagram

The following figure describes the i.MX6 Block Diagram.

Visual features overview

Software Setup

Cable setup and prerequisites

  • Micro USB cable

  • Power supplier : regulated 5V supply with 2A source capacity (3A for CuBox-i4pro)

  • Micro SD card

  • Linux or Windows PC

  • Router or switch with Ethernet cable

Note

Note that using an adaptor with an output voltage which is higher than 5V will damage your device and possibly other connected USB devices.

Booting form an SD card

1. Downloading the Yocto image

Download the Debian Yocto image by running the following command on your Linux/Windows PC:

Code Block
wget https://images.solid-run.com/IMX6/meta-solidrun-arm-imx6/2024-07-05_ab67695/core-image-weston-sdk-imx6qdlcubox.wic.gz

2. Writing the image to the SD card

Use the following commands for writing the image to an SD card:

Code Block
gzip -dc core-image-weston-sdk-imx6qdlcubox.wic.gz | dd of=/dev/sdX bs=4M conv=fsync

Note: Plug a micro SD into your Linux PC, the following assumes that the micro SD is added as /dev/sdX and all it’s partitions are unmounted.

3. SD card insertion

Please Insert the SD card into your device.

4. Power connection

Connect your power adaptor to the DC jack, and then connect the adaptor to mains supply.

Tip

A red LED will light up at the front panel. This is an indication of boot loader firmware is running.If you find you need additional help, please contact us and we’ll do our best to get back to you with more personal support.

5. Serial Connection

Please insert the micro USB into your device, then you can refer to Serial Connection for installing necessary serial connection software in Linux/Windows.

Once you installed the necessary serial connection software, you should be able to see a log-in prompt similar to the following:

  • In order to be able to log in , please insert “root” as a username, password is empty:

More Features

Internet

If you have purchased CuBox-i1 or CuBox-i2 first connect an Ethernet cable to your CuBox-i (for internet access during boot-up). Models CuBox-i2ex and CuBox-i4Pro (Or CuBox i1 / i2 with WiFi function), can be connected via Wi-Fi or wired Ethernet.

  • Please check you Ethernet connection.

Wi-fi
  • You can connect to WiFi using any application, such as : connmanctl or wpa_spplicant

  • TLDR Connecting to WiFi network using connman:

    Code Block
    root@imx6qdlcubox:~# connmanctl 
    connmanctl> enable wifi
    Enabled wifi
    connmanctl> scan wifi
    Scan completed for wifi
    connmanctl> services
        Vodafone Hotspot     wifi_10cea9c83c04_566f6461666f6e6520486f7473706f74_managed_none
        Vodafone-guest       wifi_10cea9c83c04_566f6461666f6e652d6775657374_managed_psk
        ...
    connmanctl> agent on
    Agent registered
    connmanctl> connect wifi_10cea9c83c04_566f6461666f6e652d6775657374_managed_psk
    Agent RequestInput wifi_10cea9c83c04_566f6461666f6e652d6775657374_managed_psk
      Passphrase = [ Type=psk, Requirement=mandatory ]
    Passphrase? super-secret-pw
    Connected wifi_10cea9c83c04_566f6461666f6e652d6775657374_managed_psk
    connmanctl> quit
    
    root@imx6qdlcubox:~# ping google.com
    PING google.com (216.58.206.46): 56 data bytes
    64 bytes from 216.58.206.46: seq=0 ttl=118 time=13.097 ms
    ...

Bluetooth

  1. For showing all Bluetooth devices, run the following:

Code Block
hciconfig -a

2. Choose a device, and turn it on:

Code Block
rfkill unblock bluetooth
hciconfig hci0 up

3.Set up the Bluetooth name:

Code Block
hciconfig hci0 name 'SolidRun_Ble'

4. Make your Bluetooth detectable by other devices:

Code Block
hciconfig hci0 piscan

5. If you want to connect to other devices:

  • Start by scanning for other Bluetooth devices:

Code Block
hcitool scan
  • Choose a MAC address and connect :

Code Block
rfcomm connect 0  $MAC 10 & 
  • You can check the communication between the devices by writing :

Code Block
l2ping -c 4  $MAC

List Of Supported OS

Build U-Boot & Kernel from sources

Documentation

Attachments
uploadfalse
patterns.*pdf,.*zip

Ui button
colorred
titleBuy a Sample Now
urlhttps://shop.solid-run.com/product-category/embedded-computers/nxp-family/cubox-i/?_ga=2.159864382.2016484779.1641802897-2012112798.1622706355

Filter by label
cqllabel in ( "flash-sd-card" , "serial-connection" , "serial-imx6" )