The Universal Boot Loader ( Das U-Boot )
|
|
|
- Caitlin Barton
- 10 years ago
- Views:
Transcription
1 1. března 2014
2 Úvod U-Boot je program typu monitor Licence GPLv2 Nasazen v mnoha produktech Snadno přenositelný a laditelný Podporuje mnoho architektur ARM, BlackFin, m68k, MIPS, NIOS, PowerPC, Sparc, x zařízení v hlavní řadě Poskytuje mnoho funkcí
3 Historie xx-boot 2000 PPCBoot 2002 ARMBoot Listopad 2002 PPCBoot aka. U-Boot podpora pro x podpora pro MIPS32, MIPS64, NIOS, m68k...
4 Uživatelské rozhraní CLI, většinou přes seriový port Bourne-kompatibilní shell (HUSH z busybox) Podporuje skriptování Environment obsahuje proměnné a skripty
5 Uživatelské rozhraní DEMO U-Boot (Feb :57:04) CPU: Freescale i.mx53 rev2.1 at 1200 MHz Reset cause: POR Board: DENX M53EVK I2C: ready DRAM: 1 GiB NAND: 256 MiB MMC: FSL_SDHC: 0 In: serial Out: serial Err: serial Net: FEC Hit any key to stop autoboot: 0 =>
6 Základní příkazy RTFM help Memory md, mw, cmp,..., cp, nm Environment env, run Další reset, sleep, bdinfo, coninfo
7 Memory Vhodné na zkoumání registrů Ne na každý pamět ový region lze přistupovat libovolně md [.b,.w,.l] address [# of objects] mw [.b,.w,.l] address value [count] cmp [.b,.w,.l] addr1 addr2 [count] => md 0x x : ffffffff ffffffff... => md.w 0x x : ffff ffff... => mw 0x x x10 => mw 0x x x8 => cmp.b 0x x x40 byte at 0x (0x78)!= byte at 0x (0xff) Total of 32 byte(s) were the same
8 Environment => help env env - environment handling commands Usage: env ask name [message] [size] - ask for environment variable env default [-f] -a - [forcibly] reset default environment env default [-f] var [...] - [forcibly] reset variable(s) to the env delete [-f] var [...] - [forcibly] delete variable(s) env edit name - edit environment variable env export [-t -b -c] [-s size] addr [var...] - export envi env grep [-e] [-n -v -b] string [...] - search environment env import [-d] [-t -b -c] addr [size] - import environment env print [-a name...] - print environment env run var [...] - run commands in an environment variable env save - save environment env set [-f] name [arg...]
9 Environment 2 => env set foo bar baz => env set quux echo $foo => env print foo foo=bar baz => env print quux quux=echo $foo => run quux bar baz
10 Další příkazy => bdinfo arch_number = 0xFFFFFFFF boot_params = 0x DRAM bank = 0x > start = 0x > size = 0x DRAM bank = 0x > start = 0xB > size = 0x eth0name = FEC ethaddr = c0:e5:4e:xx:xx:xx current eth = FEC ip_addr = baudrate = bps TLB addr = 0xAFFF0000 relocaddr = 0xAFF26000 reloc off = 0x3EF26000 irq_sp = 0xAF521F28 sp start = 0xAF521F18
11 Načtení souboru z lokálního média Init média: SD/MMC: mmc rescan USB: usb reset SATA: sata init IDE: ide reset Načtení souboru: <command> <interface> <dev[:part]> [addr] [filename] command: ext2load, ext4load, fatload interface: mmc, usb, ide, sata
12 Načtení souboru ze sít ě Nastavení sít ě: => env set ipaddr => env set netmask => env set serverip => env set gatewayip ICMP: => ping ${serverip} TFTP: => tftp ${loadaddr} ${serverip}:path/to/file => tftp path/to/file
13 Formát jádra U-Boot podporuje mnoho formátů jádra: ELF bootelf zimage bootz uimage bootm fitimage bootm FDT a Ramdisk: bootm <kernel> <ramdisk> <dtb>
14 Výsledek DEMO => tftp ${loadaddr} fitimage ; bootm ${loadaddr} Using FEC device TFTP from server ; our IP address is Filename fitimage. Load address: 0x Loading: #######################################... ## Loading kernel from FIT Image at Using conf@1 configuration Trying kernel@1 kernel subimage Description: Linux kernel... Verifying Hash Integrity... sha1+ OK Booting using the fdt blob at 0x723275d8 Loading Kernel Image... OK Loading Device Tree to 8fff8000, end 8ffffd6d... OK Starting kernel... [ ] Booting Linux on physical CPU 0x0
15 Vývoj GIT: git://git.denx.de/u-boot.git ML:
16 Děkuji za pozornost, Q/A?
VoIP Laboratory B How to re flash an IP04
VoIP Laboratory B How to re flash an IP04 (cc) Creative Commons Share Alike Non Commercial Attribution 3 This lab guides you through the process of re flashing an IP04. To re flash a unit is useful when
Booting Linux from a USB Flash Device on MPC5200 Systems David Wolfe, Infotainment, Multimedia and Telematics Division
Freescale Semiconductor Application Note AN3217 Rev. 0, 1/2006 Booting Linux from a USB Flash Device on MPC5200 Systems by David Wolfe, Infotainment, Multimedia and Telematics Division This document demonstrates
The embedded Linux quick start guide lab notes
The embedded Linux quick start guide lab notes Embedded Linux Conference Europe 2010 Date: Tuesday 26th October Location: DeVere University of Arms Hotel, Cambridge Room: Churchill Suite Presenter: Chris
opensuse for ARM On Your Device Sonntag, 21. Oktober 12
opensuse for ARM On Your Device ARM Booting ARM Booting Boot Loader ARM Booting Boot Loader Kernel ARM Booting Boot Loader Kernel User Space ARM Booting Boot Loader Kernel Appliance User Space Boot Loader
Application Development Kit for Android Installation Guide
Application Development Kit for Android Installation Guide 90001280_B 3/12/2012 2012 Digi International Inc. All rights reserved. Digi, Digi International, the Digi logo, the Digi website, a Digi International
Pwn Plug Community Edition 1.1 Installation Guide
Copyright 2012 Rapid Focus Security, LLC, DBA Pwnie Express. Revision 5.21.2012 Pwn Plug Community Edition 1.1 Installation Guide Contents: Legal stuff Release 1.1 Features Download the installation package
The Embedded Linux Quick Start Guide In the Beginning... Embedded Linux Conference Europe 2010
The In the Beginning... Chris Simmonds Embedded Linux Conference Europe 2010 Copyright 2010, 2net Limited 1 Overview Genesis of a Linux project The four elements Tool chain; boot loader; kernel; user space
i.mx USB loader A white paper by Tristan Lelong
i.mx USB loader A white paper by Tristan Lelong Introduction This document aims to explain the serial downloader feature of i.mx SoCs on Linux (available across i.mx family starting with i.mx23). This
Buildroot Workshop. Libre Software Meeting 2012. Thomas Petazzoni Free Electrons [email protected]
Libre Software Meeting 2012 Buildroot Workshop Thomas Petazzoni Free Electrons [email protected] Free Electrons. Kernel, drivers and embedded Linux development, consulting, training and
Open Network Install Environment (ONIE) LinuxCon North America 2015
Open Network Install Environment (ONIE) LinuxCon North America 2015 Curt Brune, Member of Technical Staff August 2015 Agenda What is It? ONIE Solves a Real Problem ONIE Design Approach ONIE Adoption ONIE
Matrix 510/520 User Guide
Matrix 510/520 User Guide Introduction: Matrix 510/520 are ARM9-based Linux ready industrial computer. The key features are as follow: Matrix 520 Layout 1. ARM920T ARM Thumb Processor with 200MIPS at 180MHz,
How to Run the MQX RTOS on Various RAM Memories for i.mx 6SoloX
Freescale Semiconductor, Inc. Document Number: AN5127 Application Note Rev. 1, 05/2015 How to Run the MQX RTOS on Various RAM Memories for i.mx 6SoloX 1 Introduction This document describes how to customize
User Guide Release 1.1.0 June 5, 2015
User Guide Release 1.1.0 June 5, 2015 2002-2015 Pigeon Point Systems, LLC. All rights reserved. Pigeon Point Chassis Manager and ChMM-700R This document is furnished under license and may be used or copied
ARP,TCP,IP utility -zjednodusene a rychle Jiri Kubina [email protected] Ver. 1.0 leden 2006
ARP,TCP,IP utility -zjednodusene a rychle Jiri Kubina Ver. 1.0 leden 2006 Obsah 1.ip 2.ifconfig 3.route 4.arp 5.arping 6.netstat 7.ethtool Upozorneni: U popisovanych prikazu nejsou uvedeny vsechny parametry
Solo / Dual / Quad ARM Cortex-A9 CPU Module
Solo / Dual / Quad ARM Cortex-A9 CPU Module Axel Embedded Linux Kit (XELK) Quick Start Guide DAVE Embedded Systems www.dave.eu [email protected] 2/56 Table of Contents 1 Preface...5
Embedded Linux Platform Developer
Embedded Linux Platform Developer Course description Advanced training program on Embedded Linux platform development with comprehensive coverage on target board bring up, Embedded Linux porting, Linux
Embedded Trusted Computing on ARM-based systems
1 / 26 Embedded Trusted Computing on ARM-based systems Martin Schramm, M.Eng. 10.04.2014 Agenda 2 of 26 [email protected] Embedded computing platforms have become omnipresent intend to alleviate
Yun Shield User Manual VERSION: 1.0. Yun Shield User Manual 1 / 22. www.dragino.com
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...
ROM Monitor. Entering the ROM Monitor APPENDIX
APPENDIX B This appendix describes the Cisco router ROM monitor (also called the bootstrap program). The ROM monitor firmware runs when the router is powered up or reset. The firmware helps to initialize
[HOW TO RECOVER AN INFINITI/EVOLUTION MODEM IDX3.0.0.0] 1
[HOW TO RECOVER AN INFINITI/EVOLUTION MODEM IDX3.0.0.0] 1 How to Recover an infiniti/evolution Modem Software Reference idx 3.0.0.0 (12.0.0.0) Updated: November 17 th 2011 Overview Recovery Procedures
Embedded Linux Systems
Dpto Sistemas Electrónicos y de Control Universidad Politécnica de Madrid Embedded Linux Systems Using Buildroot for building Embedded Linux Systems with the Raspberry-PI V1.2 Mariano Ruiz 2014 E U I T
AN10860_1. Contact information. NXP Semiconductors. LPC313x NAND flash data and bad block management
Rev. 01 11 August 2009 Application note Document information Info Keywords Abstract Content LPC3130 LPC3131 LPC313x LPC313X LPC3153 LPC3154 LPC3141 LPC3142 LPC31XX LPC31xx Linux kernel Apex boot loader
EDS1100/2100. VMware Image for Linux Software Developers Kit (SDK) Quick Start Guide
EDS1100/2100 VMware Image for Linux Software Developers Kit (SDK) Quick Start Guide Part Number 900-577 Revision A June 2010 Copyright and Trademark 2010 Lantronix. All rights reserved. No part of the
Managing Windows XP Firewall Through Command-line
Managing Windows XP Firewall Through Command-line By Pavan Shah Net-square Solutions [email protected] Overview The purpose of this document is to introduce functionalities of Windows XP s native netsh
LAB THREE STATIC ROUTING
LAB THREE STATIC ROUTING In this lab you will work with four different network topologies. The topology for Parts 1-4 is shown in Figure 3.1. These parts address router configuration on Linux PCs and a
MCF54418 NAND Flash Controller
Freescale Semiconductor Application Note Document Number: AN4348 Rev. 0, 09/2011 MCF54418 NAND Flash Controller by: Liew Tsi Chung Applications Engineer 1 Introduction The ColdFire MCF5441x family is the
Linux Disaster Recovery best practices with rear
Relax and Recover Linux Disaster Recovery best practices with rear Gratien D'haese IT3 Consultants Who am I Independent Unix System Engineer since 1996 Unix user since 1986 Linux user since 1991 Open Source
SEAGATE BUSINESS NAS ACCESSING THE SHELL. February 1, 2014 by Jeroen Diel IT Nerdbox
SEAGATE BUSINESS NAS ACCESSING THE SHELL February 1, 2014 by Jeroen Diel IT Nerdbox P a g e 1 Table of Contents Introduction... 2 Technical specifications... 3 Gaining access to the shell... 4 Enable the
Open vswitch Configuration Guide
Open vswitch Configuration Guide PICA8 Inc. March, 2011 Copyright (C) 2011 Pica8, Inc. All rights reserved. Pica8, Inc. makes no warranty of any kind with regard to this material, including, but not limited
Skywire TCP Socket Examples
Skywire TCP Socket Examples NimbeLink, LLC Published: April 2014 PN 30015 rev 1 NimbeLink, LLC All Rights Reserved. 1 1. TCP SOCKET OPERATIONS The following examples illustrate a few TCP socket operations
Open Network Install Environment
Open Network Install Environment Curt Brune Member of Technical Staff January 2014 Agenda Overview What Is ONIE? Lessons Learned ONIE Development Demo Project Directions cumulusnetworks.com 2 What Is ONIE?
NETGEAR WNR3500L Open Source Wireless N (Draft) Router Open Source Guide & Resources
NETGEAR WNR3500L Open Source Wireless N (Draft) Router Open Source Guide & Resources Chipsets: CPU: Broadcom BCM4718 (Draft IEEE 802.11n compliant) Four way set associative 32-KB instruction cache Two
Reboot the ExtraHop System and Test Hardware with the Rescue USB Flash Drive
Reboot the ExtraHop System and Test Hardware with the Rescue USB Flash Drive This guide explains how to create and use a Rescue USB flash drive to reinstall and recover the ExtraHop system. When booting
FileCruiser. VA2600 SR1 Quick Configuration Guide
FileCruiser VA2600 SR1 Quick Configuration Guide Contents About this guide 1 Setup FileCruiser 2 Get IP address 2 Login to the Administration Portal 3 Basic configuration with Setup Wizard 4 Step 1: Configure
Scalable PLC AC500 Communication AC500 Modbus TCP. ABB Group Version 3.1 (2012-07) Technical Guides
Scalable PLC AC500 Communication AC500 Modbus TCP Version 3.1 (2012-07) Technical Guides Coming up Modbus TCP with AC500 Configuration and parameterization Program in CoDeSys March 11, 2013 Slide 2 AC500
SheevaPlug Development Kit README Rev. 1.2
SheevaPlug Development Kit README Rev. 1.2 Introduction... 3 Flow to use the Software Development Kit packages... 3 Appendix A... 5 GCC cross-compiler... 5 Appendix B... 6 Mini-USB debug driver installation
Getting started with ARM-Linux
Getting started with ARM-Linux www.embeddedarm.com (480)-837-5200 usa Connecting serial communications and power (JP2 must be installed to enable console) An ANSI terminal or a PC running a terminal emulator
Sistemi ad agenti Principi di programmazione di sistema
Sistemi ad agenti Principi di programmazione di sistema Modulo 6 Why would anyone want to hack or write opensource project for embedded system, when you already have a very powerful and relatively cheap
Running Debian on Inexpensive Network Attached Storage Device
Running Debian on Inexpensive Network Attached Storage Devices [email protected] DebConf Caceres, Extremadura Objectives Explain what Network Attached Storage devices (NAS) are Show some interesting hardware
Linux Kernel and Driver Development Training
Linux Kernel and Driver Development Training Linux Kernel and Driver Development Training free electrons Embedded Linux Experts Copyright 2004-2015, Free Electrons. Creative Commons BY-SA 3.0 license.
DEVELOPMENT GUIDE ALTA DS 2. Android BSP 3.0 1.08-10222015-113600
DEVELOPMENT GUIDE ALTA DS 2 Android BSP 3.0 1.08-10222015-113600 Copyright Copyright 2015 VIA Technologies Incorporated. All rights reserved. No part of this document may be reproduced, transmitted, transcribed,
Embedded Linux Training. Lab Book. free electrons http://free-electrons.com
Lab Book free electrons http://free-electrons.com February 8, 2016 About this document Updates to this document can be found on http://free-electrons.com/doc/training/embeddedlinux/. This document was
AVR32737: AVR32 AP7 Linux Getting Started. 32-bit Microcontrollers. Application Note. Features. 1 Introduction
AVR32737: AVR32 AP7 Linux Getting Started Features Linux development tools overview Introduction to the Linux boot process Compiling, running and debugging applications 1 Introduction This application
OVS Configuration Guide
PicOS 2.2.0 March 2014 This document provides the configuration commands for OVS of PicOS 2.2.0 Copyright 2012-2014 Pica8, Inc. All rights reserved. Pica8, Inc. makes no warranty of any kind with regard
STLinux Software development environment
STLinux Software development environment Development environment The STLinux Development Environment is a comprehensive set of tools and packages for developing Linux-based applications on ST s consumer
Updating MNS-BB CUSTOMER SUPPORT INFORMATION PK012906
Updating MNS-BB PK012906 CUSTOMER SUPPORT INFORMATION Order toll-free in the U.S. 24 hours, 7 A.M. Monday to midnight Friday: 877-877-BBOX FREE technical support, 24 hours a day, 7 days a week: Call 724-746-5500
Cloud Storage Quick Start Guide
Cloud Storage Quick Start Guide Copyright - GoGrid Cloud Hosting. All rights reserved Table of Contents 1. About Cloud Storage...3 2. Configuring RHEL and CentOS Servers to Access Cloud Storage...3 3.
Easy H.264 video streaming with Freescale's i.mx27 and Linux
Libre Software Meeting 2009 Easy H.264 video streaming with Freescale's i.mx27 and Linux July 8th 2009 LSM, Nantes: Easy H.264 video streaming with i.mx27 and Linux 1 Presentation plan 1) i.mx27 & H.264
ipac-5010 User Guide + -
ipac-5010 User Guide Introduction: ipac-5010 is ARM9-based Linux ready industrial Programmable Automation Controller. The key features are as follow: 1. ARM920T ARM Thumb Processor with 200MIPS at 180MHz,
Secure Boot on i.mx50, i.mx53, and i.mx 6 Series using HABv4
Freescale Semiconductor, Inc. Document Number: AN4581 Application Note Rev. 1, 10/2015 Secure Boot on i.mx50, i.mx53, and i.mx 6 Series using HABv4 1. Introduction 1.1. Purpose Executing trusted and authentic
Installing and Using the vnios Trial
Installing and Using the vnios Trial The vnios Trial is a software package designed for efficient evaluation of the Infoblox vnios appliance platform. Providing the complete suite of DNS, DHCP and IPAM
Rapid Assessment Key User Manual
Rapid Assessment Key User Manual Table of Contents Getting Started with the Rapid Assessment Key... 1 Welcome to the Print Audit Rapid Assessment Key...1 System Requirements...1 Network Requirements...1
PBX DIGITAL TELEPHONE EXCHANGE MAINTENANCE GUIDE
PBX DIGITAL TELEPHONE EXCHANGE MAINTENANCE GUIDE PBX MAINTENANCE GUIDE MARCH -2010 II Version Table DATE/VERSION OF GUIDE 24.03.2010/AAA DS200L PBX BK REV. AAA 24.03.2010 KAREL reserves the right to make
Track One Building a connected home automation device with the Digi ConnectCore Wi-i.MX51 using LinuxLink
Track One Building a connected home automation device with the Digi ConnectCore Wi-i.MX51 using LinuxLink Session 1 Assembling and booting a small footprint Linux platform To join the teleconference -------------------------------------------------------
10 STEPS TO YOUR FIRST QNX PROGRAM. QUICKSTART GUIDE Second Edition
10 STEPS TO YOUR FIRST QNX PROGRAM QUICKSTART GUIDE Second Edition QNX QUICKSTART GUIDE A guide to help you install and configure the QNX Momentics tools and the QNX Neutrino operating system, so you can
Digitally Signed Cisco Software
Digitally Signed Cisco Software Last Updated: January 16, 2013 The Digitally Signed Cisco Software feature describes how to identify digitally signed Cisco software, gather software authentication information
SNMP COMMAND SNMP SNMP [HELP] [COMMUNITY SYSCONTACT SYSLOCATION SYSNAME SYSOBJECID/OID TRAPS LIST]
1996 Lundy Ave, San Jose, CA 95131, USA Phone: 408.519.2062 Fax: 408.519.2063 www.anacominc.com SNMP (Rev 78) SNMP COMMAND This command serves to list all SNMP configuration parameters, but it can also
Performance Evaluation of Linux Bridge
Performance Evaluation of Linux Bridge James T. Yu School of Computer Science, Telecommunications, and Information System (CTI) DePaul University ABSTRACT This paper studies a unique network feature, Ethernet
How To Understand The Linux Kernel And Its History
Linux Kernel and Driver Development Training Linux Kernel and Driver Development Training Free Electrons Free Electrons Embedded Linux Developers Copyright 2004-2015, Free Electrons. Creative Commons BY-SA
Software Prerequisites Linux Ubuntu 12.04 LTS. Estimated completion time: 15min. The goal of this hands-on is to:
TRAINING MANUAL Using SAM-BA for Linux on SAMA5D3 Xplained AN-8995 Prerequisites Hardware Prerequisites Atmel SAMA5D3 Xplained USB serial TTL adapter (optional) FTDI TTL-232R-3V3 USB to TTL serial cable
SysPatrol - Server Security Monitor
SysPatrol Server Security Monitor User Manual Version 2.2 Sep 2013 www.flexense.com www.syspatrol.com 1 Product Overview SysPatrol is a server security monitoring solution allowing one to monitor one or
New Technology Introduction: MIT App Inventor
FIRST Tech Challenge New Technology Introduction: MIT App Inventor Peter Klein 12 September 2015 Overview Hardware introduction MIT App Inventor Software installation Additional setup steps Creating an
How To Set Up A Network Map In Linux On A Ubuntu 2.5 (Amd64) On A Raspberry Mobi) On An Ubuntu 3.5.2 (Amd66) On Ubuntu 4.5 On A Windows Box
CSC-NETLAB Packet filtering with Iptables Group Nr Name1 Name2 Name3 Date Instructor s Signature Table of Contents 1 Goals...2 2 Introduction...3 3 Getting started...3 4 Connecting to the virtual hosts...3
ACP ThinManager Tech Notes Troubleshooting Guide
ACP ThinManager Tech Notes Troubleshooting Guide Use the F1 button on any page of a ThinManager wizard to launch Help for that page. Visit www.thinmanager.com/technotes/ to download the manual, manual
How To Backup a SmartCenter
How To Backup a SmartCenter 6 April 2011 2011 Check Point Software Technologies Ltd. All rights reserved. This product and related documentation are protected by copyright and distributed under licensing
Software User Guide UG-461
Software User Guide UG-461 One Technology Way P.O. Box 9106 Norwood, MA 02062-9106, U.S.A. Tel: 781.329.4700 Fax: 781.461.3113 www.analog.com ezlinx icoupler Isolated Interface Development Environment
PCI Express SATA / esata 6Gb/s RAID Card User Manual
PCI Express SATA / esata 6Gb/s RAID Card User Manual Specifications : - 2 x SATA 6Gb/s Port (SATA version) - 2 x esata 6Gb/s Port (esata version) - Max. 6Gb/s transfer rate per port - Supports both SATA
Embedded Single Board Computer GESBC-9260/GESBC-9260B User s Manual
Embedded Single Board Computer GESBC-9260/GESBC-9260B User s Manual Table of Contents Chapter 1 Introducing the GESBC-9260 Single Board Computer... 4 GESBC-9260 Overview... 4 Advanced Features... 4 AT91SAM9260...
i.mx Trust Architecture Protects assets of multiple stakeholders Guards against sophisticated attacks Assures software measures TM 2
September 2013 i.mx-based products Rich, mobile, end-user, connected platforms Increasingly valuable assets: end-user data, licensed content, access credentials, intellectual property Increasingly threatened:
Lab 1: Introduction to the network lab
CSCI 312 - DATA COMMUNICATIONS AND NETWORKS FALL, 2014 Lab 1: Introduction to the network lab NOTE: Be sure to bring a flash drive to the lab; you will need it to save your data. For this and future labs,
Linux on Soho-Router
Linux on Soho-Router Linux on Linksys, Netgear und D-Link by Jens Kühnel freelance linuxtrainer (SuSE and RedHat certified.) bookauthor of Samba3 - Wanderer zwischen den Welten Topic Introduction Linksys
Introduction to Operating Systems
Introduction to Operating Systems It is important that you familiarize yourself with Windows and Linux in preparation for this course. The exercises in this book assume a basic knowledge of both of these
Understanding Slow Start
Chapter 1 Load Balancing 57 Understanding Slow Start When you configure a NetScaler to use a metric-based LB method such as Least Connections, Least Response Time, Least Bandwidth, Least Packets, or Custom
HP Security Modules. Software Upgrade Guide. Part number: 5998-2259 Document version: 6PW103-20130314
HP Security Modules Software Upgrade Guide Part number: 5998-2259 Document version: 6PW103-20130314 Legal and notice information Copyright 2013 Hewlett-Packard Development Company, L.P. No part of this
Quick Note 53. Ethernet to W-WAN failover with logical Ethernet interface.
Quick Note 53 Ethernet to W-WAN failover with logical Ethernet interface. Digi Support August 2015 1 Contents 1 Introduction... 2 1.1 Introduction... 2 1.2 Assumptions... 3 1.3 Corrections... 3 2 Version...
PCIe AHCI-IP Demo Instruction Rev1.0 10-Jul-15
PCIe AHCI-IP Demo Instruction Rev1.0 10-Jul-15 This document describes the instruction to show PCIeSSD demo by using SATA AHCI-IP, SATA-IP, and PCIeIP connecting with SATA-III/II SSD on Xilinx evaluation
FriendlyARM mini2440
FriendlyARM mini2440 1. OVERVIEW...5 1.1 DESCRIPTION...5 1.1.1 Topview of Board...6 1.1.2 Hardware Features...6 1.2 HARDWARE RESOURCE...8 1.2.1 Memory Map and Chip Selection...8 1.2.2 Jumpers...8 1.2.3
Red Hat Linux Networking
The information presented should act as a guide to Red Hat Linux networking. It is intended to be accompanied with training and self study. To access most of these items you will need to have root access,
Embedded Linux Systems
Dpto Sistemas Electrónicos y de Control Universidad Politécnica de Madrid Embedded Linux Systems Using Buildroot for building Embedded Linux Systems Mariano Ruiz 2013 E U I T T e l e c o m u n i c a c
HighPoint RAID Management Command Line Interface Guide
HighPoint RAID Management Command Line Interface Guide Revision: 1.0 Date: Oct. 2004 HighPoint Technologies, Inc. Copyright 2004 HighPoint Technologies, Inc. All rights reserved. No part of this publication
Asterisk on Alvis-PBX
Odin TeleSystems Inc. Asterisk on Alvis-PBX Getting Started Doc. No. 1512-1-HCA-1024-1 Rev. 1.0 Copyright Odin TeleSystems Inc, 2009 www.odints.com Asterisk on Alvis-PBX Getting Started 2(16) Copyright
Basic System. Vyatta System. REFERENCE GUIDE Using the CLI Working with Configuration System Management User Management Logging VYATTA, INC.
VYATTA, INC. Vyatta System Basic System REFERENCE GUIDE Using the CLI Working with Configuration System Management User Management Logging Vyatta Suite 200 1301 Shoreway Road Belmont, CA 94002 vyatta.com
2015/02/07 05:41 1/23 WIZ550WEB Users' Guide
2015/02/07 05:41 1/23 WIZ550WEB Users' Guide WIZ550WEB Users' Guide Overview WIZ550web provides the lightweight webserver operating. It controls digital output or monitors digital and analogue input through
NAM CLI Commands: email - logout
CHAPTER 3 NAM CLI Commands: email - logout This chapter provides information about the following commands: email entity alias entity assetid exit exsession ftp help ip address ip broadcast ip domain ip
Monitoring Your Network
CHAPTER 17 Date: 3/22/13 When naming ACE objects (such as a real server, virtual server, parameter map, class map, health probe, and so on), enter an alphanumeric string of 1 to 64 characters, which can
WA2192 Introduction to Big Data and NoSQL. Classroom Setup Guide. Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1
WA2192 Introduction to Big Data and NoSQL Classroom Setup Guide Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1 Table of Contents Part 1 - Minimum Hardware Requirements...3 Part 2 - Minimum Software
Network/IP Camera Set up and Re-programming. Leopard Imaging Inc. Jan, 2013.
Network/IP Camera Set up and Re-programming Leopard Imaging Inc. Jan, 2013. Overview Leopard Imaging HD IP Camera Modules are a total solution for High Definition IP Camera solution based on TI DM368 with
Adapting the PowerPC 403 ROM Monitor Software for a 512Kb Flash Device
Adapting the PowerPC 403 ROM Monitor Software for a 512Kb Flash Device IBM Microelectronics Dept D95/Bldg 060 3039 Cornwallis Road Research Triangle Park, NC 27709 Version: 1 December 15, 1997 Abstract
AVG 8.5 Anti-Virus Network Edition
AVG 8.5 Anti-Virus Network Edition User Manual Document revision 85.2 (23. 4. 2009) Copyright AVG Technologies CZ, s.r.o. All rights reserved. All other trademarks are the property of their respective
LPC-2478-STK Software Quickstart Guide
LPC-2478-STK Software Quickstart Guide By default, the board executes the U-Boot bootloader located in the internal flash. It's menu is displayed on the serial port of the board. The default settings of
Internet-bridge XPort
Ing. Z.Královský Ing. Petr Štol Perk 457 Okrajová 1356 675 22 STA 674 01 T EBÍ Development & production of control equipment Tel.: 568 870982 Tel.: 568 848179 Visualization, measurement and regulation
Install Guide for JunosV Wireless LAN Controller
The next-generation Juniper Networks JunosV Wireless LAN Controller is a virtual controller using a cloud-based architecture with physical access points. The current functionality of a physical controller
Embedded Asterisk. A Crazy Man s Approach to VoIP. Terry Dunlap. 5/12/2007 terrydunlap.com
Embedded Asterisk A Crazy Man s Approach to VoIP Terry Dunlap 5/12/2007 terrydunlap.com 1 The Master Plan Embedded... are you insane? My kinda shopping In search of... simplicity Network administration
How to deploy console cable to connect WIAS-3200N and PC, to reset setting or check status via console
System s web management can also be accesses via WAN port as long as the administrator uses an IP address listed in Management IP Address List setting. If both WAN and LAN ports are unable to reach web
File Transfers. Contents
A File Transfers Contents Overview..................................................... A-2................................... A-2 General Switch Software Download Rules..................... A-3 Using
Configuring the Switch IP Address and Default Gateway
CHAPTER 3 Configuring the Switch IP Address and Default Gateway This chapter describes how to configure the IP address, subnet mask, and default gateway on the Catalyst enterprise LAN switches. Note For
Procedure to Create and Duplicate Master LiveUSB Stick
Procedure to Create and Duplicate Master LiveUSB Stick A. Creating a Master LiveUSB stick using 64 GB USB Flash Drive 1. Formatting USB stick having Linux partition (skip this step if you are using a new
