Itron Riva Dev Mini Kit Getting Started Guide

Size: px
Start display at page:

Download "Itron Riva Dev Mini Kit Getting Started Guide"

Transcription

1 Itron Riva Dev Mini Kit Getting Started Guide Table of Contents Introduction... 1 Host Computer... 2 Connect and Power-up ROOT... 2 Connect and Power-up NODE... 8 Summary and Next Steps Introduction Welcome to the Itron Riva Dev Mini Kit Getting Started Guide! The purpose of this Guide is to give you a fast path to both understanding and using the Itron Riva Dev Mini Kit. The Itron Riva Dev Mini Kit includes everything you need to begin your prototyping or development for an Itron OpenWay Riva Network. A photo of the kit is shown below, and includes the following: One Itron Riva Dev Edge Board configured as RF mesh ROOT device One Itron Riva Dev Mini Board configured as RF mesh NODE device Two serial-to-usb cables (used for Linux console connection) Two 5VDC power cables Two 900Mhz antennas [Photo of Itron Riva Dev Mini Kit goes here] 1

2 Host Computer You should have a host computer, such as an Ubuntu, Mac, or Window. The instructions shown here are using a Ubuntu system as the host, but similar steps can be performed on Mac or Windows. For reference, the version of Ubuntu used for these instructions is 16.04: $ cat /etc/os-release NAME="Ubuntu" VERSION=" LTS (Xenial Xerus)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu LTS" VERSION_ID="16.04" HOME_URL=" SUPPORT_URL=" BUG_REPORT_URL=" VERSION_CODENAME=xenial UBUNTU_CODENAME=xenial Your host computer will need a terminal emulator to connect to the Itron Riva Dev console. Here we use minicom: $ minicom --version minicom version 2.7 (compiled Feb ) Copyright (C) Miquel van Smoorenburg. Connect and Power-up ROOT Follow these steps to connect and power-up your Itron Riva Dev Mini Kit. Some of these steps in these section apply to both ROOT and NODE, and are hence labeled [BOTH]. Other steps are only for the ROOT, and are hence labeled [ROOT]. Some of the steps are labeled [HOST], which means you perform those steps on your host computer. 2

3 Important: The network performs best with you power up the ROOT device before powering up the NODEs. 1. [BOTH] Connect the antennas to each of the boards. 2. [BOTH] Connect the 5VDC power cords to each of the boards, HOWEVER do not yet power up the boards. 3. [BOTH] Connect the serial-to-usb cable to the 4-pin console connector on each of the boards. This is the white connector on the bottom of the boards. HOWEVER do not yet plug the cable into your Host computer. Play particular attention to getting the color codes connected correctly to the 4-pin connector: Pin 1 Yellow (TX) Pin 2 Orange (RX) Pin 3 Not used Pine 4 Black (GND) NOTE: On the Itron Riva Dev Edge board, the 4-pin white connector is on the bottom of the board. On the Itron Riva Dev Mini board, the 4-pin while connector is on the end of the expansion connector board. [TODO Photo of Power connector on Edge and also photo of power connector on Mini.] 3

4 NOTE: On the Itron Riva Dev Edge board, a memory technique is to remember that the Black (GND) cable connects closest to the 5VDC power connector. 4. [ROOT] One the board labeled as ROOT, plug in the Ethernet cable into the Itron Riva Dev Edge Ethernet connector. Plug plug into a network. The ROOT device requires a connection via Ethernet to obtain the proper time from an NTP (Network Time Protocol) server. 5. [HOST] On your host computer, use the ls command to observe if any /dev/ttyusbn ports are in us. In this example, no ports are currently in use: $ ls /dev/ttyu* ls: cannot access /dev/ttyu* : No such file or directory 4

5 6. [ROOT] Plug the ROOT serial-to-usb connector into your host USB port. Then issue the ls command and you should now see a /dev/ttyusb0 port. $ ls /dev/ttyu* /dev/ttyusb0 7. [HOST] Start up minicom: $ sudo minicom -D /dev/ttyusb0 HOST] In minicom, press Ctrl+a+z, then o, select Serial Port Setup. Make sure you turn of hardware flow control. NOTE: A common error is to forget to turn of hardware flow control. The result is you will see OUTPUT but will not be able to type any input. 8. [ROOT] Power up the ROOT device. You should see output on your minicom screen similar to the following. Do not press any key, but rather watch the system boot. NOTE: Although you do not want to to it now, later if you need to interrupt the default boot process, you have 3 seconds to press any key to stop the auto boot process. 5

6 9. [ROOT] At the end of the boot process you see the the message system sanity achieved. NOTE: The screen shot below is for a ROOT device. The RCV messages are from the on-board DHCP server (which is only on the ROOT). You can also see the utc time, showing that the ROOT is connected to the Internet, and accessing a NTP server. 10. [ROOT] Press ENTER to see the itron-isom login prompt, then enter root. When prompted for the password, enter itron. You will then see the shell prompt of #. 6

7 11. [ROOT] Use the modversion.sh command to confirm the version of firmware running on your ROOT device. For this example, the MUSE version is The DSP version is [ROOT] Use the df command to confirm how much disk filesystem space you have available. In this example, only 20% of the root filesystem is in use. 13. [ROOT] Use the free command to see how much free RAM space you have available. In this example, the system has a total of 112MB of memory in use, and 4MB of RAM free. 7

8 14. [ROOT] Use ngcstatus.sh command to see the sync status of the ROOT. The key item you are looking for is SYCnEt from RPL-Daemon. status. 15. [ROOT] Use the dodag_dump.sh command to see if you have any NODES. Since you have not yet powered up the NODE, you should not have any NODES listed. At this point you have powered up your ROOT device and used several commands to confirm its proper operation. It is now time to power-up your NODE device, following these steps. Connect and Power-up NODE 1. [NODE] Plug the NODE serial-to-usb connector into another USB port on the host. (Keep your ROOT serial-to-usb plugged in to your host so that you 8

9 can view both ROOT and HOST messages in separate windows.) 2. [HOST] Use the ls command and you should now see a 2 nd USB port: $ ls /dev/ttyu* /dev/ttyusb0 /dev/ttyusb1 3. [HOST] Start up minicom: $ sudo minicom -D /dev/ttyusb1 4. [HOST] In minicom, press Ctrl+a+z, then o, select Serial Port Setup. Make sure you turn of hardware flow control. NOTE: A common error is to forget to turn of hardware flow control. The result is you will see OUTPUT but will not be able to type any input. 5. [NODE] Power up the NODE device. You should see output on your minicom screen similar to the following. Do not press any key, but rather watch the system boot. NOTE: Although you do not want to to it now, later if you need to interrupt the default boot process, you have 3 seconds to press any key to stop the auto boot process. 9

10 6. [NODE] At the end of the boot process you see the message system sanity achieved. NOTE: The screen shot below is for a NODE device. The screen shot for a ROOT device is different. 7. [NODE] Press ENTER to see the itron-isom login prompt, then enter root. When prompted for the password, enter itron. You will then see the shell prompt of #. 10

11 8. [NODE] Use the modversion.sh command to confirm the version of firmware running on your ROOT device. For this example, the MUSE version is The DSP version is [NODE] Use the df command to confirm how must disk filesystem space you have available. In this example, 18% of the root filesystem is in use. 10. [NODE] Use the free command to see how much free RAM space you have available. In this example, the system has a total of 109MB of memory in use, and almost 8MB of RAM free. 11

12 [NODE] Use ngcstatus.sh command to see the sync status of the ROOT. The key item you are looking for is SYCnEt from RPL-Daemon. Status. NOTE: Notice Node IPv6 address: fd16:e8ac:e37c:2010:f9c9 12

13 Using ping6 1. [NODE] Use the ifconfig nan0 command to view the NODEs IPv6 address. For this example, the NODE IPV6 address is: fd16:e8ac:e37c:2010::f9c9 2. [NODE] Use the ping6 command to confirm that the node can ping6 the ROOT. NOTE: For these examples, the ROOT will always have a base address of febe. Just take the node address (e.g. fd16:e8ac:e37c:2010::f9c9) and substitute the value of febe (e.g. fd16:e8ac:e37c:2010::febe). 13

14 3. [ROOT] With the NODE up and running, you can return to the ROOT console. Issue the neighbor-dump.sh -m command to see that the NODE is in the list. Note: Observe address f9c9 has a HWType (Hardware Type) of MPD (Mains Powered Device), has a best RF modulation of OFDM_600, and has an RF RSSI (Received Signal Strength Indicator) of [ROOT] Use the ping6 command on the ROOT to ping6 the NODE. Summary and Next Steps In summary, this Guide has shown you how to connect, power-up, and confirm the operation of an Itron Riva Dev Mini Kit. You have used both the ROOT device and the NODE device on a RF mesh network. You next step is to refer to the appropriate documentation that fits you are particular need: Videos Specifications Technical References Tutorials and How To Guides 14

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

Itron Riva Dev Software Development Getting Started Guide

Itron Riva Dev Software Development Getting Started Guide Itron Riva Dev Software Development Getting Started Guide Table of Contents Introduction... 2 Busybox Command-line [Edge and Mini]... 2 BASH Scripts [Edge and Mini]... 3 C Programs [Edge and Mini]... 5

More information

Appliance Guide. Version 1.0

Appliance Guide. Version 1.0 Appliance Guide Version 1.0 Contents Contents 1 Revision history 2 Getting Started 3 Getting to Know the R7-3000/5000/5000x 5 Getting to Know the R7-1000 6 Setting Up the Appliance 7 Logging in to the

More information

Spring 2017 Gabriel Kuri

Spring 2017 Gabriel Kuri Lab 2 ECE 431L Spring 2017 Gabriel Kuri This lab is made up of two parts. Part 1 will consist of familiarizing yourself with the Raspberry Pi (RPi). It includes running Unix/Linux commands to become somewhat

More information

StampA5D3x/PortuxA5/PanelA5. Quickstart Guide

StampA5D3x/PortuxA5/PanelA5. Quickstart Guide StampA5D3x/PortuxA5/PanelA5 Quickstart Guide StampA5D3x/PortuxA5/PanelA5 StampA5D3x/PortuxA5/PanelA5: Quickstart Guide Copyright 2015 taskit GmbH All rights to this documentation and to the product(s)

More information

Development Environment Embedded Linux Primer Ch 1&2

Development Environment Embedded Linux Primer Ch 1&2 Development Environment Embedded Linux Primer Ch 1&2 Topics 1) Systems: Host and Target 2) Host setup 3) Host-Target communication CMPT 433 Slides #3 Dr. B. Fraser 18-05-05 2 18-05-05 1 Host & Target Host

More information

First Steps. DNP/SK18 Embedded Linux Starter Kit

First Steps. DNP/SK18 Embedded Linux Starter Kit DNP/SK18 Embedded Linux Starter Kit First Steps SSV Embedded Systems Heisterbergallee 72 D-30453 Hannover Phone: +49 (0)511/40 000-0 Fax: +49 (0)511/40 000-40 E-mail: sales@ist1.de Manual Revision: 1.0

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

Installation of RedHawk 6.5-r24.2 on the Jetson TX1 Development Board Release Notes. September 19 th, 2017

Installation of RedHawk 6.5-r24.2 on the Jetson TX1 Development Board Release Notes. September 19 th, 2017 Installation of RedHawk 6.5-r24.2 on the Jetson TX1 Development Board Release Notes September 19 th, 2017 This page intentionally left blank 1. Introduction This document describes the process of installing

More information

Quick Start Guide WB50NBT. Version 1.1

Quick Start Guide WB50NBT. Version 1.1 A WB50NBT Version 1.1 REVISION HISTORY Version Date Notes Approver 1.0 04 April 2016 Initial Version Andrew Dobbing 1.1 01 May 2017 OS Support Jay White 2 CONTENTS Revision History...2 Contents...3 Introduction

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

SAMA5D3x-CM Instruction to program images with PEEDI

SAMA5D3x-CM Instruction to program images with PEEDI SAMA5D3x-CM Instruction to program images with PEEDI 1) To begin programing with PEEDI you need to prepare some cables and install a terminal emulation software 1.1 First ensure that you have installed

More information

MB/ Starter Kit: First Steps

MB/ Starter Kit: First Steps MB/1520-100 Starter Kit: First Steps The Application Board MB/1520-100 Starter Kit contains everything you need to get started to build your safe embedded communication environment via Ethernet technology.

More information

Document Version: 1.0. LG308 LoRaWAN Gateway User Manual. LoRaWAN Gateway User Manual ---Update: / 30

Document Version: 1.0. LG308 LoRaWAN Gateway User Manual. LoRaWAN Gateway User Manual ---Update: / 30 LG308 LoRaWAN Gateway User Manual Document Version: 1.0 Firmware Version: LG02_LG08--build-v5.1.1542210480-20181114-2349 Version Description Date 1.0 Release 2018-Nov-17 LoRaWAN Gateway User Manual ---Update:2018-11-17

More information

WLPC 2017 Maker Session

WLPC 2017 Maker Session WLPC 2017 Maker Session Swiss-Army SDR for the WLAN Professional 1. Introduction Have you ever wanted a single tool for spectrum and protocol analysis across multiple frequencies and technologies? This

More information

LAN Setup Reflection

LAN Setup Reflection LAN Setup Reflection After the LAN setup, ask yourself some questions: o Does your VM have the correct IP? o Are you able to ping some locations, internal and external? o Are you able to log into other

More information

Matrix 500 Quick Installation Guide

Matrix 500 Quick Installation Guide Overview Matrix 500 features four serial ports, 10/100 Mbps Ethernet, USB port and SD socket for flash disk expansion. The preinstall Linux OS and GNU tool chain make Matrix 500 ready for your application

More information

LAN Setup Reflection. Ask yourself some questions: o Does your VM have the correct IP? o Are you able to ping some locations, internal and external?

LAN Setup Reflection. Ask yourself some questions: o Does your VM have the correct IP? o Are you able to ping some locations, internal and external? LAN Setup Reflection Ask yourself some questions: o Does your VM have the correct IP? o Are you able to ping some locations, internal and external? o Are you able to log into other VMs in the classroom?

More information

Linux PPPd for LTE CAT M1 Verizon Skywire on Beaglebone Black. NimbeLink Corp Updated: July 2018

Linux PPPd for LTE CAT M1 Verizon Skywire on Beaglebone Black. NimbeLink Corp Updated: July 2018 Linux PPPd for LTE CAT M1 Verizon Skywire on Beaglebone Black NimbeLink Corp Updated: July 2018 PN 30272 rev 5 NimbeLink Corp All Rights Reserved 1 Table of Contents Table of Contents 2 Introduction 3

More information

GIGABYTE. Software Reference Guide for MP30 (APM) Platform R01. Document Version:

GIGABYTE. Software Reference Guide for MP30 (APM) Platform R01. Document Version: GIGABYTE Software Reference Guide for MP30 (APM) Platform R01 Document Version: R01 1 CONTENTS BASICS SECTION... 3 1.1 Equipment and tools list... 3 1.2 How to make Ubuntu OS image to SD card... 5 1.3

More information

XC Series Shifter User Guide (CLE 6.0.UP02) S-2571

XC Series Shifter User Guide (CLE 6.0.UP02) S-2571 XC Series Shifter User Guide (CLE 6.0.UP02) S-2571 Contents Contents 1 About the XC Series Shifter User Guide...3 2 Shifter System Introduction...6 3 Download and Convert the Docker Image...7 4 Submit

More information

WiFi to RS-422/485 adapter user manual

WiFi to RS-422/485 adapter user manual WiFi to RS-422/485 adapter user manual WiFi to RS-232 adapter Package Contents: WiFi RS-422/485 adapter x 1 2 dbi dipole antenna x 1 A4 User manual x 1 USB Cable x 1 White Box Dimension: 11 x 6 x 5 (cm)

More information

Linux PPPd for LTE CAT M1 Verizon Skywire on Raspberry Pi 3

Linux PPPd for LTE CAT M1 Verizon Skywire on Raspberry Pi 3 Linux PPPd for LTE CAT M1 Verizon Skywire on Raspberry Pi 3 NimbeLink Corp Updated: June 2018 PN 30273 rev 4 NimbeLink Corp All Rights Reserved 1 Table of Contents Table of Contents 2 Introduction 3 Orderable

More information

ICRM SER User s Guide

ICRM SER User s Guide ICRM- 915- SER User s Guide Introduction The ICRM- 915- SER is a high performance serial wireless modem designed to provide reliable long- range communications for SCADA systems. It is supplied in a compact

More information

Com.X5 Getting Started Guide

Com.X5 Getting Started Guide Com.X5 Getting Started Guide Version 1.0, April 12, 2012 http://www.farsouthnet.com Welcome to the world of Com.X intelligent Asterisk solutions! This leaflet will help you to get started with your new

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

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

QUICK START G U I D E. GWG Gateway GWG-30, GWG-40

QUICK START G U I D E. GWG Gateway GWG-30, GWG-40 QUICK START G U I D E GWG Gateway GWG-30, GWG-40 WHAT S IN THE BOX: 1. GWG Gateway 2. Power supply cord (AC/DC adapter - optional) 3. Antenna GSM/GPRS/EDGE/UMTS/HSPA+/LTE ) (800/900/1800/2100/2600 MHz)

More information

FreeBSD and Beaglebone Black, a robotic application.

FreeBSD and Beaglebone Black, a robotic application. FreeBSD and Beaglebone Black, a robotic application. Fabio Balzano fabio.balzano@elfarolab.com University of Ottawa, Canada May 17, 2014 The robot System description What is this? it is a ROV - Remote

More information

Adafruit PiUART - USB Console and Power Add-on for Raspberry Pi

Adafruit PiUART - USB Console and Power Add-on for Raspberry Pi Adafruit PiUART - USB Console and Power Add-on for Raspberry Pi Created by lady ada Last updated on 2017-08-29 10:20:23 PM UTC Guide Contents Guide Contents Overview Pinouts Enabling Serial Console Option

More information

Getting Started with PetaLinux SDK

Getting Started with PetaLinux SDK Getting Started with PetaLinux SDK November 26, 2009 Table of Contents Table of Contents...2 About This Guide...3 Related PetaLinux Documents...3 Getting Started...3 Prerequisites...3 Installation...4

More information

EX L-8 User Guide

EX L-8 User Guide EX-9486-2L-8 User Guide Introduction: EX-9486-2L-8 are ARM9-based Linux ready industrial computer. The keyfeatures are as follow: 1. ARM920T ARM Thumb Processor with 200MIPS at 180MHz,Memory Management

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

Configuring Linux pppd for a Skywire 4G LTE CAT1 Verizon Over UART

Configuring Linux pppd for a Skywire 4G LTE CAT1 Verizon Over UART Configuring Linux pppd for a Skywire 4G LTE CAT1 Verizon Over UART NimbeLink Corp Updated: May 2017 PN 30166 rev 3 NimbeLink Corp All Rights Reserved 1 Table of Contents Table of Contents 2 1. Introduction

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

User s Guide. Ethernet Module for Barcode Printer

User s Guide. Ethernet Module for Barcode Printer User s Guide Ethernet Module for Barcode Printer 1. ETHERNET MODULE... 2 1-1. Functions... 2 1-2. General Specifications... 2 2. ETHERNET MODULE INSTALLATION... 3 2-1. Ethernet Module Installation for

More information

Xinu on Intel Galileo User Manual

Xinu on Intel Galileo User Manual Xinu on Intel Galileo User Manual Table of Contents Page 1.0 Firmware Update for the Intel Galileo board 2 2.0 Console connection on the Intel Galileo 2 2.1 Background 2 2.2 Serial cable setup for the

More information

Dominion KX II-101. Quick Setup Guide. Step 1: Configure the Target Server

Dominion KX II-101. Quick Setup Guide. Step 1: Configure the Target Server Dominion KX II-101 Quick Setup Guide Thank you for your purchase of the KX II-101, the industry's most full-featured, enterprise-class, secure, digital KVM (Keyboard, Video, Mouse) switch. This Quick Setup

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

Different ways to use Kon-Boot

Different ways to use Kon-Boot Robert Alaniz 28 July 2014 Different ways to use Kon-Boot This project consists of different ways of using Kon-Boot to bypass authentication on a windows machine. Kon-Boot is a toll that can bypass the

More information

WB40NBT Quick Start Guide Version 2.0

WB40NBT Quick Start Guide Version 2.0 WB40NBT Quick Start Guide Version 2.0 Americas : +1-800-492-2320 Europe : +44-1628-858-940 Hong Kong : +852-2923-0610 REVISION HISTORY Revision Date Description Approved By 1.0 21 March 2012 Initial version

More information

Configuring Linux pppd for Skywire LTE NL-SW-LTE-S7xxx Modem Family

Configuring Linux pppd for Skywire LTE NL-SW-LTE-S7xxx Modem Family Configuring Linux pppd for Skywire LTE NL-SW-LTE-S7xxx Modem Family NimbeLink Corp Updated: June 2018 PN 30222 rev 5 NimbeLink Corp. 2018. All rights reserved. 1 Table of Contents Table of Contents 2 Introduction

More information

Serial Basic Hookup Guide

Serial Basic Hookup Guide Page 1 of 7 Serial Basic Hookup Guide Introduction The Serial Basic is an easy to use USB to Serial adapter based on the CH340G IC from WCH. It works with 5V and 3.3V systems and should auto install on

More information

Part # Quick-Start Guide. SpeedStream 4200 Modem PPPoE Modem Router

Part # Quick-Start Guide. SpeedStream 4200 Modem PPPoE Modem Router Part # 007-0-00 Quick-Start Guide SpeedStream 00 Modem PPPoE Modem Router Before you begin, Verify that the following items came with your DSL kit: Step > Install Line Filters 7 SpeedStream Device Documentation

More information

By: Yushi Wang Partners: Shen Yue and Yubing Xu Group 6. How to Setup Pandaboard ES Software Environment for UAV Project

By: Yushi Wang Partners: Shen Yue and Yubing Xu Group 6. How to Setup Pandaboard ES Software Environment for UAV Project Application Notes By: Yushi Wang Partners: Shen Yue and Yubing Xu Group 6 How to Setup Pandaboard ES Software Environment for UAV Project Installation of Ubuntu Official tutorial can be found: http://omappedia.org/wiki/ubuntu_pre-built_binaries_guide

More information

In this video, I will be covering DM385 IPNC RDK out of box demo-- Here, I'll be showing flashing the uboot using prebuilt binaries available in RDK--

In this video, I will be covering DM385 IPNC RDK out of box demo-- Here, I'll be showing flashing the uboot using prebuilt binaries available in RDK-- MANISHA AGRAWAL: Hi. My name is Manisha Agrawal. I am with Texas Instruments Video Security team. In this video, I will be covering DM385 IPNC RDK out of box demo-- Part 3. Here, I'll be showing flashing

More information

DUAL OS INSTALLATION

DUAL OS INSTALLATION Ex.No:15 Date: DUAL OS INSTALLATION Aim: To install and configure Ubuntu OS alongside Windows as installing dual OS. PROCEDURE: 1. Backup your Windows partition To open the Dell Backup and Recovery software

More information

Guide 2 - Software. OpenROV. Guide 2 - Software. Written By: OpenROV openrov.dozuki.com Page 1 of 17

Guide 2 - Software. OpenROV. Guide 2 - Software. Written By: OpenROV openrov.dozuki.com Page 1 of 17 OpenROV Guide 2 - Software Written By: OpenROV 2017 openrov.dozuki.com Page 1 of 17 INTRODUCTION These are the instructions for putting together your Pro Camera-HD Upgrade. You can purchase this product

More information

User Manual. cmt-svr Startup Guide

User Manual. cmt-svr Startup Guide User Manual cmt-svr Startup Guide Table of Contents Chapter 1 Overview... 1 1.1 Specification... 1 1.2 Dimensions... 2 1.3 Connector pin designations... 3 1.4 USB host port and SD card slot... 3 1.5 Ethernet

More information

How Do I Recover infiniti Remotes and Line Cards?

How Do I Recover infiniti Remotes and Line Cards? How Do I Recover infiniti Remotes and Line Cards? Date: June 26, 2008 Overview This FAQ contains the following information and procedures pertaining to ids Release 6.0.1 and later: Before Attempting to

More information

Installing MediaWiki using VirtualBox

Installing MediaWiki using VirtualBox Installing MediaWiki using VirtualBox Install VirtualBox with your package manager or download it from the https://www.virtualbox.org/ website and follow the installation instructions. Load an Image For

More information

Configuring the BeagleBone Black s Ethernet Port for SSH Access

Configuring the BeagleBone Black s Ethernet Port for SSH Access Configuring the BeagleBone Black s Ethernet Port for SSH Access NimbeLink Corp Updated: April 2016 PN 30112 rev 1 NimbeLink Corp. 2017. All rights reserved. 1 Table of Contents Table of Contents 2 1. Introduction

More information

IoT Edge Router Getting Started Guide Published on Silver Spring Networks STAGE (

IoT Edge Router Getting Started Guide Published on Silver Spring Networks STAGE ( IoT Edge Router Developer Kit Build your own edge application Order a Developer Kit [1] This Getting Started Guide will quickly get you up and running with the IoT Edge Router and put you on the path toward

More information

M-606 Linux ARM9 Single Board Computer User Guide

M-606 Linux ARM9 Single Board Computer User Guide M-606 Linux ARM9 Single Board Computer User Guide Version 1.0 Copyright Artila Electronics Co., Ltd. All Rights Reserved. Table of Contents 1. Introduction... 1 1.1 Features... 1 1.2 Packing List... 1

More information

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

First Steps. esom/sk4 esom/3517 Embedded Linux Starter Kit esom/sk4 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

Com.X10 Quick Start Guide

Com.X10 Quick Start Guide Com.X10 Quick Start Guide Version July 15, 2014 http://www.farsouthnet.com Welcome to the world of Com X changing the communications landscape for good This leaflet will help you to get started with your

More information

DNP/2110 Linux Starter Kit: First Steps

DNP/2110 Linux Starter Kit: First Steps DNP/2110 Linux Starter Kit: First Steps The DIL/NetPC DNP/2110 starter kit contains everything you need to get started with your Intel PXA255 Xscale-based embedded networking application. The starter kit

More information

Omega 4K HDR 3x2 Matrix Switcher for HDMI and USB-C with HDMI Outputs

Omega 4K HDR 3x2 Matrix Switcher for HDMI and USB-C with HDMI Outputs Omega 4K HDR x Matrix Switcher for HDMI and USB-C with HDMI Outputs The Atlona is a matrix switcher with HDMI and USB-C inputs, and HDMI outputs. It is HDCP. compliant and supports 4K HDR and 4K/60 4:4:4

More information

CMG- EAM-R. Quick-Start Guide. Part No. MSH-EAM- 0004

CMG- EAM-R. Quick-Start Guide. Part No. MSH-EAM- 0004 CMG- EAM-R Quick-Start Guide Part No. MSH-EAM- 0004 Designed and manufactured by Güralp Systems Limited 3 Midas House, Calleva Park Aldermaston RG7 8EA England Proprietary Notice: The information in this

More information

load.up Account loader

load.up Account loader load.up Account loader Product Guide InterCard, Villingen-Schwenningen, Germany Table of Contents Page 1. Page 2. Page 3. Page 4. Front page & certification Table of contents About the load.up Set up Main

More information

Upgrade Cisco Interface Module for LoRaWAN IXM using the Console

Upgrade Cisco Interface Module for LoRaWAN IXM using the Console Upgrade Cisco Interface Module for LoRaWAN IXM using the Console Contents Introduction Prerequisites Requirements Components Used Background Information Configure Step 1. Prepare the firmware images (and

More information

LS9200 User Guide LinkSprite Technologies, Inc.

LS9200 User Guide LinkSprite Technologies, Inc. LS9200 User Guide LinkSprite Technologies, Inc. 1 / 17 Table of Contents 1. Foreword... 3 2. Features... 3 3. Part and jumper description... 4 Part description... 4 LED and Key description... 4 Jumper

More information

USER MANUAL: Raspberry Pi 2

USER MANUAL: Raspberry Pi 2 USER MANUAL: Raspberry Pi 2 The PiIoT is a WAN communications board which provides an HSPA wireless interface for the Raspberry Pi 2 and 3. Conforming to the HAT specification, the PiIoT also provides

More information

Dominion KX II-101-V2

Dominion KX II-101-V2 Dominion KX II-101-V2 Quick Setup Guide Thank you for your purchase of the KX II-101-V2, the industry's most full-featured, enterprise-class, secure, digital KVM (Keyboard, Video, Mouse) switch. This Quick

More information

Internet Of Things You Search. IOTCape User manual IOTYS SARL All rights reserved IOTCape - User manual Page 1 of 17

Internet Of Things You Search. IOTCape User manual IOTYS SARL All rights reserved IOTCape - User manual Page 1 of 17 Internet Of Things You Search IOTCape User manual 2015 IOTYS SARL All rights reserved IOTCape - User manual Page 1 of 17 TABLE OF CONTENT 1 Introduction... 5 1.1 Scope... 5 1.2 Product description... 5

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

VTRAK E-Class/J-Class Quick Start Guide

VTRAK E-Class/J-Class Quick Start Guide VTRAK E-Class/J-Class Quick Start Guide Version.0 Firmware 3.9 008 Promise Technology, Inc. All Rights Reserved. VTrak Quick Start Guide About This Guide This Quick Start Guide shows you how to install

More information

User Guide Linux for AT91CAP9-STK Version 1.1. User Guide LINUX FOR AT91CAP9-STK VERSION: 1.1 1/11

User Guide Linux for AT91CAP9-STK Version 1.1. User Guide LINUX FOR AT91CAP9-STK VERSION: 1.1 1/11 User Guide LINUX FOR AT91CAP9-STK VERSION: 1.1 1/11 History of Changes Revision Issue Date Descripion Author Ver 1.0 2009-04-24 First version of the document Olivier Arnal Ver 1.1 2009-04-27 Minor modification

More information

Welcome to getting started with Ubuntu Server. This System Administrator Manual. guide to be simple to follow, with step by step instructions

Welcome to getting started with Ubuntu Server. This System Administrator Manual. guide to be simple to follow, with step by step instructions Welcome to getting started with Ubuntu 12.04 Server. This System Administrator Manual guide to be simple to follow, with step by step instructions with screenshots INDEX 1.Installation of Ubuntu 12.04

More information

LevelOne. User Manual KVM-0831/KVM /16-Port Combo KVM Switch w/ Expansion Slot. Ver

LevelOne. User Manual KVM-0831/KVM /16-Port Combo KVM Switch w/ Expansion Slot. Ver LevelOne KVM-0831/KVM-1631 8/16-Port Combo KVM Switch w/ Expansion Slot User Manual Ver. 1.0-0706 ii Safety FCC This equipment has been tested and found to comply with Part 15 of the FCC Rules. Operation

More information

10/02/2015 PetaLinux Linux Image Network Connection

10/02/2015 PetaLinux Linux Image Network Connection Contents 1 History... 3 2 Introduction... 3 3 Vivado Project... 4 3.1 Open Vivado... 4 3.2 New Project... 5 3.3 Project Settings... 13 3.4 Create Processor System... 14 3.4.1 New Block Diagram... 14 3.5

More information

Installation of RedHawk on Jetson TX1, TX2 and TX2i Development Boards Release Notes

Installation of RedHawk on Jetson TX1, TX2 and TX2i Development Boards Release Notes Installation of RedHawk 7.3.2 on Jetson TX1, TX2 and TX2i Development Boards Release Notes July 20 th, 2018 0898003-7.3.2-TX-REV-A This page intentionally left blank 1. Introduction This document describes

More information

ELE409 SPRING2018 LAB0

ELE409 SPRING2018 LAB0 ELE409 SPRING2018 LAB0 Getting familiar with the LXDE system Objectives: Pre-Lab: 1. Burn the linux system onto a micro-sd card 2. Get familiar with basic linux commands 3. Be able to communicate with

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

WiFi IoT Module Datasheet. Version: 1.0 Model No: HE Hardware Version: A2

WiFi IoT Module Datasheet. Version: 1.0 Model No: HE Hardware Version: A2 WiFi IoT Module Datasheet Version: 1.0 Model No: HE Hardware Version: A2 Version Description Date 1.0 Initiate Release 2014-Jul-24 HE WiFi IoT Module Datasheet 1 Index 1. Description... 3 2. Chipset Solution...

More information

Configuring Linux pppd for a Skywire Global LTE CAT-M1 NL-SW-LTE-QBG96

Configuring Linux pppd for a Skywire Global LTE CAT-M1 NL-SW-LTE-QBG96 Configuring Linux pppd for a Skywire Global LTE CAT-M1 NL-SW-LTE-QBG96 NimbeLink Corp Updated: July 2018 PN 1001753 rev 2 NimbeLink Corp All Rights Reserved 1 Table of Contents Table of Contents 2 1. Introduction

More information

Deploy the ExtraHop Discover Appliance 1100

Deploy the ExtraHop Discover Appliance 1100 Deploy the ExtraHop Discover Appliance 1100 Published: 2018-07-17 The following procedures explain how to deploy an ExtraHop Discover appliance 1100. System requirements Your environment must meet the

More information

NetComm NTC-5000 CallDirect Series HSPA Cellular Routers Quick Start Guide

NetComm NTC-5000 CallDirect Series HSPA Cellular Routers Quick Start Guide NetComm NTC-5000 CallDirect Series HSPA Cellular Routers Quick Start Guide Quick Start Guide Thank you for choosing an industrial HSPA Cellular Router of NetComm s NTC-5000 CallDirect Series. This guide

More information

Gateworks_Avila/Cambria_Installation. Please note: The details in these instructions apply specifically to the GW board.

Gateworks_Avila/Cambria_Installation. Please note: The details in these instructions apply specifically to the GW board. Please note: The details in these instructions apply specifically to the GW2348-4 board. If you are using a GW2348-2 or GW2347 there are subtle but important differences in the flashing commands you must

More information

PL-2303 USB-to-Serial Bridge Controller Mac OS X Universal Binary Driver Installation Guide (for Mac OS X 10.9, 10.10, 10.11, 10.

PL-2303 USB-to-Serial Bridge Controller Mac OS X Universal Binary Driver Installation Guide (for Mac OS X 10.9, 10.10, 10.11, 10. PL-2303 USB-to-Serial Bridge Controller Mac OS X Universal Binary Driver Installation Guide (for Mac OS X 10.9, 10.10, 10.11, 10.12) Introduction This installation guide document shows the procedure for

More information

Table of Contents Product Features... 3 Device Overview... 3 Technical Specifications... 4 System Requirements Installation Procedure...

Table of Contents Product Features... 3 Device Overview... 3 Technical Specifications... 4 System Requirements Installation Procedure... EpiValley 8089 1 Table of Contents Product Features... 3 Device Overview... 3 Technical Specifications... 4 System Requirements... 4 Installation Procedure... 5 Windows... 5 Introduction for installation...

More information

Domain 3000 Back Panel

Domain 3000 Back Panel Domain 3000 Back Panel The Domain 3000 has 25 I/O ports plus a connector for an external power supply (included) and an LED to indicate that the power is on. Typically, it is placed on a shelf or equipment

More information

Itron Riva Kernel Module Building

Itron Riva Kernel Module Building Itron Riva Kernel Module Building Table of Contents Introduction... 2 Creating the Project Directory... 2 Creating the Makefile... 3 Creating main.c... 5 Building The Kernel Module... 6 1 Introduction

More information

Omega 4K/UHD Scaler for HDBaseT and HDMI with USB

Omega 4K/UHD Scaler for HDBaseT and HDMI with USB Omega 4K/UHD Scaler for HDBaseT and HDMI with USB The Atlona is an HDBaseT receiver and 4K/UHD scaler with a local HDMI input. Part of the Omega Series of integration products for modern AV communications

More information

Configuring Ubuntu to Code for the OmniFlash or OmniEP

Configuring Ubuntu to Code for the OmniFlash or OmniEP Configuring Ubuntu to Code for the OmniFlash or OmniEP Table of Contents Introduction...2 Assumptions...2 Getting Started...2 Getting the Cross Compiler for ARM...2 Extracting the contents of the compressed

More information

Com.X5 & Wanderbox duo comparison. Quick Start. Summary of differences. Summary of similarities.

Com.X5 & Wanderbox duo comparison. Quick Start. Summary of differences. Summary of similarities. Com.X5 & Wanderbox duo comparison Quick Start Version 1.0, February 10, 2017 http://www.farsouthnet.com This document presents a comparison between Com.X5Lite and Wanderbox product, from an installation

More information

4K/UHD Five-Input Universal Switcher with Wireless Presentation Link

4K/UHD Five-Input Universal Switcher with Wireless Presentation Link 4K/UHD Five-Input Universal Switcher with Wireless Presentation Link Installation Guide The Atlona is a 5 1 multi-format switcher with wireless presentation capability. It provides universal (bring your

More information

Labs instructions for Enabling BeagleBone with TI SDK 5.x

Labs instructions for Enabling BeagleBone with TI SDK 5.x Labs instructions for Enabling BeagleBone with TI SDK 5.x 5V power supply µsd ethernet cable ethernet cable USB cable Throughout this document there will be commands spelled out to execute. Some are to

More information

Eclipse Environment Setup

Eclipse Environment Setup Eclipse Environment Setup Adapted from a document from Jeffrey Miller and the CS201 team by Shiyuan Sheng. Introduction This lab document will go over the steps to install and set up Eclipse, which is

More information

PAC-5010 Programmable Automation Controller User Guide

PAC-5010 Programmable Automation Controller User Guide PAC-5010 Programmable Automation Controller User Guide Version 1.0 Copyright Artila Electronics Co., Ltd. All Rights Reserved. Table of Contents 1. Introduction... 1 1.1 Features... 1 1.2 Packing List...

More information

Jade IdeaBoxx. The quickstart kit to jumpstart development. Fujitsu Semiconductor America Inc.

Jade IdeaBoxx. The quickstart kit to jumpstart development. Fujitsu Semiconductor America Inc. Jade IdeaBoxx The quickstart kit to jumpstart development Fujitsu Semiconductor America Inc. Table of Contents Standards Used in This Guide...3 Glossary of Terms and Acronyms...3 IdeaBoxx Kit Contents...4

More information

10ZiG Linux V10 User Guide

10ZiG Linux V10 User Guide 11/19/2012 Table of Contents About This Guide Thank you for choosing from the 10ZiG Technology series of thin clients which are specifically designed for power users in an office environment. They feature

More information

Quick Start Guide NTC-40 Series - M2M WiFi Router

Quick Start Guide NTC-40 Series - M2M WiFi Router Quick Start Guide NTC-40 Series - M2M WiFi Router Quick Start Guide This guide covers the NTC-40 Series M2M WiFi Rotuers. This guide provides a series of step by step instructions to ensure the configuration

More information

Installation and Configuration Quick Guide. R3000 Quad. Industrial Cellular VPN Router with 4 Ethernet Ports (4 Eth + 1 RS-232/1 RS USB Host)

Installation and Configuration Quick Guide. R3000 Quad. Industrial Cellular VPN Router with 4 Ethernet Ports (4 Eth + 1 RS-232/1 RS USB Host) Package Contents Before installing your R3000 Quad Router, please verify the kit contents as following. 1 x Robustel GoRugged R3000 Quad Industrial Dual SIM Cellular VPN Router with 4 Ethernet Ports 1

More information

DTK2410 Specification

DTK2410 Specification version 1.0 DIGNSYS Inc. FEATURES Hardware DTK2410 reference board Reference board for embedded application SAMSUNG S3C2410 MCU NOR/NAND Flash and SDRAM USB host and device UART interface JTAG interface

More information

Dominion KSX II. Quick Setup Guide. Package Contents. Item. Amount included. Resolutions

Dominion KSX II. Quick Setup Guide. Package Contents. Item. Amount included. Resolutions Dominion KSX II Quick Setup Guide Thank you for your purchase of the KSX II, the industry's most full-featured, enterprise-class, secure, digital KVM (Keyboard, Video, Mouse) and serial console switch.

More information

WiFi CampPro 2 User Manual V01

WiFi CampPro 2 User Manual V01 WiFi CampPro 2 User Manual V01 Contents Interdiction... 3 Hardware Contents... 3 Hardware Installation... 3 Configuration... 4 Follow below easy setup steps to setup your WiFi CampPro 2... 4 Function Menu

More information

Installation Guide. Network Encoder Model TVI C300

Installation Guide. Network Encoder Model TVI C300 Installation Guide Network Encoder Model TVI C300 Installation Guide Thank you for purchasing your new TVI C300 Encoder. The package you have received contains everything you need to set up an infrastructure

More information

Configuring Linux CDC_NCM for Skywire LTE CAT4 Modem

Configuring Linux CDC_NCM for Skywire LTE CAT4 Modem Configuring Linux CDC_NCM for Skywire LTE CAT4 Modem NimbeLink Corp Updated: November 2016 PN 30248 rev 1 NimbeLink Corp. 2016. All rights reserved. 1 Table of Contents Table of Contents 2 Introduction

More information

CSCI 8530 Xinu Setup Procedure Last update: August 30, 2017

CSCI 8530 Xinu Setup Procedure Last update: August 30, 2017 CSCI 8530 Xinu Setup Procedure Last update: August 30, 2017 1. Verify you have the appropriate materials to construct and test a complete Xinu system running on Intel Galileo hardware. You will need each

More information