User Tools

Site Tools


wrtu54g-tm:info

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
wrtu54g-tm:info [2010/02/06 04:10] – external edit 127.0.0.1wrtu54g-tm:info [2023/11/04 22:30] (current) – external edit 127.0.0.1
Line 1: Line 1:
-====== Overview ====== +====== WRTU54G-TM: Device Info ====== 
-The WRTU54-TM has an 8MB flash, 64MB RAM, Infineon WildPass ADM8668 SoC, Infineon Vinetic device for the two telephone ports, and GemPlus GemCore SIM Pro Smart Card Reader attached to the USB bus to read credentials from two SIM cards. It utilizes UMA/GAN. Basically all voice traffic is passed as GSM over an IPSec link to T-Mobile.+The WRTU54-TM has an 8MB flash, 64MB RAM, Infineon WildPass ADM8668 SoC, Infineon Vinetic device for the two telephone ports, and GemPlus GemCore SIM Pro Smart Card Reader attached to the USB bus to read credentials from two SIM cards. The wireless chipset is a Ralink RT61 on the PCI bus. It utilizes UMA/GAN. Basically all voice traffic is passed as GSM over an IPSec link to T-Mobile
 + 
 +Most information was scraped from [[http://www.dslreports.com/forum/r21597694-Unlock-Unlock-tmobile-HiPort-router-|dslreports thread]] and sn9's [[http://openwrt.org/logs/openwrt-devel.log.20081006|openwrt irc log]]. 
 + 
 +====== Throughput ====== 
 + 
 +Using [[http://wrt.scottn.us/wrtu54g-tm-r26444.bin|Alex's Firmware]] (mine! LOL) with a fairly basic firewall config, wireless disabled and connected to a BT FTTC connection via the BT Openreach supplied modem with an IP Profile of 23M, the device can put through approx 18Mb/sec, but this can have the serious effect of blocking PPP echos, so editing /etc/ppp/options is required to relax the somewhat strict OpenWRT defaults. This will cause the device to disconnect less frequently. 
 + 
 +Unless something magical happens, I doubt that this 200Mhz device is up to a connection much above 15Mb without it becoming a bottleneck.
  
 ====== Hardware ====== ====== Hardware ======
 ===== Serial Port ===== ===== Serial Port =====
-JP2 is your standard Linksys 3.3v serial port at 115200 8N1. You'll need a level converter. The pinout is as follows:+JP2 is your standard Linksys 3.3v serial port at 115200 8N1. You'll need a level converter (a USB-Serial converter that understands 3.3v will do - Nokia CA-42 clone from e-bay worked). The pinout is as follows:
 <code> <code>
 1 - 3.3 VDC 1 - 3.3 VDC
Line 11: Line 19:
 4 - GND 4 - GND
 </code> </code>
 +
 ===== USB2.0 Port ===== ===== USB2.0 Port =====
-The SoC offers a single USB2.0 port, which is attached to the SIM card reader. The reader can be removed from the circuit and replaced with a USB port for Flash drives, etc. More info on USB here: [[wrtu54-tm:usb|HOWTO: Replace SIM reader with USB connector]]+The SoC offers a single USB2.0 port, which is attached to the SIM card reader. The reader can be removed from the circuit and replaced with a USB port for Flash drives, etc. More info on USB here: [[wrtu54g-tm:usb|HOWTO: Replace SIM reader with USB connector]]
  
 ====== Software ====== ====== Software ======
 [[http://www.denx.de/wiki/U-Boot|Das U-Boot]] boot loader with Linux kernel 2.4.31-ADM8668. Separate recovery kernel and rootfs in flash. rootfs is squashfs-2.2 with LZMA compression. [[http://www.denx.de/wiki/U-Boot|Das U-Boot]] boot loader with Linux kernel 2.4.31-ADM8668. Separate recovery kernel and rootfs in flash. rootfs is squashfs-2.2 with LZMA compression.
 +===== Firmware =====
 +  * Full 8MB dump of NOR flash (i hope heh!): http://scottn.us/downloads/wrtu54g-virgin.bin.gz
 +  * GPL sources: http://downloads.linksysbycisco.com/downloads/WRTU54G-TM.tar.bz2 (1.00.21 i think; missing toolchain)
 +  * http://sourceforge.net/projects/openwag/files/Linksys/WRTxxx/WRTU54G-TM/
  
 ===== Flash Memory Layout ===== ===== Flash Memory Layout =====
 <code> <code>
-0x000000-0x00306f : 12,399 U-Boot loader - Micro-Bunzip2   +0x000000-0x00306f : U-Boot loader - Micro-Bunzip2   
-0x003070-0x00ffff : 53135 BZip2 compressed U-Boot image (32-byte header)   +0x003070-0x00ffff : BZip2 compressed U-Boot image (32-byte header)   
-0x010000-0x01ffff : 65,535 Unused - all <FF> bytes   +0x010000-0x01ffff : Unused - all <FF> bytes   
-0x020000-0x020fff : 4,095 NVRAM default values (4-byte header: b1,27,6e,44)   +0x020000-0x020fff : NVRAM default values (4-byte header: b1,27,6e,44)   
-0x021000-0x03ffff : 126,975 RAW ACS filesystem /nv/*    +0x021000-0x03ffff : RAW ACS filesystem /nv/*    
-0x040000-0x1fffff : 1,835,007 GZip compressed Linux kernel #1 (32-byte header)   +0x040000-0x1fffff : GZip compressed Linux kernel #1 (32-byte header)   
-0x200000-0x5f0fff 4,132,863 SquashFS filesystem #1   +0x200000-0x59dfff : SquashFS filesystem #1 
-0x5f1000-0x5fffff : 61,439 RAWACS filesystem /tmp/crt.pem   +0x59e000-0x5f0fff : unused FF   
-0x600000-0x6affff : 720,895 GZip compressed Linux kernel #2 (32-byte header)   +0x5f1000-0x5fffff : RAWACS filesystem /tmp/crt.pem   
-0x6b0000-0x7fffff 1,376,255 SquashFS filesystem #2+0x600000-0x6affff : GZip compressed Linux kernel #2 (32-byte header)   
 +0x6b0000-0x7d3fff : SquashFS filesystem #2 
 +0x7d4000-0x7fffff : unused FF
 </code> </code>
 +
 ====== /proc files ====== ====== /proc files ======
 ===== cpuinfo ===== ===== cpuinfo =====
wrtu54g-tm/info.1265429439.txt.gz · Last modified: 2023/11/04 22:29 (external edit)

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki