COMX-P4080. Release Notes L69C February 2011

Size: px
Start display at page:

Download "COMX-P4080. Release Notes L69C February 2011"

Transcription

1 COMX-P4080 Release Notes L69C February 2011

2 Copyright Copyright 2011 Emerson Network Power All rights reserved. Emerson Network Power is registered in the U.S. Patent and Trademark Offices. All other product or service names mentioned in this document are the property of their respective owners. Notice While reasonable efforts have been made to assure the accuracy of this document, Emerson assumes no liability resulting from any omissions in this document, or from the use of the information obtained herein. Emerson reserves the right to revise this document and to make changes from time to time in the content hereof without obligation of Emerson to notify any person of such revision or changes. Electronic versions of this material may be read online, downloaded for personal use, or referenced in another document as a URL to the Emerson Embedded Power Web site. The text itself may not be published commercially in print or electronic form, edited, translated, or otherwise altered without the permission of Emerson. It is possible that this publication may contain reference to or information about Emerson products (machines and programs), programming, or services that are not available in your country. Such references or information must not be construed to mean that Emerson intends to announce such Emerson products, programming, or services in your country. Page 2 of 13 FEB/18/ COMX-P4080

3 Abbreviations Abbreviation PPC FMAN GbE MB SERDES PCIE BSP DTB Description Power PC Frame Manager Gigabit Ethernet Megabyte Serializer & Deserializer PCI Extended Board Support Package Device Tree Block Summary of Changes Part Number Publication Date Description L69A Nov 2010 Release Notes for COMX-P4080 Rev. B and Rev. C, BSP release V100B L69B Nov 2010 Release Notes for COMX-P4080 Rev. B and Rev. C, BSP release V100R00 COMX-P4080 FEB/18/ Page 3 of 13

4 Table of Contents 1 Introduction Format of the Delivery Content of the Release Hardware Content Software Content Known Limitations Environment of the SW Release Hardware Target Environment Operating Environment Installation Upgrade Procedure Page 4 of 13 FEB/18/ COMX-P4080

5 List of Tables Table 1 Hardware Content... 7 Table 2 Software Content... 7 Table 4 Known Limitations... 8 Table 6 Applicable Documents Table 7 Third Party Documents COMX-P4080 FEB/18/ Page 5 of 13

6 1 Introduction This document describes the release notes of software (BSP) release V100R00 and hardware Rev. B and Rev. C. Please read it carefully before installing and using it. NOTICE: P4080 is the Freescale PowerPC architecture CPU. COMX-P4080 is the project name of this PPC COME module. COME is the Computer On Module Extended based on PICMG specification. 1.1 Format of the Delivery The product is delivered with the following: Printed safety notes Carrier board based on COME specification. Pre-installed software including: RCW, FMAN ucode, RAMDISK image, Linux kernel, DTB, U-Boot and NAND FLASH JFFS2 file system image. Page 6 of 13 FEB/18/ COMX-P4080

7 2 Content of the Release 2.1 Hardware Content These Release Notes are applicable to the following COMX-P4080 builds: Table 1 Hardware Content Product Assembly Number Assembly Number Location COMX-P H01B The number H is silkscreened on the board followed by a label 01B and is located on the secondary side of the board H01C The number H is silkscreened on the board followed by a label 01C and is located on the secondary side of the board. 2.2 Software Content This section describes the software content of the BSP Release V100R00. Table 2 Software Content File Name COMX_P4080_V100R00.tar.gz COMX_P4080_V100R00_nor.bin COMX_P4080_V100R00_nand.jffs2 Description The main release tarball which includes images of RCW, FMAN ucode, DTB, kernel, RAMDISK, U-Boot, JFFS2 rootfs and NFS rootfs for development 128 MB binary image for NOR FLASH JFFS2 mini rootfs image for NAND FLASH. COMX-P4080 FEB/18/ Page 7 of 13

8 2.3 Known Limitations Table 3 Known Limitations IR Number Category Issue Note IR Software [FSL #34049] IEEE 1588 initialization not shown in Linux Boot IR Software [FSL #34180] XAUI performance issue is very low (<1Gbps) IR Software [FSL #34901] XAUI ping test caused dpa.rx_error IR Software [FSL #XXXXX] Packet Loss for larger frame size on SGMII IR Software Certain SanDisk USB stick can't be detected in U-Boot periodically with 'USB start' IR Software [FSL #35055] No Link up/down status report for RGMII and SGMII ports in Linux IR Software Smartbit test: Ethernet interface does not support Half Duplex mode Page 8 of 13 FEB/18/ COMX-P4080

9 3 Environment of the SW Release 3.1 Hardware Target Environment Please refer to hardware content. 3.2 Operating Environment COMX-P4080 FEB/18/ Page 9 of 13

10 4 Installation You may be required to upgrade BSP to support the new features and fix issues. 4.1 Upgrade Procedure To upgrade BSP: 1. Go to 2. Navigate to the Customer Resource Center. First time visitors will need to register for a CRC account. 3. Download the latest BSP package COMX_P4080_<Version_Number>.tar.gz. The version number is formatted as VxxxBxx or VxxxRxx (for example: V100B13, V100R00). 4. Attach the board to your network using a network cable to the onboard RGMII Ethernet port. 5. Setup a TFTP server in this network. Assuming that the IP address of this server is and the root directory is /tftpboot/. Create a subdirectory comx_p4080/ in /tftpboot/. 6. Copy the released file COMX_P4080_<Version_Number>.tar.gz into the directory /tftpboot/comx_p4080/ on this server. 7. Change current directory to /tftpboot/comx_p4080/. 8. Decompress the.tar.gz file to the current directory. The following files should be present: comx.dtb rcw.bin rootfs_ext2.img rootfs_nfs.tar.gz uimage fsl_fman_ucode_p4080_101_6.bin ReleaseNotes.txt rootfs_jffs2.nand Page 10 of 13 FEB/18/ COMX-P4080

11 u-boot.bin 9. All the commands in the following steps should be run in U-Boot command line. 10. Setup the U-Boot environment variables for the network settings. Example: => setenv ethaddr 00:01:af:12:23:01 => setenv ipaddr => setenv netmask => setenv gatewayip => setenv serverip => setenv ethact 11. Setup the U-Boot environment variables for upgrade files. Example: => setenv rcwfile comx_p4080/comx_p4080_<version_number>/rcw.bin => setenv fmanfilec omx_p4080/comx_p4080_<version_number>/fsl_fman_ucode_p4080_101_6.bin => setenv bootfile comx_p4080/comx_p4080_<version_number>/uimage => setenv norfsfile comx_p4080/comx_p4080_<version_number>/rootfs_ext2.img => setenv fdtfile comx_p4080/comx_p4080_<version_number>/comx.dtb => setenv ubootfile comx_p4080/comx_p4080_<version_number>/u-boot.bin => setenv nandfsfile comx_p4080/comx_p4080_<version_number>/rootfs_jffs2.nand 12. Test that the network and filename settings can download the files successfully. Example: => tftpboot $loadaddr $rcwfile => tftpboot $loadaddr $fmanfile => tftpboot $loadaddr $bootfile => tftpboot $loadaddr $norfsfile => tftpboot $loadaddr $fdtfile => tftpboot $loadaddr $ubootfile => tftpboot $loadaddr $nandfsfile 13. Upgrade individually RCW, FMAN ucode, kernel, RAMDISK image, U-Boot and device tree blob on NOR FLASH. Example: COMX-P4080 FEB/18/ Page 11 of 13

12 => run updrcw; run updfman; run updkernel; run updnorfs; run updfdt; run upduboot 14. Upgrade NAND FLASH image. It may take several minutes. Example: => run updnandfs 15. Erase previous U-Boot environment settings: => run eraenv 16. Reset the board. => reset 17. The board will boot up with new BSP. NOTICE: All U-Boot environments will be set to factory default during the upgrade procedure. If there have been changes made before the upgrade, make note to them so it can be reapplied afterwards. Page 12 of 13 FEB/18/ COMX-P4080

13 Applicable Documents Emerson Network Power Embedded Computing Documentation Table 4 Applicable Documents Title COMX-P4080 COM Express Module Safety Notes Summary COMX-P4080 Quick Start Guide COMX-P4080 Express Module Installation and Use Publication Number L76A L26A L20A You may download the documentations by visiting: Under Resources, click Technical Documentation. Enter the manual you are looking for in the search. Use either the publication number or the complete name of the product to search for available manuals. Third-Party Documents Table 5 Third Party Documents Company/Title Freescale Source COMX-P4080 FEB/18/ Page 13 of 13

CPCI Release Notes. Part Number A96A June 2006

CPCI Release Notes. Part Number A96A June 2006 CPCI-9120 Release Notes Part Number 6806800A96A June 2006 Copyright Copyright 2006 Motorola GmbH All rights reserved. Motorola and the stylized M logo are trademarks of Motorola,Inc., registered in the

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

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

PetaLinux SDK User Guide. Firmware Upgrade Guide

PetaLinux SDK User Guide. Firmware Upgrade Guide PetaLinux SDK User Guide Notice of Disclaimer The information disclosed to you hereunder (the "Materials") is provided solely for the selection and use of Xilinx products. To the maximum extent permitted

More information

SparkGate7 Quick startup guide

SparkGate7 Quick startup guide SparkGate7 Quick startup guide Thank you for buying a SparkGate and SPARK-501 SOM. More information on both can be found at www.shiratech.com. The Shiratech team. In the box: The evaluation kit you have

More information

Release Notes of QNX Neutrino BSP for Freescale MPC8641D HPCN 1.0.0#

Release Notes of QNX Neutrino BSP for Freescale MPC8641D HPCN 1.0.0# Release Notes of QNX Neutrino 6.4.0 BSP for Freescale MPC8641D HPCN 1.0.0# System requirements# Target system# Board version: Freescale MPC8641D HPCN (argo navis) Reference Board 8 MB of flash U-Boot 1.1.3

More information

Release Notes of the QNX BSP for AMCC PPC440 EP/GR Evaluation Kit (EVK) Trunk#

Release Notes of the QNX BSP for AMCC PPC440 EP/GR Evaluation Kit (EVK) Trunk# Release Notes of the QNX 6.4.0 BSP for AMCC PPC440 EP/GR Evaluation Kit (EVK) Trunk# System requirements# Target system QNX Neutrino RTOS 6.4.0 Board version: AMCC PPC440 EP (Yosemite) and AMCC PPC440

More information

U-boot quick start guide

U-boot quick start guide Rev. 01 15 February 2007 User guide Document information Info Keywords Abstract Content U-boot, LPC2294, LPC2292, LPC2290/01, LPC2220, LPC2214, LPC2212, LPC2210/01 This document is a simple user guide

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

ATCA Release Notes J09D

ATCA Release Notes J09D ATCA-7360 Release Notes 6806800J09D January 2011 Copyright Copyright 2011 Emerson Network Power All rights reserved. Emerson Network Power is registered in the U.S. Patent and Trademark Offices. All other

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

Release Notes for the QNX Neutrino BSP for Freescale P2020DS 1.0.0#

Release Notes for the QNX Neutrino BSP for Freescale P2020DS 1.0.0# Release Notes for the QNX Neutrino 6.4.1 BSP for Freescale P2020DS 1.0.0# 1.System Requirements# Target Requirements 1. QNX Neutrino RTOS 6.4.1 2. Board version: P2020DS - Stingray 3. P2020 processor 4.

More information

How to download a new Linux O/S Image File

How to download a new Linux O/S Image File How to download a new Linux O/S Image File The DIL/NetPC DNP/9200 U-Boot boot loader offers a set of features for download a new Linux O/S image file to the flash memory. This document describes the download

More information

SPECIFICATIONS SUBJECT TO CHANGE WITHOUT NOTICE

SPECIFICATIONS SUBJECT TO CHANGE WITHOUT NOTICE SPECIFICATIONS SUBJECT TO CHANGE WITHOUT NOTICE Notice While reasonable efforts have been made to assure the accuracy of this document, Telit assumes no liability resulting from any inaccuracies or omissions

More information

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

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

More information

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

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

RN2483_Silica Documentation

RN2483_Silica Documentation RN2483_Silica Documentation Release 0 Silica Mar 20, 2017 Contents 1 QorIQ T1040 Reference Design Board 3 2 INTRODUCTION 5 2.1 Developement tools........................................... 6 2.2 Document

More information

Freescale, the Freescale logo, AltiVec, C-5, CodeTEST, CodeWarrior, ColdFire, ColdFire+, C- Ware, the Energy Efficient Solutions logo, Kinetis,

Freescale, the Freescale logo, AltiVec, C-5, CodeTEST, CodeWarrior, ColdFire, ColdFire+, C- Ware, the Energy Efficient Solutions logo, Kinetis, June 2013 Freescale, the Freescale logo, AltiVec, C-5, CodeTEST, CodeWarrior, ColdFire, ColdFire+, C- Ware, the Energy Efficient Solutions logo, Kinetis, mobilegt, PEG, PowerQUICC, Processor Expert, QorIQ,

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

**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

GS2K OV SDK User Guide. 1VV Rev

GS2K OV SDK User Guide. 1VV Rev GS2K OV SDK User Guide 1VV0301470 Rev. 1.1 2017-04-11 SPECIFICATIONS ARE SUBJECT TO CHANGE WITHOUT NOTICE NOTICE While reasonable efforts have been made to assure the accuracy of this document, Telit assumes

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

Lenovo Flex System SI Gb System Interconnect Module. Release Notes. for Networking OS 8.2

Lenovo Flex System SI Gb System Interconnect Module. Release Notes. for Networking OS 8.2 Lenovo Flex System SI4091 10Gb System Interconnect Module Release Notes for Networking OS 8.2 Note: Before using this information and the product it supports, read the general information in the Safety

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

T4240RDB Quick Start Guide

T4240RDB Quick Start Guide Freescale Semiconductor Document Number: T4240RDBQS Quick Start Rev 0, 11/2013 T4240RDB Quick Start Guide 1 Introduction The QorIQ T4240 reference system (T4240RDB) is a flexible system that supports the

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

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

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

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

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

Intel 82580EB/82580DB GbE Controller Feature Software Support. LAN Access Division (LAD)

Intel 82580EB/82580DB GbE Controller Feature Software Support. LAN Access Division (LAD) Intel 82580EB/82580DB GbE Controller Feature Software Support LAN Access Division (LAD) Revision: 1.3 March 2012 Intel 82580EB/82580DB GbE Controller Legal Legal INFORMATION IN THIS DOCUMENT IS PROVIDED

More information

Wind River Pulsar Linux Quick Start For Avnet Zynq Version 7.0

Wind River Pulsar Linux Quick Start For Avnet Zynq Version 7.0 Wind River Pulsar Linux Quick Start For Avnet Zynq Version 7.0 Page 1 Copyright 2017 Avnet, Inc. AVNET, Reach Further, and the AV logo are registered trademarks of Avnet, Inc. All other brands are the

More information

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

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

ADP1440-C06 for AXP1440

ADP1440-C06 for AXP1440 ADP1440-C06 for AXP1440 Application Note P/N: 6806800U49A November, 2016 Copyright Copyright 2016 Artesyn Embedded Technologies, Inc. All rights reserved. Trademarks Artesyn Embedded Technologies, Artesyn

More information

MSC8144AMC-S Getting Started Guide

MSC8144AMC-S Getting Started Guide Freescale Semiconductor Hardware Getting Started Guide Document Number: MSC8144AMCSHWGSG Rev. 2, 07/2008 MSC8144AMC-S Getting Started Guide This document describes how to connect the MSC8144AMC-S card

More information

MIL-STD-1553 (T4240/T4160/T4080) 12/8/4 2 PMC/XMC 2.0 WWDT, ETR, RTC, 4 GB DDR3

MIL-STD-1553 (T4240/T4160/T4080) 12/8/4 2 PMC/XMC 2.0 WWDT, ETR, RTC, 4 GB DDR3 Rugged 6U VME Single-Slot SBC Freescale QorIQ Multicore SOC 1/8/4 e6500 Dual Thread Cores (T440/T4160/T4080) Altivec Unit Secure Boot and Trust Architecture.0 4 GB DDR3 with ECC 56 MB NOR Flash Memory

More information

NXP-Freescale i.mx6. Dual Core SOM (System-On-Module) Rev 1.5

NXP-Freescale i.mx6. Dual Core SOM (System-On-Module) Rev 1.5 NXP-Freescale i.mx6 SOM i2ex Dual Core SOM (System-On-Module) Rev 1.5 Simple. Robust. Computing Solutions SolidRun Ltd. 7 Hamada st., Yokne am Illit, 2495900, Israel www.solid-run.com 1 Page Document revision

More information

Track Three Building a Rich UI Based Dual Display Video Player with the Freescale i.mx53 using LinuxLink

Track Three Building a Rich UI Based Dual Display Video Player with the Freescale i.mx53 using LinuxLink Track Three Building a Rich UI Based Dual Display Video Player with the Freescale i.mx53 using LinuxLink Session 1 How to capture your initial Linux based product requirements and quickly build a custom

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

Firmware Flash Upgrade Wizard. User Manual

Firmware Flash Upgrade Wizard. User Manual Firmware Flash Upgrade Wizard User Manual November 2018 1696956 Rev A ETS-Lindgren Inc. reserves the right to make changes to any products herein to improve functioning or design. Although the information

More information

NXP-Freescale i.mx6 MicroSoM i4pro. Quad Core SoM (System-On-Module) Rev 1.3

NXP-Freescale i.mx6 MicroSoM i4pro. Quad Core SoM (System-On-Module) Rev 1.3 NXP-Freescale i.mx6 MicroSoM i4pro Quad Core SoM (System-On-Module) Rev 1.3 Simple. Robust. Computing Solutions SolidRun Ltd. 3 Dolev st., 3rd floor, P.O. Box 75 Migdal Tefen 2495900, Israel. www.solid-run.com

More information

ConnectCore 6 U-Boot Customizations. Reference Manual

ConnectCore 6 U-Boot Customizations. Reference Manual ConnectCore 6 U-Boot Customizations Reference Manual Revision history 90001422 Revision Date Description A August, 2014 Initial release B October, 2014 Added SBCv2 support; added carrier board version

More information

DT4CS-Scale out Quick Start Guide

DT4CS-Scale out Quick Start Guide DT4CS-Scale out Quick Start Guide Revision : A1 2015 VVDN Technologies All Rights Reserved Copyright Notice This document is copyright of VVDN, All Rights Reserved. No part of this document, in whole or

More information

GS2K External Flash based Host Firmware Update Application Note NT11608A Rev

GS2K External Flash based Host Firmware Update Application Note NT11608A Rev GS2K External Flash based Host Firmware Update Application Note 80560NT11608A Rev. 1.0 2017-07-01 SPECIFICATIONS ARE SUBJECT TO CHANGE WITHOUT NOTICE NOTICE While reasonable efforts have been made to assure

More information

MIL-STD-1553 (T4240/T4160/T4080) 12/8/4 2 PMC/XMC 2.0 WWDT, ETR, RTC, 4 GB DDR3

MIL-STD-1553 (T4240/T4160/T4080) 12/8/4 2 PMC/XMC 2.0 WWDT, ETR, RTC, 4 GB DDR3 C11 Rugged 6U VPX Single-Slot SBC Freescale QorIQ Multicore SOC 1/8/4 e6500 Dual Thread Cores (T440/T4160/T4080) Altivec Unit Secure Boot and Trust Architecture.0 4 GB DDR3 with ECC 56 MB NOR Flash Memory

More information

FLASH MEMORY SUMMIT Adoption of Caching & Hybrid Solutions

FLASH MEMORY SUMMIT Adoption of Caching & Hybrid Solutions FLASH MEMORY SUMMIT 2011 Adoption of Caching & Hybrid Solutions Market Overview 2009 Flash production reached parity with all other existing solid state memories in terms of bites. 2010 Overall flash production

More information

Micetek International Inc. Professional Supplier for PowerPC Development Tools

Micetek International Inc. Professional Supplier for PowerPC Development Tools Introduction of PowerPC development tools (2008) Freescale PowerPC processors are ideal for RISC embedded application. With excellent performance, high level of integration and advanced technology, these

More information

SheevaPlug Development Kit Reference Design. Rev 1.2

SheevaPlug Development Kit Reference Design. Rev 1.2 SheevaPlug Development Kit Reference Design Rev 1.2 INTRODUCTION...4 SECTION 1 OVERVIEW...6 1.1 SHEEVAPLUG DESCRIPTION....6 Figure 1.1: SHEEVAPLUG Components and JTAG test card...6 Figure 1.2: SheevaPlug

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

The network interface configuration property screens can be accessed by double clicking the network icon in the Windows Control Panel.

The network interface configuration property screens can be accessed by double clicking the network icon in the Windows Control Panel. Introduction The complete instructions for setting up the PowerPC 750FX Evaluation Kit are provided in the PowerPC 750FX Evaluation Board User's Manual which can be found on the 750FX Evaluation Kit CD.

More information

SOM i1 Single Core SOM (System-On-Module) Rev 1.5

SOM i1 Single Core SOM (System-On-Module) Rev 1.5 NXP-Freescale i.mx6 SOM i1 Single Core SOM (System-On-Module) Rev 1.5 Simple. Robust. Computing Solutions SolidRun Ltd. 7 Hamada st., Yokne am Illit, 2495900, Israel www.solid-run.com 1 Page Document revision

More information

Open Source Automation Development Lab (OSADL) eg. The OSADL Latency Measurement Box.

Open Source Automation Development Lab (OSADL) eg. The OSADL Latency Measurement Box. Open Source Automation Development Lab (OSADL) eg The OSADL Latency Measurement Box www.osadl.org Table of Contents Getting started with the OSADL Latency Measurement Box 3 General hardware features 3

More information

HSD-400i Swift64 - Swift Broadband Version Description Document. VDD Revision A

HSD-400i Swift64 - Swift Broadband Version Description Document. VDD Revision A DEVELOPMENT - Release - 07 Nov 2016 13:39:43 MST - Printed on 14 Nov 2016 EMS Technologies Ltd., 400 Maple Grove Road Ottawa, Ontario K2V 1B8 CANADA HSD-400i Swift64 - Swift Broadband Version Description

More information

Micetek International Inc. Professional Supplier for PowerPC Development Tools

Micetek International Inc. Professional Supplier for PowerPC Development Tools Introduction of Micetek PowerPC development tools (2009) Freescale PowerPC processors are ideal for RISC embedded application. With excellent performance, high level of integration and advanced technology,

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

Lenovo RackSwitch G8272. Release Notes. For Networking OS 8.2

Lenovo RackSwitch G8272. Release Notes. For Networking OS 8.2 Lenovo RackSwitch G8272 Release Notes For Networking OS 8.2 Note: Before using this information and the product it supports, read the general information in the Safety information and Environmental Notices

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

i.mx31 3-Stack Platform Linux SDK Standard Release Package User s Guide

i.mx31 3-Stack Platform Linux SDK Standard Release Package User s Guide i.mx31 3-Stack Platform Linux SDK Standard Release Package User s Guide Document Number: 926-77208 Rev. 1.2 02/2008 How to Reach Us: Home Page: www.freescale.com Web Support: http://www.freescale.com/support

More information

Hands-on Workshop: Optimizing the MPC5121e Multicore Processor for Multimeida Applications

Hands-on Workshop: Optimizing the MPC5121e Multicore Processor for Multimeida Applications November 2008 Hands-on Workshop: Optimizing the MPC5121e Multicore Processor for Multimeida Applications PC115 David Liu Field Applications Engineer of Freescale Semiconductor, Inc. All other product or

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

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

MPC8349EA MDS Processor Board

MPC8349EA MDS Processor Board HW Getting Started Guide MPC8349EA MDS Processor Board Nov 2006: Rev. A Contents Contents.................................................................................. 1 About This Document.......................................................................

More information

Track Two Building an Internet Radio with the TI Sitara AM3517 using LinuxLink

Track Two Building an Internet Radio with the TI Sitara AM3517 using LinuxLink Track Two Building an Internet Radio with the TI Sitara AM3517 using LinuxLink Session 1 How to assemble and deploy an initial BSP and setup the development environment with the matching SDK Audio streaming

More information

IntelliServer RAS 2000 TM PowerRack Windows NT Supplement

IntelliServer RAS 2000 TM PowerRack Windows NT Supplement IntelliServer RAS 2000 TM PowerRack Windows NT Supplement 1060 Windward Parkway, Suite 100, Alpharetta, GA, 30005-3992 (USA) (800) 241-3946, Outside U.S./Canada: (770) 625-0000 FAX: (770) 625-0013 email:

More information

MB/ Starter Kit: First Steps

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

More information

Overview for Axxia 5600 and Axxia 6700

Overview for Axxia 5600 and Axxia 6700 Overview for Axxia 5600 and Axxia 6700 Axxia Systems use a 3 stage boot process to initialize the system and allow an operating system to be loaded. 1. The first stage is part of the asic and loads the

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

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

CM10 Rugged COM Express with TI Sitara ARM Cortex-A15

CM10 Rugged COM Express with TI Sitara ARM Cortex-A15 CM10 Rugged COM Express with TI Sitara ARM Cortex-A15 Computer-On-Module www.men.de/products/cm10/» TI Sitara ARM Cortex-A15 AM57xx» Single or dual core processor» Built-in quad core PRU and DSP core»

More information

TAKES CONTROL. Managing and monitoring the whole CoaxData network from a single device COAXBOX (REF )

TAKES CONTROL. Managing and monitoring the whole CoaxData network from a single device COAXBOX (REF ) TAKES CONTROL Managing and monitoring the whole CoaxData network from a single device COAXBOX (REF.769330) Equipped with the software required for CoaxData network management through a web inteface CoaxData

More information

STSW-STWBCFWDT. STWBC firmware downloader tool. Description. Features

STSW-STWBCFWDT. STWBC firmware downloader tool. Description. Features STWBC firmware downloader tool Data brief Features STWBC firmware downloading to any WBC device embedding the STWBC chip 1 to 8 possible simultaneous downloads Ability to download binary files and binary

More information

Intel Entry Storage System SS4000-E

Intel Entry Storage System SS4000-E Intel Entry Storage System SS4000-E Software Release Notes January 2007 Storage Systems Technical Marketing Engineering Document Revision History Intel Entry Storage System SS4000-E Document Revision History

More information

PetaLinux SDK User Guide. Eclipse Plugin Guide

PetaLinux SDK User Guide. Eclipse Plugin Guide PetaLinux SDK User Guide Notice of Disclaimer The information disclosed to you hereunder (the "Materials") is provided solely for the selection and use of Xilinx products. To the maximum extent permitted

More information

NADK Reflector Application Debug

NADK Reflector Application Debug Freescale Semiconductor Document Number: AN4940 Application Note Rev. 11.2, 01/2016 NADK Reflector Application Debug 1 Introduction The most popular user space application for SDK/NADK usage is the packet

More information

QuickStart Instructions. phycore-am3517 Rapid Development Kit for Linux

QuickStart Instructions. phycore-am3517 Rapid Development Kit for Linux QuickStart Instructions phycore-am3517 Rapid Development Kit for Linux Document No: Edition: August 3, 2011 A product of a PHYTEC Technology Holding Company phycore-am3517 Rapid Development Kit for Linux

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

User Manual C1AP-100. Industrial Ethernet Protocol Analyzer

User Manual C1AP-100. Industrial Ethernet Protocol Analyzer Industrial Ethernet Protocol Analyzer C1AP-100 CUSTOMER SUPPORT INFOR- MATION for technical support: Phone : +33 388 101830 Fax : +33 388 101835 Profi-TAP 2, rue de la Mairie 67203 Oberschaeffolsheim France

More information

KC705 Ethernet Design Creation October 2012

KC705 Ethernet Design Creation October 2012 KC705 Ethernet Design Creation October 2012 XTP147 Revision History Date Version Description 10/23/12 4.0 Regenerated for 14.3. 07/25/12 3.0 Regenerated for 14.2. Added AR50886. 05/08/12 2.0 Regenerated

More information

QorIQ FRDM-LS1012A board Getting Started Guide

QorIQ FRDM-LS1012A board Getting Started Guide NXP Semiconductors Document Number: FRDM-GSG Getting Started Guide Rev. 3, 11/2016 QorIQ FRDM- board Getting Started Guide 1 Introduction The QorIQ FRDM- board is an ultra-lowcost development platform

More information

QorIQ P4080 Processor Pre-Boot Loader Image Tool

QorIQ P4080 Processor Pre-Boot Loader Image Tool June 23, 2010 QorIQ P4080 Processor Pre-Boot Loader Image Tool FTF-NET-F0402 Kelley Oswalt Applications Engineer Objective Introduce the PBL Image Tool and describe it s features and use in assisting the

More information

TWR-LS1021A Getting Started

TWR-LS1021A Getting Started Freescale Semiconductor Getting Started Document Number: TWR-LS1021AGS Rev. 0, 09/2014 TWR-LS1021A Getting Started 1 Introduction This document explains how to connect the QorIQ LS1021A Tower System Module

More information

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

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

More information

NXP-Freescale i.mx6 MicroSoM i2. Dual Core SoM (System-On-Module) Rev 1.3

NXP-Freescale i.mx6 MicroSoM i2. Dual Core SoM (System-On-Module) Rev 1.3 NXP-Freescale i.mx6 MicroSoM i2 Dual Core SoM (System-On-Module) Rev 1.3 Simple. Robust. Computing Solutions SolidRun Ltd. 3 Dolev st., 3rd floor, P.O. Box 75 Migdal Tefen 2495900, Israel. www.solid-run.com

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

Cisco CMC Commands. The following commands are available on the Cisco CMC:

Cisco CMC Commands. The following commands are available on the Cisco CMC: Cisco CMC Commands This chapter includes a description of all the Cisco CMC commands in alphabetical order of the command mnemonic. For each command, this chapter provides: A short description of the purpose

More information

LC1628-L High-Speed USB Flash Disk Controller Preliminary Data Sheet

LC1628-L High-Speed USB Flash Disk Controller Preliminary Data Sheet LC1628-L High-Speed USB Flash Disk Controller Preliminary Data Sheet Rev. 1.1 Jan. 18, 2007 頁 1 / 12 Revision History Date Rev Owner Description Jan 09, 2007 1.0 Iris Chang Jan 18, 2007 1.1 Iris Chang

More information

Release Notes for QNX Neutrino BSP for Renesas SH7780 EDOSK 1.0.0#

Release Notes for QNX Neutrino BSP for Renesas SH7780 EDOSK 1.0.0# Release Notes for QNX Neutrino 6.4.0 BSP for Renesas SH7780 EDOSK 1.0.0# System requirements# Target system# QNX Neutrino RTOS 6.4.0 Board version: renesas sh7780 edosk board 128M AMD / SPANSION MirrorBit

More information

How To Install SecurePlatform with PXE

How To Install SecurePlatform with PXE How To Install SecurePlatform with PXE 10 May 2012 2012 Check Point Software Technologies Ltd. All rights reserved. This product and related documentation are protected by copyright and distributed under

More information

BIOS Update Release Notes

BIOS Update Release Notes BIOS Update Release Notes PRODUCTS: D410PT, D510MO (Standard BIOS) BIOS Version 0516 - MOPNV10N.86A.0516.2011.0331.1730 March 31, 2011 Increased Setup time and Data range. Added support for new SPI flash

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

THIS SPEC IS OBSOLETE

THIS SPEC IS OBSOLETE THIS SPEC IS OBSOLETE Spec No: 002-04992 Spec Title: Installation of the LAN Adapter Replaced by: NONE Installation of the LAN Adapter Doc. No. 002-04992 Rev. *A Cypress Semiconductor 198 Champion Court

More information

REVISION HISTORY...3 USING DEVELOPMENT KIT ADVANTAGES...4 BLOCK DIAGRAM...5 KEY FEATURES...6

REVISION HISTORY...3 USING DEVELOPMENT KIT ADVANTAGES...4 BLOCK DIAGRAM...5 KEY FEATURES...6 TABLE OF CONTENTS REVISION HISTORY...3 USING DEVELOPMENT KIT ADVANTAGES...4 BLOCK DIAGRAM...5 KEY FEATURES...6 GENERAL INFORMATION...6 INFORMATION ON POWER...7 CONFIGURATION AND INSTALLATION...8 GPIO BIT

More information

User Guide. Pigeon Point Chassis Manager. Release June 20, 2018

User Guide. Pigeon Point Chassis Manager. Release June 20, 2018 User Guide Pigeon Point Chassis Manager Release 1.2.1 June 20, 2018 nvent Schroff GmbH hardware.management@nvent.com www.pigeonpoint.com schroff.nvent.com This document is furnished under license and may

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

Management Software AT-S79. User s Guide. For use with the AT-GS950/16 and AT-GS950/24 Smart Switches. Version Rev.

Management Software AT-S79. User s Guide. For use with the AT-GS950/16 and AT-GS950/24 Smart Switches. Version Rev. Management Software AT-S79 User s Guide For use with the AT-GS950/16 and AT-GS950/24 Smart Switches Version 1.0.0 613-000207 Rev. A Copyright 2005 Allied Telesyn, Inc. All rights reserved. No part of this

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

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

Bootloader commands - Openmoko

Bootloader commands - Openmoko Wiki Docs Planet Projects Lists Bootloader commands From Openmoko English عربي Български Česky Deutsch Eesti Español فارسی suomi Français Ελληνικά עברית Magyar Italiano 日本語 한국어 Nederlands Polski Português

More information