Renesas Koelsch Hardware Setup and Software Installation

Size: px
Start display at page:

Download "Renesas Koelsch Hardware Setup and Software Installation"

Transcription

1 Renesas Koelsch Hardware Setup and Software Installation Table of content Introduction Master GDP-ivi10 GDP-ivi9 GDP-ivi7 Software setup Pre-built binaries Quick Start Obtain and Install Renesas Graphics Drivers M2 Porter low cost board M2 Koelsch evaluation board Equipment Setup Software prerequisites Hardware prerequisites Connect Devices Connecting the PC and the Koelsch Porter Board To access the shell (serial) Peripherals Deployment Deployment (SDCARD) On the host On the target board Change U-Boot parameters to boot from SD card Boot from SD card Use Last User Mode Deployment (TFTP) Network Setup On the Board On the Host PC To access the shell (ssh) Automated test Limitations and Known Issues Introduction The purpose of this document is to explain how to quickly setup the hardware and install the GENIVI Demo Platform (GDP) on the Renesas R-Car M2 Koelsch Board. Since the Renesas R-Car M2 Porter Board (low cost board) is very similar, these instructions apply to the Porter board as well.

2 R-Car M2 Koelsch System Evaluation Board: Please refer link for detailed hardware specifications. Master Please follow the Koelsch instructions in the GDP Master page to build the GDP-ivi10 tag of the Master branch on the Renesas M2 Koelsch board. GDP-ivi10 Please follow the Koelsch instructions in the GDP Master page to build GDP-ivi10 on the Renesas M2 Koelsch board. GDP-ivi9 Renesas Koelsch is currently unsupported in GDP-ivi9 If you are interested in contributing to support it, please contact the GDP Delivery team. GDP-ivi7 Software setup Pre-built binaries Renesas partners can obtain pre-built binaries from the Renesas Genivi BSP Maintainer Stephen Lawrence

3 Quick Start The Genivi Demo Platform repo utilises git-submodules and source scripts to automate the configuration of the required repository build layers. Allthough this does not fully automate the process, the use of it is advised especially for those wanting to get up and running quickly Install the required development tools on the host by executing the following command. $ sudo apt-get install gawk wget git-core diffstat unzip texinfo gcc-multilib build-essential chrpath socat libsdl2-dev xterm Create a directory for the GDP sources $ mkdir GDP $ cd GDP Clone genivi demo platform using the recursion on Koelsh / Porter branch (specifiy with -b) $ git clone --recursive -b koelsch Obtain and Install Renesas Graphics Drivers (see below) Initialise build environment $ cd $HOME/GDP/genivi-demo-platform $ source init.sh Bitbake the image $ bitbake genivi-demo-platform 7. Once built, Setup Hardware & Deploy (see below) Obtain and Install Renesas Graphics Drivers M2 Porter low cost board The graphics and multimedia acceleration packages for the M2 Porter and E2 Silk low cost boards can be downloaded directly from here via a "click through" license. Note that these easy access drivers have a time limit- the OpenGL and H.264 codec library stop drawing after 3 hours uptime, which freezes the system. Drivers without this limit are available from Renesas marketing. The download consists of the following two ZIP files, which can be found under the links for "download Multimedia and Graphics library" and "download related Linux drivers": r-car_series_evaluation_software_package_for_linux zip (MD5 Sum: bcca2517afdd2c3bd8bf4c2cb0a64d06) r-car_series_evaluation_software_package_of_linux_drivers zip (MD5 Sum: e1e83ce1882c48faedcc02adc9853e17) Follow the following steps to integrate the drivers into the Renesas BSP Yocto layers: Unzip the two downloads into a folder. In this example a temporary directory is used. $ cd $HOME/GDP $ mkdir binary-tmp $ <unzip the two downloads into binary-tmp> After this step there should be two files in binary-tmp: R-Car_Series_Evaluation_Software_Package_for_Linux-*.tar.gz R-Car_Series_Evaluation_Software_Package_of_Linux_Drivers-*.tar.gz Populate meta-renesas with the graphics acceleration drivers. cd $HOME/GDP/meta-renesas/meta-rcar-gen2./copy_gfx_software_<board>.sh../../binary-tmp Populate meta-renesas with the multimedia acceleration drivers. cd $HOME/GDP/meta-renesas/meta-rcar-gen2./copy_mm_software_lcb.sh../../binary-tmp Optionally remove the temporary directory $ rm -r../../binary-tmp The copy scripts locate the needed parts from the archives in the temporary directory and copies them into the required location in the BSP layers. Alternatively the drivers can be copied manually M2 Koelsch evaluation board If you do not already have it as part of a working relationship with Renesas, the R-Car M2 graphics driver can be obtained by contacting Renesas.

4 Integration of the driver into the Renesas BSP Yocto layers is described in step 5, "copy proprietary software into recipe directory structure", of section 3, "Building Instructions" of the BSP Yocto Start-Up Guide. The Start-Up Guide can be found in the root of the BSP delivery. For simplicity the steps are summarised here. Using the copy script provided in the BSP delivery. Copy the graphics driver deliverables into a folder. In this example a temporary directory is used. $ cd $HOME/GDP $ mkdir binary-tmp $ cp <storage media>/<binary deliverables> binary-tmp The copy script locates the needed parts from the directory and copies them into the required location in the BSP layers. $ sh <path to Renesas BSP>/copy_proprietary_softwares-v1*.sh binary-tmp Optionally remove the temporary directory $ rm -r binary-tmp Alternatively the drivers can be copied manually Equipment Setup Software prerequisites Binary GENIVI Demo Platform image In case you build from source, you should find the binaries in the following directory. for koelsch board: $ cd $HOME/GDP/gdp-src-build/tmp/deploy/images/koelsch/ for porter board: $ cd $HOME/GDP/gdp-src-build/tmp/deploy/images/porter/ Hardware prerequisites Renesas Koelsch or Porter Board AC adapter USB Cable (A-microB Cable) LAN Cable Stereo speaker with 5 stereo connector ( known to work reference) USB hub ( known to work reference) Touchscreen monitor with HDMI connector ( known to work reference) (A non touchscreen monitor paired with a USB mouse can also be used) Ethernet switch ( known to work reference) LAN cable (2) Keyboard ( known to work reference) 16GB SD-card Second 16GB (or less) SD-card for Last User Mode feature HDMI Cable ( known to work reference) You also need a Personal Computer running Ubuntu Linux 104 LTS (x86_64). The computer should be capable to format, read, write and erase SD-Cards, connect to the wired and the wireless local area network and has at least one free USB 0 compatible port. Connect Devices Follow these images

5 Example of device connection

6 Focus on Koelsch board connection

7 Connecting the PC and the Koelsch Porter Board To access the shell (serial) With the Koelsch board powered off, connect the 'Debug Serial 0' port on the board (for Porter mini-usb port close to on/off switch) with the host PC using the USB cable. Start a terminal emulator, such as 'minicom' or 'picocom', on the host, connecting to the USB serial port (/dev/ttyusb0) with 38400, 8n1 settings. Please refer KOELSCH_MiniMonitor_Manual(SPI_Boot)_Rev01_e.pdf (CD contents of Development KIT) for detailed descriptions. Power on the Koelsch Porter board to see a shell on the console. Peripherals Plugin one end of the LAN cable into the Ethernet switch Plugin the other end of the same LAN cable into the Renesas Koelsch Porter board. Plugin one end of a second LAN cable into the Ethernet switch Plugin the other end of the same LAN cable into the Personal Computer running Ubuntu Linux 10 Switch off the power for the Koelsch Porter board and connect the remaining peripherals using common sense. Deployment Deployment (SDCARD) On the host Create EXT3 partition on the SD-card. Mount the SD-Card partition under /media/$sdcard_label. Note: Please replace $SDCARD_LABEL with the path to where the SD-card was mounted. Copy the GENIVI Demo Platform files onto the SD-card.

8 Go to your build directory or go to directory for downloaded images If you build from source code, for koelsch: $ cd $BUILDDIR/tmp/deploy/images/koelsch If you build from source code, for porter: $ cd $BUILDDIR/tmp/deploy/images/porter Extract the root file system archive into the SD-card. For Koelsch board: $ sudo tar --extract --numeric-owner --preserve-permissions --preserve-order --totals \ --directory=/media/$sdcard_label --file=genivi-demo-platform-koelsch.tar.bz2 For Porter board: $ sudo tar --extract --numeric-owner --preserve-permissions --preserve-order --totals \ --directory=/media/$sdcard_label --file=genivi-demo-platform-porter.tar.bz2 Copy Kernel Image and Device Tree Blob file into the /boot directory of the SD-card. For Koelsch board: $ sudo cp uimage uimage-r8a7791-koelsch.dtb /media/$sdcard_label/boot For Porter board: $ sudo cp uimage uimage-r8a7791-porter.dtb /media/$sdcard_label/boot Note: you may need to execute rm /media/$sdcard_label/boot/uimage* before this. After the copy finished, unmount the SD-Card and insert the card into the SD0 slot of the Renesas board. On the target board It is assumed that the Renesas Koelsch Porter board already running u-boot as second stage boot loader. Change U-Boot parameters to boot from SD card Power up the board and, using your preferred terminal emulator, stop the board's autoboot and run the following 'print' commands to check environment. => print Please check if you have environment variables called baudrate and ethaddr. In case not, a baud rate that is known to work is Then set the follow environment variables and save them For koelsch board: => setenv bootargs_console 'console=ttysc6,${baudrate}' => setenv bootargs_video 'vmalloc=384m video=hdmi-a-1:1024x768-32@60' => setenv bootcmd_sd 'ext4load mmc 0:1 0x40007fc0 boot/uimage;ext4load mmc 0:1 0x40f00000 boot /uimage-r8a7791-koelsch.dtb' => setenv bootcmd 'setenv bootargs ${bootargs_console} ${bootargs_video} root=/dev/mmcblk0p1 rw rootfstype=ext3;run bootcmd_sd;bootm 0x40007fc0-0x40f00000' => saveenv For porter board: => setenv bootargs_console console=ttysc6,${baudrate} => setenv bootargs_video vmalloc=384m video=hdmi-a-1:1024x768-32@60 => setenv bootcmd_sd 'ext4load mmc 0:1 0x40007fc0 boot/uimage;ext4load mmc 0:1 0x40f00000 boot /uimage-r8a7791-porter.dtb' => setenv bootcmd 'setenv bootargs ${bootargs_console} ${bootargs_video} root=/dev/mmcblk0p1 rw rootfstype=ext3;run bootcmd_sd;bootm 0x40007fc0-0x40f00000' => saveenv Boot from SD card After board reset, U-Boot is started and after a countdown,... Linux boot messages should be displayed. Please login after the Linux boot messages passed. To login use these credentials: User - root / Password - root After boot, the launcher will start automatically the Genivi Demo Platform via HDMI on the Touchscreen monitor. Use Last User Mode By using Last User Mode feature, the Genivi Demo Platform state will be saved on reboot or shutdown and after boot, the demo will return to the stored state. To use this feature you need to create an EXT3 partition on a second SD-card (or micro-sd for Porter board) and insert it in SD1 slot of the Renesas board.

9 To remove this feature, you simply need to unplug this second SD card from the slot. Deployment (TFTP) Loading kernel via TFTP and rootfs via NFS Follow these steps to setup working TFTP and NFS server: /Yocto#Running_Yocto_image Network Setup This section describes how to set the Board can access the internet via the development host. On the Board Assume your board is connected to an isolated network without DHCP, Please refer 'Network Environment' of Connect Devices Connect the Board with serial line, Please refer To access the shell (Serial) Edit '/var/lib/connman/ethernet_<mac_address>_cable/settings' ( <MAC_Address> will be different ) In this case, The Board's Static IP address is , and Gateway (HOST PC) IP address is , You can change dnsserver to other public Nameserver instead of Please add following lines IPvmethod=manual IPvnetmask_prefixlen=24 IPvlocal_address= IPvgateway= Nameservers= ; For example, 'settings' file will be root@koelsch:~# cat /var/lib/connman/ethernet_ _cable/settings [ethernet_ _cable] Name=Wired AutoConnect=true Modified= T00:00: Z IPvmethod=manual IPvnetmask_prefixlen=24 IPvlocal_address= IPvgateway= Nameservers= ; IPv6.method=off IPv6.privacy=disabled Reboot board root@koelsch:~# shutdown -r now You can use the 'ifconfig' command to get IP information. [inet addr] - indicates the Board's IP address, in this example IP address is root@koelsch:~# ifconfig eth0 Link encap:ethernet HWaddr 01:02:03:04:05:06 inet addr: Bcast: Mask: UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:36867 errors:0 dropped:5407 overruns:0 frame:0 TX packets:73 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes: (5 MiB) TX bytes:10636 (10.3 KiB) Interrupt:194 DMA chan:ff lo Link encap:local Loopback inet addr: Mask: UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) On the Host PC You will need two network connections. One network connects to the Internet(WAN). In this example this network is WLAN. The other network (eth0) connects to switch (internal network). Please refer Connect Devices

10 Configuration 'eth0' Network Interface 5. If you are using Ubuntu Desktop edition, Please enter [System Setting] - [Network] - [Wired connection] - [Options] Go to 'IPv4 Settings' tab Change Address to these value 'IP: / netmask: / Gateway ' Enable IP forwarding Open /etc/sysctl.conf file, and uncomment following line. # net.ipvip forward=1 Enable IP Masquerading Enter following commands on the shell. $ sudo iptables -t nat -A POSTROUTING -o wlan -j MASQUERADE $ sudo iptables -A FORWARD -i wlan -o eth0 -m state - state RELATED,ESTABLISHED -j ACCEPT $ sudo iptables -A FORWARD -i eth0 -o wlan -j ACCEPT Save IP tables rules $ iptables-save > /etc/iptables.rules Run ping command on the Board root@koelsch:~# ping -c 3 genivi.org To access the shell (ssh) Please run following command on your HOST PC is your Board's IP address and to login use this credential : Password - root $ ssh root@ Automated test The Renesas GDP build contains a small python-uinput based script used for testing stability over long periods of time. The script uses a virtual mouse to click parts of the screen in sequence, on a loop. To use this test: Ensure the GDP HMI is running - this will most likely be a simple matter of turning on the device. Ensure uinput is working by checking whether '/dev/uinput' or '/dev/input/uinput' exist. From a shell, run gdp-hmi-mouse-test.py If you would like it running in the background, so you can log out of the shell, you can instead run nohup gdp-hmi-mouse-test.py> mouse-test.log 2>&1 & Limitations and Known Issues [Instability] HMI sometimes has input issues. Cursor is displayed badly and can't select controls. Details in Bugzilla Bug 349 [Limitation] FSA not yet integrated. Details in Bugzilla Bug 355

Let us ping! First we will learn the Hello World of a networked machine.

Let us ping! First we will learn the Hello World of a networked machine. AN INTRODUCTION TO LINUX NETWORKING In this article, we ll explore networking under GNU/Linux. You ll find it interesting to manage the entire network through certain valid keystrokes known as commands.

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

RZ/G Verified Linux Package V2.1.0-RT

RZ/G Verified Linux Package V2.1.0-RT RZ/G Verified Linux Package V2.1.0-RT R01TU0254EJ0100 Rev. 1.00 Introduction This release note describes the contents, building procedures and important points of the RZ/G Verified Linux Package V2.1.0-RT

More information

This document guides the user through: 1. Setting up and configuring networking for the BeagleBone black or green with the host.

This document guides the user through: 1. Setting up and configuring networking for the BeagleBone black or green with the host. Networking Guide for BeagleBone (Black or Green) by Brian Fraser Last update: Nov 17, 2017 This document guides the user through: 1. Setting up and configuring networking for the BeagleBone black or green

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

RG-MACC_2.0 Installation Manual

RG-MACC_2.0 Installation Manual RG-MACC_2.0 Installation Manual Ruijie Networks Co., Ltd all rights reserved 1 Copyright Clarify Copyright ownership belongs to Ruijie, shall not be reproduced, copied, or used in other ways without permission.

More information

Enabling CDC-ETHER Connection for Skywire CAT1

Enabling CDC-ETHER Connection for Skywire CAT1 Enabling CDC-ETHER Connection for Skywire CAT1 NimbeLink Corp Updated: May 2017 PN 30111 rev 5 NimbeLink Corp. 2017. All rights reserved. 1 Table of Contents Table of Contents 2 1. Introduction 2 1.1 Orderable

More information

Enabling CDC_ETHER Connection for Skywire GSM CAT1

Enabling CDC_ETHER Connection for Skywire GSM CAT1 Enabling CDC_ETHER Connection for Skywire GSM CAT1 NimbeLink Corp Updated: February 2018 PN 30262 rev 4 NimbeLink Corp. 2018. All rights reserved. 1 Table of Contents Table of Contents 2 1. Introduction

More information

Wi-Fi Guide: Edimax USB Adapter on BBG

Wi-Fi Guide: Edimax USB Adapter on BBG Wi-Fi Guide: Edimax USB Adapter on BBG August 3 rd 2017 Table of Contents: Page 1: Page 2: Page 3: Page 4: Page 5: Introduction & Hardware requirements Getting Started Connecting to a network using Network

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

Yocto Project components

Yocto Project components Lecture 3 3 Yocto Project components 25 octombrie 2016 Exam questions 1. Please write al least four of the described components of a GNU toolchain 2. List the components which define a Linux distribution

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

Access Server: User's and Developer's Guide <<< Previous Next >>>

Access Server: User's and Developer's Guide <<< Previous Next >>> 1 of 14 12/9/2008 10:18 AM Access Server: User's and Developer's Guide > Chapter 2. Getting Started with Access Server Access Server can be controlled in three ways: by using the WWW

More information

Raspberry Pi 3 Starter Kit Hookup Guide

Raspberry Pi 3 Starter Kit Hookup Guide Page 1 of 11 Raspberry Pi 3 Starter Kit Hookup Guide Introduction Now that the Raspberry Pi 3 is the latest and greatest in the line of Raspberry Pi Single Board Computers, what s new? This hookup guide

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

Quick Start Guide for BeagleBone Black. Table of Contents. by Brian Fraser Last update: Summer, 2015

Quick Start Guide for BeagleBone Black. Table of Contents. by Brian Fraser Last update: Summer, 2015 Quick Start Guide for BeagleBone Black by Brian Fraser Last update: Summer, 2015 This document guides the user through: 1. Installing Ubuntu in a virtual machine. 2. Connecting to the target using serial

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

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

GMSplus Customer Connection Test Procedure

GMSplus Customer Connection Test Procedure GMS-xx Customer Connection Test Procedure Page 1/14 GMSplus Customer Connection Test Procedure Company: Author: Checked: Approved: Distribution: GeoSIG Ltd Wiesenstrasse 39, 8952 Schlieren, Switzerland,

More information

Network Configuration for Cisco UCS Director Baremetal Agent

Network Configuration for Cisco UCS Director Baremetal Agent Network Configuration for Cisco UCS Director Baremetal Agent This chapter contains the following sections: About the Network Configuration Options, page 1 Single Network for Management and PXE, page 1

More information

GM8126 MAC DRIVER. User Guide Rev.: 1.0 Issue Date: December 2010

GM8126 MAC DRIVER. User Guide Rev.: 1.0 Issue Date: December 2010 GM8126 MAC DRIVER User Guide Rev.: 1.0 Issue Date: December 2010 REVISION HISTORY Date Rev. From To Dec. 2010 1.0 - Original Copyright 2010 Grain Media, Inc. All Rights Reserved. Printed in Taiwan 2010

More information

IP over IB Protocol. Introduction CHAPTER

IP over IB Protocol. Introduction CHAPTER CHAPTER 3 The following sections appear in this chapter: Introduction, page 3-1 Manually Configure IPoIB for Default IB Partition, page 3-2 Subinterfaces, page 3-2 Verify IPoIB Functionality, page 3-5

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

RG-MACC-BASE_v2.01. Installation Guide

RG-MACC-BASE_v2.01. Installation Guide RG-MACC-BASE_v2.01 Preface Thank you for using our products. Audience This manual is intended for: Network engineers Technical support and servicing engineers Network administrators Symbols Important information.

More information

Using Juju with a Local Provider with KVM and LXC in Ubuntu LTS

Using Juju with a Local Provider with KVM and LXC in Ubuntu LTS Using Juju with a Local Provider with KVM and LXC in Ubuntu 14.04 LTS A Dell and Canonical Technical White Paper Mark Wenning Canonical Field Engineer Jose De la Rosa Dell Software Engineer 2 THIS WHITE

More information

HP Services zl Module ngenius Integrated Agent Installation and Getting Started Guide

HP Services zl Module ngenius Integrated Agent Installation and Getting Started Guide HP Services zl Module ngenius Integrated Agent Installation and Getting Started Guide Part Number 733-0207 www.hp.com/networking Revision A www.netscout.com September 28, 2010 Copyright 2008 Hewlett-Packard

More information

Newsreader virtual machines Technical Report NWR

Newsreader virtual machines Technical Report NWR Newsreader virtual machines Technical Report NWR-2014-4 Version FINAL Aitor Soroa 1, Enrique Fernández 2 1 University of Basque Country Donostia, Basque Country a.soroa@ehu.es 2 University of Basque Country

More information

These documents and software are covered under the terms and conditions of the fp Technologies, Inc. Program License Agreement

These documents and software are covered under the terms and conditions of the fp Technologies, Inc. Program License Agreement Copyright 2017, fp Technologies, Inc. All Rights Reserved These documents and software are covered under the terms and conditions of the fp Technologies, Inc. Program License Agreement You will need to

More information

DEVELOPMENT GUIDE QSM-8Q60. Linux BSP v

DEVELOPMENT GUIDE QSM-8Q60. Linux BSP v DEVELOPMENT GUIDE QSM-8Q60 Linux BSP v3.0.2 1.00-03052018-114500 Copyright Copyright 2017-2018 VIA Technologies Incorporated. All rights reserved. No part of this document may be reproduced, transmitted,

More information

DEVELOPMENT GUIDE VAB-820. Linux BSP v4.1.2

DEVELOPMENT GUIDE VAB-820. Linux BSP v4.1.2 DEVELOPMENT GUIDE VAB-820 Linux BSP v4.1.2 1.00-11072017-102000 Copyright Copyright 2017 VIA Technologies Incorporated. All rights reserved. No part of this document may be reproduced, transmitted, transcribed,

More information

DEVELOPMENT GUIDE. ARTiGO A820. Linux BSP v

DEVELOPMENT GUIDE. ARTiGO A820. Linux BSP v DEVELOPMENT GUIDE ARTiGO A820 Linux BSP v4.0.1 1.00-08312018-172400 Copyright Copyright 2017-2018 VIA Technologies Incorporated. All rights reserved. No part of this document may be reproduced, transmitted,

More information

Hosting Applications Using Configuration Management Tools

Hosting Applications Using Configuration Management Tools Hosting Applications Using Configuration Management Tools Configuration management tools are used to automate manual tasks, such as setting up servers and network devices. As application delivery requirements

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

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

VisibleThread - Server Configuration Help

VisibleThread - Server Configuration Help VisibleThread - Server Configuration Help Version 2.13 (November 2016) Copyright 2017 VisibleThread Limited. This document is the copyright of VisibleThread Limited and may not be reproduced in whole or

More information

WLAN on DILNetPC DNP9200 External SWAP Device on DNP9200

WLAN on DILNetPC DNP9200 External SWAP Device on DNP9200 WLAN on DILNetPC DNP9200 External SWAP Device on DNP9200 Picture 1: DNP9200 + eval board SK23, external mini USB2.0 Hub with a 11Mbps WLAN USB Adapter and 1GB high speed(192x) USB SWAP device. Attention:

More information

Embedded M2M Software Testing

Embedded M2M Software Testing Embedded M2M Software Testing Slide 1 Neratec Overview WLAN Products Industrial Wireless LAN Stations WLAN Outdoor Access Points WLAN Module high performance, long distance M2M/IoT and Wireless Sensor

More information

CHAPTER 7 DEMONSTRATE THE PAN IN LINUX

CHAPTER 7 DEMONSTRATE THE PAN IN LINUX CHAPTER 7 DEMONSTRATE THE PAN IN LINUX SYSTEM The new model - Network Access Point Group Network 7.1 DEMONSTRATION Software: All machines are installed with Linux Redhat 8.0 Hardware list:- There are two

More information

DEVELOPMENT GUIDE VAB-820. Linux BSP v

DEVELOPMENT GUIDE VAB-820. Linux BSP v DEVELOPMENT GUIDE VAB-820 Linux BSP v4.1.3 1.00-02072018-151100 Copyright Copyright 2017-2018 VIA Technologies Incorporated. All rights reserved. No part of this document may be reproduced, transmitted,

More information

Quick guide for configuring a system with multiple IP-LINKs

Quick guide for configuring a system with multiple IP-LINKs Quick guide for configuring a system with multiple IP-LINKs October 4 th 2005, KK. This guide will show an example configurations for a system with multiple IP-LINKs. Example 1, three devices connected

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

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

Tool installation for PMC-MC-X2/X4 with P2020 series processor

Tool installation for PMC-MC-X2/X4 with P2020 series processor DYNAMIC ENGINEERING 150 DuBois, Suite C Santa Cruz, CA 95060 (831) 457-8891 Fax (831) 457-4793 http://www.dyneng.com sales@dyneng.com Est. 1988 Tool installation for PMC-MC-X2/X4 with P2020 series processor

More information

Create Test Environment

Create Test Environment Create Test Environment Describes how to set up the Trafodion test environment used by developers and testers Prerequisites Python Passwordless ssh If you already have an existing set of ssh keys If you

More information

PetaLinux SDK Guide to QEMU System Simulation

PetaLinux SDK Guide to QEMU System Simulation PetaLinux SDK Guide to QEMU System Simulation v1.1 November 27, 2009 Table of Contents Table of Contents...2 About This Guide...3 Related PetaLinux Documents...3 PetaLinux Software Simulation with QEMU...3

More information

UCS IPv6 Management Configuration Example

UCS IPv6 Management Configuration Example UCS IPv6 Management Configuration Example Document ID: 118784 Contributed by Padmanabhan Ramaswamy and Shankar Prasath, Cisco TAC Engineers. Mar 06, 2015 Contents Introduction Prerequisites Requirements

More information

YumaPro Yocto Linux Quickstart Guide

YumaPro Yocto Linux Quickstart Guide YumaPro Yocto Linux Quickstart Guide YANG-Based Unified Modular Automation Tools Yocto Quickstart Guide Version 17.10-12 Table of Contents 1 Preface...3 1.1 Legal Statements...3 1.2 Additional Resources...3

More information

Hostname and IP Address

Hostname and IP Address 1/19 IP Addressing Surasak Sanguanpong nguan@ku.ac.th http://www.cpe.ku.ac.th/~nguan Last updated: 27 June 2002 Hostname and IP Address 2/19 browser What is the IP address of www.isoc.org? www.isoc.org

More information

Clustered Data ONTAP 8.3 Update 2, IPspaces. Self-paced Lab NETAPP UNIVERSITY. NetApp University - Do Not Distribute

Clustered Data ONTAP 8.3 Update 2, IPspaces. Self-paced Lab NETAPP UNIVERSITY. NetApp University - Do Not Distribute NETAPP UNIVERSITY Clustered Data ONTAP 8.3 Update 2, IPspaces Self-paced Lab Course ID: STRSW-SPL-CDOT83UPD2 Content Version: 1.0 ATTENTION The information contained in this course is intended only for

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

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

TABLE OF CONTENTS. ACI Solutions Team by Tomas de Leon 2

TABLE OF CONTENTS. ACI Solutions Team by Tomas de Leon 2 TABLE OF CONTENTS 1 INTRODUCTION... 3 2 LAB REFERENCE & TOPOLOGY INFORMATION... 3 3 DELETE THE EXISTING OUT OF BAND NODE MANAGEMENT ADDRESSES CONFIGURATION FOR YOUR DESIGNATED ACI FABRIC... 4 4 CONFIGURE

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

XE2000/XE3000 IP-PBX: Getting Started Guide Package Contents

XE2000/XE3000 IP-PBX: Getting Started Guide Package Contents XE2000/XE3000 IP-PBX: Getting Started Guide Package Contents XE2000/XE3000 (2U 19'' width unit) Power cord Support hardware for 19'' cabinet Prerequisites You need a computer equipped with Internet browser.

More information

CIS Test 1- Practice - Fall 2011

CIS Test 1- Practice - Fall 2011 CIS 192 - Test 1- Practice - Fall 2011 Name Each question worth 2 points: Tip: When not logged in as root, you can still use many of the network commands but you must preface them with /sbin/ because you

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

Blueprints. Quick Start Guide for installing and running KVM

Blueprints. Quick Start Guide for installing and running KVM Blueprints Quick Start Guide for installing and running KVM Blueprints Quick Start Guide for installing and running KVM Note Before using this information and the product it supports, read the information

More information

GM8126 U-BOOT. User Guide Rev.: 0.2 Issue Date: May 2011

GM8126 U-BOOT. User Guide Rev.: 0.2 Issue Date: May 2011 GM8126 U-BOOT User Guide Rev.: 0.2 Issue Date: May 2011 REVISION HISTORY Date Rev. From To Apr. 2011 0.1 - Original May 2011 0.2 - Modified Chapters 5 and 8 Added Chapter 7 Copyright 2011 Grain Media,

More information

Linux Essentials Objectives Topics:

Linux Essentials Objectives Topics: Linux Essentials Linux Essentials is a professional development certificate program that covers basic knowledge for those working and studying Open Source and various distributions of Linux. Exam Objectives

More information

DEVELOPMENT GUIDE VIA AMOS-825. Linux BSP v

DEVELOPMENT GUIDE VIA AMOS-825. Linux BSP v DEVELOPMENT GUIDE VIA AMOS-825 Linux BSP v3.0.4 1.00-10042018-155700 Copyright Copyright 2018 VIA Technologies Incorporated. All rights reserved. No part of this document may be reproduced, transmitted,

More information

Community preferred Renesas BSP Activity and How to use kingfisher on AGL

Community preferred Renesas BSP Activity and How to use kingfisher on AGL Community preferred Renesas BSP Activity and How to use kingfisher on AGL 20/2/2018 Harunobu KUROKAWA Open system development center, Automotive information solution business division Renesas Electronics

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

Intel Do-It-Yourself Challenge Rebuild (with) Yocto Nicolas Vailliet

Intel Do-It-Yourself Challenge Rebuild (with) Yocto Nicolas Vailliet Intel Do-It-Yourself Challenge Rebuild (with) Yocto Nicolas Vailliet www.intel-software-academic-program.com paul.guermonprez@intel.com Intel Software 2014-02-01 Why? Should I? Yocto? Is Yocto a distribution?

More information

APPLICATION NOTE. Scope. Reference Documents. Software Ethernet Bridge on SAMA5D3/D4. Atmel SMART SAMA5D3/D4 Series

APPLICATION NOTE. Scope. Reference Documents. Software Ethernet Bridge on SAMA5D3/D4. Atmel SMART SAMA5D3/D4 Series SMART APPLICATION NOTE Software Ethernet Bridge on SAMA5D3/D4 Atmel SMART SAMA5D3/D4 Series Scope The Atmel SMART SAMA5D3/D4 series are high-performance, power-efficient embedded MPUs based on the ARM

More information

MCAM335x Linux User's Guide

MCAM335x Linux User's Guide Pag. 1 of 17 MCAM335x Linux User's Guide Pag. 2 of 17 Contents MCAM335x Linux User's Guide... 1 About this Manual... 4 Installation... 4 Introduction... 4 Prerequisites... 4 Install LSP packages... 5 U

More information

Accessing the Networking Stack

Accessing the Networking Stack The Cisco IOS XR Software serves as a networking stack for communication. This section explains how applications on IOS XR can communicate with internal processes, and with servers or outside devices.

More information

JBOX2 (Saturn Ring) Appliance General Guide

JBOX2 (Saturn Ring) Appliance General Guide JBOX2 (Saturn Ring) Appliance General Guide Rev Revisions Date Approval A Gianfranco D'Aleo 17 April 2008 rel 3.1.0 JBOX2 Appliance - General Guide NOTE The information contained in this document is subject

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

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

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

Mars ZX3 Android manual. Antmicro

Mars ZX3 Android manual. Antmicro Mars ZX3 Android manual Antmicro Sep 27, 2017 Contents 1 Introduction 1 1.1 Acknowledgements..................................... 1 1.2 Version information..................................... 1 2 Compiling

More information

Configuring a Standalone VCL Environment using VMware Server 2.0

Configuring a Standalone VCL Environment using VMware Server 2.0 Configuring a Standalone VCL Environment using VMware Server 2.0 DISCLAIMER! This document provides instuctions for configuring a standalone VCL environment running on a single computer which is able to

More information

NVIDIA Professional Application Center

NVIDIA Professional Application Center NVIDIA Professional Application Center Network Licensing Guide 5 May 2017 Document version 2.0 Copyright Information 2017 NVIDIA Corporation. All rights reserved. This document is protected under copyright

More information

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

FiberstoreOS IP Service Configuration Guide

FiberstoreOS IP Service Configuration Guide FiberstoreOS IP Service Configuration Guide Contents 1 Configuring ARP...4 1.1 Overview...4 1.2 Configuring ARP... 4 1.3 Validation commands...5 2 Configuring Proxy ARP... 7 2.1 Overview...7 2.2 Configuring

More information

Using Shell Commands

Using Shell Commands This chapter contains the following sections: General Administration, page 1 Working with Databases, page 9 Importing Certificates, page 13 Accessing Root Privileges, page 14 Using a Multi-Node Setup,

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

CS158 - Assignment 9 Faster Naive Bayes? Say it ain t so...

CS158 - Assignment 9 Faster Naive Bayes? Say it ain t so... CS158 - Assignment 9 Faster Naive Bayes? Say it ain t so... Part 1 due: Sunday, Nov. 13 by 11:59pm Part 2 due: Sunday, Nov. 20 by 11:59pm http://www.hadoopwizard.com/what-is-hadoop-a-light-hearted-view/

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

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

**Note that this must be run from a PC on the same network segment as the NetBotz device, and the NetBotz device MUST be connected to the network.

**Note that this must be run from a PC on the same network segment as the NetBotz device, and the NetBotz device MUST be connected to the network. **Note that this must be run from a PC on the same network segment as the NetBotz device, and the NetBotz device MUST be connected to the network.** 1. Download the correct drivers for the USB to Serial

More information

User Guide Yocto Linux. Board Support Package For Intel Quark

User Guide Yocto Linux. Board Support Package For Intel Quark User Guide Yocto Linux Board Support Package For Intel Quark 1 Table of Contents Table of Contents... 2 1. Getting Started... 3 1.1 Prerequisites... 4 1.1.1 To install required packages... 4 1.1.2 To install

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

PetaLinux SDK User Guide. Getting Started Guide

PetaLinux SDK User Guide. Getting Started 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

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

UNIVERSITY OF BOLTON CREATIVE TECHNOLOGIES. BSc (Hons) COMPUTER NETWORKS AND SECURITY SEMESTER ONE EXAMINATION 2014/2015 UNIX MODULE NO: CPU5003

UNIVERSITY OF BOLTON CREATIVE TECHNOLOGIES. BSc (Hons) COMPUTER NETWORKS AND SECURITY SEMESTER ONE EXAMINATION 2014/2015 UNIX MODULE NO: CPU5003 [CRT09] UNIVERSITY OF BOLTON CREATIVE TECHNOLOGIES BSc (Hons) COMPUTER NETWORKS AND SECURITY SEMESTER ONE EXAMINATION 2014/2015 MODULE NO: CPU5003 Date: Wednesday 21 st January 2015 Time: 10:00 13:00 INSTRUCTIONS

More information

Basics of GNS3 and Cisco IOS

Basics of GNS3 and Cisco IOS Lab00: Objectives: Basics of GNS3 and Cisco IOS IERG4090 Lab00 P.1 Upon completion of this lab, you will be able to: - Extract a given topology GNS3 archive - Start GNS3 - Open the given topology file

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

Linux. Computer networks - Administration 1DV202. fredag 30 mars 12

Linux. Computer networks - Administration 1DV202. fredag 30 mars 12 Linux Computer networks - Administration 1DV202 Configuration files /etc/hosts /etc/resolv.conf /etc/network/interfaces /etc/hosts 127.0.0.1 localhost.localdomain localhost 127.0.1.1 lokal.kalmar.se lokal

More information

Unit- 5. Linux Systems

Unit- 5. Linux Systems Unit- 5 Linux System- Basic Concepts; System Administration-Requirements for Linux System Administrator, Setting up a LINUX Multifunction Server, Domain Name System, Setting Up Local Network Services;

More information

Developing using C on imx Developer s Kits

Developing using C on imx Developer s Kits Developing using C on imx Developer s Kit Developing using C on imx Developer s Kits Developing using C on imx Developer s Kits Page 2 Embedded Artists AB Davidshallsgatan 16 SE-211 45 Malmö Sweden http://www.embeddedartists.com.

More information

3 Connection, Shell Serial Connection over Console Port SSH Connection Internet Connection... 5

3 Connection, Shell Serial Connection over Console Port SSH Connection Internet Connection... 5 Contents 1 Description 2 2 Supported Devices 3 3 Connection, Shell 4 3.1 Serial Connection over Console Port...................... 4 3.2 SSH Connection................................. 4 3.3 Internet Connection...............................

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

INSTALLATION RUNBOOK FOR Hitachi Block Storage Driver for OpenStack

INSTALLATION RUNBOOK FOR Hitachi Block Storage Driver for OpenStack INSTALLATION RUNBOOK FOR Hitachi Block Storage Driver for OpenStack Product Name: Hitachi Block Storage Driver for OpenStack Driver Version: 1.4.10 MOS Version: 7.0 OpenStack Version: Product Type: Kilo

More information

Operating Systems Linux 1-2 Measurements Background material

Operating Systems Linux 1-2 Measurements Background material Operating Systems Linux 1-2 Measurements Background material Introduction The Linux measurements were designed to allow you to have an impression about the administration of Linux severs along with providing

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

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

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

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

Zoom OMAP-L138 experimenter Kit Lab Manual

Zoom OMAP-L138 experimenter Kit Lab Manual Zoom OMAP-L138 experimenter Kit Lab Manual Sezer GÖREN UĞURDAĞ;Abdullah YILDIZ;Onur DEMİR RESys Lab - YEDITEPE UNIVERSITY Copyright 2011 [Type text] [Type text] [Type text] TABLE of CONTENTS 1. SERIAL

More information