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

Size: px
Start display at page:

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

Transcription

1

2 Release Date: January 15, 2013

3 About Voipac i.mx25 Development kit Packing List Connector Locations Connecting the components and cables First Step Controlling the Development Kit over serial line Using external monitor (or supplied TFT panel) and USB Keyboard Controlling the Development Kit Over Ethernet (telnet, ssh, ftp, sftp) Open On-Chip Debugger with Voipac`s JTAG Cable under WinXP JTAG Cable Installation How to run Open On-Chip Debugger How to connect to Open On-Chip Debugger using Telnet How to connect to Open On-Chip Debugger using terminal (TeraTerm) How to load bootloader into i.mx25 SODIMM Module (barebox.bin) How to flash zimage and rootfs through the TeraTerm Advanced ToolKit (ATK) with Voipac`s JTAG Cable under WinXP 16 How to load files into i.mx25 SODIMM Module using ATK Configuring the Hardware Using the Flash Tool Flashing Windows CE into i.mx25 SODIMM Module Flashing Linux into i.mx25 SODIMM Module Erasing i.mx25 SODIMM Module using ATK Important and Practical Information E-Fuses Changing MAC Address Mounting Fasteners Products` Life Cycle Phase CE compliance of Voipac products Technical Support

4 About Voipac i.mx25 Development kit Voipac i.mx25 SODIMM Baseboard is designed to be used as development platform for the Voipac cross-compatible i.mx53/i.mx51/i.mx25 SODIMM Modules. Together they create a low power system with excellent MIPS/mW performance allowing deployment in situation where power source is limited. Besides the standard PC peripheral interfaces, the system provides numerous communication channels as well as universal expansion slots and connectors. This QuickGuide shows, how to install JTAG Cable, load Linux using TeraTerm, install Advaced ToolKit (ATK) and load Windows CE or Linux using ATK. All programs run under Windows XP. Packing List COMPONENTS QUANTITY SODIMM Base Board 1 SODIMM Module 1 JTAG cable with serial line 1 Support CD 1 Aluminium case set 1 Serial port cable 1 Crossover Ethernet cable 1 SODIMM socket 1 JTAG pitch compression connector 1 SODIMM Module Printed Schematics 1 Mounting Fastener 2 Quickguide Brochure 1 DATAIMAGE TFT display with touchscreen set (Optional) 1 OPTREX TFT display with touchscreen set (Optional) 1 EDT TFT multitouch capacitive display with mounting ears set (Optional) 1-4-

5 Connector Locations Connecting the components and cables Prepare Basebord and plug in JTAG Cable with Serial line, Ethernet cable and other devices or interfaces you need. IMPORTANT! Be careful when connecting JTAG`s 20 conductor flat cable to the board. Check if the conductor 1 is connected to Pin 1 (Header connector J901) on the board before you turn on the board. -5-

6 First Step The development kit is supplied with pre-installed bootloader, linux kernel and demo file system. The development kit can be controlled over: Controlling the Development Kit over serial line Recommended HW: a) PC with serial port or USB to serial adapter b) Voipac i.mx25 development kit c) Voipac serial cable ( Recommended SW: Serial line terminal (PUTTY, Minicom, Ckermit, Hyperterminal, TeraTerm,...) Default serial port settings: Speed (baud): Data bits: Stop bits: Parity: Flow control: None None Controlling the development kit using TeraTerm -6-

7 Using external monitor (or supplied TFT panel) and USB Keyboard Recommended HW: a) External monitor with DVI or VGA connector (for VGA monitor is required to use DVI to VGA adapter) DATAIMAGE TFT Display (optional, OPTREX TFT Display (optional, EDT TFT Display (optional, b) Voipac i.mx25 development kit Recommended SW: IMPORTANT! External monitor must support one of following resolutions 640x480px, 800x480px or 800x600px. Controlling the development kit using external monitor and USB Keyboard Illustration Photo Controlling the Development Kit over Ethernet (telnet, ssh, ftp, sftp) Recommended HW: a) PC with Ethernet b) Voipac i.mx25 development kit c) Ethernet cable ( Recommended SW: - Telnet client (Telnet, PUTTY, ) - SSH client (SSH,PUTTY, ) - FTP client (FTP, Filezilla, BareFTP,...) - SFTP client (Filezilla, PUTTY, WinSCP,...) -7-

8 IMPORTANT! Demo modules are shipped with empty root password. The default IP address is dynamic and setup by your dhcp server upon boot. SSH, SFTP require root password to be set up. ( passwd command) FTP, SFTP are recommended only for data transfers. (binary mode is recommended) Controlling the development kit using PUTTY Controlling the development kit using WinSCP (Explorer Interface) -8-

9 Open On-Chip Debugger with Voipac`s JTAG Cable under WinXP JTAG Cable Installation 1. Connect JTAG Cable to USB port on your computer. JTAG Cable will be installed automatically and prepared for usage. 2. Download OpenOCD v ( 4. Unzip the file and place to the folder you want to. How to run Open On-Chip Debugger 5. Run OpenOCD using, for examle, Total Commander. Open the folder where is placed the unzipped file. Type in command line: openocd -f vmx25w.cfg. Press [Enter]. 6. Open On-Chip Debugger is running. -9-

10 How to connect to Open On-Chip Debugger using Telnet 7. Clik on Start/Run, type telnet localhost 4444 and click on OK button. Open On-Chip Debugger is running. How to connect to Open On-Chip Debugger using terminal (TeraTerm) 8. Open TeraTerm program, click on File/New Connection, check TCP/IP and type 4444 into TCP port# field. Press OK

11 Open On-Chip Debugger over TeraTerm program is running. 9. Open TeraTerm program, click on File/New Connection, check Serial and choose the port where the JTAG cable is connected to a PC. 10. Click on Setup, choose Serial port and set Baud rate. (115200, 8n1)

12 How to load bootloader into i.mx25 SODIMM Module (barebox.bin) Type commands below using TCP/IP console in two steps (Open On-Chip Debugger connection): Type: reset halt Type: vmx25_init Type: boot (Barebox is loaded into the i.mx25 module SRAM.) (Note) After loading, the barebox is being executed

13 The previously loaded bootloader (barebox.bin) is running in Serial console. (Note) When the module is swithed off, barebox is erased. To flash barebox again, use the same procedure as shown in Step 10. (Note) When the module is swithed off, the MAC address is not erased. It is not required to set MAC address again

14 How to flash zimage and rootfs through the TeraTerm Run TFTP server. Type or paste commands in Serial console to set Ethernet: eth0.ipaddr= eth0.netmask= eth0.gateway= eth0.serverip= Type or paste commands in Serial console to erase Flash: erase /dev/nand0-14 -

15 Type or paste commands separately in Serial console to load files: update barebox tftp folder/barebox vmx25-vpac3.bin update kernel tftp folder/zimage-2_6_35-vmx25-vpac8.bin update rootfs tftp folder/rootfs-ubifs-bb-1-18-vmx-vpac1.bin Final step is to press reset button on baseboard or run 'reset' command Type MAC address (if required) from the module in standard form (00:0d:15:00:XX:XX) and press [Enter]. Type vmx25 login root and press [Enter]

16 Advanced ToolKit (ATK) with Voipac`s JTAG Cable under WinXP How to load files into i.mx25 SODIMM Module using ATK Download and install Advanced ToolKit. Installation requires extracting the files to a temporary folder, and then executing a setup file. The ATK Package can be downloaded from: To install the standard ATK tool: 1. Extract the ATK package and place it in a temporary folder you created. 2. From the folder, execute FSL_ATK_TOOL_WINS_STD_INSTALL_1_70.exe. Rebooting the PC is not required. 3. From the Start Menu, point to Programs, then to Advanced ToolKit, and then click Advanced ToolKit. The Advanced ToolKit configuration screen is displayed. At this point the USB drivers are installed. Installation and uninstallation of USB drivers. (optional) During the install procedure, the USB drivers are installed automatically. If not, you can go to <TOOL_INSTALL_PATH>/windriver/ and run wd_install_4nt.bat to install it manually. To uninstall the USB driver, you can uninstall ATK or go to <TOOL_INSTALL_PATH>/windriver/ and run wd_uninstall_4nt.bat manually. Older version of USB drivers can also be uninstalled with this program. To verify that the USB driver is ready to use, navigate to the Device Manager. An item labeled Jungo should appear in the devices list, similar to the one shown in Figure

17 Configuring the Hardware Hardware configuration requires setting the board switches and then connecting the board to the host computer. Change the H902 jumper (BOOTMODE) on the baseboard to select Serial Boot. By default, jumper pins 1 and 2 are connected together for Direct Boot Direct Boot Serial Boot (Internal Boot) Connecting the Host to the Board using USB follow theese steps: 1. Connect the USB cable to the mini USB port of the board. 2. From the Start Menu, point to Programs, then to Advanced ToolKit, and then click Advanced ToolKit if the program is not running. 3. Select the i.mx CPU that you will use. Version supporting USB is i.mx25_to For Device memory initial (DDR or SDRAM, DDR2 or MDDR), select the memory initialization script to use for the device program. For the i.mx25 TO1.1: Custom Initial File: Click the button to select a custom memory initialization script (the script is in a folder you created when extracting the ATK package). You can also use your own memory initialization file if it has the correct format. 5. In the Host Setting section, select a physical communication channel between PC host and device: Serial Port: Selects the UART as the communication channel. USB: Selects the USB as the communication channel

18 6. To Bypass the settings, use the following information: If selected, the settings on this configuration screen are ignored. Note that the ATK supports the tools independent of the configuration. If cleared, the tool will check the configuration settings, including opening the USB/COM port, and others. 7. Click Next. The Select Advanced Toolkits dialog is displayed. (Note) The Select Advanced Toolkits dialog will not be displayed if the board is not connected successfully. Using the Flash Tool You can use the Flash tool to download, program, dump, and erase images in Flash memory to the i.mx boards. To use the Flash tool, click Flash Tool in the Select Advanced Toolkits screen and then click Go

19 The Flash Tool screen is displayed: In the Operation Type field you can select the Type of Operation to use. Generally, you should check the BBT for Linux images with a Flash Model type of NAND, and check BI Swap for Windows Embedded CE images with a Flash Model type of NAND and a size exceeding 2k per page

20 In the Flash Model field, select the type (this option is unavailable if you selected Download as the Operation Type). Supported Flash memories are: NAND Address from: 0x MMC/SD Address from: 0x Enter the address, where the operation should start, and the size (which is entered only for dumping and erasing operations). In the Image Field, click on Browse button to choose a file to be programmed, downloaded, dumped, or erased. In the Operation Type, Select program/download/dump/erase to start the operation. All options are described in the table: Section Option Description Operation type Download Downloads the image to the address specified, and then executes directly at the downloaded address. Dump Dumps a selected area of Flash device to a file. Program Programs a selected area of Flash from a file. Erase Erases a selected area of Flash. BI Swap Swaps Bad block identifier data, which is one solution for Bad block identifier data in the case that Nand Flash is incompatible with Nand Flash Controller. BBT Bad block Table, which is the table recording all bad block information. Interleave The are two kind of access mode when they are multiple nand flash chips on board, for example, 4 chips on board. LBA Logic Block Address, which indicates that the input address is a logic block address if it is checked. This option is only used on wince platform, for Linux, it should be ignored. Read Back Check Comparing the programmed data with original data in programming process will not be done to speed up the programming speed if this option is un-checked. The option will be visible only when programming option is selected. By default, this option is checked. Flash Device Flash Model Click the down arrow to select the Flash type for the associated board when the Program, Dump, or Erase Flash operations are selected. Flash Lib Device program running on the board that handles the communication with the PC host through the protocol to program/dump/erase the flash. Operation Settings Address The address in the physical memory of the target board where the operation will start. Size Size in bytes for erase and dump operations. Image Image file For downloading operations, indicates the image to be downloaded to RAM. For Flash operations, indicates the image to be downloaded to Flash. For dumping operations, indicates the file that is used to store the dumped content. Process Progress bar Displays the completed percent of the selected operation. Information Log Displays the execution log

21 Flashing procedure consist of erasing and flashing procedure. The Windows CE based system have following partitioning and are using BI Swap to handle bad blocks. Address Size File Note 0x x Directb.nb0 First stage bootloader 0x x Eboot.nb0 Second stage bootloader 0x x NK.nb0 Windows CE 0x Bootloader environment + Persistant storage The Linux based system (including android) have following partitioning and are using BBT to handle bad memory blocks. Address Size File Note 0x x Barebox.bin Kernel bootloader 0x x Bootloader Environment 0x x002A 0000 zimage.bin Linux kernel 0x rootfs.bin Root filesystem Flashing Windows CE into i.mx25 SODIMM Module Flashing first stage bootloader on address 0x :

22 Flashing second stage bootloader on address 0x : Flashing Windows CE image on address 0x :

23 Turn off the board and change the H902 jumper (BOOTMODE) on the baseboard to select Direct Boot bootmode. (Change back the jumper state to connect pins 1 and 2 together.) Open a terminal (Hyperterminal, TerTerm,...) and set serial port: Speed (baud): Data bits: Stop bits: Parity: Flow control: None None Turn on the board and press [SPACE] to stop Windows CE booting. (Bootdelay is defaultly set on 3 seconds.) Boot device is defaultly set on Disabled. Press [5] to set NK from NAND and [S] to save Settings. Press [L] to launch existing Image or Reset the board. Windows CE (eboot - recommended configuration): Initiating image launch in 3 seconds Freescale imx SOC Menu Item [0] IP Address : [1] Set IP Mask : [2] Boot Delay : 3 [3] DHCP : Enabled [4] Reset to Factory Default Configuration [5] Select Boot Device : NK from NAND [6] Set MAC Address : 0-D [7] Format OS NAND Region [8] Format All NAND Regions [9] Bootloader Shell [I] KITL Work Mode : Interrupt [K] KITL Enable Mode : Enable [P] KITL Passive Mode : Disable [S] Save Settings [D] Download Image Now [L] Launch Existing Flash Resident Image Now [E] Select Ether Device : FEC [M] MMC and SD Utilities Selection:

24 Flashing Linux into i.mx25 SODIMM Module Flashing bootloader on address 0x : Flashing Kernel on address 0x :

25 Flashing Root Filesystem on address 0x : Turn off the board and change the H902 jumper (BOOTMODE) on the baseboard to select Direct Boot bootmode. (Change back the jumper state to connect pins 1 and 2 together.) Open a terminal (Hyperterminal, TerTerm,...) and set serial port: Speed (baud): Data bits: Stop bits: Parity: Flow control: None Nonexs Turn on the board and set MAC Address shown on the Module label. (MAC Address must be set in a form including colons: 00:0d:15:00:XX:XX). Press [ENTER]. Linux will start to boot. To stop booting press [SPACE]. (Bootdelay is defaultly set on 3 seconds.) vmx25 login is root

26 Linux (barebox - recommended configuration): barebox (Jan :59:13) Board: Voipac VMX25 SDRAM at 0x : 64MB (512Mb, 13 ROWs, 10 COLs) SDRAM at 0x : 64MB (512Mb, 13 ROWs, 10 COLs) NAND device: Manufacturer ID: 0x2c, Chip ID: 0xda (Micron NAND 256MiB 3,3V 8-bit) Scanning device for bad blocks Bad eraseblock 2046 at 0x0ffc0000 Bad eraseblock 2047 at 0x0ffe0000 Malloc space: 0x > 0x81f00000 (size 8 MB) Stack space : 0x816f8000 -> 0x (size 32 kb) envfs: wrong magic on /dev/env0 no valid environment found on /dev/env0. Using default environment running /env/bin/init... No MAC address set for eth0. Please enter the one found on your module: 00:0D:15:00:XX:XX Erasing i.mx25 SODIMM Module using ATK Erasing i.mx25 SODIMM Module with Windows CE: FLASH Erasing Size: MT29F1G08 Adress: 0x Size: 0x MT29F2G08 Adress: 0x Size: x

27 Erasing i.mx25 SODIMM Module with Linux: FLASH Erasing Size: MT29F1G08 Adress: 0x Size: 0x MT29F2G08 Adress: 0x Size: x

28 Important and Practical Information E-Fuses Due to multiple possible boot devices (NAND Flash, microsd/mmc, SPI Flash, I2C EEPROM) present on Voipac i.mx25 Module we deliver the module with e-fuses intact, contrary to KARO Modules with locked e-fuses to boot from NAND interface only. Boot configuration on Voipac i.mx25 modules is selected by pullup resistors R600-R609. (see attached schematics on sheet 6) To locate boot config resistors you can use board assembly file at: To be able to put pullups on boot configuration pins you have to lock e-fuses configuration by programming the e-fuses using barebox bootloader. To dump factory e-fuses configuration use barebox command barebox:/ md -b -s /dev/imx_iim_bank : b 2b d9 f4 b : To write e-fuses use barebox command (example writes MAC address 00:01:02:03:04:05) barebox:/ barebox:/ barebox:/ : : imx_iim_bank0.permanent_write_enable=1 mw -b -d /dev/imx_iim_bank0 0x1a md -b -s /dev/imx_iim_bank b 2b d9 f4 b BE AWARE THAT E-FUSES PROGRAMING IS NON REVERSAL PROCESS!!! WARRANTY CLAIM CAUSED BY IMPROPER E-FUSES PROGRAMMING WILL NOT BE ACCEPTED!!! More information about fuse banks layout you can find in AN3682.pdf document:

29 Changing MAC Address MAC address (indicated on the label of the module) is defaultly written in e-fuses for permanent identifying the module. Customer can change the MAC address using barebox: Stop autoboot and write: edit env/config Scroll down to a last line for changing the MAC address: 00:01:02:03:04:

30 Rewrite the MAC address and and press [CTRL+D] Type saveenv and press [Enter] Reset the board, stop autobooting and type: cat env/config. Newly specified MAC address is saved

31 Mounting Fasteners Fastener on the Baseboard Additional protection of the SODIMM Module fall out of he 200pin socket, ideal for mobile applications. Products` Life Cycle Phase Voipac products are divided into 4 phases: - INTRODUCTION PHASE, approximately the first 6-12 months. The last software issues are still being resolved. Product in this stage is the most suitable for new designs. - ACTIVE PHASE, the first 1-3 years following the product introduction. Product software packages are stable, additional functions, OS and GUI are being released. Product in this stage is suitable for new designs. - MATURITY PHASE, approximately the first 4-6 years after the introduction. Products are shipped in volumes, additional functions additions declines. Product in this stage is no longer recommended for new designs. - EOL PHASE, approximately 7-10 years after the introduction. Used components availability decreases, although product may still be purchased under specific circumstances. The Last Time Buy notification is send to all product users app. 6 months prior to product discontinuation. Components stocking service for discontinued products and manufacturing of further production batches is available. To find out the specific product life cycle phase, visit its product page and check the title color

32 CE compliance of Voipac products The CE label is a mandatory conformity mark for complex electronic devices placed on the market in the European Economic Area and each product sold within the EU needs a CE Certificate of Conformance that ensures that the product conforms to the essential requirements of the applicable EC directives. However, if such complex electronic devices are produced for further processing by the industry, skilled development teams or system integrators, they do not need to observe the above mentioned CE requirements and consequently do not need any identification either. This applies to the Voipac SODIMM sized Computers On Module, because these are not used as stand-alone devices by the general public. Anyway, to make sure that Voipac COMs can be used in CE marked devices, they are designed to obey the EC directives and the standard configuration SBCs manufactured by Voipac are tested for Electromagnetic Interference and operating temperature ranges plugged in corresponding Base Board and mounted in the standard Aluminium case provided to Voipac development kits. Please visit Downloads for the testing reports. TECHNICAL SUPPORT HW & SW support: support@voipac.com Warranty claims: warranty.claim@voipac.com Voipac I.MX53/51/25 development kits come with prepaid 1 month support packages. All of the relevant communication between the customer and Voipac should be executed via s preferably. Response time is up to 48 hours, except state holidays and weekends. Voipac working hours are: 8:00-17:00, Monday - Friday. Before contacting support, please read the following for the basic information about how to work with a development kit: Besides the free-of-charge support, we provide support for your new designs when it comes to the special drivers for the peripherals not included in the Voipac development kits, design of your own base boards, prototyping, or even new products development. Please contact: support@voipac.com for more info

33 Notes

34

35

36 Warranty: VOIPAC TECHNOLOGIES s.r.o. Does Not Bear Responsibility for the Following: Failure of a product resulting from misuse, accident, modification, unsuitable operating environment, or improper maintenance by user Unless otherwise agreed in written, a product does not include technical support and the customer may be able to purchase technical support under separate agreement Any technical or other support provided under warranty by VOIPAC TECHNOLOGIES s.r.o. such as assistance, set-up and installation is provided WITHOUT WARRANTY OF ANY KIND. Disclaimer: VOIPAC TECHNOLOGIES s.r.o. reserves the right to make changes, without notice, to any product, including circuits and/or software described or contained in this datasheet. VOIPAC TECHNOLOGIES s.r.o. assumes no responsibility or liability for the use of the described product(s), conveys no license or title under any patent, copyright, or mask work rights to these products, and makes no representations or warranties that these products are free from patent, copyright, or mask work right infringement, unless otherwise specified. Trademark Acknowledgment: Brand and product names are trademarks or registered trademarks of their respective owners. VOIPAC TECHNOLOGIES s.r.o., M.R. Stefanika 6670/19, Trencin, Slovak Republic

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

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

About Voipac i.mx51 Development kit. Packing List Connector Locations Connecting the components and cables. First Step Release Date: September 28, 202 About Voipac i.mx5 Development kit Packing List Connector Locations Connecting the components and cables First Step Conrolling the Development Kit over serial line Using

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

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

I.MX Platform Advanced Toolkit Standard Version User s Guide

I.MX Platform Advanced Toolkit Standard Version User s Guide I.MX Platform Advanced Toolkit Standard Version User s Guide Rev. 1.4 01/2008 How to Reach Us: Home Page: www.freescale.com E-mail: support@freescale.com USA/Europe or Locations Not Listed: Freescale Semiconductor

More information

ZCRMZNICE01ZEMG Crimzon In-Circuit Emulator

ZCRMZNICE01ZEMG Crimzon In-Circuit Emulator Quick Start Guide QS006602-0408 Introduction Zilog s ZCRMZNICE01ZEMG Crimzon (ICE), shown in Figure 1, provides Crimzon chip family emulation with a Trace and Event system for program debugging using Zilog

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

Getting Started. With Windows CE and the Topaz i.mx25 Development Kit

Getting Started. With Windows CE and the Topaz i.mx25 Development Kit Getting Started With Windows CE and the Topaz i.mx25 Development Kit Table of Contents 1 Introduction... 1 2 Software Requirements... 1 2.1 Windows Embedded CE Application Development... 1 2.1.1 Important

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

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

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

MYD-IMX28X Development Board

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

More information

Getting Started with FreeRTOS BSP for i.mx 7Dual

Getting Started with FreeRTOS BSP for i.mx 7Dual Freescale Semiconductor, Inc. Document Number: FRTOS7DGSUG User s Guide Rev. 0, 08/2015 Getting Started with FreeRTOS BSP for i.mx 7Dual 1 Overview The FreeRTOS BSP for i.mx 7Dual is a Software Development

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

AM3517 experimenter Kit. QuickStart Guide O

AM3517 experimenter Kit. QuickStart Guide  O AM3517 :: :: O M QuickStart Guide www.logicpd.comz O QuickStart Guide We fast forward the evolution of new products. Table of Contents 1 Introduction 4 1.1 Scope of Document 4 1.2 Zoom AM3517 Contents

More information

OMAP-L138 experimenter Kit. QuickStart Guide O

OMAP-L138 experimenter Kit. QuickStart Guide   O OMAP-L138 :: :: O M QuickStart Guide www.logicpd.comz O QuickStart Guide We fast forward the evolution of new products. Table of Contents 1 Introduction 4 1.1 Scope of Document 4 1.2 Zoom OMAP-L138 Contents

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

Kinetis SDK Freescale Freedom FRDM-KL03Z Platform User s Guide

Kinetis SDK Freescale Freedom FRDM-KL03Z Platform User s Guide Freescale Semiconductor, Inc. KSDKKL03UG User s Guide Rev. 1.0.0, 09/2014 Kinetis SDK Freescale Freedom FRDM-KL03Z Platform User s Guide 1 Introduction This document describes the hardware and software

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

Embedded Linux Conference Europe Sascha Hauer

Embedded Linux Conference Europe Sascha Hauer Embedded Linux Conference Europe 2012 Sascha Hauer Slide 1 - Pengutronix - http://www.pengutronix.de - 08.11.2012 Agenda Tour through barebox Devicetree Multiplatform Bootloader

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

ez80190 Development Kit Quick Start Guide

ez80190 Development Kit Quick Start Guide Introduction Follow this guide to install and begin using your new ez80190 Development Kit from ZiLOG. The setup procedure guides the user through: Software installation and online registration Hardware

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

rbox610 Series Robust Din-rail Fanless Embedded System Web Configuration and App Software User s Manual

rbox610 Series Robust Din-rail Fanless Embedded System Web Configuration and App Software User s Manual rbox610 Series Robust Din-rail Fanless Embedded System Web Configuration and App Software User s Manual Disclaimers This manual has been carefully checked and believed to contain accurate information.

More information

SBC8140 Single Board Computer

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

More information

Release Notes of the QNX BSP for Centrality Atlas II EVB Trunk#

Release Notes of the QNX BSP for Centrality Atlas II EVB Trunk# Release Notes of the QNX 6.4.0 BSP for Centrality Atlas II EVB Trunk# System requirements# Target system# Board version: Centrality Atlas II motherboard version 2.1 CPU board version 2.12 (with 64MB of

More information

MYD-SAMA5D3X Development Board

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

More information

LPT-to-I2C SE. Hardware Reference Guide.

LPT-to-I2C SE. Hardware Reference Guide. LPT-to-I2C SE Hardware Reference Guide http://www.i2ctools.com/ November 1, 2008 Information provided in this document is solely for use with the LPT-to-I2C SE product from SB Solutions, Inc. SB Solutions,

More information

UPGRADING THE ARCTIC FIRMWARE

UPGRADING THE ARCTIC FIRMWARE Viola Systems Ltd. tel +358-(0)201-226 226 Lemminkäisenkatu 14-18B fax +358-(0)201-226 220 FIN-20520, Turku e-mail support@violasystems.com Finland APPLICATION NOTE VA-09-5-2 UPGRADING THE ARCTIC FIRMWARE

More information

March Getting Started with the Intel Desktop Board DQ77MK UEFI Development Kit

March Getting Started with the Intel Desktop Board DQ77MK UEFI Development Kit March 2014 Getting Started with the Intel Desktop Board DQ77MK UEFI 2.3.1 Development Kit Getting Started with the Intel Desktop Board DQ77MK UEFI 2.3.1 Development Kit Legal Information INFORMATION IN

More information

USB-to-I2C Basic. Hardware User s Manual.

USB-to-I2C Basic. Hardware User s Manual. USB-to-I2C Basic Hardware User s Manual http://www.i2ctools.com/ Information provided in this document is solely for use with the USB-to-I2C product from SB Solutions, Inc. SB Solutions, Inc. reserves

More information

Zilog TCP/IP Software Suite

Zilog TCP/IP Software Suite QS004914-1211 Introduction This quick start guide helps you to get started with the Zilog TCP/IP Software Suite for Zilog s ez80acclaim! family, which includes the ez80f91, ez80f92 and ez80f93 microcontrollers

More information

Quick Start Guide. TWR-P1025 QorIQ Processor with Networking and Industrial Connectivity and Protocol Offload Engine TOWER SYSTEM

Quick Start Guide. TWR-P1025 QorIQ Processor with Networking and Industrial Connectivity and Protocol Offload Engine TOWER SYSTEM TWR-P1025 QorIQ Processor with Networking and Industrial Connectivity and Protocol Offload Engine TOWER SYSTEM Get to Know the TWR-P1025 TWR-P1025 Freescale Tower System 2 The TWR-P1025 module is part

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. TWR-MPC8309 PowerQUICC Processor with Industrial Connectivity and Protocol Off-Load Engine TOWER SYSTEM

Quick Start Guide. TWR-MPC8309 PowerQUICC Processor with Industrial Connectivity and Protocol Off-Load Engine TOWER SYSTEM TWR-MPC8309 PowerQUICC Processor with Industrial Connectivity and Protocol Off-Load Engine TOWER SYSTEM -P23345-TWR-MPC8309-o1v6.indd 1 Get to Know the TWR-MPC8309 Display Header RS232 Header SD Slot (bottom)

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

P1010RDB-PB Quick Start Guide

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

More information

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

Windows Embedded CE 6.0. i.mx27 ADS Software Development Kit. Binary Package Release Notes

Windows Embedded CE 6.0. i.mx27 ADS Software Development Kit. Binary Package Release Notes Freescale Semiconductor Document Number: 926-77534 Release Notes Rev. 1.0, 04/2008 Windows Embedded CE 6.0 i.mx27 ADS Software Development Kit Binary Package Release Notes This document contains important

More information

TQ2440 Development Platform Manual

TQ2440 Development Platform Manual TQ2440 Development Platform Manual 0 Directory Directory... 1 Chapter 1 Introduction... 7 11Appearance of TQ2440 development platform... 7 12Hardware resource of TQ2440... 7 13Software introduction of

More information

Switched Rack Power Distribution Unit

Switched Rack Power Distribution Unit Switched Rack Power Distribution Unit AS-216-520-30A-L530 Installation and Quick Start Contents Product Description and Inventory...................... 1 AS-216-520-30A-L530....................... 1 Additional

More information

FriendlyARM. Mini2440.

FriendlyARM. Mini2440. FriendlyARM Mini2440 www.friendlyarm.net 1 Introduction...3 1.1 Features...4 2 Hardware Resource...6 2.1 Jumpers and Interfaces...6 2.2 Memory Map...7 2.2.1 Memory Adress Allocation...7 2.3 Power Supply...8

More information

DIL/NetPC DNP/9200 Board Revision 1.1 Installing an SSH Connection User Manual

DIL/NetPC DNP/9200 Board Revision 1.1 Installing an SSH Connection User Manual DIL/NetPC DNP/9200 Board Revision 1.1 Installing an SSH 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

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

DIL/NetPC ADNP/1520 Board Revision 2.1 Installing an SSH Connection User Manual

DIL/NetPC ADNP/1520 Board Revision 2.1 Installing an SSH Connection User Manual DIL/NetPC ADNP/1520 Board Revision 2.1 Installing an SSH 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

How to Enable Boot from HyperFlash and SD Card

How to Enable Boot from HyperFlash and SD Card NXP Semiconductors Document Number: AN12107 Application Note Rev. 0, 12/2017 How to Enable Boot from HyperFlash and SD Card 1. Introduction The i.mx RT Series is industry s first crossover processor provided

More information

Mega128-DEVelopment Board Progressive Resources LLC 4105 Vincennes Road Indianapolis, IN (317) (317) FAX

Mega128-DEVelopment Board Progressive Resources LLC 4105 Vincennes Road Indianapolis, IN (317) (317) FAX Mega128-DEVelopment Board Progressive Resources LLC 4105 Vincennes Road Indianapolis, IN 46268 (317) 471-1577 (317) 471-1580 FAX http://www.prllc.com GENERAL The Mega128-Development board is designed for

More information

Advanced 486/586 PC/104 Embedded PC SBC1491

Advanced 486/586 PC/104 Embedded PC SBC1491 Advanced 486/586 PC/104 Embedded PC SBC1491 Features Ready to run 486/586 computer Small PC/104 format DiskOnChip, 64MB RAM On-board accelerated VGA COM1, COM2, KBD, mouse 10BASE-T Ethernet port PC/104

More information

Mega128-Net Mega128-Net Mega128 AVR Boot Loader Mega128-Net

Mega128-Net Mega128-Net Mega128 AVR Boot Loader Mega128-Net Mega128-Net Development Board Progressive Resources LLC 4105 Vincennes Road Indianapolis, IN 46268 (317) 471-1577 (317) 471-1580 FAX http://www.prllc.com GENERAL The Mega128-Net development board is designed

More information

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

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

More information

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

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

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

Getting Started with the MCU Flashloader

Getting Started with the MCU Flashloader NXP Semiconductors Document Number: MBOOTFLASHGS User's Guide Rev 3, 05/2018 Getting Started with the MCU Flashloader Contents Contents Chapter 1 Introduction...3 Chapter 2 Overview...4 2.1 MCU flashloader...4

More information

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

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

More information

User Manual Firmware Update

User Manual Firmware Update Firmware Update derfusb-23e00 derfusb-23e00 JTAG derfusb-23e06 derfusb-23e06 JTAG derfusb-13e00 derfusb-13e00 JTAG derfusb-13e06 derfusb-13e06 JTAG Document Version V01.01 2011-07-01 Table of contents

More information

Revision: 0.30 June Intel Server Board S1200RP UEFI Development Kit Firmware Installation Guide

Revision: 0.30 June Intel Server Board S1200RP UEFI Development Kit Firmware Installation Guide Revision: 0.30 June 2016 Intel Server Board S1200RP UEFI Development Kit Firmware Installation Guide Intel Server Board S1200RP UEFI Development Kit Firmware Installation Guide INFORMATION IN THIS DOCUMENT

More information

Celeron EPIC Computer with GUI and Dual Ethernet SBC4685

Celeron EPIC Computer with GUI and Dual Ethernet SBC4685 Celeron EPIC Computer with GUI and Dual SBC4685 Features Ready to run Celeron/Pentium III computer Color flat-panel support Four serial ports CAN Bus interface PC/104 & PC/104-Plus expansion The SBC4685

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

Introduction to the TenByTen6410

Introduction to the TenByTen6410 Introduction to the TenByTen6410 Illustration shows a pre-production unit, appearance might be slightly different on final product. Introduction The TenByTen6410 is a high performance ARM11 single board

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

UPGRADING ARCTIC CONTROL S FIRMWARE

UPGRADING ARCTIC CONTROL S FIRMWARE Viola Systems Ltd. tel +358-(0)201-226 226 Lemminkäisenkatu 14-18A fax +358-(0)201-226 220 FIN-20520, Turku e-mail support@violasystems.com Finland APPLICATION NOTE VA-10-1-2 UPGRADING ARCTIC CONTROL S

More information

LPC2148 DEV BOARD. User Manual.

LPC2148 DEV BOARD. User Manual. LPC2148 DEV BOARD User Manual www.coineltech.com www.coineltech.com Designed by CoiNel Technology Solutions LLP No-816, 2 nd Floor, 4 th B Cross, 9 th A Main, RPC Layout, Vijaynagar, Bangalore-560040 State:

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

Quick Operation Manual

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

More information

Installation Guide for MV320 (Windows CE 5.0)

Installation Guide for MV320 (Windows CE 5.0) Installation Guide for MV320 (Windows CE 5.0).,Cd.Ltd MV320 Windows CE 5.0 Guide 1 Document Information Version 1.0 File Name MV320 Windows CE 5.0 Guide.doc Date 2009.2.6. Satus Working Revision History

More information

MalaRom flashing Guide

MalaRom flashing Guide MalaRom 1.1.0 flashing Guide Introduction This guide is ONLY valid for MalaRom 1.1.0 and ONLY for 256 Mb devices! Please make sure to read the entire guide before you begin. Also if you have flashed your

More information

GW-USB-05. User's Guide. FW v1.07. IQRF USB Gateway MICRORISC s.r.o. User_Guide_GW-USB-05_ Page 1

GW-USB-05. User's Guide. FW v1.07. IQRF USB Gateway MICRORISC s.r.o.   User_Guide_GW-USB-05_ Page 1 FW v1.07 IQRF USB Gateway User's Guide 2016 MICRORISC s.r.o. www.iqrf.org User_Guide 160405 Page 1 Description is an IQRF gateway with USB connectivity. It is intended as an interface between IQRF network

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

UltraZed -EV Starter Kit Getting Started Version 1.3

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

More information

Matrix 500 Quick Installation Guide

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

More information

CoiNel Technology Solutions LLP. LPC2148 ARTIST Instruction Manual LPC2148 ARTIST. Instruction manual. Revision 1

CoiNel Technology Solutions LLP. LPC2148 ARTIST Instruction Manual LPC2148 ARTIST. Instruction manual.   Revision 1 LPC2148 ARTIST Instruction manual Designed by CoiNel Technology Solutions LLP No-816, 2 nd Floor, 4 th B Cross, 9 th A Main, RPC Layout, Vijaynagar, Bangalore-560040 State: Karnataka Country: India www.coineltech.com

More information

RX62N BOARD User Manual

RX62N BOARD User Manual RX62N BOARD User Manual www.coineltech.com 1 Designed by CoiNel Technology Solutions LLP No-32 (Old No - 1355), 2nd Floor, HAPBCO Tower, 9th Main, 4th B Cross, Hampinagar, RPC Layout Bangalore 560104 State:

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

MAXREFDES44# MicroZed Quick Start Guide

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

More information

Software Images. About Software Images. Dependent Factors. Send documentation comments to CHAPTER

Software Images. About Software Images. Dependent Factors. Send documentation comments to CHAPTER CHAPTER 10 This chapter describes how to install and upgrade software images, and introduces the file system. It includes the following sections: About, page 10-1 Essential Upgrade Prerequisites, page

More information

USB-to-I2C. Professional Hardware User s Manual.

USB-to-I2C. Professional Hardware User s Manual. USB-to-I2C Professional Hardware User s Manual https://www.i2ctools.com/ Information provided in this document is solely for use with the USB-to-I2C Professional product from SB Solutions, Inc. SB Solutions,

More information

16/24/48-Port 10/100/1000T + 2/4-Port 100/1000X SFP Managed Switch GS T2S/GS T2S/GS T4S. Quick Installation Guide

16/24/48-Port 10/100/1000T + 2/4-Port 100/1000X SFP Managed Switch GS T2S/GS T2S/GS T4S. Quick Installation Guide 16/24/48-Port 10/100/1000T + 2/4-Port 100/1000X SFP Managed Switch GS-4210-16T2S/GS-4210-24T2S/GS-4210-48T4S Quick Installation Guide Table of Contents 1. Package Contents... 3 2. Requirements... 4 3.

More information

User Manual A08. User Manual

User Manual A08. User Manual A08 TABLE OF CONTENTS TABLE OF CONTENTS... 1 1. INTRODUCTION... 2 1.1. Key Features... 3 1.2. OS Requirement... 4 1.3. Specification... 4 1.4. Packing List... 4 2. OVERVIEW... 5 2.1. LED Definition...

More information

MYD-JA5D2X Development Board

MYD-JA5D2X Development Board MYD-JA5D2X Development Board MYC-JA5D2X CPU Module as Controller Board 500MHz Atmel SAMA5D26/27 ARM Cortex-A5 Processor 256MB DDR3 SDRAM, 256MB Nand Flash, 4MB Data FLASH, 64KB EEPROM Serial ports, USB,

More information

Embest SOC8200 Single Board Computer

Embest SOC8200 Single Board Computer Embest SOC8200 Single Board Computer TI's AM3517 ARM Cortex A8 Microprocessors 600MHz ARM Cortex-A8 Core NEON SIMD Coprocessor POWERVR SGX Graphics Accelerator (AM3517 only) 16KB I-Cache, 16KB D-Cache,

More information

TITAN AEL Embedded Linux Development Kit. Quickstart Manual

TITAN AEL Embedded Linux Development Kit. Quickstart Manual TITAN AEL Embedded Linux Development Kit Quickstart Manual Disclaimer The information in this manual has been carefully checked and is believed to be accurate. Eurotech Ltd assumes no responsibility for

More information

L2+ Managed Gigabit Switch WGSW series

L2+ Managed Gigabit Switch WGSW series L2+ Managed Gigabit Switch WGSW-24040 series Quick Installation Guide Table of Contents 1 Package Contents... 3 2. Requirements... 4 3. Terminal Setup... 5 3.1 Logon to Console... 6 3.2 Configuring IP

More information

16/24-Port 10/100/1000T 802.3at PoE + 2-Port 100/1000X SFP Managed Switch GS P2S GS P2S. Quick Installation Guide

16/24-Port 10/100/1000T 802.3at PoE + 2-Port 100/1000X SFP Managed Switch GS P2S GS P2S. Quick Installation Guide 16/24-Port 10/100/1000T 802.3at PoE + 2-Port 100/1000X SFP Managed Switch GS-4210-16P2S GS-4210-24P2S Quick Installation Guide Table of Contents 1. Package Contents... 3 2. Requirements... 4 3. Terminal

More information

Win-I2CUSB Hardware User s Manual

Win-I2CUSB Hardware User s Manual Win-I2CUSB Hardware User s Manual http://www.demoboard.com Information provided in this document is solely for use with the Win-I2CUSB product from The Boardshop. The Boardshop and SB Solutions, Inc. reserve

More information

MYD-SAM9X5 Development Board

MYD-SAM9X5 Development Board MYD-SAM9X5 Development Board MYC-SAM9X5 CPU Module as Controller Board and Fully Compatible with Atmel s Official Board 400MHz Atmel AT91SAM9X5 Series ARM926EJ-S Processors 128MB DDR2 SDRAM, 256MB Nand

More information

. Micro SD Card Socket. SMARC 2.0 Compliant

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

More information

HPS SoC Boot Guide - Cyclone V SoC Development Kit

HPS SoC Boot Guide - Cyclone V SoC Development Kit 2014.07.03 AN-709 Subscribe Introduction This document describes the available boot stages and source modes for both the HPS and FPGA fabric. The boot sequence is a multi-stage process, where each stage

More information

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

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

More information

Getting started with Raspberry Pi (and WebIoPi framework)

Getting started with Raspberry Pi (and WebIoPi framework) Getting started with Raspberry Pi (and WebIoPi framework) 1. Installing the OS on the Raspberry Pi Download the image file from the Raspberry Pi website. It ll be a zip file as shown below: Unzip the file

More information

SmartFusion2 SoC FPGA Demo: Code Shadowing from SPI Flash to SDR Memory User s Guide

SmartFusion2 SoC FPGA Demo: Code Shadowing from SPI Flash to SDR Memory User s Guide SmartFusion2 SoC FPGA Demo: Code Shadowing from SPI Flash to SDR Memory User s Guide SmartFusion2 SoC FPGA Demo: Code Shadowing from SPI Flash to SDR Memory User's Guide Table of Contents SmartFusion2

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

Contents. Emma User Guide

Contents. Emma User Guide Emma User Guide Emma User Guide i Contents Getting Started with Emma... 2 Prerequisites... 2 Installation... 4 Installing Emma... 4 Uninstalling Emma... 4 Start and registration... 4 Starting Emma... 4

More information

User Manual. DIL/NetPC DNP/2110 Installing an SSH Connection

User Manual. DIL/NetPC DNP/2110 Installing an SSH Connection DIL/NetPC DNP/2110 Installing an SSH 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 Manual Revision:

More information

StrongARM** SA-110/21285 Evaluation Board

StrongARM** SA-110/21285 Evaluation Board StrongARM** SA-110/21285 Evaluation Board Brief Datasheet Product Features Intel offers a StrongARM** SA-110/21285 Evaluation Board (EBSA-285) that provides a flexible hardware environment to help manufacturers

More information

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

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

More information

RTU32 Update Tool. RTU32x Series Remote Update Tool. User Guide Version 1.01,

RTU32 Update Tool. RTU32x Series Remote Update Tool. User Guide Version 1.01, RTU32x Series Remote Update Tool User Guide Version 1.01, 2011-06-16 Contents 1. Customer Information... 3 Copyright Notice... 3 Trademark Acknowledgement... 3 Disclaimer... 3 Life Support Policy... 3

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

CIKA DEVKIT35P Quick Start Guide

CIKA DEVKIT35P Quick Start Guide CIKA DEVKIT35P Quick Start Guide Pag. 1 of 12 CIKA DEVKIT35P Quick Start Guide Rev.1.0 All Rights Reserved. No part of this document may be photocopied, reproduced, stored in a retrieval system, or transmitted,

More information