ConnectCore 6 Android/Yocto. Getting Started Guide

Size: px
Start display at page:

Download "ConnectCore 6 Android/Yocto. Getting Started Guide"

Transcription

1 ConnectCore 6 Android/Yocto Getting Started Guide

2 Revision history Revision Date Description A May, 2014 Initial release B May, 2017 Updated branding and made editorial enhancements. Trademarks and copyright Digi, Digi International, and the Digi logo are trademarks or registered trademarks in the United States and other countries worldwide. All other trademarks mentioned in this document are the property of their respective owners Digi International Inc. All rights reserved. Disclaimers Warranty Information in this document is subject to change without notice and does not represent a commitment on the part of Digi International. Digi provides this document as is, without warranty of any kind, expressed or implied, including, but not limited to, the implied warranties of fitness or merchantability for a particular purpose. Digi may make improvements and/or changes in this manual or in the product(s) and/or the program(s) described in this manual at any time. To view product warranty information, go to the following website: Send comments Documentation feedback: To provide feedback on this document, send your comments to techcomm@digi.com. Customer support Digi Technical Support: Digi offers multiple technical support plans and service packages to help our customers get the most out of their Digi product. For information on Technical Support plans and pricing, contact us at or visit us at ConnectCore 6 Android/Yocto Getting Started Guide 2

3 Contents Introduction Step 1: Identify ConnectCore 6 hardware components Step 2: Connect your ConnectCore 6 hardware Step 3: Power-up your ConnectCore 6 Serial output 9 Video output 9 Step 4: Create a bootable microsd card from image Create a bootable microsd card using the Linux OS 10 Create a bootable microsd card using the Windows OS 11 Step 5: Boot the ConnectCore 6 using a microsd card Step 6: Update ConnectCore 6 firmware Update emmc with Yocto firmware images 14 Update emmc with Android firmware images 15 What's Next? Android 19 Yocto 19 ConnectCore 6 Android/Yocto Getting Started Guide 3

4 Introduction This Getting Started Guide will help you through the procedure for booting your ConnectCore 6 for the very first time. It covers the following topics: Hardware components and connections Powering your ConnectCore 6 device Creating a bootable MicroSD card from an image Boot from a MicroSD card Update emmc firmware What's next? ConnectCore 6 Android/Yocto Getting Started Guide 4

5 Step 1: Identify ConnectCore 6 hardware components Identify the following components located in your ConnectCore 6 kit: ConectCore 6 module: An SMD module with CPU, SDRAM, emmc, and PMIC Adapter board: The board where the ConnectCore 6 module is soldered for connecting to a Digi development board Development board: A JSCCWMX53 development board with connectors ConnectCore 6 Android/Yocto Getting Started Guide 5

6 Step 2: Connect your ConnectCore 6 hardware Connect the hardware components of your ConnectCore 6: 1. Connect the serial cable to the UART port. 2. Connect the Ethernet cable to the Ethernet port on the adapter board. 3. Connect the LVDS cable from the LCD screen to the LVDS connector on the development board. ConnectCore 6 Android/Yocto Getting Started Guide 6

7 Step 2: Connect your ConnectCore 6 hardware 4. Connect the I2C cable from the LCD touch screen to the I2C connector on the development board. 5. Connect the antenna to the primary connector (P14) on the development board. 6. (Optional) Connect the HDMI cable to a standard HDMI connector on the adapter board (J22). 7. Add the appropriate plug and connect the provided power supply (X24). WARNING! Choose an HDMI cable with a low profile (or a 90 angle adapter) to accomodate the nearby JTAG connector. Do not force the connection of the HDMI cable to avoid breaking the connector. ConnectCore 6 Android/Yocto Getting Started Guide 7

8 Step 3: Power-up your ConnectCore 6 Step 3: Power-up your ConnectCore 6 The ConnectCore 6 comes with Android OS pre-installed on the internal emmc memory. Once you switch on the board, it boots directly into the Android operating system. Serial output 9 Video output 9 ConnectCore 6 Android/Yocto Getting Started Guide 8

9 Step 3: Power-up your ConnectCore 6 Serial output Serial output Open a serial terminal at /8/N/1 to see the serial output and get the console terminal. Video output Android splash and desktop should appear on the LCD display. If you connected an HDMI monitor to the adapter board, the image should appear cloned on the monitor (resolution scales to the resolution of the connected LCD). ConnectCore 6 Android/Yocto Getting Started Guide 9

10 Step 4: Create a bootable microsd card from image Create a bootable microsd card using the Linux OS Step 4: Create a bootable microsd card from image To complete this step you need the following: Root/administrator permissions A MicroSD card with a minimum of 2 GB WARNING! The following procedure will destroy existing data in the usd card. 1. Download any bootable SD image (Android or Yocto) of your choice from the Product Support tab at 2. Extract the.sdcard file from the zip folder you downloaded, and place it in a folder of your choice (this path will be referred to as [file_path] throughout the guide). 3. Write the image on the SD card. Note The instructions you use to restore memory on your MicroSD card depends on your computer's operating system. The following instructions explain how to restore your MicroSD card using Linux and Windows OS. Create a bootable microsd card using the Linux OS To create a bootable MicroSD card using a Linux OS: 1. Insert the MicroSD card into your computer and check the node Linux assigns to it (/dev/ [sdcard]) using dmesg. dmesg [ ] sd 41:0:0:0: [sdc] byte logical blocks: (3.96 GB/3.69 GiB) [ ] sd 41:0:0:0: [sdc] No Caching mode page present [ ] sd 41:0:0:0: [sdc] Assuming drive cache: write through [ ] sd 41:0:0:0: [sdc] No Caching mode page present [ ] sd 41:0:0:0: [sdc] Assuming drive cache: write through [ ] sdc: sdc1 Do not mount any partitions the card might contain (or unmount any partition if automatically mounted) as you will be writing to the entire block device. 2. Write the image file to the MicroSD card with this command. Note that you must substitue [file_path/filename.sdcard] with the path and filename to the SD card image. You also need to ConnectCore 6 Android/Yocto Getting Started Guide 10

11 Step 4: Create a bootable microsd card from image Create a bootable microsd card using the Windows OS substitute /dev/[sdcard] with the device node assigned by Linux to your SD card. WARNING! An incorrect device node might destroy all data on your computer hard drive. sudo dd if=[file_path/filename.sdcard] of=/dev/[sdcard] bs=1m && sync The MicroSD card is now ready for use. Create a bootable microsd card using the Windows OS To create a bootable MicroSD card using a Windows OS: 1. Download the Win32DiskImager software from 2. Uncompress the software and run it as Administrator. 3. Insert the MicroSD card into your computer. 4. In the software, select the drive that corresponds to the MicroSD card. Select the.sdcard image file you want to program and click the Write button. The MicroSD card is now ready to use. ConnectCore 6 Android/Yocto Getting Started Guide 11

12 Step 5: Boot the ConnectCore 6 using a microsd card Create a bootable microsd card using the Windows OS Step 5: Boot the ConnectCore 6 using a microsd card To boot your ConnectCore 6 using your MicroSD card: 1. Insert the MicroSD card on the MicroSD card holder of the development board (X14). 2. On the Adapter board, change the boot configuration microswitches to boot from the MicroSD card. The following image displays how the microswitches should be set: (from left to right) OFF-ON OFF-OFF-ON-OFF. 3. Power up the board. ConnectCore 6 Android/Yocto Getting Started Guide 12

13 Step 6: Update ConnectCore 6 firmware Create a bootable microsd card using the Windows OS Step 6: Update ConnectCore 6 firmware The internal emmc memory has preinstalled Android firmware images. To overwrite these with Yocto or other Android images, follow these instructions: 1. Download any firmware images, (Android or Yocto) from the Product Support tab at 2. Extract the firmware image files from the zip file you downloaded into: a. Use your TFTP server's exposed folder (typically /tftpboot) if you plan to update via Ethernet TFTP. b. Use a FAT formatted MicroSD card if you plan to update via MicroSD card on the board. 3. On the Adapter board, change the boot configuration microswitches to boot from the internal emmc. The following image displays how the microswitches should be set: (from left to right) OFF-ON OFF-OFF-OFF-OFF. 4. Boot the device and immediately press a key in the serial terminal to stop the autoboot process. You will be stopped at the U-boot bootloader prompt (shown below): U-Boot DUB (Mar :43:50) CPU: CPU: Freescale i.mx6q rev1.2 at 792 MHz Temperature 25 C, calibration data: 0x53e4b569 ConnectCore 6 Android/Yocto Getting Started Guide 13

14 Step 6: Update ConnectCore 6 firmware Update emmc with Yocto firmware images Reset cause: WDOG I2C: ready DRAM: 1 GiB MMC: FSL_SDHC: 0, FSL_SDHC: 1 In: serial Out: serial Err: serial Board: ConnectCore 6 on the Adapter board PMIC: DA9063, Device: 0x61, Variant: 0x50, Customer: 0x00, Config: 0x56 Net: FEC [PRIME] Hit any key to stop autoboot: 0 => Proceed with the following steps to update emmc firmware with Yocto or Android firmware images. Update emmc with Yocto firmware images 1. Partition the emmc for holding Yocto images by running: => setenv mmcdev 0 => run partition_mmc_linux 2. Check the partition table created on the emmc: => mmc part Partition Map for MMC device 0 -- Partition Type: EFI Part Start LBA End LBA Name Attributes Type UUID Partition UUID 1 0x x00020fff "linux" attrs: 0x type: ebd0a0a2-b9e c0-68b6b72699c7 uuid: 43f1961b-ce4c-4e6c-8f c5d532bd 2 0x x00040fff "linux2" attrs: 0x type: ebd0a0a2-b9e c0-68b6b72699c7 uuid: f241b fd-b4de-ab5af832a0f6 3 0x x00240fff "rootfs" attrs: 0x type: ebd0a0a2-b9e c0-68b6b72699c7 uuid: 1c606ef5-f1ac-43b9-9bb5-d5c578580b6b 4 0x x00440fff "rootfs2" attrs: 0x type: ebd0a0a2-b9e c0-68b6b72699c7 uuid: c7d8648b-76f7-4e2b-b829-e95a83cc7b32 5 0x x0075ffde "userfs" attrs: 0x ConnectCore 6 Android/Yocto Getting Started Guide 14

15 Step 6: Update ConnectCore 6 firmware Update emmc with Android firmware images type: uuid: ebd0a0a2-b9e c0-68b6b72699c7 ebae5694-6e56-497c-83c6-c4455e12d727 As shown above, five partitions are created in anticipation of holding a redundant system: a. linux: To hold the kernel and device tree images. b. linux2: To hold a copy (or alternative) kernel and device tree images. c. rootfs: To hold the root file system. d. rootfs2: To hold a copy (or alternative) root file system. e. userfs: To hold user data. Note The command only creates the partition table. Partitions are unformatted. 3. Write the desired file *.vfat to the emmc Linux partition from one of the following: a. From TFTP (assuming the file is on the TFTP server's exposed folder): => update linux tftp <filename>.vfat b. Or from a FAT formatted MicroSD card (where you previously copied the file): => update linux mmc 1 fat <filename>.vfat 4. Write the desired file *.ext4 to the emmc rootfs partition from one of the following: a. From TFTP (assuming the file is on the TFTP server's exposed folder): => update rootfs tftp <filename>.ext4 a. Or from a FAT formatted MicroSD card (where you previously copied the file): => update linux mmc 1 fat <filename>.vfat The new firmware is now ready on the emmc. To boot it, simply type: => dboot linux mmc Update emmc with Android firmware images The emmc already comes with Android firmware preinstalled. Follow these instructions if you wish to overwrite the emmc with different Android firmware images. 1. Partition the emmc for holding Android images by running: => setenv mmcdev 0 => run partition_mmc_android ConnectCore 6 Android/Yocto Getting Started Guide 15

16 Step 6: Update ConnectCore 6 firmware Update emmc with Android firmware images 2. Check the partition table created on the emmc: => mmc part Partition Map for MMC device 0 -- Partition Type: EFI Part Start LBA End LBA Name Attributes Type UUID Partition UUID 1 0x x00020fff "android" attrs: type: uuid: 0x ebd0a0a2-b9e c0-68b6b72699c7 43f1961b-ce4c-4e6c-8f c5d532bd 2 0x x00040fff "android2" attrs: type: uuid: 0x ebd0a0a2-b9e c0-68b6b72699c7 f241b fd-b4de-ab5af832a0f6 3 0x x00140fff "system" attrs: type: uuid: 0x ebd0a0a2-b9e c0-68b6b72699c7 1c606ef5-f1ac-43b9-9bb5-d5c578580b6b 4 0x x00240fff "system2" attrs: type: uuid: 0x ebd0a0a2-b9e c0-68b6b72699c7 c7d8648b-76f7-4e2b-b829-e95a83cc7b32 5 0x x00250fff "cache" attrs: type: uuid: 0x ebd0a0a2-b9e c0-68b6b72699c7 ebae5694-6e56-497c-83c6-c4455e12d x x0075efff "data" attrs: type: uuid: 0x ebd0a0a2-b9e c0-68b6b72699c7 3845c9fc-e581-49f3-999f-86c9bab515ef As shown above, six partitions are created in anticipation of holding a redundant system: a. android: To hold kernel, device tree and Android init ramdisk images. b. android2: To hold a copy (or alternative) kernel, device tree and Android init ramdisk images. c. system: To hold Android's root file system. ConnectCore 6 Android/Yocto Getting Started Guide 16

17 Step 6: Update ConnectCore 6 firmware Update emmc with Android firmware images d. system2: To hold a copy (or alternative) Android's root file system. e. cache: To hold Android cache. f. data: To hold user data. 3. Write the file boot.img to the emmc Android partition from one of the following: a. From TFTP (assuming the file is on the TFTP server's exposed folder): => update android tftp boot.img b. Or from a FAT formatted MicroSD card (where you previously copied the file): => update android mmc 1 fat boot.img 4. Write the file system.img to the emmc system partition from one of the following: a. From TFTP (assuming the file is on the TFTP server's exposed folder): => update system tftp system.img b. Or from a FAT formatted MicroSD card (where you previously copied the file): => update system mmc 1 fat system.img The new firmware is now ready on the emmc. To boot it: 1. If the cache and data partitions are unformatted (or if you want existing data to be removed), you need to force the format of these partitions with: => bootargs_once="androidboot.cache=format androidboot.data=format" Note If the cache and data partitions are already formatted and you wish to preserve their contents, you can skip this command. 2. Boot it with the dboot command: => dboot android mmc ConnectCore 6 Android/Yocto Getting Started Guide 17

18 What's Next? Update emmc with Android firmware images What's Next? Now that you have successfully completed the steps to boot your ConnectCore 6, it's time to develop your own system. Navigate to the Product Support tab at to download and install the latest version of Android or Yocto software for your ConnectCore 6 device. See the following sections for further instructions on Android and Yocto development for your ConnectCore 6. Android 19 Yocto 19 ConnectCore 6 Android/Yocto Getting Started Guide 18

19 What's Next? Android Android Yocto The software installation will leave a shortcut on your desktop called DigiESP TM for Android. Double click the shortcut icon to start Eclipse IDE. On the Welcome page, click the First Steps link to guide you through Android development with the ConnectCore 6. Go to the Product Support tab at to download the Digi Embedded Yocto First Steps document which will guide you through the installation and build of Yocto. ConnectCore 6 Android/Yocto Getting Started Guide 19

ConnectCore 6 U-Boot Customizations. Reference Manual

ConnectCore 6 U-Boot Customizations. Reference Manual ConnectCore 6 U-Boot Customizations Reference Manual Revision history 90001422 Revision Date Description A August, 2014 Initial release B October, 2014 Added SBCv2 support; added carrier board version

More information

Digi Embedded Yocto 1.6. First Steps Guide

Digi Embedded Yocto 1.6. First Steps Guide Digi Embedded Yocto 1.6 First Steps Guide Revision history 90001423 Revision Date Description E July, 2015 Updated to Digi Embedded Yocto 1.6.6 F October, 2015 Updated to Digi Embedded Yocto 1.6.7 G November,

More information

Oxalis Getting Started

Oxalis Getting Started Oxalis Getting Started Document: Document: Getting Started Content of the document: Version: 001 First steps to power up, the board, to run uboot, Creator: ANT/MSB build kernel and boot linux. Date: 01.12.2018

More information

Linux. For BCT RE2G2. User Guide. Document Reference: BCTRE2G2 Linux User Guide. Document Issue: Associated SDK release: 1.

Linux. For BCT RE2G2. User Guide. Document Reference: BCTRE2G2 Linux User Guide. Document Issue: Associated SDK release: 1. Linux For BCT RE2G2 User Guide Document Reference: BCTRE2G2 Linux User Guide Document Issue: 1.05 Associated SDK release: 1.04 Author: D Robinson Contents Introduction... 3 Environment Setup... 3 Required

More information

i.mx 6UltraLite Evaluation Kit Quick Start Guide s datasheet has been downloaded from at this pag

i.mx 6UltraLite Evaluation Kit Quick Start Guide s datasheet has been downloaded from   at this pag i.mx 6UltraLite Evaluation Kit Quick Start Guide s datasheet has been downloaded from http://www.digchip.com at this pag Quick Start Guide About the i.mx 6UltraLite Evaluation Kit The i.mx 6 UltraLite

More information

DS2 Products Auto-Update Tool BSP

DS2 Products Auto-Update Tool BSP 1.01-05192015-174700 USER GUIDE DS2 Products Auto-Update Tool BSP V1.3 Copyright Copyright 2013 VIA Technologies Incorporated. All rights reserved. No part of this document may be reproduced, transmitted,

More information

P1010RDB-PB Quick Start Guide

P1010RDB-PB Quick Start Guide Freescale Semiconductor P1010RDB-PB Quick Start Guide Document Number: P1010RDBPBQS Rev. 0, 10/2013 P1010RDB-PB Quick Start Guide 1 Introduction to P1010RDB-PB This quick start guide applies to boards

More information

QUICK START GUIDE ALTA DS 4K. Android EVK v

QUICK START GUIDE ALTA DS 4K. Android EVK v QUICK START GUIDE ALTA DS 4K Android EVK v1.0.5 1.00-07052017-111300 Copyright Copyright 2017 VIA Technologies Incorporated. All rights reserved. No part of this document may be reproduced, transmitted,

More information

1. Conventions in this tutorial Introduction Check and change configuration settings as needed Start Digi ESP...

1. Conventions in this tutorial Introduction Check and change configuration settings as needed Start Digi ESP... This tutorial introduces the power and features of Digi ESP for Embedded Linux as a development environment. It shows how to create a simple Linux application, transfer it to a target development board,

More information

VK8300-imx6 Development Platform Quick Start Guide

VK8300-imx6 Development Platform Quick Start Guide VK8300-imx6 Development Platform Quick Start Guide VEST-VK8300-QSG-001 www.apc-vest.com Copyright 2016 Advanced Products Corporation Pte Ltd. All rights reserved. No part of this document may be photocopied,

More information

LTIB for i.mx28, a step-by-step guide

LTIB for i.mx28, a step-by-step guide LTIB for i.mx28, a step-by-step guide Note: This guide shows how to get a target system building and running on an i.mx28 EVK board. Install LTIB Configure and build First time configuration LTIB configuration

More information

SCM-i.MX 6 Series Yocto Linux User's Guide

SCM-i.MX 6 Series Yocto Linux User's Guide NXP Semiconductors Document Number: SCMIMX6LRNUG User's Guide Rev. L4.1.15-2.0.0-ga, 04/2017 SCM-i.MX 6 Series Yocto Linux User's Guide 1. Introduction The NXP SCM Linux BSP (Board Support Package) leverages

More information

PICO-i.MX6UL Development Platform for Android Things Quick Start Guide

PICO-i.MX6UL Development Platform for Android Things Quick Start Guide NXP Semiconductors Document Number: PICOIMX6ULQSUG User's Guide Rev. 0, 12/2017 PICO-i.MX6UL Development Platform for Android Things Quick Start Guide 1. Overview This tutorial helps new developers get

More information

UART Application Kit for Digi Embedded Linux User's Manual

UART Application Kit for Digi Embedded Linux User's Manual UART Application Kit for Digi Embedded Linux User's Manual Digi document reference number: 90000920_A Digi International Inc. 2008. All Rights Reserved. The Digi logo is a registered trademark of Digi

More information

Creator Ci20 quick start guide

Creator Ci20 quick start guide Creator Ci20 is a high performance, fully featured development board for Linux and Android that can help you create applications for fast growing markets such as IoT, wearables, mobile and gaming. The

More information

QUICK START GUIDE VAB-630. Android EVK v

QUICK START GUIDE VAB-630. Android EVK v QUICK START GUIDE VAB-630 Android EVK v1.0.3 1.00-08112017-110800 Copyright Copyright 2017 VIA Technologies Incorporated. All rights reserved. No part of this document may be reproduced, transmitted, transcribed,

More information

LotOS Framework. Getting Started Guide for Banana Pi. Copyright (C) 2015 ilbers GmbH Revision 1.1,

LotOS Framework. Getting Started Guide for Banana Pi. Copyright (C) 2015 ilbers GmbH Revision 1.1, LotOS Framework Getting Started Guide for Banana Pi Copyright (C) 2015 ilbers GmbH Revision 1.1, 2015-10-20 Mango hypervisor and LotOS framework are copyright (C) 2014 2015 ilbers GmbH. All rights reserved.

More information

User Guide. Storage Executive. Introduction. Storage Executive User Guide. Introduction

User Guide. Storage Executive. Introduction. Storage Executive User Guide. Introduction Introduction User Guide Storage Executive Introduction This guide describes how to install and use Storage Executive to monitor and manage Micron solid state drives (SSDs). Storage Executive provides the

More information

Quick Start Guide Multisensory Enablement Kit i.mx 8QuadXPlus MEK CPU Board. Based on i.mx 8QuadXPlus Applications Processor

Quick Start Guide Multisensory Enablement Kit i.mx 8QuadXPlus MEK CPU Board. Based on i.mx 8QuadXPlus Applications Processor Quick Start Guide Multisensory Enablement Kit i.mx 8QuadXPlus MEK CPU Board Based on i.mx 8QuadXPlus Applications Processor Quick Start Guide GET TO KNOW THE MEK BASED ON i.mx 8QUADXPLUS APPLICATIONS PROCESSOR

More information

Getting Started with BeagleBoard xm

Getting Started with BeagleBoard xm Getting Started with BeagleBoard xm by Getting Started with BeagleBoard-xM 1. Beagleboard-xM BeagleBoard.org ก Texas Instruments DM3730 1 GHz ก ARM Cortex-A8 (DSP) (PowerVR) (RAM) 512 MB Serial Port, USB

More information

SABRE Board for Smart Devices

SABRE Board for Smart Devices Quick Start Guide SABRE Board for Smart Devices Based on the i.mx 7Dual Applications Processor SMART APPLICATION BLUEPRINT FOR RAPID ENGINEERING (SABRE) Quick Start Guide GET TO KNOW SABRE BOARD FOR SMART

More information

imx6 TinyRex Development Kit QUICK GUIDE

imx6 TinyRex Development Kit QUICK GUIDE imx6 TinyRex Development Kit QUICK GUIDE Last updated: June 30, 207 About Voipac imx6 TinyRex Development Kit Packing List Connectors Locations Connecting the Components and Cables The First Steps Controlling

More information

Wind River Pulsar Linux Quick Start For Avnet Zynq Version 7.0

Wind River Pulsar Linux Quick Start For Avnet Zynq Version 7.0 Wind River Pulsar Linux Quick Start For Avnet Zynq Version 7.0 Page 1 Copyright 2017 Avnet, Inc. AVNET, Reach Further, and the AV logo are registered trademarks of Avnet, Inc. All other brands are the

More information

SABRE Board for Smart Devices

SABRE Board for Smart Devices Quick Start Guide SABRE Board for Smart Devices Based on the i.mx 6SoloX Applications Processor FREEDOM DEVELOPMENT PLATFORM Quick Start Guide ABOUT THE SABRE BOARD FOR SMART DEVICES BASED ON THE I.MX

More information

Quick Start Guide. i.mx 6SoloLite Evaluation Kit

Quick Start Guide. i.mx 6SoloLite Evaluation Kit Quick Start Guide i.mx 6SoloLite Evaluation Kit Quick Start Guide About the i.mx 6SoloLite Evaluation Kit The i.mx 6SoloLite evaluation kit (EVK) offers a solid platform to evaluate the i.mx 6 series single-core

More information

Track One Building a connected home automation device with the Digi ConnectCore Wi-i.MX51 using LinuxLink

Track One Building a connected home automation device with the Digi ConnectCore Wi-i.MX51 using LinuxLink Track One Building a connected home automation device with the Digi ConnectCore Wi-i.MX51 using LinuxLink Session 4 How to optimize, test and integrate the solution for quick deployment Audio streaming

More information

RakunLS1, Qseven SBC module with LS1021A

RakunLS1, Qseven SBC module with LS1021A RakunLS1, Qseven SBC module with LS1021A Software user manual $HeadURL: https://svn.borea.si/svn/docs/rakun/docs/rakunls1_sw_um.fodt $ $Rev: 932 $ $Date: 2015-10-15 16:02:53 +0200 (čet, 15 okt 2015) $

More information

Quick Start Guide. SABRE Platform for Smart Devices Based on the i.mx 6 Series

Quick Start Guide. SABRE Platform for Smart Devices Based on the i.mx 6 Series Quick Start Guide SABRE Platform for Smart Devices Based on the i.mx 6 Series Quick Start Guide About the SABRE Platform for Smart Devices Based on the i.mx 6 Series The Smart Application Blueprint for

More information

Get Started SUPPORT WARRANTY. Visit the i.mx community at

Get Started SUPPORT WARRANTY.   Visit the i.mx community at SUPPORT Visit the i.mx community at www.imxcommunity.org. WARRANTY Visit www.nxp.com/warranty for complete warranty information. Get Started Download installation software and documentation under Getting

More information

Quick Start Guide SBC21/NSD21/EC 21 SBC21 / EC21 / NSD21. Quick Start Guide. Copyright IC Nexus Corporation. All rights reserved

Quick Start Guide SBC21/NSD21/EC 21 SBC21 / EC21 / NSD21. Quick Start Guide. Copyright IC Nexus Corporation. All rights reserved SBC21 / EC21 / NSD21 Quick Start Guide Copyright 2000 2013 IC Nexus Corporation. All rights reserved Release Notes Version Release Date Notes 1.0 June 2013 Initial release 2.0 October 2013 Correct some

More information

XBee Grove Development Board. User Guide

XBee Grove Development Board. User Guide XBee Grove Development Board User Guide Revision history 90001457-13 Revision Date Description A June 2016 Converted files to new format and completed minor updates to screens and content. B October 2017

More information

Raspberry Pi Network Boot

Raspberry Pi Network Boot Raspberry Pi Network Boot @Phenomer October 22, 2014 1 Raspberry Pi SD initrd 2 /srv/pxe ( ) /srv/pxe /srv/pxe/tftp - TFTP /srv/pxe/tftp/pxelinux.cfg - /srv/pxe/repo - /srv/pxe/initrd - initrd % sudo mkdir

More information

C A S P E R USER GUIDE V ERSION 10

C A S P E R USER GUIDE V ERSION 10 TM C A S P E R TM USER GUIDE V ERSION 10 Copyright and Trademark Information Information in this document is subject to change without notice. Federal law prohibits unauthorized use, duplication, and distribution

More information

SCM EVK (SCM120

SCM EVK (SCM120 SCM120-120-EVK (SCM120 and SCB120) BSP Linux User s Manual Disclaimers This manual has been carefully checked and believed to contain accurate information. Axiomtek Co., Ltd. assumes no responsibility

More information

Manually Mount Usb Flash Drive Linux Command Line Fedora

Manually Mount Usb Flash Drive Linux Command Line Fedora Manually Mount Usb Flash Drive Linux Command Line Fedora This page explains how to use USB drives, like external hard disks and USB flash By default, storage devices that are plugged into the system mount

More information

Lab2 - Bootloader. Conventions. Department of Computer Science and Information Engineering National Taiwan University

Lab2 - Bootloader. Conventions. Department of Computer Science and Information Engineering National Taiwan University Lab2 - Bootloader 1 / 20 Cross-compile U-Boot. Connect to Raspberry Pi via an USB-TTL cable. Boot Raspberry Pi via U-Boot. 2 / 20 Host Machine OS: Windows Target Machine Raspberry Pi (2 or 3) Build Machine

More information

ROiK2 Digital Version

ROiK2 Digital Version ROiK2 Digital Version - MODEL : ROiK2 Digital - DATE : 2016.08.26 1. Main Spec. OS : Android 5.0.2(Lollipop) CPU : NXP4330Q - Cortex-A9 Quad Core @1.4Ghz Mali-400 MP4 GPU Memory : 1GB DDR3 @800Mhz SD Card

More information

DEVELOPMENT GUIDE VAB-820. Android BSP v

DEVELOPMENT GUIDE VAB-820. Android BSP v DEVELOPMENT GUIDE VAB-820 Android BSP v5.0.6 1.01-08112017-095100 Copyright Copyright 2017 VIA Technologies Incorporated. All rights reserved. No part of this document may be reproduced, transmitted, transcribed,

More information

User Guide. Version Number 1.1

User Guide. Version Number 1.1 User Guide Version Number 1.1 Copyright 2002, LSOFT TECHNOLOGIES INC. All rights reserved. No part of this documentation may be reproduced in any form or by any means or used to make any derivative work

More information

Santa Fe (MAXREFDES5#) MicroZed Quick Start Guide

Santa Fe (MAXREFDES5#) MicroZed Quick Start Guide Santa Fe (MAXREFDES5#) MicroZed Quick Start Guide Rev 0; 5/14 Maxim Integrated cannot assume responsibility for use of any circuitry other than circuitry entirely embodied in a Maxim Integrated product.

More information

Versatile Express. Boot Monitor. Reference Manual. Copyright ARM. All rights reserved. ARM DUI 0465F (ID110612)

Versatile Express. Boot Monitor. Reference Manual. Copyright ARM. All rights reserved. ARM DUI 0465F (ID110612) Versatile Express Boot Monitor Reference Manual Copyright 2009-2012 ARM. All rights reserved. ARM DUI 0465F () Versatile Express Boot Monitor Reference Manual Copyright 2009-2012 ARM. All rights reserved.

More information

RAK831 Pilot Gateway User Manual V1.0

RAK831 Pilot Gateway User Manual V1.0 RAK831 Pilot Gateway User Manual V1.0 Shenzhen Rakwireless Technology Co., Ltd www.rakwireless.com info@rakwireless.com 2018 Rakwireless all rights reserved. in this document, the actual company and product

More information

Runtime Boot Loader Update Process for Jetson TX1

Runtime Boot Loader Update Process for Jetson TX1 Runtime Boot Loader Update Process for Jetson TX1 DA_08065-001 July 20, 2017 Release 28.1 TABLE OF CONTENTS Introduction...4 Prerequisites...4 BCT, Tegraboot, and Bootfileset Redundancy...4 Overview...4

More information

Quick Start Guide V NLX-microUCS APPLIANCE Unified Communications Server

Quick Start Guide V NLX-microUCS APPLIANCE Unified Communications Server Quick Start Guide V.02.10 NLX-microUCS APPLIANCE Unified Communications Server Introduction The Elastix NLX-microUCS appliance puts at your fingertips all the tools you need to handle your communications

More information

ARTiGO A600 Linux EVK v1.2.1

ARTiGO A600 Linux EVK v1.2.1 IMAGE INSTALLATION GUIDE ARTiGO A600 Linux EVK v1.2.1 1.00-06232016-173700 Copyright Copyright 2016 VIA Technologies Incorporated. All rights reserved. No part of this document may be reproduced, transmitted,

More information

NovTech User Guide Chameleon96

NovTech User Guide Chameleon96 NovTech User Guide Chameleon96 Document Name: User Guide Document Number: 001-127-04-05-01 Rev. 1.1 10/2017 Property of NovTech, Inc. 2017. All Rights Reserved Contact Information: Home Page: Company:

More information

Image Backup and Recovery Procedures For Windows 7

Image Backup and Recovery Procedures For Windows 7 Image Backup and Recovery Procedures For Windows 7 Thank you for purchasing a Fujitsu computer. Fujitsu is committed to bringing you the best computing experience with your new system. It is very important

More information

User Manual ANDROID CAR SOLUTION supp How To Use A-LINK Launcher 0. Main Screen 4 5 6 Status alert bar. Quick navigation bar. - (Recent App) : User can see running applications and manage them. - (Home

More information

QUICK START GUIDE. VIA ARTiGO A820. Android EVK v

QUICK START GUIDE. VIA ARTiGO A820. Android EVK v QUICK START GUIDE VIA ARTiGO A820 Android EVK v5.0.6 1.00-11222018-143700 Copyright Copyright 2018 VIA Technologies Incorporated. All rights reserved. No part of this document may be reproduced, transmitted,

More information

QUICK START GUIDE AMOS-825. Android EVK v

QUICK START GUIDE AMOS-825. Android EVK v QUICK START GUIDE AMOS-825 Android EVK v5.0.3 1.00-051702018-120700 Copyright Copyright 2018 VIA Technologies Incorporated. All rights reserved. No part of this document may be reproduced, transmitted,

More information

Acronis Disk Director 11 Home. Quick Start Guide

Acronis Disk Director 11 Home. Quick Start Guide Acronis Disk Director 11 Home Quick Start Guide Copyright Acronis, Inc., 2000-2010. All rights reserved. "Acronis", "Acronis Compute with Confidence", "Acronis Recovery Manager", "Acronis Secure Zone",

More information

Quick Start Guide EX-9686U/A-L(A9) Copyright TOPSCCC Technology CO., LTD. All rights reserved

Quick Start Guide EX-9686U/A-L(A9) Copyright TOPSCCC Technology CO., LTD. All rights reserved Quick Start Guide Copyright 2000 2014 TOPSCCC Technology CO., LTD. All rights reserved Release Notes Version Release Date Notes 1.0 June 2013 Initial release 2.0 October 2013 Correct some typo errors 3.1

More information

ET5x System Update Using External microsd Card Update Procedure for Android L Upgrade Procedure for Android L to Android M...

ET5x System Update Using External microsd Card Update Procedure for Android L Upgrade Procedure for Android L to Android M... Contents ET5x System Update Using External microsd Card... 2 Update Procedure for Android L... 2 Upgrade Procedure for Android L to Android M... 9 Update Procedure for Android M to Android M... 14 Downgrade

More information

Quick Start Guide for i.mx28 EVK. i.mx28 EVK Multimedia and connectivity

Quick Start Guide for i.mx28 EVK. i.mx28 EVK Multimedia and connectivity Quick Start Guide for i.mx28 EVK i.mx28 EVK Multimedia and connectivity About the i.mx28 Board This section provides information about the i.mx28 Kit Evaluation (EVK) board and the location of the s and

More information

User Guide. Storage Executive Command Line Interface. Introduction. Storage Executive Command Line Interface User Guide Introduction

User Guide. Storage Executive Command Line Interface. Introduction. Storage Executive Command Line Interface User Guide Introduction User Guide Storage Executive Command Line Interface Introduction Introduction This guide describes how to use Micron's Storage Executive command line interface (CLI) to monitor, manage, and configure Micron

More information

NET+Works with GNU Tools Getting Started Guide

NET+Works with GNU Tools Getting Started Guide NET+Works with GNU Tools Getting Started Guide NET+Works with GNU Tools Getting Started Guide Operating system/version: 6.3 Part number/version: 90000718_C Release date: March 2006 www.digi.com 2006 Digi

More information

bitcurator-access-webtools Quick Start Guide Last updated: May 8th, 2018 Release(s): and later

bitcurator-access-webtools Quick Start Guide Last updated: May 8th, 2018 Release(s): and later bitcurator-access-webtools Quick Start Guide Last updated: May 8th, 2018 Release(s): 0.8.2 and later About bitcurator-access-webtools The bitcurator-access-webtools service allows users to browse file

More information

Partitioning and Formatting Guide

Partitioning and Formatting Guide Partitioning and Formatting Guide Version 1.2 Date 05-15-2006 Partitioning and Formatting Guide This guide is designed to explain how to setup your drive with the correct partition and format for your

More information

Android. Separated Kernel build might break the Android build process. Toolchain

Android. Separated Kernel build might break the Android build process. Toolchain 2018/01/19 06:43 1/15 Android Android How to download and compile the Android kernel for ODROID-XU3/XU4. You need use gcc version 4.6 to build the Exynos-5422 Android Kernel. If you have not built Android

More information

Manually Mount Usb Flash Drive Linux Command Line Redhat

Manually Mount Usb Flash Drive Linux Command Line Redhat Manually Mount Usb Flash Drive Linux Command Line Redhat How to Format USB in Linux using Command Line. This article will help you to format USB Flash drive in Ubuntu systems via Command line. So first

More information

SABRE for Automotive Infotainment Quick Start Guide. Smart Application Blueprint for Rapid Engineering Based on the i.mx 6 Series

SABRE for Automotive Infotainment Quick Start Guide. Smart Application Blueprint for Rapid Engineering Based on the i.mx 6 Series SABRE for Automotive Infotainment Quick Start Guide Smart Application Blueprint for Rapid Engineering Based on the i.mx 6 Series About SABRE Platform for Automotive Infotainment Based on the the i.mx 6

More information

Q7M EVK (Q7M120

Q7M EVK (Q7M120 Q7M120-120-EVK (Q7M120 and Q7B120) BSP Linux User s Manual Disclaimers This manual has been carefully checked and believed to contain accurate information. Axiomtek Co., Ltd. assumes no responsibility

More information

Zephyr Kernel Installation & Setup Manual

Zephyr Kernel Installation & Setup Manual Zephyr Kernel Installation & Setup Manual Zephyr kernel is a small footprint Single address space OS, i.e, it combines application specific code with a custom kernel to create a monolithic image that gets

More information

VK5100-imx6 Development Platform Quick Start Guide

VK5100-imx6 Development Platform Quick Start Guide VK5100-imx6 Development Platform Quick Start Guide VEST-VK5100-QSG-001 Copyright 2016 Advanced Products Corporation Pte Ltd. All rights reserved. No part of this document may be photocopied, reproduced,

More information

User s Manual for the Boundary Devices Nitrogen R board

User s Manual for the Boundary Devices Nitrogen R board 1 User s Manual for the Boundary Devices Nitrogen R board July 6, 2010 2 1 Revision History Date Revision Description 2010-06-17 1.0 First (rough) draft 2010-06-25 1.1 Still rough. Additional details on

More information

DXi6900-S Software Installation and Upgrade Guide

DXi6900-S Software Installation and Upgrade Guide DXi6900-S Software Installation and Upgrade Guide This document contains the following topics: Introduction 2 Checking for Software Upgrades 2 Contacting Quantum 3 Performing a Fresh Software Installation

More information

T4240RDB Quick Start Guide

T4240RDB Quick Start Guide Freescale Semiconductor Document Number: T4240RDBQS Quick Start Rev 0, 11/2013 T4240RDB Quick Start Guide 1 Introduction The QorIQ T4240 reference system (T4240RDB) is a flexible system that supports the

More information

DEVELOPMENT GUIDE VAB-630. Linux BSP v

DEVELOPMENT GUIDE VAB-630. Linux BSP v DEVELOPMENT GUIDE VAB-630 Linux BSP v1.0.1 100-09182017-114400 Copyright Copyright 2017 VIA Technologies Incorporated. All rights reserved. No part of this document may be reproduced, transmitted, transcribed,

More information

Yocto Project and OpenEmbedded training 3-day session

Yocto Project and OpenEmbedded training 3-day session Yocto Project and OpenEmbedded training 3-day session Title Yocto Project and OpenEmbedded development training Overview Understanding the Yocto Project Using it to build a root filesystem and run it on

More information

Partitioning and Formatting Reference Guide

Partitioning and Formatting Reference Guide Partitioning and Formatting Reference Guide This guide provides simple guidelines for the initial setup of your hard disk drive using the most common methods and utilities available within the following

More information

Quick Start Guide V NLX-microUCS APPLIANCE Unified Communications Server

Quick Start Guide V NLX-microUCS APPLIANCE Unified Communications Server Quick Start Guide V.02.10 NLX-microUCS APPLIANCE Unified Communications Server www.voipon.co.uk sales@voipon.co.uk Tel: +44 (0)1245 808195 Fax: +44 (0)1245 808299 Introduction The Elastix NLX-microUCS

More information

Pronto PicOS 1.4 Installation Reference Guide

Pronto PicOS 1.4 Installation Reference Guide Pronto PicOS 1.4 Installation Reference Guide PICA8 Inc. Mar, 2012 Copyright (C) 2009, 2010, 2011, 2012 Pica8, Inc. All rights reserved. Pica8, Inc. makes no warranty of any kind with regard to this material,

More information

SBC8140 Single Board Computer

SBC8140 Single Board Computer SBC8140 Single Board Computer TI DM3730 Processor based on 1GHz ARM Cortex-A8 core Flexible Design with a Tiny CPU Board mounted on Expansion Board Memory supporting 256MByte DDR SDRAM and 512MByte NAND

More information

Intel Galileo gen 2 Board

Intel Galileo gen 2 Board Intel Galileo gen 2 Board The Arduino Intel Galileo board is a microcontroller board based on the Intel Quark SoC X1000, a 32- bit Intel Pentium -class system on a chip (SoC). It is the first board based

More information

Link Gateway ISO Installation Manual

Link Gateway ISO Installation Manual Link Gateway ISO Installation Manual Copyright 2016 NetLinkz. All Rights Reserved. No part of this publication may be reproduced, transmitted, transcribed, stored in a retrieval system, or translated into

More information

Intel Server RAID Controller U2-1 Integration Guide For Microsoft* Windows NT* 4.0

Intel Server RAID Controller U2-1 Integration Guide For Microsoft* Windows NT* 4.0 Intel Server RAID Controller U2-1 Integration Guide For Microsoft* Windows NT* 4.0 Revision 1.0 February 2000 Revision History Revision Revision History Date 1.0 Initial Release 02/10/00 Intel Corporation

More information

MAXREFDES43# ZedBoard Quick Start Guide

MAXREFDES43# ZedBoard Quick Start Guide MAXREFDES43# ZedBoard Quick Start Guide Rev 0; 4/15 Maxim Integrated cannot assume responsibility for use of any circuitry other than circuitry entirely embodied in a Maxim Integrated product. No circuit

More information

Lab: Setting up PL-App with a Raspberry Pi

Lab: Setting up PL-App with a Raspberry Pi Lab Topology Objectives Set up a Raspberry Pi board as a PL-App device Use PL-App Launcher to provision and discover PL-App devices Background Cisco Prototyping Lab is a set of hardware and software components

More information

NXP i.mx 6 UltraLite Evaluation Kit Edge MicroServer Installation and Setup Guide. Version 1.0

NXP i.mx 6 UltraLite Evaluation Kit Edge MicroServer Installation and Setup Guide. Version 1.0 NXP i.mx 6 UltraLite Evaluation Kit Edge MicroServer Installation and Setup Guide Version 1.0 Software Change Log... 2 Introduction... 2 About the NXP i.mx 6 UltraLite Evaluation Kit... 2 Initial Setup...

More information

Dell EMC Repository Manager Version 3.1. Quick Start Guide

Dell EMC Repository Manager Version 3.1. Quick Start Guide Dell EMC Repository Manager Version 3.1 Quick Start Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION indicates

More information

Intel Entry Storage System SS4000-E

Intel Entry Storage System SS4000-E Intel Entry Storage System SS4000-E Software Release Notes January 2007 Storage Systems Technical Marketing Engineering Document Revision History Intel Entry Storage System SS4000-E Document Revision History

More information

USB 2.0 Multi-Plus Card Reader/Writer. User s Manual

USB 2.0 Multi-Plus Card Reader/Writer. User s Manual USB 2.0 Multi-Plus Card Reader/Writer User s Manual Copyright Statement No part of this publication may be reproduced in any form by any means without the prior written permission. Other trademarks or

More information

PetaLinux SDK User Guide. Firmware Upgrade Guide

PetaLinux SDK User Guide. Firmware Upgrade Guide PetaLinux SDK User Guide Notice of Disclaimer The information disclosed to you hereunder (the "Materials") is provided solely for the selection and use of Xilinx products. To the maximum extent permitted

More information

DEVELOPMENT GUIDE VAB-630. Android BSP v

DEVELOPMENT GUIDE VAB-630. Android BSP v DEVELOPMENT GUIDE VAB-630 Android BSP v1.0.3 1.00-08112017-153900 Copyright Copyright 2017 VIA Technologies Incorporated. All rights reserved. No part of this document may be reproduced, transmitted, transcribed,

More information

Avnet Zynq Mini Module Plus Embedded Design

Avnet Zynq Mini Module Plus Embedded Design Avnet Zynq Mini Module Plus Embedded Design Version 1.0 May 2014 1 Introduction This document describes a Zynq standalone OS embedded design implemented and tested on the Avnet Zynq Mini Module Plus. 2

More information

Matrix-700 Linux-Ready Cortex-A5 Industry IoT Gateway Hardware Guide

Matrix-700 Linux-Ready Cortex-A5 Industry IoT Gateway Hardware Guide Matrix-700 Linux-Ready Cortex-A5 Industry IoT Gateway Hardware Guide Version: 1.12 2018 Jan. Copyright Artila Electronics Co., Ltd. All Rights Reserved. Matrix-700 Hardware Guide Trademarks The Artila

More information

Duckbill 2 EnOcean Datasheet

Duckbill 2 EnOcean Datasheet Duckbill 2 EnOcean Datasheet I2SE GmbH February 16, 2017 1/9 CONTENTS CONTENTS Contents 1 Revisions 3 2 Introduction 3 2.1 Features................................................ 3 2.2 Applications..............................................

More information

Digi document reference number: _A

Digi document reference number: _A Digi document reference number: 90000922_A Digi International Inc. 2008. All Rights Reserved. The Digi logo is a registered trademark of Digi International, Inc. All other trademarks mentioned in this

More information

DEVELOPMENT GUIDE VIA VAB-820. Android BSP v

DEVELOPMENT GUIDE VIA VAB-820. Android BSP v DEVELOPMENT GUIDE VIA VAB-820 Android BSP v5.0.9 1.00-12202018-135700 Copyright Copyright 2018 VIA Technologies Incorporated. All rights reserved. No part of this document may be reproduced, transmitted,

More information

DEVELOPMENT GUIDE AMOS-820. Linux BSP v

DEVELOPMENT GUIDE AMOS-820. Linux BSP v DEVELOPMENT GUIDE AMOS-820 Linux BSP v4.1.1 1.00-05242017-134700 Copyright Copyright 2017 VIA Technologies Incorporated. All rights reserved. No part of this document may be reproduced, transmitted, transcribed,

More information

Upgrading the MSA1000 for Enhanced Features

Upgrading the MSA1000 for Enhanced Features White Paper December 2002 Prepared by: Network Storage Solutions Hewlett Packard Company Contents Benefits of the MSA1000 Enhancements...1 Prerequisites...3 Environmental Monitoring Unit (EMU) issue:...3

More information

Lionstracs Groove X-R

Lionstracs Groove X-R Lionstracs Groove X-R Groove OS version 5.3 Installation & Upgrade Guide 31 October 2011 English Language documentation prepared by Corcyra Global in consultation with Lionstracs Table of Contents Warning

More information

400AP Application Note Uploading Firmware Images to 400AP NAND Flash Models

400AP Application Note Uploading Firmware Images to 400AP NAND Flash Models June 2014 400AP Application Note Uploading Firmware Images to 400AP NAND Flash Models Author: Thomas W. Heck, Sr. Design Engineer Janus Remote Communications Table of Contents Overview..................................................................................

More information

QUICK START GUIDE VAB-820. Android EVK v

QUICK START GUIDE VAB-820. Android EVK v QUICK START GUIDE VAB-820 Android EVK v5.0.6.0-08207-095700 Copyright Copyright 207 VIA Technologies Incorporated. All rights reserved. No part of this document may be reproduced, transmitted, transcribed,

More information

Intel Galileo Board. Getting Started Guide. 02 October Order Number: US

Intel Galileo Board. Getting Started Guide. 02 October Order Number: US Intel Galileo Board Getting Started Guide 02 October 2013 Order Number: 329685-001US Getting Started Guide This document explains how to connect your Intel Galileo board to the computer, install the software

More information

Installation Guide - Windows

Installation Guide - Windows Kony Visualizer Enterprise Installation Guide - Windows Release V8 SP3 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version

More information

PetaLinux SDK User Guide. Eclipse Plugin Guide

PetaLinux SDK User Guide. Eclipse Plugin Guide PetaLinux SDK User Guide Notice of Disclaimer The information disclosed to you hereunder (the "Materials") is provided solely for the selection and use of Xilinx products. To the maximum extent permitted

More information

Quick Operation Manual

Quick Operation Manual DM3730-EVK Integrated with LCD, USB, CCD/COMS, Audio input/output, S-video, Ethernet, Serial port, TF card interface based on 32-bit microcontroller Quick Operation Manual Version updates record: Version

More information

Pengwyn Documentation

Pengwyn Documentation Pengwyn Documentation Release 1.0 Silica October 03, 2016 Contents 1 Introduction 3 1.1 Platforms................................................. 3 1.2 Hardware requirements.........................................

More information

ConnectCore for i.mx6ul Starter Board. Hardware Reference Manual

ConnectCore for i.mx6ul Starter Board. Hardware Reference Manual ConnectCore for i.mx6ul Starter Board Hardware Reference Manual Revision history 90001520 Revision Date Description 01 October 2016 Alpha release Trademarks and copyright Digi, Digi International, and

More information