Embedded XINU SW & HW preparation 09/5/2008 David You.

Slides:



Advertisements
Similar presentations
Managing Cisco IOS Software. Overview The router boot sequence Locating IOS software The configuration register Recovering Passwords Backing Up the Cisco.
Advertisements

DHCP -Ameeta and Haripriya -cmsc 691x. DHCP ► Dynamic Host Configuration Protocol ► It controls vital networking parameters of hosts with the help of.
Linux on commodity network H/W Josh Parsons LUGOD talk August 15 th 2005.
Implementation of an Android Phone Based Video Streamer 2010 IEEE/ACM International Conference on Green Computing and Communications 2010 IEEE/ACM International.
CCNA2 MODULE 5.
Chabot College ELEC IOS Images.
Realtime Systems Fundamnetals
WXES2106 Network Technology Semester /2005 Chapter 5 Routers CCNA2: Module 1 and 2.
Internet Architecture Two computers, anywhere in the world, following certain hardware, software, protocol specifications, can communicate, reliably even.
CCNA 2 v3.1 Module 2.
IP Addressing and Subnetting
Cisco Devices CONFIGURING CISCO SWITCH AND ROUTER.
Cisco Confidential 1 © 2011 Cisco and/or its affiliates. All rights reserved.
8/12/ Embedded XINU and WRT54GL. Purpose 8/12/ Xinu is a embedded kernel It runs on “torn-down” wireless router used as a host for this embedded.
What is OpenWrt  Free and open source  Easy and free access  Comminity driven ---- linux-kernel based OS for your home router from openwrt.org.
1 Semester 2 Module 2 Introduction to Routers Yuda college of business James Chen
The internet and the WWW
Cisco 2 - Routers Perrine & modified by Brierley Page 18/18/2015 Chapter 5 IOS Internet Operating System (IOS)
© 2004 Cisco Systems, Inc. All rights reserved. Managing Your Network Environment Managing Router Startup and Configuration INTRO v2.0—9-1.
1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 2 Module 5 Managing Cisco IOS Software.
What is Router? Router is a device which makes communication between two or more networks present in different geographical locations. Routers are data.
Embedded Systems Principle of Debugger. Reference Materials kl.de/avr_projects/arm_projects/#winarmhttp://
Embedded Linux porting Kernel
Bootstrap and Autoconfiguration Chapter 23. Introduction Each computer attached to a TCP/IP internet needs to know: –its IP address –the address of a.
Background of Wireless Communication Wireless Communication Technology Wireless Networking and Mobile IP Wireless Local Area Networks Wireless Communication.
10/12/ Embedded XINU and WRT54GL. 10/12/ Topics Logic and shift operators Data-driven vs function-driven Embedded XINU and WRT54GL.
Porting Operating Systems Phan Duy Hùng (PhD) ES Lecturer – Hanoi FPT University.
O.S.C.A.R. Cluster Installation. O.S.C.A.R O.S.C.A.R. Open Source Cluster Application Resource Latest Version: 2.2 ( March, 2003 )
Page 110/19/2015 Chapter 5 CCNA2 Chapter 5 Managing Cisco IOS Software.
Internetworking Concept and Architectural Model
Sources of Cisco IOS Honolulu Community College Cisco Academy Training Center Semester 2 Version 2.1.
Business Enabled Communications
7200 Samsung Confidential & Proprietary Information Copyright 2006, All Rights Reserved. 1/16 OfficeServ 7200 Enterprise IP Solutions Data Server S/W Upgrade.
Linux Routing. Why use Linux as a router? Its cheap. Linux has low hardware requirements. A properly configured P166 Mhz computer would have no problems.
12/8/ Embedded XINU and WRT54GL. 12/8/ Topics WRT54GL architecture and internals Embedded XINU Logic and shift operators.
CCNA2 Chapter 2 Cisco IOS Software. Cisco’s operating system is called Cisco Internetwork Operating System (IOS) IOS provides the following network services:
1/8/ Embedded XINU and WRT54GL. 1/8/ Topics WRT54GL architecture and internals Embedded XINU Logic and shift operators.
7200 Samsung Confidential & Proprietary Information Copyright 2006, All Rights Reserved. 1/7 OfficeServ 7200 Enterprise IP Solutions Data Server S/W Upgrade.
Network management system
© 2006 Cisco Systems, Inc. All rights reserved.Cisco PublicITE I Chapter 6 1 Router Initialization steps.
Website Design:. Once you have created a website on your hard drive you need to get it up on to the Web. This is called "uploading“ or “publishing” or.
24 Feb 2009ITCN 1 Introduction to Computer Networking M Clements.
Lab 5 Department of Computer Science and Information Engineering National Taiwan University Lab5 – Bootloader + OS Kernel 2015/10/27/ 25 1.
1 Version 3.1 Module 5 Managing Cisco IOS Software.
3/12/ Embedded XINU and WRT54GL. 3/12/ Topics Logic and shift operators Optimizing operations (mul, div VS shiftL, shiftR) WRT54GL architecture.
IOS Boot Procedure Can be set in Global Config –Router(config)#boot system flash If not in NVRAM as to where to get IOS, default is Flash If not in Flash,
Prestige NAND Flash DOWNLOAD. Prepare ITEM. 1.PC - Run Tftpd32 program. (Tftpd setup.exe install ) 2. Download DVR B/D 3. Download Serial B/D 4.
Serial Server Configuration Peter Szyszko. Hardware Configuration  Unit has to be connected to network and powered.  Computer has to be connected to.
Chap 7 IOS Images Andres, Wen-Yuan Liao Department of Computer Science and Engineering De Lin Institute of Technology
“Build that Virtual Lab you always wanted” Information Assurance Group 2011.
Embedded Real-Time Systems Introduction to embedded software development Lecturer Department University.
Cisco 2 - Routers Perrine. J Page 16/26/2016 Chapter 2 Cisco IOS Software Cisco’s operating system is called Cisco Internetwork Operating System (IOS)
Introduction to networking (Yarnfield) Configure a router.
1 © 2004, Cisco Systems, Inc. All rights reserved. CCNA 2 v3.1 Module 2 Introduction to Routers.
Oops or How to Recover from Problems with your WRT54G(L)
Router Components & Configuration. Router Components & Configurations Topics Physical components Memory components Configuration modes Keystroke shortcuts.
Data Server S/W Upgrade Samsung Electronics Co., Ltd.
Chapter 10: Device Discovery, Management, and Maintenance
Cisco networking CNET-448
Embedded XINU and WRT54GL
Introduction to Xinu and Kernel Programming
Cases in Subnetting.
Chapter 10: Device Discovery, Management, and Maintenance
Hardware Appliance Installation and Configuration
Cisco networking CNET-448
Lecture9: Embedded Network Operating System: cisco IOS
Embedded XINU and WRT54GL
Computer System Laboratory
Lecture9: Embedded Network Operating System: cisco IOS
Presentation transcript:

Embedded XINU SW & HW preparation 09/5/2008 David You

Software preparation Download the Embedded XINU ver 1.0 Download Cross-compiler  A cross-compiler from a host computer's architecture to MIPSEL (little endian MIPS)  XINU XINU Serial communication software TFTP server software (30-day Trial version) 

Hardware preparation Modified WRT54GL router  _hardware _hardware Computer(s)  Run TFTP server  Compile the XINU with cross compiler  Connect the router trough the serial communication An extra router  Establishing a small network between a computer and the modified router for downloading the XINU onto the router.

Connection Network connection Serial Communication IP: IP:

How to download XINU onto the router? Check the connection among the devices. Check the IP address given by the D-link router to the computer. Run a TFTP server program and put the XINU boot image in a proper directory. Make serial connection  8 data bits, no parity bit, and 1 stop bit (8N1), bps. Get the CFE promptCFE  First, push the CTRL+C with the serial connection open and then power on the WRT54GL. Change the IP address of the network  CFE> ifconfig eth0 -auto Download the boot image  CFE> boot -elf [TFTP server IP]:xinu.boot