Embedded XINU and WRT54GL

Slides:



Advertisements
Similar presentations
Presented by Serge Kpan LTEC Network Systems Administration 1.
Advertisements

Embedded Systems : WRT54GL Wireless Router B. Ramamurthy.
Wi-Fi Structures.
BINA RAMAMURTHY Introduction to Xinu and Kernel Programming 6/7/2013 Amrita-UB-MSES
NETWORKING HARDWARE.
CISCO NETWORKING ACADEMY Chabot College ELEC Router Introduction.
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.
Networking Components Chad Benedict – LTEC
Networking Hardware and Components By: Sean Bell.
NETWORKING COMPONENTS Zach Avis. Hub A hub is a low cost way to connect two computers. A hub can also act as a repeater. When a signal comes from one.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.1 Configuring Network Devices Working at a Small-to-Medium Business or ISP – Chapter.
What is Router? Router is a device which makes communication between two or more networks present in different geographical locations. Routers are data.
TEW-812DRU Training. TEW-812DRU AC1750 Dual Band Wireless Router.
NETWORKING COMPONENTS By Cleve Rosser. Hubs allow large numbers of computers to be connected on a single or multiple LAN. Each computer plugs into the.
Component 4: Introduction to Information and Computer Science Unit 7: Networks & Networking (Part 4 of 5)
Network Components: Assignment Three
Ethernet and Wifi Chapter 7 & 8. Send and Receive Data network adapter or network interface NIC card the most common wired Ethernet network interfaces.
5/26/ Embedded XINU and WRT54GL. 5/26/ Topics Demo of number game and avionics FSM Logic and shift operators Optimizing operations (mul, div.
Computer Concepts 2014 Chapter 5 Local Area Networks.
Cisco Router Hardware Software overview. In this lecture we will investigate an overview of Cisco router hardware and software. We will first turn our.
10/12/ Embedded XINU and WRT54GL. 10/12/ Topics Logic and shift operators Data-driven vs function-driven Embedded XINU and WRT54GL.
1/28/2010 Network Plus Unit 4 WAP Configuration WAP Configuration In this section we will discuss basic Wireless Access configuration using a Linksys.
NETWORKING COMPONENTS AN OVERVIEW OF COMMONLY USED HARDWARE Christopher Johnson LTEC 4550.
MODULE 1 Computing Essentials © Paradigm Publishing, Inc.1.
NETWORKING COMPONENTS Buddy Steele Assignment 3, Part 1 CECS-5460: Summer 2014.
Components of wireless LAN & Its connection to the Internet
12/8/ Embedded XINU and WRT54GL. 12/8/ Topics WRT54GL architecture and internals Embedded XINU Logic and shift operators.
Network Components David Blakeley LTEC HUB A common connection point for devices in a network. Hubs are commonly used to connect segments of a LAN.
Home Network Customization Willis Kim. Terminology Overview Overview Overview A broadband router combines the features of a traditional network switch,
1/8/ Embedded XINU and WRT54GL. 1/8/ Topics WRT54GL architecture and internals Embedded XINU Logic and shift operators.
Networking Components Siby Abraham LTEC Purpose of the presentation  This presentation will cover how certain network components function, when.
Week1: Introduction to Computer Networks. Copyright © 2012 Cengage Learning. All rights reserved.2 Objectives 2 Describe basic computer components and.
3/12/ Embedded XINU and WRT54GL. 3/12/ Topics Logic and shift operators Optimizing operations (mul, div VS shiftL, shiftR) WRT54GL architecture.
1 © 2004, Cisco Systems, Inc. All rights reserved. CCNA 2 v3.1 Module 2 Introduction to Routers.
Assignment 3 Jacob Seiz. Hub A hub provides a central access point for a network. Through multiple I/O ports a hub can connect multiple Ethernet devices.

LTEC Assignment 3 Part 1 Shannon Smith /sls0571.
Configuring Network Devices
Networking and firewall
Chapter 1 Introduction to Networking
Wireless-AC3200 Tri-band Gigabit Router RT-AC3200
Module 1: Understanding Local Area Networks
Computer Information Systems
Section 4 – Computer Networks
Credits: 3 CIE: 50 Marks SEE:100 Marks Lab: Embedded and IOT Lab
Connecting Network Components
Basic Computer Hardware and Software.
PC Mouse operated Electrical Load Control Using VB Application
Wireless Modes.
Chapter 5: Switch Configuration
NetComm Wireless NB16WV-02 Training
How To Set Up A Wireless Network
UART and UART Driver B. Ramamurthy.
Introduction to Xinu and Kernel Programming
Introduction to Xinu and Kernel Programming
Chapter 5: Switch Configuration
Laboratoires & Matériels WiFi
UART and UART Driver B. Ramamurthy.
CCNA 2 v3 JEOPARDY Module 1 CCNA2 v3 Module 1 K. Martin.
Communications & Computer Networks Resource Notes - Network Hardware
CHAPTER Introduction to LANs
Chapter 2: Operating-System Structures
Lecture9: Embedded Network Operating System: cisco IOS
Embedded XINU and WRT54GL
Chapter 2: Operating-System Structures
Routers and Routing Basics Review
Cisco Routers Presented By Dr. Waleed Alseat Mutah University.
VLANS The Who, What Why, And Where's to using them
Lecture9: Embedded Network Operating System: cisco IOS
Raspberry Pi Hardware By: Mike Kwiatkowski.
Presentation transcript:

Embedded XINU and WRT54GL 9/20/2018

Topics WRT54GL architecture and internals Embedded XINU Logic and shift operators 9/20/2018

WRT54GL History of WRT54G Open source firmware Common features Processor architecture (BCM5352) WRT54GL Block diagram

History Introduced in 2002 In 2003 Andrew Miklas posted to Linux Kernel Mailing List about Linksys using GPL code in its firmware Linksys executives gave into the pressure from the community, Linksys released the code to the community under GPL.

Common Features Power: 12VDC 1.0amp This power requirement is standard for embedded devices and wireless access points This makes them compatible with Power over Ethernet (PoE) This especially significant in mobile environment. The Reset button: to reset the configuration

Common Features (Contd.) LED lights to indicate various conditions Power : indicates presence of power DMZ: use differs; ex: can show boot progress WLAN LED Ethernet Internet You can manipulate the LED thru’ your code by changing contents of system files.

Linksys WRT54GL (contd.) Linux kernel 2.4 Based on Broadcom BCM535E SoC (System on Chip) All-in-one Internet-sharing router, 4-port switch 54Mbps wireless-G (802.11g) access point Shares a single internet connection with Ethernet wired and wireless-G –B devices Push button setup High security: TKIP and AES encryption providing a powerful firewall 9/20/2018

Processor Architecture Processor: Broadcom MIPS (Microprocessor without Interlocked Pipeline Stages) processor, common to embedded devices and game consoles. RISC (reduced instruction set computer) MIPS is used Sony playstation for example.

BCM5352 Next generation SoC (System on a Chip) SoC: combines CPU + Wireless MAC + Ethernet MAC onto one chip Flash memory SDRAM Wireless access (802.11) Ethernet switch

WRT54GL Block diagram See next slide Also follow this model: CPU Input Storage Output 9/20/2018

9/20/2018 CSE321-Fall2014

Processor Architecture WRT54Gl uses Broadcom MIPS (Microprocessor without Interlocked Pipelines Stages) processor, common to embedded devices and game consoles. Model: BCM5352 Based on Reduced Instruction Set Architecture (RISC) The BCM5532 family of processors is a next generation SoC architecture that combines the CPU, Wireless MAC (media access controller), Ethernet MAC onto one chip 9/20/2018

Storage On board storage is indeed a limitation when using WRT54GL in situation other than for which it is meant for. WRT54GL has a flash memory (4 MB), a form of non-volatile storage commonly used in small devices, such as digital camera. It also use SDRAM (Synchronous Dynamic Random Access Memory) soldered directly into the printed board. DIMM (Dual In-line Memory Module) 9/20/2018

Wireless and Ethernet networking WRT54GL has a powerful networking architecture It provides 5 port Ethernet switch that is broken down into two virtual LANs VLAN0 and VLAN1 (default) Wireless interface is bridged by default to the Ethernet switch. WiFi component is BCM2050, a 802.11b/g radio chipset. It uses a diversity chip to balance signals between two built-in antenna. WiFi radio connects to the CPU Wireless MAC on eth1 which is bridged to VLAN0 via br0 interface. Ethernet switch controls EthernetLAN and Internet lights, whereas Power, DMZ, WLAN are controlled by GPIO port on the CPU WAN port: plug in cable modem into this port, it will pull a DHCP (Dynamic Host Configuration Protocol) address from your ISP (Internet Service Provider). Since it belongs to VLAN1 it is separate from VLAN0 and the two are linked by WRT54Gl’s routing capabilities. Firewall prevents traffic from flowing from WAN to LAN network, traffic initiated by LAN to exit via WAN. 9/20/2018

What does WRT54GL do? Creates a network between the wireless interface and the LAN ports known as br0. Router address is 192.168.1.1 by default. WLAN port (port 4). Typically you will plug your cable modem into this port; this will pull the DHCP address from your ISP. WAN and LAN are separate network linked by WRT54GL

The Basic Hardware modifications 9/20/2018 SIGCSE 2009 NSF SHOWCASE

The NSF-Supported Facility at UB 9/20/2018 SIGCSE 2009 NSF SHOWCASE

Embedded XINU http://xinu.mscs.mu.edu/Main_Page XINU ("XINU Is Not Unix", a recursive acronym) is a Unix-like operating system originally developed by Douglas Comer for instructional purposes at Purdue University in the 1980s. Embedded XINU is a reimplementation of the original XINU operating system on the MIPS processor which is able to run on inexpensive wireless routers and is suitable for courses and research in the areas of Operating Systems, Hardware Systems, Embedded Systems, and Compilers. 9/20/2018

Embedded XINU http://xinu.mscs.mu.edu/Memory ls xinu_mips-1.0 AUTHORS README include loader system tty LICENSE compile lib shell test uart Above is the xinu kernel directory organization See attached XINU directory structure and class diagram We will develop programs into XINU kernel on Timberlake We will cross compile this kernel and load the firmware into WRT54GL (“upload”) and test it 9/20/2018