Differences

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

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
toh:teltonika:rut5xx [2014/05/11 20:17] – created lairsdragontoh:teltonika:rut5xx [2018/04/15 14:42] – Datatables added; section heading level corrected tmomas
Line 1: Line 1:
 +====== Teltonika RUT5XX ======
  
 +===== Supported Versions =====
 +---- datatable ----
 +cols    : Brand, Model, Versions, Supported Current Rel, OEM device homepage URL_url, OWrt Forum Topic URL_url, Device Techdata_pageid
 +headers : Brand, Model, Version, Current Release, OEM Info, Forum Topic, Technical Data
 +align   : c,c,c,c,c,c,c
 +filter  : Model=RUT5XX
 +----
 +
 +
 +===== Hardware Highlights =====
 +---- datatable ----
 +cols    : Model, Versions, CPU, CPU MHz, Flash MB_mbflashs, RAM MB_mbram, WLAN Hardware, WLAN 2.4Ghz, WLAN 5.0Ghz, Ethernet 100M ports_, Ethernet Gbit ports_, Modem, USB ports_
 +header  : Model, Version,SoC,CPU MHz,Flash MB,RAM MB,WLAN Hardware,WLAN2.4,WLAN5.0,100M ports,Gbit ports,Modem,USB
 +align   : c,c,c,c,c,c,c,c,c,c,c,c,c
 +filter  : Model=RUT5XX
 +----
 +
 +===== Installation =====
 +---- datatable ----
 +cols    : Model, Versions, Supported Current Rel, Firmware OpenWrt Install URL_url, Firmware OpenWrt Upgrade URL_url, Firmware OEM Stock URL_url
 +headers : Model, Version, Current Release, Firmware OpenWrt Install, Firmware OpenWrt Upgrade, Firmware OEM Stock
 +align   : l,c,c
 +filter  : Model=RUT5XX
 +----
 +
 +FIXME Please add the installation procedure here.
 +
 +===== Hardware =====
 +
 +==== Flash Layout ====
 +root@OpenWrt:/# cat /proc/mtd
 +<code>
 +dev:    size   erasesize  name
 +mtd0: 00030000 00010000 "u-boot"
 +mtd1: 00010000 00010000 "u-boot-env"
 +mtd2: 00010000 00010000 "factory"
 +mtd3: 000e0000 00010000 "kernel"
 +mtd4: 006d0000 00010000 "rootfs"
 +mtd5: 00570000 00010000 "rootfs_data"
 +mtd6: 007b0000 00010000 "firmware"
 +</code>
 +
 +==== Info ====
 +Rev v1
 +| **[[wp>Instruction set|Architecture]]:**    | [[wp>MIPS architecture|MIPS]] |
 +| **Vendor:**          | [[wp>Ralink]] |
 +| **[[docs:techref:bootloader]]:**     | [[docs:techref:bootloader:uboot|U-Boot]] |
 +| **[[docs:techref:hardware:soc|System-On-Chip]]:**  | RT3050 (MIPS 24K V4.12) |
 +| **[[docs:techref:hardware:cpu|CPU]]/Speed**        | 320 Mhz |
 +| **Flash-Chip:**      | ?? |
 +| **Flash size:**      | 8192 KiB |
 +| **RAM:**             | 32 MiB  |
 +| **Wireless:**        | RT3050 1x1 802.11n 2.4GHz |
 +| **Ethernet:**        | 4x 10/100MiBit/s |
 +| **USB:**             | Yes     |
 +| **[[docs:techref:hardware:port.serial|Serial]]:**          | [[#Serial|Yes]] |
 +| **[[docs:techref:hardware:port.jtag|JTAG]]:**            |   |
 +
 +==== Serial ====
 +
 +The Board has a 2*7 pin card edge connector behind the power connector, the Serial Port works with 3,3v Voltage @57600 bauds
 +
 +| A1 | UART RX |
 +| B1 | UART TX |
 +| B3 | GND |
 +
 +A is the bottom side
 +
 +B is the upper side
 +
 +===== Bootlogs =====
 +==== OEM bootlog ====
 +
 +<WRAP bootlog>
 +<nowiki>U-Boot 1.1.3 (Oct 18 2013 - 14:48:11)
 +
 +Board: Ralink APSoC DRAM:  32 MB
 +relocate_code Pointer at: 81fb4000
 +config usb..
 +spi_wait_nsec: 25 
 +spi device id: c2 20 17 c2 20 (2017c220)
 +find flash: MX25L6405D
 +raspi_read: from:30000 len:1000 
 +.raspi_read: from:30000 len:1000 
 +.============================================ 
 +Teltonika UBoot Version: TLT_v1.0
 +-------------------------------------------- 
 +ASIC 3052_MP2 (Port5<->Phy)
 +DRAM component: 256 Mbits SDR
 +DRAM bus: 16 bit
 +Total memory: 32 MBytes
 +Flash component: SPI Flash
 +Date:Oct 18 2013  Time:14:48:11
 +============================================ 
 +
 +
 +icache: sets:256, ways:4, linesz:32 ,total:32768
 +dcache: sets:128, ways:4, linesz:32 ,total:16384 
 +
 + ##### The CPU freq = 320 MHZ #### 
 + estimate memory size =32 Mbytes
 +
 +Please choose the operation: 
 +   1: Load system code to SDRAM via TFTP. 
 +   2: Load system code then write to Flash via TFTP. 
 +   3: Boot system code via Flash (default).
 +   4: Entr boot command line interface.
 +   7: Load Boot Loader code then write to Flash via Serial.                                                                                   
 +   9: Load Boot Loader code then write to Flash via TFTP. 
 +3: System Boot system code via Flash.
 +## Booting image at bf050000 ...
 +raspi_read: from:50000 len:40 
 +.   Image Name:   MIPS OpenWrt Linux-3.3.8
 +   Created:      2014-04-11  13:59:23 UTC
 +   Image Type:   MIPS Linux Kernel Image (lzma compressed)
 +   Data Size:    869630 Bytes = 849.2 kB
 +   Load Address: 80000000
 +   Entry Point:  80000000
 +raspi_read: from:50040 len:d44fe 
 +..............   Verifying Checksum ... OK
 +   Uncompressing Kernel Image ... OK
 +No initrd
 +## Transferring control to Linux (at address 80000000) ...
 +## Giving linux memsize in MB, 32
 +
 +Starting kernel ...
 +
 +[    0.000000] Linux version 3.3.8 (mantas@Mantas) (gcc version 4.6.3 20120201 (prerelease) (Linaro GCC 4.6-2012.02) ) #5 Fri Apr 11 16:59:14 EEST 2014
 +[    0.000000] bootconsole [early0] enabled
 +[    0.000000] CPU revision is: 0001964c (MIPS 24KEc)
 +[    0.000000] Ralink RT3350 id:1 rev:2 running at 320.00 MHz
 +[    0.000000] Determined physical RAM map:
 +[    0.000000]  memory: 02000000 @ 00000000 (usable)
 +[    0.000000] Initrd not found or empty - disabling initrd
 +[    0.000000] Zone PFN ranges:
 +[    0.000000]   Normal   0x00000000 -> 0x00002000
 +[    0.000000] Movable zone start PFN for each node
 +[    0.000000] Early memory PFN ranges
 +[    0.000000]     0: 0x00000000 -> 0x00002000
 +[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 8128
 +[    0.000000] Kernel command line:  board=RUT5XX console=ttyS1,57600 mtdparts=spi0.0:192k(u-boot)ro,64k(devdata)ro,64k(devconf),896k(kernel),6976k(rootfs),7872k@0x50000(firmware) rootfstype=squashfs,jffs2
 +[    0.000000] PID hash table entries: 128 (order: -3, 512 bytes)
 +[    0.000000] Dentry cache hash table entries: 4096 (order: 2, 16384 bytes)
 +[    0.000000] Inode-cache hash table entries: 2048 (order: 1, 8192 bytes)
 +[    0.000000] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
 +[    0.000000] Primary data cache 16kB, 4-way, VIPT, no aliases, linesize 32 bytes
 +[    0.000000] Writing ErrCtl register=0000fc8d
 +[    0.000000] Readback ErrCtl register=0000fc8d
 +[    0.000000] Memory: 29736k/32768k available (1991k kernel code, 3032k reserved, 330k data, 176k init, 0k highmem)
 +[    0.000000] SLUB: Genslabs=9, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
 +[    0.000000] NR_IRQS:48
 +[    0.000000] console [ttyS1] enabled, bootconsole disabled
 +[    0.000000] console [ttyS1] enabled, bootconsole disabled
 +[    0.010000] Calibrating delay loop... 212.58 BogoMIPS (lpj=1062912)
 +[    0.090000] pid_max: default: 32768 minimum: 301
 +[    0.090000] Mount-cache hash table entries: 512
 +[    0.100000] NET: Registered protocol family 16
 +[    0.110000] MIPS: machine is Teltonika RUT5xx
 +[    0.120000] gpiochip_add: registered GPIOs 0 to 23 on device: RT305X-GPIO0
 +[    0.130000] gpiochip_add: registered GPIOs 24 to 39 on device: RT305X-GPIO1
 +[    0.140000] gpiochip_add: registered GPIOs 40 to 51 on device: RT305X-GPIO2
 +[    0.170000] bio: create slab <bio-0> at 0
 +[    0.180000] Switching to clocksource MIPS
 +[    0.190000] NET: Registered protocol family 2
 +[    0.200000] IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
 +[    0.220000] TCP established hash table entries: 1024 (order: 1, 8192 bytes)
 +[    0.230000] TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
 +[    0.250000] TCP: Hash tables configured (established 1024 bind 1024)
 +[    0.260000] TCP reno registered
 +[    0.260000] UDP hash table entries: 256 (order: 0, 4096 bytes)
 +[    0.280000] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
 +[    0.290000] NET: Registered protocol family 1
 +[    0.350000] squashfs: version 4.0 (2009/01/31) Phillip Lougher
 +[    0.360000] JFFS2 version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
 +[    0.380000] msgmni has been set to 58
 +[    0.390000] io scheduler noop registered
 +[    0.390000] io scheduler deadline registered (default)
 +[    0.410000] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
 +[    0.420000] serial8250: ttyS0 at MMIO 0x10000500 (irq = 13) is a 16550A
 +[    0.430000] serial8250: ttyS1 at MMIO 0x10000c00 (irq = 20) is a 16550A
 +[    0.460000] m25p80 spi0.0: mx25l6405d (8192 Kbytes)
 +[    0.470000] 6 cmdlinepart partitions found on MTD device spi0.0
 +[    0.480000] Creating 6 MTD partitions on "spi0.0":
 +[    0.490000] 0x000000000000-0x000000030000 : "u-boot"
 +[    0.500000] 0x000000030000-0x000000040000 : "devdata"
 +[    0.520000] 0x000000040000-0x000000050000 : "devconf"
 +[    0.530000] 0x000000050000-0x000000130000 : "kernel"
 +[    0.550000] 0x000000130000-0x000000800000 : "rootfs"
 +[    0.560000] mtd: partition "rootfs" set to be root filesystem
 +[    0.570000] mtd: partition "rootfs_data" created automatically, ofs=5E0000, len=220000 
 +[    0.590000] 0x0000005e0000-0x000000800000 : "rootfs_data"
 +[    0.600000] 0x000000050000-0x000000800000 : "firmware"
 +[    0.630000] ramips-wdt ramips-wdt: timeout value must be 0 < timeout <= 40, using 40
 +[    0.650000] TCP cubic registered
 +[    0.650000] NET: Registered protocol family 17
 +[    0.660000] 8021q: 802.1Q VLAN Support v1.8
 +[    0.690000] VFS: Mounted root (squashfs filesystem) readonly on device 31:4.
 +[    0.710000] Freeing unused kernel memory: 176k freed
 +[    4.660000] input: gpio-keys-polled as /devices/platform/gpio-keys-polled/input/input0
 +[    4.940000] Button Hotplug driver version 0.4.1
 +- preinit -
 +Press the [f] key and hit [enter] to enter failsafe mode
 +- regular preinit -
 +[    9.210000] JFFS2 notice: (352) jffs2_build_xattr_subsystem: complete building xattr subsystem, 1 of xdatum (1 unchecked, 0 orphan) and 70 of xref (0 dead, 60 orphan) found.
 +switching to jffs2
 +- init -
 +
 +Please press Enter to activate this console. [   15.260000] Compat-drivers backport release: compat-drivers-2012-09-04-2-gddac993
 +[   15.270000] Backport based on wireless-testing.git master-2012-09-07
 +[   15.290000] compat.git: wireless-testing.git
 +[   15.340000] cfg80211: Calling CRDA to update world regulatory domain
 +[   15.360000] cfg80211: World regulatory domain updated:
 +[   15.370000] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
 +[   15.380000] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
 +[   15.400000] cfg80211:   (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
 +[   15.410000] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
 +[   15.430000] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
 +[   15.450000] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
 +[   16.160000] usbcore: registered new interface driver usbfs
 +[   16.170000] usbcore: registered new interface driver hub
 +[   16.190000] usbcore: registered new device driver usb
 +[   16.220000] lib80211: common routines for IEEE802.11 drivers
 +[   17.320000] NET: Registered protocol family 15
 +[   17.460000] Initializing XFRM netlink socket
 +[   17.720000] PPP generic driver version 2.4.2
 +[   17.780000] tun: Universal TUN/TAP device driver, 1.6
 +[   17.790000] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
 +[   18.370000] GRE over IPv4 demultiplexor driver
 +[   18.410000] GRE over IPv4 tunneling driver
 +[   18.570000] ip_tables: (C) 2000-2006 Netfilter Core Team
 +[   19.140000] NET: Registered protocol family 24
 +[   19.190000] nf_conntrack version 0.5.0 (467 buckets, 1868 max)
 +[   20.060000] xt_time: kernel timezone is -0000
 +[   20.360000] dwc_otg: version 2.72a 24-JUN-2008
 +[   20.370000] dwc_otg: Core Release: 2.66a
 +[   20.580000] dwc_otg: Periodic Transfer Interrupt Enhancement - disabled
 +[   20.600000] dwc_otg: Multiprocessor Interrupt Enhancement - disabled
 +[   20.610000] dwc_otg: Using DMA mode
 +[   20.620000] dwc_otg: Device using Buffer DMA mode
 +[   20.630000] dwc_otg dwc_otg.0: DWC OTG Controller
 +[   20.640000] dwc_otg dwc_otg.0: new USB bus registered, assigned bus number 1
 +[   20.650000] dwc_otg dwc_otg.0: irq 26, io mem 0x101c0000
 +[   20.660000] dwc_otg: Init: Port Power? op_state=1
 +[   20.670000] dwc_otg: Init: Power Port (0)
 +[   20.680000] hub 1-0:1.0: USB hub found
 +[   20.690000] hub 1-0:1.0: 1 port detected
 +[   20.870000] usbcore: registered new interface driver cdc_acm
 +[   20.880000] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
 +[   21.090000] usbcore: registered new interface driver usbserial
 +[   21.100000] USB Serial support registered for generic
 +[   21.110000] usbcore: registered new interface driver usbserial_generic
 +[   21.120000] usbserial: USB Serial Driver core
 +[   21.160000] usbcore: registered new interface driver cdc_ether
 +[   21.520000] USB Serial support registered for GSM modem (1-port)
 +[   21.530000] usbcore: registered new interface driver option
 +[   21.540000] option: v0.7.2:USB Driver for GSM modems
 +[   21.630000] usb 1-1: new high-speed USB device number 2 using dwc_otg
 +[   21.860000] cdc_acm 1-1:1.0: This device cannot do calls on its own. It is not a modem.
 +[   21.880000] cdc_acm 1-1:1.0: ttyACM0: USB ACM device
 +[   21.900000] cdc_acm 1-1:1.2: This device cannot do calls on its own. It is not a modem.
 +[   21.910000] cdc_acm 1-1:1.2: ttyACM1: USB ACM device
 +[   21.930000] cdc_acm 1-1:1.4: This device cannot do calls on its own. It is not a modem.
 +[   21.950000] cdc_acm 1-1:1.4: ttyACM2: USB ACM device
 +[   21.970000] cdc_acm 1-1:1.6: This device cannot do calls on its own. It is not a modem.
 +[   21.990000] cdc_acm 1-1:1.6: ttyACM3: USB ACM device
 +[   22.010000] cdc_acm 1-1:1.8: This device cannot do calls on its own. It is not a modem.
 +[   22.030000] cdc_acm 1-1:1.8: ttyACM4: USB ACM device
 +[   22.040000] cdc_acm 1-1:1.10: This device cannot do calls on its own. It is not a modem.
 +[   22.060000] cdc_acm 1-1:1.10: ttyACM5: USB ACM device
 +[   22.090000] cdc_acm 1-1:1.12: This device cannot do calls on its own. It is not a modem.
 +[   22.110000] cdc_acm 1-1:1.12: ttyACM6: USB ACM device
 +[   33.950000] device eth0.1 entered promiscuous mode
 +[   33.960000] device eth0 entered promiscuous mode
 +[   33.990000] br-lan: port 1(eth0.1) entered forwarding state
 +[   34.000000] br-lan: port 1(eth0.1) entered forwarding state
 +[   36.000000] br-lan: port 1(eth0.1) entered forwarding state</nowiki>
 +</WRAP>\\
 +
 +==== OpenWrt bootlog ====
 +
 +<WRAP bootlog>
 +<nowiki>Insert bootlog here</nowiki>
 +</WRAP>\\
 +
 +
 +===== Tags =====
 +[[meta:tags|How to add tags]]
 +{{tag>ramips rt3050 FastEthernet 4Port USB 32RAM 24K}}
  • Last modified: 2024/02/12 08:58
  • by 127.0.0.1