SparkGate7 Quick startup guide

Size: px
Start display at page:

Download "SparkGate7 Quick startup guide"

Transcription

1 SparkGate7 Quick startup guide Thank you for buying a SparkGate and SPARK-501 SOM. More information on both can be found at The Shiratech team. In the box: The evaluation kit you have just got includes: SparkGate with Spark-501 module USB to micro USB cable Reset pin 10/100 Ethernet Boot select Power jack J17 Debug J18 USB A J19 USB B 1G 10/100 Ethernet Ethernet Main antenna SparkGate7 - Quick startup guide 1.0

2 The SparkGate is equipped with the following interfaces: Interface Connector Processor interface Remarks Debug port J-17 Debug port Can be used as power source USB OTG J-18 USB A OTG USB 2.0 Type-A Host/Device Can be used for SAM-BA connectivity USB host J-19 USB B HOST Ethernet J-13 10/100 Ethernet port RJ-45 Ethernet J-14 10/100 Ethernet port RJ-45 LCD interface J-32 NC Power inlet J-16 5 Volt DC Push buttons and boot source selection: The carrier board contains a reset button: Cold reset SW3 SW2 - POWER_BTN# SW1- WARM_RESET# Cold reset The carrier board has two boot selection jumpers, located in J9: Pin 1 BT SL 0 NC Pin 2 BT SL 1 NC Pin 3 - BT SL 2 Boot from carrier board (closed), boot from card (open) 2 SparkGate7 - Quick startup guide 1.0

3 BT 2 select jumper Getting started In order to operate the evaluation board, follow the following steps: Unpack the evaluation board Connect the power supply to the power inlet Connect the USB cable to the Debug port (J-17)and open a terminal application on the PC using the following parameters: Rate - 115,200 Bps, data 8 bits, party none, stop 1bit and flow control none. Note: the virtual com number may differ from PC to PC. Connect an Ethernet network to the Ethernet port for network access. Select the right boot source using BT SL 2 jumper. The board is loaded with a boot and U-boot running out of the NAND flash The file system and kernel can be downloaded to the NAND flash via TFTP or via SAM-BA. For utilizing the emmc see the emmc SW download process. Boot sources The EVK has 3 possible boot sources: 1. SAM_BA (BT SL 2 closed) At that state the internal emmc and NAND are disconnected, enabling connecting a SAM-BA application via the USB OTG port. Note: After the SAM-BA has been connected the jumper should be opened to enable access to the NAND flash. 2. NAND(BT SL 2 open) The NAND can be used as a boot source if the emmc does not contain a valid fat partition with boot file in it. If the emmc contains a valid boot the following process can be used for booting from the NAND. 3. emmc (BT SL 2 open) The emmc has higher priority than the NAND, in case a valid boot and U-boot are placed on the emmc FAT partition it will get higher priority over the NAND.(BT SL 2 open) 3 SparkGate7 - Quick startup guide 1.0

4 Built-in software, getting started The Spark-501 is provided with built-in software. After power up, the Linux prompt requires a user name and password. Use root for both user name and password. NAND flash - Software download process Using SAM-BA for SW download For flashing a new version to the NAND, close BT SL 2 jumper and connect a micro USB cable to J18 for running SAM-BA. LP-DDR2 used on the Spark-501 is support in SAM-BA version 2.15 and above (for version 2.12 a patch is required). When starting the SAM-BA application the board selected should be at91sama5d3x-cmp. Bootstrap and U-boot installation steps The following paragraph describes the download procedure for the following components: Boot U-boot Note:BT SL 2 jumper should be closed for starting the SAM-BA and then open for NAND Flash access. Boot file download procedure: 1. Choose the NandFlash media tab in the SAM-BA GUI. 2. Initialize the media choosing the Enable NandFlash action in the Scripts rolling menu and press Execute (If the Flash is not empty it is recommended to use the Erase all option to clean the Flash). 3. Select the option erase all for cleaning the flash. 4. Select Send Boot File in the Scripts rolling menu and press Execute. Then select the boot file and press Open, the media is written down. U-boot file download procedure: To download the U-boot to the NAND flash the following steps should be done: 1. Choose the NandFlash media tab in the SAM-BA GUI. 2. Initialize the media choosing the Enable NandFlash in the rolling menu and press Execute. 3. To erase only the U-Boot part into the NAND FLASH, type this command after the SAM-BA 4 SparkGate7 - Quick startup guide 1.0

5 prompt: NANDFLASH::EraseBlocks 0x xBFFFF Then press the Enter Key. Note: The SAM-BA EraseBlocks command take two parameters: a start and an end address of FLASH that you want to erase. 4. Press Send File Name Browse button and choose your U-Boot binary file. 5. Enter the proper address on media in the Address text field. Its value should be 0x Press Send File button. Close SAM-BA, remove the USB cable and restart the device.once the boot and U-boot files are installed power up the board. You will get the Boot loader prompt ( U-boot> ). Linux Kernel, device tree and File system installation The Linux Kernel, device tree and File system can be downloaded either via the SAM-BA or alternatively using TFTP over the Ethernet port. The TFTP configuration is done using the U- boot menu. Installation via SAM-BA For downloading the Kernel, device tree and file system via the SAM-BA follow the steps detailed in Boot file download procedure for connecting the SAM-BA then: 1. Choose the NandFlash media tab in the SAM-BA GUI. 2. Initialize the media choosing the Enable NandFlash action in the Scripts rolling menu and press Execute. For download the device tree file: 1. To erase only the device tree into the NAND flash, type this command after the SAM-BA prompt: NANDFLASH::EraseBlocks 0x x1FFFFF 2. Enter the proper address in the Address text field. The value for the device tree is 0x Press Send File Name browse button and choose your device tree binary file. 4. Press Send File button. For download the Kernel image follow the following steps: 1. To erase only the kernel image into the NAND flash, type this command after the SAM-BA prompt: NANDFLASH::EraseBlocks 0x x SparkGate7 - Quick startup guide 1.0

6 2. Enter the proper address on media in the Address text field. The value for the kernel image is 0x Press Send File Name browse button and choose your kernel image. 4. Press Send File button. For download the file system: 1. To erase only the NAND flash rootfs partition, type this command after the SAM-BA prompt: NANDFLASH::EraseBlocks 0x xFFFFFFF 2. Press Send File Name browse button and choose your UBI file system. 3. Enter the proper address on media in the Address text field. The value for the file system is 0x Press Send File button. Wait for the end of the flashing process. 5. Close SAM-BA, remove the USB cable. 6. Restart the system and set through the U-boot menu the boot arguments if needed. emmc - SW download process The emmc on the Spark-501 can be programmed in one of the following methods: 1. By placing a full version on the NAND flash, from which the emmc device can be partitioned to the required partitions and loaded with SW either from a USB memory device or from the network. 2. By running TFTP from the U-boot located on the NAND flash for loading a SW version into the local DDR memory (RAM disk), with that version format and SW download actions for the emmc are possible. The following paragraph will provide details on both options. The versions for the Flash memory and for the RAM disk are available on Shiratech web site in the Spark-501 section NAND flash based format and SW download The emmc can be partitioned and loaded from software running out of the NAND flash. From the Linux level the emmc can be partitioned using the following command: fdisk /dev/mmcblk0. The following script can be used for the partitioning and format actions: # Shell script to format emmc with partition 1 of type FAT and # Partition 2 of type ext3 # Assume emmc may contain 2 partitions and delete them (echo d; echo 1; echo d; echo d; echo w) fdisk /dev/mmcblk0 # Create partition 1 of type FAT 6 SparkGate7 - Quick startup guide 1.0

7 (echo n; echo p; echo 1; echo 4; echo +64M; echo t; echo c; echo a; echo 1; echo w) fdisk /dev/mmcblk0 # Create partition 2 of type ext3 (echo n; echo p; echo 2; echo 1958; echo ; echo t; echo 2; echo 83; echo w) fdisk /dev/mmcblk0 mkfs.vfat /dev/mmcblk0p1 mke2fs_ext3 -j /dev/mmcblk0p2 After running the script /dev/mmcblk0p1 is the first partition in the emmc, mount it to /mnt/fat using: mount -t vfat /dev/mmcblk0p1 /mnt/fat /dev/mmcblk0p2 is the second partition in emmc, mount it on the ext3 directory created under /mnt. mount -t ext3 /dev/mmcblk0p2 /mnt/ext3 Using an external USB device formatted to ext3, the fat and ext3 parts can be copied to the emmc. Boot from NAND flash and mount compressed ramdisk Boot from NAND flash and stop at the in u-bootprompt by pressing any key. Set the following environment variables in u-boot as following: # setenv ethaddr 12:34:56:78:9a:bc (For the FE port) # setenv eth1addr 12:34:56:78:9a:bb (For the GE port) # setenv serverip "tftp server ip address" Ex : setenv serverip # setenv ipaddr "for board ip" EX : setenv ipaddr # setenv memboot "setenv bootargs console=ttys0, ramdisk_size=20480 root=/dev/ram0 rw initrd=0x ,20m" # setenv ramboot "run memboot;tftp 0x zimage;tftp 0x dtb;tftp 0x ramd.gz;bootz 0x x " In case a D36 module is used the following bootarg should be added in order to enable TFTP via the GE port. # setenv ethact macb0,gmacb0 # setenv ethprime gmacb0 # saveenv # run ramboot The ramboot include 3 files, dtb, Zimage and compressed file system. From the Linux level the emmc can be partitioned using the following command: fdisk /dev/mmcblk0. The following script can be used for the both portioning and format: 7 SparkGate7 - Quick startup guide 1.0

8 # Shell script to format emmc with partition 1 of type FAT and # Partition 2 of type ext3 # Assume emmc may contain 2 partitions and delete them (echo d; echo 1; echo d; echo d; echo w) fdisk /dev/mmcblk0 # Create partition 1 of type FAT (echo n; echo p; echo 1; echo 4; echo +64M; echo t; echo c; echo a; echo 1; echo w) fdisk /dev/mmcblk0 # Create partition 2 of type ext3 (echo n; echo p; echo 2; echo 1958; echo ; echo t; echo 2; echo 83; echo w) fdisk /dev/mmcblk0 mkfs.vfat /dev/mmcblk0p1 mke2fs_ext3 -j /dev/mmcblk0p2 After running the script /dev/mmcblk0p1 is the first partition in the emmc, mount it to /mnt/fat using: mount -t vfat /dev/mmcblk0p1 /mnt/fat /dev/mmcblk0p2 is the second partition in emmc, mount it on the ext3 directory created under /mnt. mount -t ext3 /dev/mmcblk0p2 /mnt/ext3 Using an external USB device formatted to ext3, the fat and ext3 parts can be copied using the following commands (dev/sda1 is external USB device) Mount the USB device: mount -t ext3 /dev/sda1 /mnt/usb Copy the files to the emmc device. Important Note- Changing boot priority Once the emmc is loaded with a boot file, it has higher priority than the NAND flash and so in order to modify it from a software running out of the NAND flash the following method can be used: 1. Set BT SL 2 to boot from carrier board (closed) 2. Start SAM-BA 3. Type the following command in the SAM-BA CLI TCL_Write_Int $target(handle) 0x xFFFFFE54 4. Set BT SL 2 to boot from module (open) 5. Boot from reset (Don't disconnect the power), the Spark will boot from NAND flash 8 SparkGate7 - Quick startup guide 1.0

Use U-Boot. U-Boot Main Commands. U-Boot script capability

Use U-Boot. U-Boot Main Commands. U-Boot script capability Use U-Boot U-Boot Main Commands setenv this command is used to set variables saveenv this command saves variables previously set in the environment permanent storage space printenv this command print the

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

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

1 Preparatory work. Q: How to burn images to Nand in KIT210 (Android2.3)? A:

1 Preparatory work. Q: How to burn images to Nand in KIT210 (Android2.3)? A: Q: How to burn images to Nand in KIT210 (Android2.3)? A: 1 Preparatory work Step 1: The necessary hardware to connect. 1. USB cable (the small port of cable is connected to the mini USB interface of KIT210,

More information

phycore -XScale/PXA270 Development Kit (KPCM-027) Loading a Linux Image (demo.img)

phycore -XScale/PXA270 Development Kit (KPCM-027) Loading a Linux Image (demo.img) phycore -XScale/PXA270 Development Kit (KPCM-027) Loading a Linux Image (demo.img) This Application Note provides instructions on how to start-up the phycore-pxa270, download U-Boot to the phycore-pxa270

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

Once your USB drive is formatted for the FAT32 file system it can be mounted and tested on the GESBC To do this, use the following command:

Once your USB drive is formatted for the FAT32 file system it can be mounted and tested on the GESBC To do this, use the following command: GESBC-9302 Development With a USB Drive Paul H. Muller - Documatrix www.documatrix-usa.com ulx@linuxmail.org Disclaimer: The programs and procedures described here have been tested and are thought to be

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

COMX-P4080. Release Notes L69C February 2011

COMX-P4080. Release Notes L69C February 2011 COMX-P4080 Release Notes 6806800L69C February 2011 Copyright Copyright 2011 Emerson Network Power All rights reserved. Emerson Network Power is registered in the U.S. Patent and Trademark Offices. All

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

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

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

More information

How to Recover the OS7030

How to Recover the OS7030 How to Recover the OS7030 What you will need: - You will need to make up a serial cable to connect to the SIO connector inside the OS7030. PC serial port OS7030 SIO Connector 9 Pin D Sub Female connector

More information

Idea6410 Ubuntu User Manual V 0.19

Idea6410 Ubuntu User Manual V 0.19 V 0.19 Version: Ubuntu-9.04_v0.19 Linux PC environment: Ubuntu-9.04 1 1. Install Cross-compile 1.1 Open Linux-ubuntu_v0.19\cross_compile\ folder, and copy Arm-none-lunux-gnueabi-arm-2008q3-72-for-linux.tar.bz2

More information

Bootloader D. Balakrishna, Research Associate, IIIT-H Bootloaders are important when we are developing embedded systems, depending on the capabilities of the board and processor on which an embedded system

More information

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

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

More information

Avnet Zynq Mini Module Plus Embedded Design

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

More information

EM210 Burn Linux Image Manual. Catalogue

EM210 Burn Linux Image Manual. Catalogue EM210 Burn Linux Image Manual Catalogue 1. Make the SD Card used to burn image... 2 2. Burn the uboot by SD card... 7 3. Set SD booting mode... 11 4. Use sdfuse to burn system by SD card... 12 5. Use fastboot

More information

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

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

More information

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 EX-9686U/A-L(A9) Copyright TOPSCCC Technology CO., LTD. All rights reserved

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

More information

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

imx6 TinyRex Development Kit QUICK GUIDE

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

More information

GadgetPC Single Board Computer. System Restore Guide. Document Revision: 1.04 Date: 31 January, 2010

GadgetPC Single Board Computer. System Restore Guide. Document Revision: 1.04 Date: 31 January, 2010 GadgetPC Single Board Computer System Restore Guide Document Revision: 1.04 Date: 31 January, 2010 BiPOM Electronics, Inc. 16301 Blue Ridge Road, Missouri City, Texas 77489 Telephone: 1-713-283-9970 Fax:

More information

ARTiGO A600 Linux EVK v1.2.1

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

More information

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

type : Title : 1 / Page : Version : Date : User s guide MNTload TECHNICAL DEPARTMENT User s guide MNTload

type : Title : 1 / Page : Version : Date : User s guide MNTload TECHNICAL DEPARTMENT User s guide MNTload 1 / 22 GA v.doc 2 / 22 Updates table ISSUE DATE REVISION DETAILS PREPARED BY 1.0 2005.June.06 Creation L.Hurand/I.lemblin 1.1 2005.June.22 Adding i6280 loading state L.Hurand/I.lemblin 1.2 2007.April.06

More information

EM210 Linux User Manual

EM210 Linux User Manual EM210 Linux User Manual V1.2 Date:2014-10-10 www.armdesigner.com EM210 Linux User Manual Index 1. Features...3 2. Hardware Introduction...3 2.1 Hardware interface...4 2.2 Set boot mode...4 3. Software

More information

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

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

More information

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

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

More information

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

Yun Shield User Manual VERSION: 1.0. Yun Shield User Manual 1 / Version Description Date. 0.1 Initiate 2014-Jun-21

Yun Shield User Manual VERSION: 1.0. Yun Shield User Manual 1 / Version Description Date. 0.1 Initiate 2014-Jun-21 Yun Shield User Manual VERSION: 1.0 Version Description Date 0.1 Initiate 2014-Jun-21 1.0 Release 2014-Jul-08 Yun Shield User Manual 1 / 22 Index: 1 Introduction... 3 1.1 What is Yun Shield... 3 1.2 Specifications...

More information

SAM9-L9261 User Manual. All boards produced by Olimex are ROHS compliant. Rev.C, September 2009 Copyright(c) 2009, OLIMEX Ltd, All rights reserved

SAM9-L9261 User Manual. All boards produced by Olimex are ROHS compliant. Rev.C, September 2009 Copyright(c) 2009, OLIMEX Ltd, All rights reserved SAM9-L9261 User Manual All boards produced by Olimex are ROHS compliant Rev.C, September 2009 Copyright(c) 2009, OLIMEX Ltd, All rights reserved INTRODUCTION: FEATURES: SAM9-L9261 is a development platform

More information

DS2 Products Auto-Update Tool BSP

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

More information

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

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

VortiQa Enterprise Quick Start Guide

VortiQa Enterprise Quick Start Guide Freescale Semiconductor Document Number: VQSEQSG Quick Start Guide Rev. 0, 06/2009 VortiQa Enterprise Quick Start Guide 1 Introduction This document describes how to set up and install the VortiQa software

More information

User s Manual for the Boundary Devices Nitrogen R board

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

More information

QUICK START GUIDE VAB-630. Android EVK v

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

More information

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

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

Jade IdeaBoxx. Product Manual

Jade IdeaBoxx. Product Manual Jade IdeaBoxx Product Manual Table of Contents Standards Used in This Guide...3 Glossary of Terms and Acronyms...3 IdeaBoxx Kit Contents...4 Hardware Module...4 Suite of Software Tools...4 Introduction...5

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

CPU6901. PCI-104 ARM9 CPU Card. Software Manual (V1.0) 健昇科技股份有限公司 JS AUTOMATION CORP.

CPU6901. PCI-104 ARM9 CPU Card. Software Manual (V1.0) 健昇科技股份有限公司 JS AUTOMATION CORP. CPU6901 PCI-104 ARM9 CPU Card Software Manual (V1.0) 健昇科技股份有限公司 JS AUTOMATION CORP. 新北市汐止區中興路 100 號 6 樓 6F., No.100, Zhongxing Rd., Xizhi Dist., New Taipei City, Taiwan TEL:+886-2-2647-6936 FAX:+886-2-2647-6940

More information

Linux+ Guide to Linux Certification, Third Edition. Chapter 2 Linux Installation and Usage

Linux+ Guide to Linux Certification, Third Edition. Chapter 2 Linux Installation and Usage Linux+ Guide to Linux Certification, Third Edition Chapter 2 Linux Installation and Usage Objectives Install Red Hat Fedora Linux using good practices Outline the structure of the Linux interface Enter

More information

Quick Start Guide. i.mx 6SoloLite Evaluation Kit

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

More information

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

CHAPTER 7. Astlinux and Asterisk Installation on Embedded System

CHAPTER 7. Astlinux and Asterisk Installation on Embedded System CHAPTER 7 Astlinux and Asterisk Installation on Embedded System Introduction 1. Asterisk can be installed on number of operating systems but keeping embedded system in mind the operating system chosen

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

CST8207: GNU/Linux Operating Systems I Lab Nine Disks, Partitions, and File Systems Part 2. Disks, Partitions, and File Systems - Part 2 of 2

CST8207: GNU/Linux Operating Systems I Lab Nine Disks, Partitions, and File Systems Part 2. Disks, Partitions, and File Systems - Part 2 of 2 Student Name: Lab Section: Disks, Partitions, and File Systems - Part 2 of 2 1 Due Date - Upload to Blackboard by 8:30am Monday April 9, 2012 Submit the completed lab to Blackboard following the Rules

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

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

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

Getting Started with TargetOS on the ZedBoard 1 Introduction

Getting Started with TargetOS on the ZedBoard 1 Introduction Getting Started with TargetOS on the ZedBoard 1 Introduction This document covers how to get started with Blunk Microsystems TargetOS embedded operating system on the ZedBoard. It covers the following

More information

Keystone II guide on running IPC examples

Keystone II guide on running IPC examples Keystone II guide on running IPC examples July 2016 Contents Contents Prerequisites... 1 Hardware... 1 Software... 1 1. Updating the U-BOOT... 2 Update SPI NOR Flash with U-boot GPH image... 2 2. Set

More information

Embedded Linux Training. Lab Book. Free Electrons

Embedded Linux Training. Lab Book. Free Electrons Lab Book Free Electrons http://free-electrons.com December 25, 2017 About this document Updates to this document can be found on http://free-electrons.com/doc/training/embeddedlinux/. This document was

More information

DIL/NetPC DNP/5280 Board Revision 1.0 Installing a PPP Connection User Manual

DIL/NetPC DNP/5280 Board Revision 1.0 Installing a PPP Connection User Manual DIL/NetPC DNP/5280 Board Revision 1.0 Installing a PPP Connection User Manual 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

More information

AT91SAM9G45-EVK Linux. User Manual

AT91SAM9G45-EVK Linux. User Manual AT91SAM9G45-EVK Linux User Manual Revision History Rev Date Description 1.0 2011-02-10 Initial version Catalogue 1. BUILD THE DEVELOPMENT PLATFORM... 1 1.1Create the working directory... 1 1.2 Cross compilation

More information

Item Number Item Name Qty conga-qeval/qseven each

Item Number Item Name Qty conga-qeval/qseven each 1 Subject Affected Products conga-qmx6 Subject Quick Start Guide Date (dd.mm.yy) 17.05.13 Author MSW 2 Affected Article Numbers Article Number(s) Numerous Product conga-qmx6 (hardware revision B.1) 3 Information

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

VK8300-imx6 Development Platform Quick Start Guide

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

More information

AFD4400 Reference Design Board Quick Start

AFD4400 Reference Design Board Quick Start Freescale Semiconductor Document Number: AFD4400-RDBQS Quick Start Rev. 0, 07/2015 AFD4400 Reference Design Board Quick Start 1 Introduction The AFD4400 reference design board (AFD4400-RDB) is a cost-effective,

More information

WLM1200-RMTS User s Guide

WLM1200-RMTS User s Guide WLM1200-RMTS User s Guide Copyright 2011, Juniper Networks, Inc. 1 WLM1200-RMTS User Guide Contents WLM1200-RMTS Publication Suite........................................ 2 WLM1200-RMTS Hardware Description....................................

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

Conventions in this tutorial

Conventions in this tutorial This document provides an exercise using Digi JumpStart for Windows Embedded CE 6.0. This document shows how to develop, run, and debug a simple application on your target hardware platform. This tutorial

More information

OMAP3530 has 256MB NAND flash in PoP (PoP: Package-On-Package implementation for Memory Stacking) configuration.

OMAP3530 has 256MB NAND flash in PoP (PoP: Package-On-Package implementation for Memory Stacking) configuration. 1 of 7 04/18/09 15:39 BeagleBoardNAND From elinux.org This page is about using (booting/running from) NAND (http://en.wikipedia.org/wiki/flash_memory#nand_flash) memory on BeagleBoard. Parts of this page

More information

ADS U-boot User's Manual. Applied Data Systems Old Columbia Road Columbia MD, USA

ADS U-boot User's Manual. Applied Data Systems Old Columbia Road Columbia MD, USA ADS U-boot User's Manual ADS document # 110010-40011 Applied Data Systems www.applieddata.net 10260 Old Columbia Road Columbia MD, 21046 USA 301-490-4007 c2005 ADS August 11, 2005 ADS U-boot Bootloader

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

Configuration Guide. Upgrading AOS Firmware L1-29.1D July 2011

Configuration Guide. Upgrading AOS Firmware L1-29.1D July 2011 61200990L1-29.1D July 2011 Configuration Guide This configuration guide explains how to update your ADTRAN Operating System (AOS) firmware using the AOS Web-based graphical user interface (GUI) with Trivial

More information

Zefeer Embedded Linux Kit

Zefeer Embedded Linux Kit VERSION: 1.5.1 DOCUMENT CODE: ZELKSM NO. OF PAGES: 8 DAVE s.r.l. www.dave.eu Zefeer Embedded Linux Kit Software Manual 2 Printed in Italy Trademarks Ethernet is a registered trademark of XEROX Corporation

More information

Nova series update F/W & Boot code from Boot Utility

Nova series update F/W & Boot code from Boot Utility Nova series update F/W & Boot code from Boot Utility Purpose: Update firmware/boot code from Boot Utility Product Affect: Nova 20S, Nova 20R, Nova 26S, Nova 26R, Nova 27S, Nova 29S, Nova 30S, Nova 30R,

More information

SABRE Board for Smart Devices

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

More information

MYD-IMX28X Development Board

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

More information

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

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

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

More information

Industrial L2/L4 Managed Gigabit Switch. With 4-Port 802.3at PoE+ IGS P4T/IGS P4T2S. Quick Installation Guide

Industrial L2/L4 Managed Gigabit Switch. With 4-Port 802.3at PoE+ IGS P4T/IGS P4T2S. Quick Installation Guide Industrial L2/L4 Managed Gigabit Switch With 4-Port 802.3at PoE+ IGS-4215-4P4T/IGS-4215-4P4T2S Quick Installation Guide Table of Contents 1. Package Contents... 3 2. Requirements... 4 3. Wiring the Power

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

Raspberry Pi Network Boot

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

More information

Getting Started U-boot

Getting Started U-boot Getting Started U-boot Document Description Keywords Abstract U-boot, lpc2294 This document is a simple user guide for how to use u-boot on lpc2294 mcu: setup u-boot and toolkit; make and program the image

More information

MYD-Y6ULX Development Board

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

More information

QuickStart Instructions. Programming Embedded Linux on phycore-lpc3180

QuickStart Instructions. Programming Embedded Linux on phycore-lpc3180 phycore -LPC3180 QuickStart Instructions Programming Embedded Linux on phycore-lpc3180 Note: The PHYTEC Spectrum CD includes the electronic version of the English phycore-lpc3180 Hardware Manual Edition:

More information

This is Worksheet and Assignment 12. Disks, Partitions, and File Systems

This is Worksheet and Assignment 12. Disks, Partitions, and File Systems This is Worksheet and Assignment 12 This is a combined Worksheet and Assignment.. Quizzes and tests may refer to work done in this Worksheet and Assignment; save your answers. You will use a checking program

More information

INSTRUCTIONS TO UPDATE FIRMWARE FOR

INSTRUCTIONS TO UPDATE FIRMWARE FOR INSTRUCTIONS TO UPDATE FIRMWARE FOR Dranetz 1000 New Durham Road, Edison, New Jersey 08818 Telephone 1-800-372-6832 or 732-287-3680 Fax 732-248-1834 www.dranetz.com Updating the HDPQ SP s Firmware The

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

phycore -XScale/PXA270 Development Kit (KPCM-027) Loading eboot and a WinCE Image

phycore -XScale/PXA270 Development Kit (KPCM-027) Loading eboot and a WinCE Image phycore -XScale/PXA270 Development Kit (KPCM-027) Loading eboot and a WinCE Image This Application Note provides instructions on how to start-up the phycore-pxa270 (part # PCM-027-251EXMGRI), mounted on

More information

Linux Port to LatticeMico32 System Quick-Start Guide

Linux Port to LatticeMico32 System Quick-Start Guide Linux Port to LatticeMico32 System Quick-Start Guide Lattice Semiconductor Corporation 5555 NE Moore Court Hillsboro, OR 97124 (503) 268-8000 February 2008 Copyright Copyright 2008 Lattice Semiconductor

More information

About Voipac i.mx53 Development kit. Packing List Connector Locations Connecting the components and cables. First Step

About Voipac i.mx53 Development kit. Packing List Connector Locations Connecting the components and cables. First Step Release Date: January 5, 203 About Voipac i.mx53 Development kit Packing List Connector Locations Connecting the components and cables First Step Controlling the Development Kit over serial line Using

More information

Downloaded from: justpaste.it/o09s

Downloaded from: justpaste.it/o09s Downloaded from: justpaste.it/o09s Pogoplug:~$ cat /proc/cpuinfo Processor : ARM926EJ-S rev 1 (v5l) BogoMIPS : 1192.75 Features : swp half thumb fastmult edsp CPU implementer : 0x56 CPU architecture: 5TE

More information

CompTIA Linux+ Guide to Linux Certification Fourth Edition. Chapter 2 Linux Installation and Usage

CompTIA Linux+ Guide to Linux Certification Fourth Edition. Chapter 2 Linux Installation and Usage CompTIA Linux+ Guide to Linux Certification Fourth Edition Chapter 2 Linux Installation and Usage Objectives Prepare for and install Fedora Linux using good practices Outline the structure of the Linux

More information

Embedded Linux System Development. Practical Labs.

Embedded Linux System Development. Practical Labs. Practical Labs http://bootlin.com August 15, 2018 About this document Updates to this document can be found on http://bootlin.com/doc/training/embedded-linux- 4d/. This document was generated from LaTeX

More information

REX-RED Community Android 4.3

REX-RED Community Android 4.3 REX-RED Community Android 4.3 Build Guide REXNOS CO.,Ltd Document Information Version 1.1 File Name REX5260 Android 4.3 Build Guide.doc Date May 20, 2014 Status Working Revision History Date Version Update

More information

D120-S3G User s Guide

D120-S3G User s Guide D120-S3G User s Guide GIGABYTE Technology Ltd. Network & Business Unit Table of Contents 1. How to connect console.page 3 to 5 2. Login into Web UI Page 6 to 11 3. GIGABYTE Management Console (IPMI web

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

Session Overview. Background Integration Mender libostree (aktualizr) SWUpdate resin.io

Session Overview. Background Integration Mender libostree (aktualizr) SWUpdate resin.io Session Overview Background Integration Mender libostree (aktualizr) SWUpdate resin.io 2 Background Board Support Package development Bootloader, Linux kernel, user-space (Yocto/OE-core) Software update

More information

Windows Password Reset 6.0 User Guide

Windows Password Reset 6.0 User Guide page 1 of 11 Contents Contents...1 Introduction...2 Instructions on This Manual...3 System Requirements...4 How to Use Windows Password Reset 6.0...5 i. Remove the Password...5 ii. Burning Your CD/DVD

More information

Debugging Linux With LinuxScope-JTD

Debugging Linux With LinuxScope-JTD Application Notes for Professional Developers of Embedded Systems #07-001 OVERVIEW Debugging Linux With LinuxScope-JTD The purpose of this Application Note is to show the user a general method for using

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

R. Assiro. WP1- Documentation Booting Petalinux from QSPI on UUB

R. Assiro. WP1- Documentation Booting Petalinux from QSPI on UUB WP1- Documentation Booting Petalinux from QSPI on UUB Create Boot image for Zynq 7020 on UUB architecture The Zynq boot process begins with running code inside the Boot ROM. The boot ROM manages the early

More information

Cross-compilation with Buildroot

Cross-compilation with Buildroot Instituto Superior de Engenharia do Porto Mestrado em Engenharia Eletrotécnica e de Computadores Arquitetura de Computadores Cross-compilation with Buildroot Introduction Buildroot is a tool that can be

More information

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

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

More information

The industrial technology is rapidly moving towards ARM based solutions. Keeping this in mind, we are providing a Embedded ARM Training Suite.

The industrial technology is rapidly moving towards ARM based solutions. Keeping this in mind, we are providing a Embedded ARM Training Suite. EMBEDDED ARM TRAINING SUITE ARM SUITE INCLUDES ARM 7 TRAINER KIT COMPILER AND DEBUGGER THROUGH JTAG INTERFACE PROJECT DEVELOPMENT SOLUTION FOR ARM 7 e-linux LAB FOR ARM 9 TRAINING PROGRAM INTRODUCTION

More information