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

Size: px
Start display at page:

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

Transcription

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

2 Software Change Log... 2 Introduction... 2 About the NXP i.mx 6 UltraLite Evaluation Kit... 2 Initial Setup... 2 Preparing the Device... 3 Download and Install the Edge Microserver... 5 Configuration and Connection... 6 Configuring and Setting up a Websocket Connection... 6 Verifying Websocket Connection... 7 Troubleshooting... 8 Compatibility... 9 Document Revision History

3 Software Change Log Version Release Date Changes 1.0 4/15/2016 Initial Release Introduction The Edge MicroServer is a powerful component of the ThingWorx architecture. The Edge MicroServer allows for the rapid deployment of connections between the ThingWorx platform and an associated data reporting device, with minimal design requirements on the part of the user. The Edge MicroServer provides an always-on connection to the platform, and it opens a local web server that interacts with the REST API available on the platform. This document provides installation and usage instructions for setting up the Edge MicroServer with the NXP i.mx 6 UltraLite Evaluation Kit. About the NXP i.mx 6 UltraLite Evaluation Kit The NXP i.mx 6 UltraLite Evaluation Kit [hereafter referred to as the NXP Device] is a development and evaluation board manufactured by NXP Corporation. It allows for a rapid interchange of various NXP accessories, including LCD screens, processor boards, and payment interfaces. It features a 528 MHz ARM Cortex-A7 Core processor, 4GB DDR3L 400MHz, 256 Mb Quad SPI Flash, a MicroSD connector, as well as various peripheral input and outputs, including Bluetooth connectors, speaker, HDMI, and Ethernet connectors, USB ports, CAN connectors, and more. The ThingWorx Edge MicroServer Linux-ARM distribution may be installed on the NXP Device, and this guide will follow the procedure for doing so. This guide will also follow the features involved with initiating a connection between a remote Thingworx platform and the NXP Device. Initial Setup Setup of the NXP Device with an EMS will first require configuring and setting up the device according to the instructions provided by NXP for this board. They may be found at This device is required to be in a state where it is running off of the OS image installed on an SD card on the device s SD card slot. In addition, libstdc++ libraries are required by the ThingWorx EMS. More information about the ThingWorx EMS may be found at 2

4 Please note that this guide was written for a computer running Microsoft Windows. Refer to the Troubleshooting section of this guide for help with frequently asked questions. Preparing the Device 1. If it has not already been performed, follow the NXPi.MX 6UltraLite Quick Start Guide to connect all peripherals to the device appropriately. Verify it has a micro SD card properly connected, and power it on. 2. Make sure the device is connected to a PC via a micro USB cord inserted into the J1901 micro USB port. See the device setup guide at Verify that the device has an Ethernet connection to a local network with internet, as well. 3. On the connected computer, verify that the proper Windows drivers are installed to interface with this device. This may be verified in Device Manager, and the device should have installed automatically as Silicon Labs CP210x USB to UART Bridge, or similar. If the device does not install automatically, you will need to manually locate and install these drivers. 3

5 4. Note the COM port listed in this connection. Open a terminal serial connection program such as PuTTY, and create a new connection to this device on the serial port noted. Use baud rate At this point, PuTTY should show a console with details concerning the device s boot-up, or you may see a prompt. Press Enter once. Following this, type root and press enter again. The screen should be visible to the one at right: 6. Enter the command: ifconfig To obtain the device s IP address. 4

6 Download and Install the Edge Microserver 1. From the PTC Support Site, download the ThingWorx EMS. Make sure you download the proper version for your device (and latest datecode): MicroServer Linux- ARM. 2. Use a program such as WinSCP to copy the EMS to the device under the following directory (create if it does not exist): /usr/include/microserver Set permissions for the wsems and luascriptresource to allow for execution (all permissions works) using chmod: chmod 777 wsems chmod 777 luascriptresource 5

7 Configuration and Connection Configuring and Setting up a Websocket Connection 1. Open for editing, using either WinSCP or the VI editor, the config.json file. 2. Modify the configuration file to suit a connection to a remote ThingWorx Platform server. A valid AppKey is required. Note: It is highly recommended to connect to a server using only a secure (https) connection via SSL or TLS. For additional guidance and examples on setting a configuration file, please refer to and follow the guide section entitled ThingWorx WebSocket-based Edge MicroServer (WSEMS) 3. After verifying the connection information (see example below), save and close the file. 4. Start the EMS using the following command:./wsems 5. Verify that the EMS starts, runs, and connects to the remote platform. Look for the message Websocket Connected! to verify a connection was successful. 6

8 Verifying Websocket Connection 1. From any browser, navigate to the remote ThingWorx platform server. 2. Navigate to the Monitoring > Remote Things section, and then click the Unbound tab. The NXP device, configured with the name given in the config.json file, should be visible here. 7

9 3. At this point, the device is connected. You may configure it to push properties to the server and bind them as remote properties. For more information, follow the examples and guides at 4. To properly shut down the device, first stop the EMS (use CTRL+C), and then power down the device using the command: shutdown h now Power off the power switch, and then remove the power supply. Troubleshooting Problem Solution(s) 1. Device will not boot up / will not remain running. 1. Verify that the proper power supply is connected (5V, 3.5A). 2. Verify that the Ethernet port is connected to a router with an internet connection. 3. The SD card must be present on the device with an OS image. Verify that the SD card is properly imaged and mounted in the device. For more information in preparing the SD card, visit 4. Some devices have trouble holding the SD card firmly against the pins in the reader on the board. Your device may require repair or replacement. To confirm this issue, contact NXP; or to confirm this issue, try applying gentle but firm pressure to the top of the SD card, against the board, while it is in the reader. If the device boots while pressure is applied, try to re-seat the SD card or contact NXP for further assistance. 5. The SD Card image may be corrupted. Attempt to re-flash. 6. Verify the USB cable is connected to the proper micro-usb port on the device (there are two). Refer to the NXP Quick Start Guide for guidance. 2. The device will not connect to a remote server or the EMS will not connect. 1. Carefully check the config.json file for any typos, such as a missing comma, quotation mark, or an inaccurate AppKey. Look at the EMS console log while running to determine what the problem is. 2. If you are connecting via SSL, verify that the server supports such a connection, that the config.json file is set to use port 443, and a certificate is provided. Refer to the config.json.complete file, included on the EMS, for example configurations and explanations. 3. Verify that no firewall or network configuration is preventing the device from connecting to the server, or the server from accepting connections from the device. 4. Attempt to connect to a ThingWorx server on the local network to rule out other network issues. 5. Verify that the Standard C++ library is loaded onto the device (libstdc++) 8

10 Compatibility This guide has been tested for compatibility with the DEVICE and the following ThingWorx platform and operating system: ThingWorx Platform Version ThingWorx OS Windows 7, Service Pack 1 EMS Board MFGTOOL MicroServer Linux-ARM Rev L ul Document Revision History Revision Date Version Description of Change April 15 th, Initial Release 9

Dell IoT Gateway 5500 Edge MicroServer Setup Guide

Dell IoT Gateway 5500 Edge MicroServer Setup Guide Dell IoT Gateway 5500 Edge MicroServer Setup Guide Version [1.0] Software Change Log... 2 Introduction... 2 About the Dell IoT Gateway 5500... 2 Installation... 3 Initial Setup... 3 Download Prerequisite

More information

Broadcom BCM943364WCD1 C-SDK Setup Guide. Version 1.0

Broadcom BCM943364WCD1 C-SDK Setup Guide. Version 1.0 Broadcom BCM943364WCD1 C-SDK Setup Guide Version 1.0 Software Change Log... 2 Introduction... 2 About the Broadcom BCM943364WCD1... 2 Installation... 3 Downloads and Prerequisites... 3 Configuration and

More information

Novatel Wireless SA-2100 Edge MicroServer Installation and Setup Guide. Version [1.0]

Novatel Wireless SA-2100 Edge MicroServer Installation and Setup Guide. Version [1.0] Novatel Wireless SA-2100 Edge MicroServer Installation and Setup Guide Version [1.0] Copyright 2015 PTC Inc. and/or Its Subsidiary Companies. All Rights Reserved. User and training guides and related documentation

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

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

ThingWorx Lantronix PremierWaveXN Edge MicroServer Installation and Setup Guide

ThingWorx Lantronix PremierWaveXN Edge MicroServer Installation and Setup Guide ThingWorx Lantronix PremierWaveXN Edge MicroServer Installation and Setup Guide July 2015 Copyright 2015 PTC Inc. and/or Its Subsidiary Companies. All Rights Reserved. User and training guides and related

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

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

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

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

Vantron VT-M2M-TC-VM ThingWorx Setup Guide

Vantron VT-M2M-TC-VM ThingWorx Setup Guide Vantron VT-M2M-TC-VM ThingWorx Setup Guide October 2015 Contents Introduction... 2 About the Vantron VT-M2M_TC_VM... 2 Installation... 2 Compile the Vantron lvdemo Executable... 2 Prerequisites... 2 Connect

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

. Micro SD Card Socket. SMARC 2.0 Compliant

. Micro SD Card Socket. SMARC 2.0 Compliant MSC SM2S-IMX6 NXP i.mx6 ARM Cortex -A9 Description The design of the MSC SM2S-IMX6 module is based on NXP s i.mx 6 processors offering quad-, dual- and single-core ARM Cortex -A9 compute performance at

More information

15.6. TEP Series. Unique Expansion Possibilities. Power and Networking Expansion Modules 10.1

15.6. TEP Series. Unique Expansion Possibilities. Power and Networking Expansion Modules 10.1 TEP TEP Series Our TEP series is available with either ARM or x86 architecture, and also has an IP65 anodized aluminum enclosure enabling cleaning with water. Moreover, to improve robustness, the design

More information

TEK Series. Unique Expansion Possibilities. Power and Networking Expansion Module. Automation I/O Expansion Module

TEK Series. Unique Expansion Possibilities. Power and Networking Expansion Module. Automation I/O Expansion Module TEK TEK Series TechNexion fanless industrial embedded computer series, TEK, has options for ARM or x86 technology, and a compact, fully aluminum ruggedized enclosure. To improve robustness the design is

More information

IOT-GATE-iMX7 Datasheet

IOT-GATE-iMX7 Datasheet IOT-GATE-iMX7 Datasheet Industrial Internet of Things Gateway Product Specification v.1.3 Capable, compact, affordable: i.mx7 Dual IoT-Gate has been designed to answer demanding IoT application requirements

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

MYD-Y6ULX Development Board

MYD-Y6ULX Development Board MYD-Y6ULX Development Board MYC-Y6ULX CPU Module as Controller Board 528Hz NXP i.mx 6UL/6ULL ARM Cortex-A7 Processors 1.0mm pitch 140-pin Stamp Hole Expansion Interface for Board-to-Board Connections 256MB

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

TEK Series. Unique Expansion Possibilities. Power and Networking Expansion Module. Automation I/O Expansion Module

TEK Series. Unique Expansion Possibilities. Power and Networking Expansion Module. Automation I/O Expansion Module TEK 40 BUS STOP VISA VISA TEK Series TechNexion fanless industrial embedded computer series, TEK, has options for ARM or x86 technology, and a compact, fully aluminum ruggedized enclosure. To improve robustness

More information

Xirgo OBD II Protocol Adapter SDK Setup Guide. Version 1.0

Xirgo OBD II Protocol Adapter SDK Setup Guide. Version 1.0 Xirgo OBD II Protocol Adapter SDK Setup Guide Version 1.0 Introduction... 2 About the Protocol Adapter SDK... 2 About Xirgo... 3 Installation... 3 Configuration and Setup... 3 Configuring the Xirgo device...

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

UltraZed -EV Starter Kit Getting Started Version 1.3

UltraZed -EV Starter Kit Getting Started Version 1.3 UltraZed -EV Starter Kit Getting Started Version 1.3 Page 1 Copyright 2018 Avnet, Inc. AVNET, Reach Further, and the AV logo are registered trademarks of Avnet, Inc. All other brands are the property of

More information

B&B Spectre LTE Edge MicroServer Setup Guide

B&B Spectre LTE Edge MicroServer Setup Guide B&B Spectre LTE Edge MicroServer Setup Guide July 2015 Table of Contents 1. Introduction... 1-1 About the Spectre LTE... 1-1 2. Installation... 2-1 Set up the Spectre LTE... 2-1 Set up the ThingWorx Application...

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

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

AN12119 A71CH Quick start guide for OM3710A71CHARD and i.mx6ultralite

AN12119 A71CH Quick start guide for OM3710A71CHARD and i.mx6ultralite A71CH Quick start guide for OM3710A71CHARD and i.mx6ultralite Document information Info Keywords Abstract Content Security IC, i.mx6ultralite, OM3710A71CHARD, MCIMX6UL-EVKB This document provides a detailed

More information

MAXREFDES44# MicroZed Quick Start Guide

MAXREFDES44# MicroZed Quick Start Guide MAXREFDES44# MicroZed Quick Start Guide Rev 0; 5/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

. SMARC 2.0 Compliant

. SMARC 2.0 Compliant MSC SM2S-IMX8 NXP i.mx8 ARM Cortex -A72/A53 Description The new MSC SM2S-IMX8 module offers a quantum leap in terms of computing and graphics performance. It integrates the currently most powerful i.mx8

More information

Matrix. Get Started Guide V2.0

Matrix. Get Started Guide V2.0 Matrix Get Started Guide V2.0 Overview Matrix is a single board mini computer based on ARM with a wide range of interface, equipped with a powerful i.mx6 Freescale processor, it can run Android, Linux,

More information

Vantron VT-M2M-TC-VM ThingWorx Setup Guide

Vantron VT-M2M-TC-VM ThingWorx Setup Guide Vantron VT-M2M-TC-VM ThingWorx Setup Guide October 2015 Copyright 2015 PTC Inc. and/or Its Subsidiary Companies. All Rights Reserved. User and training guides and related documentation from PTC Inc. and

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

CompTIA A+ Accelerated course for & exams

CompTIA A+ Accelerated course for & exams CompTIA A+ Accelerated course for 220-901 & 220-902 exams Course overview Target Audience This course is for Participants wishing to take and pass both CompTIA A+ exams (220-901 and 220-902) exam. It is

More information

Quick Start Guide. TWR-VF65GS10 For Vybrid Controller Solutions Based on ARM Cortex -A5 and Cortex-M4 Processors with the DS-5 Toolchain TOWER SYSTEM

Quick Start Guide. TWR-VF65GS10 For Vybrid Controller Solutions Based on ARM Cortex -A5 and Cortex-M4 Processors with the DS-5 Toolchain TOWER SYSTEM TWR-VF65GS10 For Vybrid Controller Solutions Based on ARM Cortex -A5 and Cortex-M4 Processors with the DS-5 Toolchain TOWER SYSTEM Get to Know the TWR-VF65GS10 Dual Quad SPI K20 JTAG Header UART Selection

More information

The TechNexion Difference

The TechNexion Difference The TechNexion Difference Faster time-to-market through Open Design System on Modules are designed to speed up and reduce the cost of development for embedded devices. But these benefits are only possible,

More information

7 S-Series HMI W07FA3S-PCM1AC-PoE W07FA3S-PCM1-PoE. Quick Start Guide V1.0

7 S-Series HMI W07FA3S-PCM1AC-PoE W07FA3S-PCM1-PoE. Quick Start Guide V1.0 7 S-Series HMI W07FA3S-PCM1AC-PoE W07FA3S-PCM1-PoE Quick Start Guide V1.0 Document Part Number: 9152070I1001 Please read these instructions carefully before using this product, and save this manual for

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

i.mx 6ULL EVK Board Hardware User's Guide

i.mx 6ULL EVK Board Hardware User's Guide NXP Semiconductors Document Number: IMX6ULLEVKHUG User's Guide Rev. 1, 05/2017 i.mx 6ULL EVK Board Hardware User's Guide 1. Introduction This document is the Hardware User s Guide for the i.mx 6ULL Evaluation

More information

The Information contained herein is subject to change without notice. Revisions may be issued regarding changes and/or additions.

The Information contained herein is subject to change without notice. Revisions may be issued regarding changes and/or additions. Cobalt MC Gumstix, Inc. shall have no liability of any kind, express or implied, arising out of the use of the Information in this document, including direct, indirect, special or consequential damages.

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

In-Vehicle Computers

In-Vehicle Computers In-Vehicle Computers (with NXP i.mx6 ARM Cortex application processor) VPC300 in-vehicle communication gateway in-vehicle computer for fleet management VPC300 This flyer contains information on preproduction

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

SABRE Platform for Auto Infotainment

SABRE Platform for Auto Infotainment Quick Start Guide SABRE Platform for Auto Infotainment Based on the i.mx 6QuadPlus Applications Processor SMART APPLICATION BLUEPRINT FOR RAPID ENGINEERING (SABRE) i.mx 6DualPlus can be emulated on i.mx

More information

pcduino V3B XC4350 User Manual

pcduino V3B XC4350 User Manual pcduino V3B XC4350 User Manual 1 User Manual Contents Board Overview...2 System Features...3 Single-Board Computer Configuration......3 Pin Assignments...4 Single-Board Computer Setup...6 Required Hardware...6

More information

VP101-BT Installation Guide

VP101-BT Installation Guide VP101-BT Installation Guide Package Contents 1 VP101-BT system unit 6 Mounting screws for Mini PCIe module 1 Quick Installation Guide 1 Disk includes: - Drivers / Manual Note: The CD that came with the

More information

LinkSprite Technologies,.Inc. pcduino V2

LinkSprite Technologies,.Inc. pcduino V2 1 2 Contents Board Overview...3 System Features...4 Single-Board Computer Configuration...5 Pin Assignments...7 Single-Board Computer Setup...9 Required Hardware...9 Optional Hardware...9 Adjusting Screen

More information

Matrix-710. Linux-Ready Cortex-A5 Industry IoT Gateway. Hardware Guide. Version: Nov.

Matrix-710. Linux-Ready Cortex-A5 Industry IoT Gateway. Hardware Guide. Version: Nov. Matrix-710 Linux-Ready Cortex-A5 Industry IoT Gateway Hardware Guide Version: 1.01 2017 Nov. Copyright Artila Electronics Co., Ltd. All Rights Reserved Trademarks The Artila logo is a registered trademark

More information

A64-OLinuXino 64-bit open source embedded computer

A64-OLinuXino 64-bit open source embedded computer A64-OLinuXino 64-bit open source embedded computer QUICK START GUIDE Document revision B, October 2017 Designed and manufactured by OLIMEX Ltd, 2017 All boards manufactured by OLIMEX LTD are RoHS compliant

More information

MYD-IMX28X Development Board

MYD-IMX28X Development Board MYD-IMX28X Development Board MYC-IMX28X CPU Module as Controller Board Two 1.27mm pitch 80-pin SMT Male Connectors for Board-to-Board Connections 454MHz Freescale i.mx28 Series ARM926EJ-S Processors 128MB

More information

MQTT Protocol Support. Cloud Ready Gateway. Modular Architecture

MQTT Protocol Support. Cloud Ready Gateway. Modular Architecture LoRaWAN Gateway with 8 Channels MODBUS / PROFIBUS Support MQTT Protocol Support Cloud Ready Gateway Modular Architecture Gateway with a Modular Architecture With the ever increasing topologies in the IoT

More information

TestOut PC Pro - English 6.0.x COURSE OUTLINE. Modified

TestOut PC Pro - English 6.0.x COURSE OUTLINE. Modified TestOut PC Pro - English 6.0.x COURSE OUTLINE Modified 2019-01-02 TestOut PC Pro Outline - English 6.0.x Videos: 142 (17:10:32) Demonstrations: 144 (17:38:44) Simulations: 117 Fact Sheets: 189 Exams: 132

More information

291-MB309-02N6F. PI331 pico

291-MB309-02N6F. PI331 pico 291-MB309-02N6F PI331 pico ZOTAC ZBOX pico User s Manual No part of this manual, including the products and software described in it, may be reproduced, transmitted, transcribed, stored in a retrieval

More information

VC230-BT Installation Guide

VC230-BT Installation Guide VC230-BT Installation Guide Package Contents VC230-BT system unit 6 Mounting screws for Mini PCIe module Quick Installation Guide Disk includes: - Drivers / Manual The CD that came with the system contains

More information

Spartan -6 LX9 MicroBoard Web Connectivity On Ramp Tutorial

Spartan -6 LX9 MicroBoard Web Connectivity On Ramp Tutorial Spartan -6 LX9 MicroBoard Web Connectivity On Ramp Tutorial Version 13.2.01 Revision History Version Description Date 13.2.01 Initial release with support for ISE 13.2 tools Aug. 10, 2011 Page 2 of 30

More information

Developing a Camera Application with i.mx RT Series

Developing a Camera Application with i.mx RT Series NXP Semiconductors Document Number: AN12110 Application Note Rev. 0, 12/2017 Developing a Camera Application with i.mx RT Series 1. Introduction This application note describes how to develop an HD camera

More information

Figure 1 TCL Used to Initialize PS

Figure 1 TCL Used to Initialize PS MicroZed: FSBL and Boot from QSPI and SD Card: 6 September 2013 Version 2013_2.02 Overview Thus far, we have relied on the tools to configure the Zynq PS properly. Although it wasn t explicitly pointed

More information

MicroZed: Hello World. Overview. Objectives. 23 August 2013 Version 2013_2.01

MicroZed: Hello World. Overview. Objectives. 23 August 2013 Version 2013_2.01 23 August 2013 Version 2013_2.01 Overview Once a Zynq Hardware Platform is created and exported from Vivado, the next step is to create an application targeted at the platform and see it operating in hardware.

More information

MIMXRT1020 EVK Board Hardware User s Guide

MIMXRT1020 EVK Board Hardware User s Guide NXP Semiconductors Document Number: MIMXRT1020EVKHUG User's Guide Rev. 0, 05/2018 MIMXRT1020 EVK Board Hardware User s Guide 1. Introduction This Hardware User s Guide for the MIMXRT1020 Evaluation Kit

More information

Communication Gateway

Communication Gateway Communication Gateway (with NXP i.mx6 ARM Cortex application processor) VPC100 Communication Gateway Communication Gateway VPC100 This flyer contains information on pre-production products. Specifications

More information

endrich EMBEDDED COMPUTER (PANEL-PC) components of life Reserve technical changes!

endrich EMBEDDED COMPUTER (PANEL-PC) components of life Reserve technical changes! EMBEDDED COMPUTER 2 The Logic Technology Group was formed in 2008. Headquartered in Hong Kong with offices in Baar, Switzerland and Shenzhen, China specialise in designing, development and manufacturing

More information

Implementing the NI TestStand Connector

Implementing the NI TestStand Connector Implementing the NI TestStand Connector NI TestStand is a tool that allows you to create and run automated validation tests against any type of hardware and drivers. The NI TestStand Connector allows the

More information

MYD-C437X-PRU Development Board

MYD-C437X-PRU Development Board MYD-C437X-PRU Development Board MYC-C437X CPU Module as Controller Board Two 0.8mm pitch 100-pin Connectors for Board-to-Board Connections Up to 1GHz TI AM437x Series ARM Cortex-A9 Processors 512MB DDR3

More information

SBC3100 (Cortex-A72) Single Board Computer

SBC3100 (Cortex-A72) Single Board Computer (Cortex-A72) Single Board Computer Ultra High Performance SBC with RK3399 (Cortex-A72 x2 + Cortex-A53 x4) @ 2Ghz : Single Board Computer H310: Input (receiver) Module : Output (display) Module D120: 4xCOM

More information

Introduction to the Itron Riva Dev Kits

Introduction to the Itron Riva Dev Kits Introduction to the Itron Riva Dev Kits The purpose of this Guide is to give you a fast path to understanding which Itron Riva Dev Kit is best for your development goals. Itron offers 3 kits: Itron Riva

More information

Hugo Cunha. Senior Firmware Developer Globaltronics

Hugo Cunha. Senior Firmware Developer Globaltronics Hugo Cunha Senior Firmware Developer Globaltronics NB-IoT Product Acceleration Platforms 2018 Speaker Hugo Cunha Project Developper Agenda About us NB IoT Platforms The WIIPIIDO The Gateway FE 1 About

More information

MicroZed Getting Started Guide Version 1.1

MicroZed Getting Started Guide Version 1.1 MicroZed Getting Started Guide Version 1.1 Page 1 Copyright 2017 Avnet, Inc. AVNET, Reach Further, and the AV logo are registered trademarks of Avnet, Inc. All other brands are the property of their respective

More information

Matrix-605 WinCE ARM9 Industry Box Computer User Guide

Matrix-605 WinCE ARM9 Industry Box Computer User Guide Matrix-605 WinCE ARM9 Industry Box Computer User Guide Version 1.1 Copyright Artila Electronics Co., Ltd. All Rights Reserved. Table of Contents 1. Introduction... 1 1.1 Features... 1 1.2 Packing List...

More information

Sigma Tile Workshop Guide. This guide describes the initial configuration steps to get started with the Sigma Tile.

Sigma Tile Workshop Guide. This guide describes the initial configuration steps to get started with the Sigma Tile. Sigma Tile Workshop Guide This guide describes the initial configuration steps to get started with the Sigma Tile. 1 Contents Contents... 2 Chapter 1: System Requirements... 3 Chapter 2: Configure Your

More information

i.mx 8M MINI System-On-Module (SOM) Hardware Architecture

i.mx 8M MINI System-On-Module (SOM) Hardware Architecture i.mx 8M MINI System-On-Module (SOM) Hardware Architecture Document No: IMX8M-MINI-SOM-HA Version: 1.0 Date: February 26, 2019 Table of Contents 1. INTRODUCTION... 3 2. HARDWARE PLATFORM... 3 2.1. HARDWARE

More information

READ ME FIRST Windows 95/98/Me/2000

READ ME FIRST Windows 95/98/Me/2000 READ ME FIRST Windows 95/98/Me/2000 *DSL Equipment Installation Guide: Efficient Networks 5260 *Digital Subscriber Line Part Number: 52609x02 Version 1.2-A Table of Contents Follow Steps 1 through 8 to

More information

Experiments 1 How to set up Raspberry Pi B+ The little computer you can cook into DIY tech projects

Experiments 1 How to set up Raspberry Pi B+ The little computer you can cook into DIY tech projects Experiments 1 How to set up Raspberry Pi B+ The little computer you can cook into DIY tech projects The Raspberry Pi is a computer about the size of a credit card. The darling of the do-it-yourself electronics

More information

Click-A-Tune. User Manual

Click-A-Tune. User Manual Contents Configuring the...2 Transferring data to the...2 with switch configuration...3 with switch matrix up to 3 switches...4 Changing the playback volume...5 Connections... Power requirements (Vin)...

More information

MicroZed Open Source Linux In System QSPI Programming Tutorial

MicroZed Open Source Linux In System QSPI Programming Tutorial MicroZed Open Source Linux In System QSPI Programming Tutorial Version 14.5.01 Revision History Version Description Date 14.5.00 Initial release August 13, 2013 Page 2 of 18 Table of Contents Revision

More information

READ ME FIRST Windows 98/ME/2000

READ ME FIRST Windows 98/ME/2000 READ ME FIRST Windows 98/ME/2000 *DSL Equipment Installation Guide: Alcatel Speed Touch PC *Digital Subscriber Line Part Number: AlcatelPC9x02A Version 1.2-A Table of Contents Follow Steps 1 through 7

More information

The TechNexion Difference

The TechNexion Difference EDM The TechNexion Difference Faster Time-to-market Through Open Design System on Modules are designed to speed up and reduce the cost of development for embedded devices. But these benefits are only possible,

More information

First Steps. esom/sk5 esom/3517 Embedded Linux Starter Kit

First Steps. esom/sk5 esom/3517 Embedded Linux Starter Kit esom/sk5 esom/3517 Embedded Linux Starter Kit First Steps SSV Embedded Systems Dünenweg 5 D-30419 Hannover Phone: +49 (0)511/40 000-0 Fax: +49 (0)511/40 000-40 E-mail: sales@ssv-embedded.de Document Revision:

More information

MYD-IMX28X Development Board

MYD-IMX28X Development Board MYD-IMX28X Development Board MYC-IMX28X CPU Module as Controller Board Two 1.27mm pitch 80-pin SMT Connectors for Board-to-Board Connections 454MHz Freescale i.mx28 Series ARM926EJ-S Processors 128MB DDR2

More information

Raspberry Pi Setup Tutorial

Raspberry Pi Setup Tutorial Raspberry Pi Setup Tutorial The Raspberry Pi is basically a miniature linux- based computer. It has an ARM processor on it, specifically the ARM1176JZF- S 700 MHz processor. This is the main reason why

More information

Matrix. Get Started Guide

Matrix. Get Started Guide Matrix Get Started Guide Overview Matrix is a single board mini computer based on ARM with a wide range of interface, equipped with a powerful i.mx6 Freescale processor, it can run Android, Linux and other

More information

A-307. Mobile Data Terminal. Android OS Platform Datasheet

A-307. Mobile Data Terminal. Android OS Platform Datasheet A-307 Mobile Data Terminal Android OS Platform Datasheet Revision 1.2 March, 2014 A-307 Platform Overview A-307 Platform Overview The A-307 provides Original Equipment Manufacturers (OEMs) and Telematics

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

Nitrogen6_MAX Hardware User Manual

Nitrogen6_MAX Hardware User Manual 1 Nitrogen6_MAX Hardware User Manual Revision History Date Revision Description 07-20-2014 1.0 First Draft 11-04-2015 1.1 Added Quad Plus Capability 2 1 Contents 1 Contents... 2 2 Overview... 3 3 Electrical

More information

MYD-SAMA5D3X Development Board

MYD-SAMA5D3X Development Board MYD-SAMA5D3X Development Board MYC-SAMA5D3X CPU Module as Controller Board DDR2 SO-DIMM 200-pin Signals Consistent with Atmel's Official Board 536MHz Atmel SAMA5D3 Series ARM Cortex-A5 Processors 512MB

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

XLink Kai Raspberry Pi Beginners Tutorial

XLink Kai Raspberry Pi Beginners Tutorial XLink-Kai-Raspberry-Pi-Beginners-Tutorial.md XLink Kai Raspberry Pi Beginners Tutorial Hi! This tutorial will guide you through setting up XLink Kai on a Raspberry Pi to play multiplayer system link Xbox

More information

Using GIGABYTE Notebook for the First Time

Using GIGABYTE Notebook for the First Time Congratulations on your purchase of the GIGABYTE Notebook! This Manual will help you to get started with setting up your notebook. For more detailed information, please visit our website at http://www.gigabyte.com.

More information

Developing a simple UVC device based on i.mx RT1050

Developing a simple UVC device based on i.mx RT1050 NXP Semiconductors Document Number: AN12103 Application Note Rev. 0, 12/2017 Developing a simple UVC device based on i.mx RT1050 1. Introduction USB Video Class (UVC) describes the capabilities and characteristics

More information

COALESCE: MEETING PLACE EDITION

COALESCE: MEETING PLACE EDITION USER MANUAL WC-COA-MPE COALESCE: MEETING PLACE EDITION 24/7 AT OR VISIT BLACKBOX.COM TABLE OF CONTENTS 1. SPECIFICATIONS... 4 2. THE COALESCE MPE APP... 6 2.1 What is Coalesce MPE?...6 2.2 Networking...6

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

EDJE PROJECT. The Software Foundation for IoT Devices. https://projects.eclipse.org/projects/iot.edje. IS2T S.A All rights reserved.

EDJE PROJECT. The Software Foundation for IoT Devices. https://projects.eclipse.org/projects/iot.edje. IS2T S.A All rights reserved. EDJE PROJECT The Software Foundation for IoT Devices https://projects.eclipse.org/projects/iot.edje IS2T S.A. 2016. All rights reserved. PRESENTER Jérôme Leroux Development and Innovation Manager at MicroEJ

More information

Lesson 6 Intel Galileo and Edison Prototype Development Platforms. Chapter-8 L06: "Internet of Things ", Raj Kamal, Publs.: McGraw-Hill Education

Lesson 6 Intel Galileo and Edison Prototype Development Platforms. Chapter-8 L06: Internet of Things , Raj Kamal, Publs.: McGraw-Hill Education Lesson 6 Intel Galileo and Edison Prototype Development Platforms 1 Intel Galileo Gen 2 Boards Based on the Intel Pentium architecture Includes features of single threaded, single core and 400 MHz constant

More information

Heterogeneous multi-processing with Linux and the CMSIS-DSP library

Heterogeneous multi-processing with Linux and the CMSIS-DSP library Heterogeneous multi-processing with Linux and the CMSIS-DSP library DS-MDK Tutorial AN290, September 2016, V 1.1 Abstract This Application note shows how to use DS-MDK to debug a typical application running

More information

High-Precision AD/DA Board User Manual

High-Precision AD/DA Board User Manual High-Precision AD/DA Board User Manual Overview There's no AD/DA function on the Raspberry Pi GPIO interface, this may troubled you in the Pi development. However, it won't be a problem anymore. The High-Precision

More information

Industrial 24-Port 10/100/1000Mbps Managed Gigabit. Switch (-40~75 degrees C) with 4 Shared SFP Ports IGSW-24040T. Quick Installation Guide

Industrial 24-Port 10/100/1000Mbps Managed Gigabit. Switch (-40~75 degrees C) with 4 Shared SFP Ports IGSW-24040T. Quick Installation Guide Industrial 24-Port 10/100/1000Mbps Managed Gigabit Switch (-40~75 degrees C) with 4 Shared SFP Ports IGSW-24040T Quick Installation Guide Table of Contents 1. Package Contents... 3 2. Requirements... 4

More information

GAT Handheld Coder Pro+ User Manual

GAT Handheld Coder Pro+ User Manual GAT Handheld Coder Pro+ User Manual Rev 1.2 READ INSTRUCTION CAREFULLY BEFORE USE IF YOU HAVE ANY QUESTIONS ABOUT THE USE OF THIS DEVICE, CONTACT YOUR BIMMER RETROFIT REPRESENTATIVE BEFORE USE HANDHELD

More information

24-Port Gigabit with 4 Optional 10G Slots. Layer 3 Managed Stackable Switch XGS Quick Installation Guide

24-Port Gigabit with 4 Optional 10G Slots. Layer 3 Managed Stackable Switch XGS Quick Installation Guide 24-Port Gigabit with 4 Optional 10G Slots Layer 3 Managed Stackable Switch XGS3-24040 Quick Installation Guide Table of Contents 1. Package Content... 3 2. Switch Management... 4 3. Requirements... 5 4.

More information

L2+ Managed LCD Switch GS T2XV(R) / GS T4XV(R) Quick Installation Guide

L2+ Managed LCD Switch GS T2XV(R) / GS T4XV(R) Quick Installation Guide L2+ Managed LCD Switch GS-5220-16T2XV(R) / GS-5220-24T4XV(R) Quick Installation Guide Table of Contents 1 Package Contents... 3 2. Requirements... 4 3. Terminal Setup... 5 3.1 Logon to Console... 6 3.2

More information

READ ME FIRST Windows 95/98/Me/2000

READ ME FIRST Windows 95/98/Me/2000 READ ME FIRST Windows 95/98/Me/2000 *DSL Equipment Installation Guide: Efficient Networks 5260 *Digital Subscriber Line Part Number: 52609X02 Version 1.2 Table of Contents Follow Steps 1 through 8 to complete

More information

D-Link DGE-528T. Gigabit Ethernet PCI Adapter. User Manual. Rev.5.0

D-Link DGE-528T. Gigabit Ethernet PCI Adapter. User Manual. Rev.5.0 D-Link DGE-528T Gigabit Ethernet PCI Adapter User Manual Rev.5.0 1 Table of Contents 1. Introduction... 3 System Requirement... 3 Features... 4 Driver Support... 4 2. Installation... 5 Unpack and Inspect...

More information

i.mx 8M EVK Board Hardware User's Guide

i.mx 8M EVK Board Hardware User's Guide NXP Semiconductors Document Number: IMX8MDQLQEVKHUG User's Guide Rev. 0, 01/2018 i.mx 8M EVK Board Hardware User's Guide 1. Introduction This document is the hardware User s Guide for the i.mx 8M Evaluation

More information