Gateworks_Avila/Cambria_Installation. Please note: The details in these instructions apply specifically to the GW board.

Size: px
Start display at page:

Download "Gateworks_Avila/Cambria_Installation. Please note: The details in these instructions apply specifically to the GW board."

Transcription

1 Please note: The details in these instructions apply specifically to the GW board. If you are using a GW or GW2347 there are subtle but important differences in the flashing commands you must use. See the file FLASHING.TXT for details. The Gateworks GW234x series Network Processor boards provide an excellent platform for building high performance wireless networks using DD-WRT firmware. They are well built, flexible, and relatively much lower in cost than most commercial alternatives. For more information see: Avila Gateworks GW234x Installing DD-WRT on the GW2348 board is relatively simple. To install the firmware you will need the following tools: Computer (I use a laptop with wireless internet connectivity as well as an ethernet port) DC power supply (12 to 24 V, 1 A) Coaxial power plug (2.5 mm x 5.5 mm available from Radio Shack) 9 pin serial cable Ethernet cable Before you begin you will need to download and install some tools unless you already have them. If you don't already have one, download a TFTP server for your computer. I use TFTPD32 which is free and works quite well. You will also need a terminal program to communicate with the GW2348 over its serial port. I use Hyperterminal which comes with Windows XP but you can use another if you wish. What is important is that you configure it with the following settings: Speed: Baud Parity: None Data Bits: 8 Stop Bits: 1 Flow Control: None 1

2 2

3 You will also need to download a copy of the firmware from the DD-WRT Downloads section of the website. The firmware is (as of this writing) located under the beta subsection in a directory called AVILA GATEWORKS. The first file you should get is flashing.txt which describes, albeit in very abbreviated terms, the essential information required to complete the process of flashing DD-WRT firmware onto the GW2348 board. Next, choose the build that you are comfortable with (generally the most recent) and download root.fs and zimage. These two files should be saved in the TFTP Root directory you created when you installed TFTPD32. For the purposes of these instructions you will not need to download the file gateworx-firmware-squashfs.bin as we won't be using it. While you are on the DD-WRT website, visit the online store and purchase an activation key for the GATEWORKS firmware. When all the files have been downloaded and installed as needed in the computer it is time to set up the computer to connect to the GW2348 board. Plug the serial cable between the serial port on the computer and the serial port on the GW2348. Connect the ethernet cable between the ethernet port on the computer and the eth0 port on the GW2348. The eth0 port is the one closest to the power connector on the GW2348. Next, open the Windows control panel and go into the network connections page. Select the local area connection item that corresponds to the ethernet adapter you connected to the GW2348. Manually configure the TCP/IP settings of this ethernet adapter as follows: 3

4 Manually Specified Address (no DHCP) IP ADDRESS: SUBNET MASK: Remove any reference to a GATEWAY address as well as references to DNS servers on this adapter's configuration. You are now ready to power up the GW2348 for the first time. To do this you will need to connect your 24 volt DC power supply to the coaxial power connector so that the negative (-) terminal of the supply is connected to the outer sleeve of the connector and the Positive (+) terminal is connected to the center conductor. Remember to start up Hyperterminal (or your terminal package of choice) with the settings shown in the image above. Plug in the power to the GW2348 and turn on the power supply. If no smoke comes from the board the ethernet port lights should flicker and then come on. At about the same time Windows should report that the ethernet port is connected at 100 Mb/s and text should start to appear on the Hyperterminal screen looking something like this: +No devices on IDE controller 0 Gateworks_Avila/Cambria_Installation Trying NPE-B...success. Using NPE-B with PHY 0. Ethernet eth0: MAC address 00:d0:12:xx:xx:xx IP: / , Gateway: Default server: RedBoot(tm) bootstrap and debug environment [ROM] Gateworks certified release, version built 05:22:19, Mar Platform: Gateworks Avila GW234X (IXP42X 533MHz) BE Copyright (C) 2000, 2001, 2002, 2003, 2004 Red Hat, Inc. Copyright (C) 2004, 2005 Gateworks Corporation RAM: 0x x , [0x000298b0-0x03fc1000] available FLASH: 0x x , 128 blocks of 0x bytes each. == Executing boot script in seconds - enter ^C to abort After a couple of seconds (2 and 1/2 to be exact) the text will continue scrolling by. When it is finished open a web browser and type in the URL This should give you a basic web page from the embedded copy of Linux that is running on the GW2348. If you have gotten this far you have a working GW2348 and are ready to flash in a copy of DD-WRT. be sure to start up the TFTPd32 program with both the root.fs and zimage files in the tftpd root directory. Remember to set the TFTP server address to This is easiest to do while the GW2348 is still turned on and the ethernet port is active. 4

5 Unplug the power (or switch off the supply) to the GW2348 and then make sure that the Hyperterminal program is running. Also bring up a text editor such as "Notepad" and open the flashing.txt file you downloaded from the DD-WRT website when you were downloading the DD-WRT image files. You will be referring to this file during the next phase of the process and will probably be copying and pasting lines from it into the Hyperterminal window since this will save a lot of tedious typing and will likely reduce thechances of making an unfortunate error. It's time to begin the flashing process in earnest now. Here goes nothing... Plug in the GW2348 power supply while watching the Hyperterminal Window. When you see the line: == Executing boot script in seconds - enter ^C to abort you have 2 and one half seconds to hit CTRL-C. When you do you should see a prompt that looks like this: ^C At this prompt enter the line: fis init -f 5

6 The GW2348 will respond with: About to initialize [format] FLASH image system - continue (y/n)? As long as you are ready to continue enter a Y to get the following response: *** Initialize FLASH Image System... Erase from 0x x50fe0000: Unlock from 0x50fe0000-0x :.... Erase from 0x50fe0000-0x :.... Program from 0x03fe0000-0x at 0x50fe0000:.... Lock from 0x50fe0000-0x :. Enter the following line: (you may want to refer to the flashing.txt file for this and subsequent lines to enter since they could change in future builds) load -r -v -b 0x zimage At this point you will find out for sure if your TFTP server is working correctly. If it isn't you will get something like this: Using default protocol (TFTP) udp_sendto: Can't find address of server Can't load 'zimage': some sort of network error When I got this message it was because I had forgotten to set my TFTP server to use as its address so it was not seeing the TFTP request coming from the GW2348. I changed the setting and then the reply coming from the GW2348 looked like this: Using default protocol (TFTP) / Raw file loaded 0x x00967c93, assumed entry at 0x This took several seconds as the zimage file was downloaded to the Gateworks board from my computer. After this completes execute the following command: fis create -b 0x f 0x l 0x r 0x linux The response should look like this:... Erase from 0x x : Program from 0x x00a00000 at 0x : Unlock from 0x50fe0000-0x :.... Erase from 0x50fe0000-0x :.... Program from 0x03fe0000-0x at 0x50fe0000:.... Lock from 0x50fe0000-0x :. Then enter this command: fis create -n linux 6

7 You will get a caution message: An image named 'linux' exists - continue (y/n)? y * CAUTION * about to program 'linux' at 0x x501e7c93 from 0x continue (y/n)? y The message repeats twice since this is when you are actually overwriting the original version of Linux installed on the board. They really want you to be sure and it is wise to reread your command line to be sure that you aren't doing something stupid... but forge ahead... The GW2348 will respond:... Unlock from 0x50fe0000-0x :.... Erase from 0x50fe0000-0x :.... Program from 0x03fe0000-0x at 0x50fe0000:.... Lock from 0x50fe0000-0x :. Now it is time to TFTP in the second file (root.fs): load -r -v -b 0x root.fs If all is working well the response should look something like this: Using default protocol (TFTP) / Raw file loaded 0x x00d13fff, assumed entry at 0x When the loading of the root filesystem is complete (it will take a few seconds because it is a large file) you will create several files The first looks like this: fis create -b 0x f 0x l 0x00D20000 ramdisk The response from the GW2348 will look like:... Erase from 0x x50fa0000: Program from 0x x at 0x : Unlock from 0x50fe0000-0x :.... Erase from 0x50fe0000-0x :.... Program from 0x03fe0000-0x at 0x50fe0000:.... Lock from 0x50fe0000-0x :. Programming this block of the flash memory takes quite a while because it is a very large file. You will now do two more similar commands that will execute in exactly the same way but will finish much faster. They are: fis create -b 0x f 0x050FA0000 -l 0x mampf and... fis create -b 0x f 0x050FC0000 -l 0x nvram 7

8 When these are done we will run the fconfig utility at the prompt. The GW2348's output is shown in regular type. Your entries are shown in italic: fconfig Run script at boot: true Boot script:.. fis load ramdisk.. fis load zimage.. exec Enter script, terminate with empty line >> fis load linux >> exec >> Boot script timeout (100ms resolution): 25 Use BOOTP for network configuration: false Gateway IP address: Local IP address: Local IP address mask: Default server IP address: Console baud rate: GDB connection port: 9000 Force console for special debug messages: false Network debug at boot time: false Default network device: npe_eth0 Update RedBoot non-volatile configuration - continue (y/n)? y... Unlock from 0x50fe0000-0x :.... Erase from 0x50fe0000-0x :.... Program from 0x03fe0000-0x at 0x50fe0000:.... Lock from 0x50fe0000-0x :. Many of these values will be automatically filled in. You only need to backspace and edit to change them. Otherwise you can simply hit enter for the next line. when the computer pauses on a blank line that needs to remain blank such as the gateway address just hit enter to proceed to the next line. When you have finished and are at the prompt you are ready to reboot the GW2348. Before you do this you will need to make a few changes in your computer configuration. First, shut down the TFTP server. You won't be needing it. Then open the control panel and go back to the network connections page and change your IP address on the ethernet adapter from to Now, start up a web browser and type in the URL but don't hit enter just yet... Unplug the power to the GW2348 and repower it. Wait about seconds then hit enter on the web browser. You should get a page that looks a lot like the one shown below: 8

9 If you have gotten this far successfully you have done the hard part. All that remains is to register the board using the web based registration server at DD-WRT. It might be a good time now to copy that big system key that is on the web page to the clipboard. After doing that, start up a second browser (here is where having that wireless internet connectivity comes in handy) and browse back to the DD-WRT website and go to the DD-WRT shop where you will need to log in with the address and password you used when you bought your activation key. When you go to My Account you will see a link to the Activation Center at the bottom of the page. click on it and you will be taken to a page where you can paste in that hairy long system key from the clipboard and generate an activation key that you can take back to the first browser and paste 9

10 into the available space as shown below: Gateworks_Avila/Cambria_Installation When you press the activate button the board will reboot and you may have to restart your browser to get it to display properly but you should get the familiar DD-WRT main screen. The username and password are "root" and "admin" just like other DD-WRT versions. You can now power down the board and install up to four mini-pci radio cards and start to have fun. Remember though that if you are using high power cards you will need a power supply with adequate voltage and current. 10

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

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

More information

MP01 Quick Start Guide

MP01 Quick Start Guide MP01 Quick Start Guide Version: V2.0 2011-10-12 Table of Contents MP01 QUICK START GUIDE... 2 1. USE MP01 TO SET UP A WIFI TELEPHONY NETWORK AND MAKE INTERNAL PHONE CALLS... 2 1.1 STEP 1-LOGIN TO THE MP01

More information

Initial flashing instruction

Initial flashing instruction = D-Link DIR-300 Rev.A = Airlink101 AR430W = Airlink101 AR335W Contents 1 Initial flashing instruction 1.1 Install RedBoot 1.2 Install DD-WRT 1.3 Recovery and Upgrade 1.4 Redboot access script for Windows

More information

Upgrade 6081RC Firmware

Upgrade 6081RC Firmware 6081RC Upgrade procedure for firmware and CoMon bootloader Date Action Sign-off 1/22/2009 Write initial upgrade procedure for firmware & CoMon bootloader Nathan Meyer 1/27/2009 Edit to simplify procedure

More information

Lab Using the Boot System Command. Objective. Background/Preparation

Lab Using the Boot System Command. Objective. Background/Preparation Lab 5.1.3 Using the Boot System Command Objective Display information about the Cisco IOS Image (software) that is currently running. Determine where the IOS is booting from. Check the amount of RAM, Flash

More information

Configuring the Switch with the CLI-Based Setup Program

Configuring the Switch with the CLI-Based Setup Program Configuring the Switch with the CLI-Based Setup Program Accessing the CLI Through Express Setup, page 1 Accessing the CLI Through the Console Port, page 1 Entering the Initial Configuration Information,

More information

Asus_TFTP_Flash. tftp client is enabled in the default installation of WinXP

Asus_TFTP_Flash. tftp client is enabled in the default installation of WinXP For the Asus WL-500 series a few extra steps are available/needed when you do the initial flashing of your Asus WL-500 series router, compared to the general TFTP flash procedure. To avoid confusing the

More information

Configuring the Switch with the CLI-Based Setup Program

Configuring the Switch with the CLI-Based Setup Program Configuring the Switch with the CLI-Based Setup Program This appendix contains these topics: Accessing the CLI Through Express Setup, page 1 Accessing the CLI Through the Console Port, page 1 Entering

More information

Installation Procedure Red Hat 7 with Netscape 6

Installation Procedure Red Hat 7 with Netscape 6 Installation Procedure Red Hat 7 with Netscape 6 Pre-installation Requirements Before proceeding with the installation of a WatchGuard SOHO unit, you must have the following: A computer with a 10BaseT

More information

28-Port 10/100/1000Mbps with. 4 Shared SFP Managed Gigabit Switch WGSW / WGSW-28040P. Quick Installation Guide

28-Port 10/100/1000Mbps with. 4 Shared SFP Managed Gigabit Switch WGSW / WGSW-28040P. Quick Installation Guide 28-Port 10/100/1000Mbps with 4 Shared SFP Managed Gigabit Switch WGSW-28040 / WGSW-28040P Quick Installation Guide Table of Contents 1. Package Content... 3 2. Requirements... 4 3. Terminal Setup... 5

More information

WF-2402 Quick Installation Guide

WF-2402 Quick Installation Guide WF-2402 Quick Installation Guide Netis 150Mbps Wireless-N Broadband Router 1. Check Your Package Contents The following items should be found in your package: 150Mbps Wireless-N Broadband Router Power

More information

ETH002-2 Relays at 16A Technical Documentation

ETH002-2 Relays at 16A Technical Documentation ETH002-2 Relays at 16A Technical Documentation Overview The ETH002 provides two volt free contact relay outputs with a current rating of up to 16Am. The module is powered from a 12vdc supply which can

More information

Installing + Configuring

Installing + Configuring Installing + Configuring Install and Recover with TFTP Introduction This document is designed to help you install the Commotion software if the Install on a Ubiquiti Device instructions did not work, or

More information

Click on Close button to close Network Connection Details. You are back to the Local Area Connection Status window.

Click on Close button to close Network Connection Details. You are back to the Local Area Connection Status window. How to configure EW-7228APn/EW-7416APn as a Repeater to extend wireless range This article can apply on EW-7228APn and EW-7416APn. We used screen shots of EW-7416APn in this instruction. We recommend you

More information

Premiertek AP Mbps Wireless-N Broadband Router Quick Installation Guide

Premiertek AP Mbps Wireless-N Broadband Router Quick Installation Guide Premiertek AP2402 150Mbps Wireless-N Broadband Router Quick Installation Guide V1.0.8.11 1. Check Your Package Contents The following items should be found in your package: 150Mbps Wireless-N Broadband

More information

Initial Configuration for the Switch

Initial Configuration for the Switch Options for Initial Configuration, page 1 Configuring the Switch Using the Web User Interface, page 1 Configuring the Switch Using the CLI, page 4 Configuring the Switch in the ROMMON Mode, page 12 Options

More information

Index. Ultimate Solutions, Inc Clever Drive Tewksbury, MA USA ZY1000

Index. Ultimate Solutions, Inc Clever Drive Tewksbury, MA USA ZY1000 Quick Start Guide ZY1000 JTAG Debugger Version 2.00 March 1, 2012 ZY1000 Index 1 ZY1000...2 1.1 Warranty...2 1.2 Compliance...2 2 Basic ZY1000 setup...3 2.1 Set TCP/IP address...3 2.2 Connect the ZY1000

More information

802.11g Super-G 108Mb Wireless Access Point Quick Installation Guide

802.11g Super-G 108Mb Wireless Access Point Quick Installation Guide 802.11g Super-G 108Mb Wireless Access Point Quick Installation Guide The enclosed Hardware Installation Guide gives you a step-by-step explanation of how to install your 108Mb Super-G PCI Adapter. Further

More information

idirect Technical Note 1. INTRODUCTION 2. DIFFERENCES BETWEEN INFINITI AND NETMODEM II+ SERIES

idirect Technical Note 1. INTRODUCTION 2. DIFFERENCES BETWEEN INFINITI AND NETMODEM II+ SERIES idirect Technical Note Subject: Recovering infiniti Remotes Date: March 10, 2006 Applies To: Version 6.0.1 and Later 1. INTRODUCTION This technical note contains information and procedures pertaining to:

More information

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

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

More information

Linksys WRT54G v5.0 & 5.1 & 6.0

Linksys WRT54G v5.0 & 5.1 & 6.0 Log in / create account Go Main Page Community portal Current events Recent changes Random page Help Donations Linksys WRT54G v5.0 & 5.1 & 6.0 From DD-WRT Wiki Contents 1 How To Flash 2 Other Notes How

More information

GW1000 User s Guide. Revision 1.04 Mar 30, 2008

GW1000 User s Guide. Revision 1.04 Mar 30, 2008 GW1000 User s Guide Revision 1.04 Mar 30, 2008 Website: www.datalink-networks.com Tel : (604) 632-4278 / (866) 709-6390 Table of Contents 1.0 GW1000 General Operation & Applications... 3 2.0 Hardware Specifications...

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

48-Port 10/100Mbps + 4 Gigabit TP / 2 SFP. Managed Switch WGSW Quick Installation Guide

48-Port 10/100Mbps + 4 Gigabit TP / 2 SFP. Managed Switch WGSW Quick Installation Guide 48-Port 10/100Mbps + 4 Gigabit TP / 2 SFP Managed Switch WGSW-5242 Quick Installation Guide Table of Contents 1. Package Content... 3 2. Requirements... 4 3. Terminal Setup... 5 4. Logon to the Console...

More information

48-Port 10/100/1000Base-T with 4 Shared SFP. Managed Gigabit Switch WGSW Quick Installation Guide

48-Port 10/100/1000Base-T with 4 Shared SFP. Managed Gigabit Switch WGSW Quick Installation Guide 48-Port 10/100/1000Base-T with 4 Shared SFP Managed Gigabit Switch WGSW-48000 Quick Installation Guide Table of Contents 1. Package Content... 3 2. Requirements... 4 3. Terminal Setup... 5 4. Logon to

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

Programming through Web browser:

Programming through Web browser: Connection Details Digital Inputs: There are 8 isolated digital inputs. Digital inputs will work from 5V to 24V DC. Every input has LED indications on top. LED will be ON when proper input is provided.

More information

L2+ Managed Metro Ethernet Switch MGSW / MGSD Series

L2+ Managed Metro Ethernet Switch MGSW / MGSD Series L2+ Managed Metro Ethernet Switch MGSW / MGSD Series Quick Installation Guide Table of Contents 1. Package Contents... 3 2. Requirements... 4 3. Wiring DC Power Inputs... 5 4. Terminal Setup... 6 5. Logon

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

Installation Procedure Red Hat 7 with Netscape 6

Installation Procedure Red Hat 7 with Netscape 6 Installation Procedure Red Hat 7 with Netscape 6 Printer Friendly Version [ PDF 285K ] Before You Begin Before proceeding with the installation of a SOHO 6 appliance, you must have the following: A computer

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

Running RAM RedBoot to Move Flash from Outbound Direct Addressing Window

Running RAM RedBoot to Move Flash from Outbound Direct Addressing Window Running RAM RedBoot to Move Flash from Outbound Direct Addressing Window Application Note January 2002 Document Number: 273660-001 Information in this document is provided in connection with Intel products.

More information

Configuring the Switch with the CLI Setup Program

Configuring the Switch with the CLI Setup Program APPENDIXC Configuring the Switch with the CLI Setup Program This appendix provides a command-line interface (CLI) setup procedure for a standalone switch. To set up the switch by using Express Setup, see

More information

Lab - Configure Wireless Router in Windows

Lab - Configure Wireless Router in Windows Introduction In this lab, you will configure and test the wireless settings on a wireless router. Recommended Equipment A computer with Windows installed A Wireless NIC installed An Ethernet NIC installed

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

Power Xpert Meter 2000 Gateway Card Kit

Power Xpert Meter 2000 Gateway Card Kit Quick Start Guide IL02601011E Rev. 2 December 2011 PXM 2250 PXM 2260 IQ 250 IQ 260 Power Xpert Meter 2000 Gateway Card Kit Table of Contents Remove the Meter From Service.... 2 Disconnect Power Connections,

More information

Power Xpert Meter 2000 Gateway Card Kit

Power Xpert Meter 2000 Gateway Card Kit Quick Start Guide IL02601011E PXM 2250 PXM 2260 IQ 250 IQ 260 Power Xpert Meter 2000 Gateway Card Kit Table of Contents Remove the Meter From Service... 2 Disconnect Power Connections, CTs, and Modbus....

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

Lab - Connect to a Router for the First Time

Lab - Connect to a Router for the First Time Introduction In this lab, you will configure basic settings on a wireless router. Recommended Equipment A computer with Windows installed An Ethernet NIC installed Wireless router Ethernet patch cable

More information

How to upgrade the firmware

How to upgrade the firmware How to upgrade the firmware This document will detail how to update the firmware on DAP-1150. Ensuring the firmware remains up to date can assist with functionality / improved performances as well as adding

More information

How to Upgrade or Recover the Firmware of the UC-7400 Series Embedded Computers

How to Upgrade or Recover the Firmware of the UC-7400 Series Embedded Computers How to Upgrade or Recover the Firmware of the UC-7400 Series Embedded Computers Bruce Chen, Project Supervisor, Moxa Technical Support Dept. Moxa offers the boot loader utility for firmware upgrade or

More information

TABLE OF CONTENTS COPYRIGHT INTRODUCTION...3 PRODUCT OVERVIEW...3 COMPONENTS AND FEATURES...3 HARDWARE INSTALLATION

TABLE OF CONTENTS COPYRIGHT INTRODUCTION...3 PRODUCT OVERVIEW...3 COMPONENTS AND FEATURES...3 HARDWARE INSTALLATION TABLE OF CONTENTS COPYRIGHT...2 1. INTRODUCTION...3 PRODUCT OVERVIEW...3 COMPONENTS AND FEATURES...3 HARDWARE INSTALLATION...3 2. MFP SERVER INSTALLATION...5 PREPARATION...5 CONFIGURATION SOLUTION TABLE...5

More information

How to manually set up EW-7228APn to extender wireless range

How to manually set up EW-7228APn to extender wireless range How to manually set up EW-7228APn to extender wireless range 1. Find out the IP address of your computer. Have your computer get on Internet as normally, without EW-7228APn turning on. If you use a Windows

More information

Broadband Router DC-202. User's Guide

Broadband Router DC-202. User's Guide Broadband Router DC-202 User's Guide Table of Contents CHAPTER 1 INTRODUCTION... 1 Broadband Router Features... 1 Package Contents... 3 Physical Details...3 CHAPTER 2 INSTALLATION... 5 Requirements...

More information

Deploy a Customer Site

Deploy a Customer Site Local Administration, on page 1 Run Port Check Tool, on page 4, on page 4 Add Cisco Wireless IP Phone 8821 to the Wireless LAN, on page 6 Provision the Phone, on page 7 Local Administration You can connect

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

ETH044-4 SSR (230VAC) and 4 Digital IO

ETH044-4 SSR (230VAC) and 4 Digital IO ETH044-4 SSR (230VAC) and 4 Digital IO Technical Documentation WARNING Mains Voltages can be Lethal. If you are not confident with using these voltages, please use a qualified electrician to wire this

More information

Multi-port Coax + 2-port 10/100/1000T + 2-port. 100/1000X SFP Long Reach PoE over Coaxial. Managed Switch LRP-822CS / LRP-1622CS

Multi-port Coax + 2-port 10/100/1000T + 2-port. 100/1000X SFP Long Reach PoE over Coaxial. Managed Switch LRP-822CS / LRP-1622CS Multi-port Coax + 2-port 10/100/1000T + 2-port 100/1000X SFP Long Reach PoE over Coaxial Managed Switch LRP-822CS / LRP-1622CS Quick Installation Guide Table of Contents 1. Package Contents... 3 2. Requirements...

More information

NET101. RS232 / RS422 / RS485 to Ethernet Converter. User s Manual. Version 1.2

NET101. RS232 / RS422 / RS485 to Ethernet Converter. User s Manual. Version 1.2 NET101 RS232 / RS422 / RS485 to Ethernet Converter User s Manual Version 1.2 Copyright Information Copyright 2004-2005, Mega System Technologies, Inc. All rights reserved. Reproduction without permission

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

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

Contents. Summary. Preparation. LaFonera_Software_Chilispot. You are here: DD-WRT wiki mainpage / LaFonera / Software / Chilispot

Contents. Summary. Preparation. LaFonera_Software_Chilispot. You are here: DD-WRT wiki mainpage / LaFonera / Software / Chilispot You are here: DD-WRT wiki mainpage / LaFonera / Software / Chilispot Contents 1 Summary 2 Preparation 3 Flashing 4 Configuring ddwrt for Wifi-CPA 4.1 Setup/Basic Setup 4.2 Wireless 4.3 Services 4.4 Security

More information

Computer Concepts for Beginners

Computer Concepts for Beginners Computer Concepts for Beginners Greetings Hi, my name is Tony & we re about to take a big plunge into the computer world! For some of us, this might be the first time we re actually using our computers,

More information

Medium parts count, through-hole components (with exception of optional surface mount MAC IC).

Medium parts count, through-hole components (with exception of optional surface mount MAC IC). Introduction The E1.31 DMX Bridge is an interface intended to be used as part of a system to operate a lighting display that consists of DMX or Renard controlled dimmers. To form a complete system, the

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

D-Link (Europe) Ltd. 4 th Floor Merit House Edgware Road London HA7 1DP U.K. Tel: Fax:

D-Link (Europe) Ltd. 4 th Floor Merit House Edgware Road London HA7 1DP U.K. Tel: Fax: Product: DFL-500 Internet Firewall Index Setup Introduction...2 Set Up Using Web Configurator...3 Setting Up Internal IP Address using CLI...4 Setting UP External IP Address Manually Using CLI...4 How

More information

Silex SD-320AN-03 Serial Server

Silex SD-320AN-03 Serial Server GE Healthcare Silex SD-320AN-03 Serial Server Firmware Upgrade Instructions 2106794-001 Revision B Silex SD-320AN-03 Serial Server English 2018 General Electric Company. All Rights Reserved. Publication

More information

CHAPTER 7 ADVANCED ADMINISTRATION PC

CHAPTER 7 ADVANCED ADMINISTRATION PC ii Table of Contents CHAPTER 1 INTRODUCTION... 1 Broadband ADSL Router Features... 1 Package Contents... 3 Physical Details... 4 CHAPTER 2 INSTALLATION... 6 Requirements... 6 Procedure... 6 CHAPTER 3 SETUP...

More information

Field Procedure For Installation Of A WEB/SNMP Card For enotify

Field Procedure For Installation Of A WEB/SNMP Card For enotify Field Procedure For Installation Of A WEB/SNMP Card For enotify Eaton Electrical Inc. Page 1 8/11/2006 Requirements The UPS Firmware must have the following minimum firmware, see table below (It is recommended

More information

L2/L4 Managed Gigabit Ethernet Switch GS-4210 Ultra PoE Series

L2/L4 Managed Gigabit Ethernet Switch GS-4210 Ultra PoE Series L2/L4 Managed Gigabit Ethernet Switch GS-4210 Ultra PoE Series Quick Installation Guide Table of Contents 1. Introduction... 3 2. Package Contents... 4 3. Requirements... 5 4. Terminal Setup... 6 5. Logon

More information

Management Security Switch SGSD-1022 / SGSD-1022P SGSW-2840 / SGSW-2840P. Quick Installation Guide

Management Security Switch SGSD-1022 / SGSD-1022P SGSW-2840 / SGSW-2840P. Quick Installation Guide Management Security Switch SGSD-1022 / SGSD-1022P SGSW-2840 / SGSW-2840P Quick Installation Guide Table of Contents 1. Package Content... 3 2. Requirements... 4 3. Terminal Setup... 5 4. Logon to the Console...

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

Service Bulletin Rev Firmware Upgrade for ACRC100 Series

Service Bulletin Rev Firmware Upgrade for ACRC100 Series Rev. 3.1.0 Firmware Upgrade for ACRC100 Series Objective This Service Bulletin defines the procedure for upgrading the firmware for the InRow ACRC to version AOS 3.1.3 and APP 3.1.0. This upgrade is mandatory

More information

CHAPTER 2 ACTIVITY

CHAPTER 2 ACTIVITY CHAPTER 2 ACTIVITY 2.1.1.1 1. CLI stands for 2. GUI stands for 3. Write the step you used to go to CLI interface on Windows 4. The OS, normally loads from a disk drive, into RAM. 5. The portion of the

More information

Longshine Technologie Europe GmbH LCS-MFP101-2 Multifunction Printserver

Longshine Technologie Europe GmbH LCS-MFP101-2 Multifunction Printserver Longshine Technologie Europe GmbH LCS-MFP101-2 Multifunction Printserver www.longshine.de TABLE OF CONTENTS COPYRIGHT...2 1. INTRODUCTION...3 PRODUCT OVERVIEW...3 COMPONENTS AND FEATURES...3 HARDWARE INSTALLATION...3

More information

Configurations for the Layer 3 Switch Router

Configurations for the Layer 3 Switch Router CHAPTER 3 This chapter describes the initial configuration of the Layer 3 switch router and contains the following major sections: Starting Up the Layer 3 Switch Router, page 3-1 Using the Console and

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

This guideline works with Microsoft Windows only!

This guideline works with Microsoft Windows only! This guideline works with Microsoft Windows only! Please be aware that these steps will recover your LS400, but we cannot guarantee the data will still be stored on the device after the recovery. If you

More information

User s Guide. Ethernet Module for Barcode Printer

User s Guide. Ethernet Module for Barcode Printer User s Guide Ethernet Module for Barcode Printer 1. ETHERNET MODULE... 2 1-1. Functions... 2 1-2. General Specifications... 2 2. ETHERNET MODULE INSTALLATION... 3 2-1. Ethernet Module Installation for

More information

REVISION HISTORY... 2 REASONS USING DEVELOPMENT KIT...

REVISION HISTORY... 2 REASONS USING DEVELOPMENT KIT... Revision: 1.0 TABLE OF CONTENTS REVISION HISTORY... 2 REASONS USING DEVELOPMENT KIT... 3 Ordering Options - Standard Configurations*... 3 BLOCK DIAGRAM... 4 KEY FEATURES... 5 GENERAL INFORMATION... 5 INFORMATION

More information

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

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

More information

Backup a copy of a router IOS from flash to a TFTP server. Reload the backup IOS software image from a TFTP server into flash on a router.

Backup a copy of a router IOS from flash to a TFTP server. Reload the backup IOS software image from a TFTP server into flash on a router. Lab 5.2.5 Managing IOS Images with TFTP Objective Backup a copy of a router IOS from flash to a TFTP server. Reload the backup IOS software image from a TFTP server into flash on a router. Background/Preparation

More information

Longshine Technologie Europe GmbH

Longshine Technologie Europe GmbH Longshine Technologie Europe GmbH www.longshine.de TABLE OF CONTENTS COPYRIGHT...2 1. INTRODUCTION...3 PRODUCT OVERVIEW...3 COMPONENTS AND FEATURES...3 HARDWARE INSTALLATION...3 2. MFP SERVER INSTALLATION...5

More information

Dominion KX II-101. Quick Setup Guide. Step 1: Configure the Target Server

Dominion KX II-101. Quick Setup Guide. Step 1: Configure the Target Server Dominion KX II-101 Quick Setup Guide Thank you for your purchase of the KX II-101, the industry's most full-featured, enterprise-class, secure, digital KVM (Keyboard, Video, Mouse) switch. This Quick Setup

More information

24-Port 10/100/1000Mbps with. 4 Shared SFP Managed Gigabit Switch

24-Port 10/100/1000Mbps with. 4 Shared SFP Managed Gigabit Switch 24-Port 10/100/1000Mbps with 4 Shared SFP Managed Gigabit Switch WGSW-24040 / WGSW-24040R SGSW-24040 / SGSW-24040R SGSW-24040P / SGSW-24040P4 SGSW-24240 / SGSW-24240R SGSW-24040HP Quick Installation Guide

More information

Configuring the Access Point/Bridge for the First Time

Configuring the Access Point/Bridge for the First Time CHAPTER 2 Configuring the Access Point/Bridge for the First Time This chapter describes how to configure basic settings on your access point/bridge for the first time. You can configure all the settings

More information

SETTING UP NETWORKING FOR LOOKOUT 4.0

SETTING UP NETWORKING FOR LOOKOUT 4.0 NOTE TO USER SETTING UP NETWORKING FOR LOOKOUT 4.0 Contents Testing TCP/IP Capability The purpose of this document is to help you with basic configuration of your computers in order to run Lookout 4. This

More information

Upgrading the Software

Upgrading the Software APPENDIX B Upgrading the Software You can upgrade your software in the following ways: From the Cisco IOS command-line interface (CLI) From the ROM monitor Cisco recommends upgrading your software from

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

GE-DSH-73/82 and 82-POE Managed Switch Installation Sheet

GE-DSH-73/82 and 82-POE Managed Switch Installation Sheet GE Security GE-DSH-73/82 and 82-POE Managed Switch Installation Sheet Package Contents Thank you for purchasing the GE Security 7/8-Port Fast Ethernet + 2/3-Port Gigabit TP/SFP Combo Managed Switch. The

More information

Dominion KX II-101-V2

Dominion KX II-101-V2 Dominion KX II-101-V2 Quick Setup Guide Thank you for your purchase of the KX II-101-V2, the industry's most full-featured, enterprise-class, secure, digital KVM (Keyboard, Video, Mouse) switch. This Quick

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

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

Configuring the IBM Network Station. Using the Boot Monitor

Configuring the IBM Network Station. Using the Boot Monitor Configuring the IBM Network Station Using the Boot Monitor Network Station Education IBM August 1999 01/31/00 v2r1bootmonitor.prz 1 Objectives Understand the parameters required by the Network Station

More information

ICC INDUSTRIAL CONTROL COMMUNICATIONS, INC.

ICC INDUSTRIAL CONTROL COMMUNICATIONS, INC. Recovering A Wired Ethernet Device s Firmware Via TFTP This document details the method for recovering a wired Ethernet device s application firmware image via TFTP. This document applies to those ICC

More information

LevelOne Broadband Routers

LevelOne Broadband Routers LevelOne Broadband Routers FBR-1100TX FBR-1400TX FBR-1401TX FBR-1700TX User's Guide TABLE OF CONTENTS CHAPTER 1 INTRODUCTION... 1 Features of your LevelOne Broadband Router... 1 Package Contents... 4

More information

Perform Disaster Recovery

Perform Disaster Recovery The topics covered in this chapter are: Boot using USB Drive, page 1 Boot Using ipxe, page 3 Boot using USB Drive The bootable USB drive is used to re-image the router for the purpose of system upgrade

More information

ACE PLUS CORP. APCON100 series Operation Manual RS-232 to Ethernet Converter

ACE PLUS CORP. APCON100 series Operation Manual RS-232 to Ethernet Converter APCON100 series Operation Manual RS-232 to Ethernet Converter Page 1 of 24 APCON100 series Operation Manual Index Chapter 1 Specifications 2 Chapter 2 Introduction 3 Chapter 3 Easy Installation 4 Chapter

More information

Maintaining the MGX RPM-PR

Maintaining the MGX RPM-PR APPENDIX A This appendix describes maintenance procedures you might need to perform as your internetworking needs change. It contains the following sections: Reading Front Panel LEDs Recovering a Lost

More information

8-Port 10/100Mbps + 2G TP/SFP Combo. Managed Industrial Switch ISW-1022M / ISW-1022MT / ISW-1022MP / ISW-1022MPT / ISW-1033MT

8-Port 10/100Mbps + 2G TP/SFP Combo. Managed Industrial Switch ISW-1022M / ISW-1022MT / ISW-1022MP / ISW-1022MPT / ISW-1033MT 8-Port 10/100Mbps + 2G TP/SFP Combo Managed Industrial Switch ISW-1022M / ISW-1022MT / ISW-1022MP / ISW-1022MPT / ISW-1033MT Quick Installation Guide Table of Contents 1. Package Content... 3 2. Requirements...

More information

Before you start the lab exercises see the lab administrator or EEE3080F tutor to get assigned to your routers.

Before you start the lab exercises see the lab administrator or EEE3080F tutor to get assigned to your routers. EEE00F Lab Basics of the Network Lab Student Lab Manual Before you start the lab exercises see the lab administrator or EEE00F tutor to get assigned to your routers. Contents. Resources used in the labs...

More information

MAC Address Filtering Setup (3G18Wn)

MAC Address Filtering Setup (3G18Wn) MAC Address Filtering Setup (3G18Wn) MAC Address Filtering MAC address filtering refers to the process of allowing (or denying) access to your wireless network based on the hardware address of the device

More information

Application Note #5494 Upgrading Plus Ethernet Radio Firmware September 9, 2013

Application Note #5494 Upgrading Plus Ethernet Radio Firmware September 9, 2013 Application Note #5494 Upgrading Plus Ethernet Radio Firmware September 9, 2013 The Plus Ethernet transceivers share a common firmware upgrade platform and process using the FreeWave TFTP Server and a

More information

Congratulations on purchasing Hawking s HWPS12UG 1-Port Parallel + 2 USB Ports Wireless G Print Server. The Hawking HWPS12UG is a powerful and

Congratulations on purchasing Hawking s HWPS12UG 1-Port Parallel + 2 USB Ports Wireless G Print Server. The Hawking HWPS12UG is a powerful and Congratulations on purchasing Hawking s HWPS12UG 1-Port Parallel + 2 USB Ports Wireless G Print Server. The Hawking HWPS12UG is a powerful and convenient network printing solution that will connect your

More information

URIs in Cisco's IOS look like "flash:/directory/filename" when they're referred to by commands. For example

URIs in Cisco's IOS look like flash:/directory/filename when they're referred to by commands. For example Rev. 20180820.134621 35. IOS Files & Boot c cnac o okbook.com F I L E S Y S T E M S URIs in Cisco's IOS look like "flash:/directory/filename" when they're referred to by commands. For example R5# more

More information

L2+ 16-/24-Port Gigabit PoE. + 2-/4-Port 10G SFP+ Managed Switch. with LCD Touch Screen GS P2XV(R)/GS UP2XV(R)

L2+ 16-/24-Port Gigabit PoE. + 2-/4-Port 10G SFP+ Managed Switch. with LCD Touch Screen GS P2XV(R)/GS UP2XV(R) L2+ 16-/24-Port Gigabit PoE + 2-/4-Port 10G SFP+ Managed Switch with LCD Touch Screen GS-5220-16P2XV(R)/GS-5220-16UP2XV(R) GS-5220-24P4XV(R)/GS-5220-24PL4XV(R) GS-5220-24UP4XV(R)/GS-5220-24UPL4XV(R) Quick

More information

Firmware Upgrade Procedures: Belkin F5D v4 fw

Firmware Upgrade Procedures: Belkin F5D v4 fw Firmware Upgrade Procedures: Belkin F5D8231-4 v4 fw 4.00.16 1. General Information Make: Belkin Model: F5D8231-4 Hardware Version: 4 (labeled on the bottom of the device as Ver. 4011 ) Firmware Version:

More information

C6000. Installation Manual. Revision 2.01

C6000. Installation Manual. Revision 2.01 C6000 Installation Manual Revision 2.01 Version 2.01 Version 2.0 Table of Contents. Introduction... 1 System Architecture... 1 - C6000 - Front Panel Controller... 1 - C6000 Pump Control Board... 1 Features

More information

Installing the Cisco Unified Videoconferencing 3545 MCU

Installing the Cisco Unified Videoconferencing 3545 MCU CHAPTER 2 Installing the Cisco Unified Videoconferencing 3545 MCU The Cisco Unified Videoconferencing 3545 MCU works together with a Cisco Unified Videoconferencing 3545 EMP Enhanced Media Processor (EMP)

More information

EL Serial Port Server Installation Guide Errata

EL Serial Port Server Installation Guide Errata EL Serial Port Server Installation Guide Errata This errata supplies additions to EL Serial Port Server Installation Guide (91000932B). EL stands for EtherLite. To operate your Silicon Graphics Ethernet

More information