Afoundry EW1200
|
Write a short, relevant description of the device. Include a technical overview, but avoid marketing buzzwords/useless stuff. Two to four sentences is about right.
Any text with a light background (like this one) provides instructions for creating the Details Page. When you have filled in correct/useful information (instead of any template that's there) remove the instructions, as well as the <WRAP>
that encloses it.
Getting started with a new Device Page
- This is an empty template that suggests the information that should be present on a well-constructed Device Page. This means, that you have to fill it with life and information.
- There are several “fixme” tags with text on a light background (like this text) throughout this template. As you fill in the page, remove those tags so that people can judge its completeness.
- When there are no more “fixme” tags left, delete this one too, along with the
<WRAP>
that encloses it.
Keep the articles modular
- Please include only model specific information, omit bla,bla and put everything generic into separate articles
- If you have no time to write certain stuff, link to docs
- base-system should lead the way, do not explain this again
- DO NOT provide a complete howto here! Instead groom the general documentation.
Supported Versions
Hardware Highlights
Installation
→ Install OpenWrt (generic explanation)
- Navigate to the firmware backup page and make a backup. This will download a file called `device_preset.bin`
- Near the bottom of the file there is a line that looks like this:
cronos_user={"admin":{"uid":"0","key":"#######","home":"/","shell":"/bin/sh","group":{"admin":""},"domain":{"wui":{"key":"#####"},"ftps":{"key":"admin"},"samba":{"key":"admin"},"vpn":{"key":"admin123"}}}}
- The telnet password is under the key field.
- Connect over telnet
- Edit
/etc/proftpd.conf
to look like:ServerName Router DefaultAddress 0.0.0.0 ServerType standalone DefaultServer on AuthUserFile /etc/passwd Port 21 Umask 022 MaxInstances 100 UseReverseDNS off IdentLookups off DefaultRoot / RootLogin on DelayEngine on <Directory /> <Limit READ> AllowUser admin DenyAll </Limit> <Limit WRITE> AllowUser admin DenyAll </Limit> </Directory>
- Copy the sysupgrade image:
scp openwrt-19.07.8-ramips-mt7621-ew1200-squashfs-sysupgrade.bin root@192.168.1.1:/tmp
- Apply sysupgrade as usual.
Flash Layout
Please read the article flash.layout for a better understanding. It contains a couple of explanations. Then let's have a quick view at flash layout of this particular device:
Afoundry EW1200 Flash Layout | |||||||
---|---|---|---|---|---|---|---|
Layer0 | m25p80 NOR-Flash (16384 Kbytes) | ||||||
Layer1 | mtd0 u-boot 196.6 KB | mtd1 u-boot-env 65.5 KB | mtd2 factory 65.5 KB | mtd3 firmware 16.4 MB (= FlashSize-(196.6+65.5+65.5)) | |||
Layer2 | mtd4 kernel about 1.8 MB | mtd5 rootfs | |||||
Layer3 | /dev/root around 3.5 MB | mtd6 rootfs_data around 12 MB |
OEM easy installation
The instructions below are for Broadcom devices and only serve as an example.
Remove / modify them if they do not apply to this particular device!
This section deals with
- How you install OpenWrt from a device freshly opened
- The steps required such as reset to factory defaults if the device has already been configured
Note: Reset router to factory defaults if it has been previously configured.
- Browse to
http://192.168.1.1/Upgrade.asp
- Upload .bin file to router
- Wait for it to reboot
- Telnet to 192.168.1.1 and set a root password, or browse to
http://192.168.1.1
if LuCI is installed.
OEM installation using the TFTP method
Specific values needed for tftp
Bootloader tftp Input device IP: 10.10.10.123
Bootloader tftp Input server IP: 10.10.10.3
Firmware tftp image | Latest OpenWrt release
Upgrading OpenWrt
LuCI Web Upgrade Process
- Browse to
http://192.168.1.1/cgi-bin/luci/mini/system/upgrade/
LuCI Upgrade URL - Upload image file for sysupgrade to LuCI
- Wait for reboot
Terminal Upgrade Process
If you don't have a GUI (LuCI) available, you can alternatively upgrade via the command line. There are two command line methods for upgrading:
sysupgrade
mtd
Note: It is important that you put the firmware image into the ramdisk (/tmp) before you start flashing.
sysupgrade
- Login as root via SSH on 192.168.1.1, then enter the following commands:
cd /tmp wget http://downloads.openwrt.org/snapshots/trunk/XXX/xxx.abc sysupgrade /tmp/xxx.abc
mtd
If sysupgrade
does not support this router, use mtd
.
- Login as root via SSH on 192.168.1.1, then enter the following commands:
cd /tmp wget http://downloads.openwrt.org/snapshots/trunk/XXX/xxx.abc mtd write /tmp/xxx.abc linux && reboot
Debricking
Failsafe mode
Basic configuration
→ Basic configuration After flashing, proceed with this.
Set up your Internet connection, configure wireless, configure USB port, etc.
Specific Configuration
Please fill in real values for this device, then remove the EXAMPLEs
Network interfaces
The default network configuration is:
Interface Name | Description | Default configuration |
---|---|---|
br-lan | EXAMPLE LAN & WiFi | EXAMPLE 192.168.1.1/24 |
vlan0 (eth0.0) | EXAMPLE LAN ports (1 to 4) | EXAMPLE None |
vlan1 (eth0.1) | EXAMPLE WAN port | EXAMPLE DHCP |
wl0 | EXAMPLE WiFi | EXAMPLE Disabled |
Switch Ports (for VLANs)
Please fill in real values for this device, then remove the EXAMPLEs
Numbers 0-3 are Ports 1-4 as labeled on the unit, number 4 is the Internet (WAN) on the unit, 5 is the internal connection to the router itself. Don't be fooled: Port 1 on the unit is number 3 when configuring VLANs. vlan0 = eth0.0, vlan1 = eth0.1 and so on.
Port | Switch port |
---|---|
Internet (WAN) | EXAMPLE 4 |
LAN 1 | EXAMPLE 3 |
LAN 2 | EXAMPLE 2 |
LAN 3 | EXAMPLE 1 |
LAN 4 | EXAMPLE 0 |
Buttons
→ hardware.button on howto use and configure the hardware button(s). Here, we merely name the buttons, so we can use them in the above Howto.
The Afoundry EW1200 has the following buttons:
BUTTON | Event |
---|---|
Reset | reset |
Hardware
Info
Photos
Front:
Insert photo of front of the casing
Back:
Insert photo of back of the casing
Backside label:
Insert photo of backside label
Opening the case
Note: This will void your warranty!
- Unscrew 4 screws at the back plate
- Detach the plate
- Pull out the PCB
Main PCB:
Insert photo of PCB
Serial
→ port.serial general information about the serial port, serial port cable, etc.
How to connect to the Serial Port of this specific device:
In the middle of the PCB there are the unpopulated pins for TX, GND and RX.
Insert photo of PCB with markings for serial port
Serial connection parameters for Afoundry EW1200 | 57600, 8N1 |
---|
JTAG
→ port.jtag general information about the JTAG port, JTAG cable, etc.
How to connect to the JTAG Port of this specific device:
Insert photo of PCB with markings for JTAG port
Bootlogs
OEM bootlog
Connecting to: 'com3' (B:57600 | P:None | DB: 8 | SB:One | HS: None | DTR True | RTS True) =================================================================== MT7621 stage1 code 13:14:00 (ASIC) CPU=50000000 HZ BUS=16666666 HZ ================================================================== Change MPLL source from XTAL to CR... do MEMPLL setting.. MEMPLL Config : 0x11000000 3PLL mode + External loopback === XTAL-40Mhz === DDR-1200Mhz === PLL3 FB_DL: 0x9, 1/0 = 620/404 25000000 PLL2 FB_DL: 0x12, 1/0 = 535/489 49000000 PLL4 FB_DL: 0x16, 1/0 = 678/346 59000000 do DDR setting..[00320000] Apply DDR3 Setting...(use default AC) 0 8 16 24 32 40 48 56 64 72 80 88 96 104 112 120 -------------------------------------------------------------------------------- 0000:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0001:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0002:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0003:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0004:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0005:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0006:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0007:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0008:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0009:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 000A:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 000B:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 000C:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 000D:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 000E:| 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 000F:| 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 0 0010:| 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0011:| 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0012:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0013:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0014:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0015:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0016:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0017:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0018:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0019:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 001A:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 001B:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 001C:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 001D:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 001E:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 001F:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 rank 0 coarse = 15 rank 0 fine = 80 B:| 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 opt_dle value:9 DRAMC_R0DELDLY[018]=00001F1F ================================================================== RX DQS perbit delay software calibration ================================================================== 1.0-15 bit dq delay value ================================================================== bit| 0 1 2 3 4 5 6 7 8 9 -------------------------------------- 0 | 13 12 13 13 13 11 11 10 9 10 10 | 12 12 11 13 12 12 -------------------------------------- ================================================================== 2.dqs window x=pass dqs delay value (min~max)center y=0-7bit DQ of every group input delay:DQS0 =31 DQS1 = 31 ================================================================== bit DQS0 bit DQS1 0 (1~60)30 8 (1~56)28 1 (1~59)30 9 (2~58)30 2 (1~60)30 10 (2~60)31 3 (1~59)30 11 (1~56)28 4 (1~60)30 12 (2~59)30 5 (1~60)30 13 (1~58)29 6 (1~58)29 14 (0~62)31 7 (1~62)31 15 (1~58)29 ================================================================== 3.dq delay value last ================================================================== bit| 0 1 2 3 4 5 6 7 8 9 -------------------------------------- 0 | 14 13 14 14 14 12 13 10 12 11 10 | 12 15 12 15 12 14 ================================================================== ================================================================== TX perbyte calibration ================================================================== DQS loop = 15, cmp_err_1 = ffff2000 dqs_perbyte_dly.last_dqsdly_pass[0]=15, finish count=1 DQS loop = 14, cmp_err_1 = ffff0000 dqs_perbyte_dly.last_dqsdly_pass[1]=14, finish count=2 DQ loop=15, cmp_err_1 = ffff0080 dqs_perbyte_dly.last_dqdly_pass[1]=15, finish count=1 DQ loop=14, cmp_err_1 = ffff0080 DQ loop=13, cmp_err_1 = ffff0000 dqs_perbyte_dly.last_dqdly_pass[0]=13, finish count=2 byte:0, (DQS,DQ)=(9,8) byte:1, (DQS,DQ)=(8,8) 20,data:89 [EMI] DRAMC calibration passed =================================================================== MT7621 stage1 code done CPU=50000000 HZ BUS=16666666 HZ =================================================================== Uboot identify string is RM75:Afoundry:5.4(U-Boot 1.1.3 (May 26 2016 - 22:48:32)) Board: Ralink APSoC DRAM: 128 MB relocate_code Pointer at: 87fb8000 Config XHCI 40M PLL flash manufacture id: c2, device id 20 18 find flash: MX25L12805D ============================================ Ralink UBoot Version: 4.2.1.0 -------------------------------------------- ASIC 7621_MP (MAC to MT7530 Mode) DRAM_CONF_FROM: Auto-Detection DRAM_TYPE: DDR3 DRAM bus: 16 bit Xtal Mode=3 OCP Ratio=1/3 Flash component: SPI Flash Date:May 26 2016 Time:22:48:32 ============================================ icache: sets:256, ways:4, linesz:32 ,total:32768 dcache: sets:256, ways:4, linesz:32 ,total:32768 ##### The CPU freq = 880 MHZ #### estimate memory size =128 Mbytes #Reset_MT7530 set LAN/WAN LLLLW 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. 0 Upgrade mode read(-1:0:0) 3: System Boot system code via Flash. ## Booting image at bfc50000 ... Image Name: OpenWrt Linux-3.10.14 Image Type: MIPS Linux Kernel Image (lzma compressed) Data Size: 1554974 Bytes = 1.5 MB Load Address: 80001000 Entry Point: 80001000 Verifying Checksum ... OK Uncompressing Kernel Image ... OK No initrd ## Transferring control to Linux (at address 80001000) ... ## Giving linux memsize in MB, 128 Starting kernel ... LINUX started... THIS IS ASIC SDK 5.0.S.0 [ 0.000000] Linux version 3.10.14 (dimmalex@cmp-server) (gcc version 4.8.3 (OpenWrt/Linaro GCC 4.8-2014.04 r1) ) #4 SMP Thu Sep 28 12:08:37 CST 2017 [ 0.000000] [ 0.000000] The CPU feqenuce set to 880 MHz [ 0.000000] GCMP present [ 0.000000] CPU0 revision is: 0001992f (MIPS 1004Kc) [ 0.000000] Software DMA cache coherency [ 0.000000] Determined physical RAM map: [ 0.000000] memory: 08000000 @ 00000000 (usable) [ 0.000000] Initrd not found or empty - disabling initrd [ 0.000000] Zone ranges: [ 0.000000] Normal [mem 0x00000000-0x07ffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00000000-0x07ffffff] [ 0.000000] Detected 3 available secondary CPU(s) [ 0.000000] Primary instruction cache 32kB, 4-way, VIPT, linesize 32 bytes. [ 0.000000] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes [ 0.000000] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. [ 0.000000] PERCPU: Embedded 7 pages/cpu @81103000 s6400 r8192 d14080 u32768 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 32512 [ 0.000000] Kernel command line: console=ttyS1,57600n8 root=/dev/mtdblock5 rootfstype=squashfs,jffs2 [ 0.000000] PID hash table entries: 512 (order: -1, 2048 bytes) [ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes) [ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes) [ 0.000000] Writing ErrCtl register=0001c002 [ 0.000000] Readback ErrCtl register=0001c002 [ 0.000000] Memory: 125148k/131072k available (3370k kernel code, 5924k reserved, 841k data, 264k init, 0k highmem) [ 0.000000] Hierarchical RCU implementation. [ 0.000000] NR_IRQS:128 [ 0.000000] console [ttyS1] enabled [ 0.116000] Calibrating delay loop... 562.17 BogoMIPS (lpj=1124352) [ 0.148000] pid_max: default: 32768 minimum: 301 [ 0.152000] Mount-cache hash table entries: 512 [ 0.156000] launch: starting cpu1 [ 0.160000] launch: cpu1 gone! [ 0.160000] CPU1 revision is: 0001992f (MIPS 1004Kc) [ 0.160000] Primary instruction cache 32kB, 4-way, VIPT, linesize 32 bytes. [ 0.160000] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes [ 0.160000] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. [ 0.192000] Synchronize counters for CPU 1: done. [ 0.200000] launch: starting cpu2 [ 0.204000] launch: cpu2 gone! [ 0.204000] CPU2 revision is: 0001992f (MIPS 1004Kc) [ 0.204000] Primary instruction cache 32kB, 4-way, VIPT, linesize 32 bytes. [ 0.204000] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes [ 0.204000] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. [ 0.232000] Synchronize counters for CPU 2: done. [ 0.240000] launch: starting cpu3 [ 0.244000] launch: cpu3 gone! [ 0.244000] CPU3 revision is: 0001992f (MIPS 1004Kc) [ 0.244000] Primary instruction cache 32kB, 4-way, VIPT, linesize 32 bytes. [ 0.244000] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes [ 0.244000] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. [ 0.272000] Synchronize counters for CPU 3: done. [ 0.280000] Brought up 4 CPUs [ 0.284000] NET: Registered protocol family 16 [ 0.576000] release PCIe RST: RALINK_RSTCTRL = 7000000 [ 0.580000] PCIE PHY initialize [ 0.584000] ***** Xtal 40MHz ***** [ 0.588000] start MT7621 PCIe register access [ 1.164000] RALINK_RSTCTRL = 7000000 [ 1.168000] RALINK_CLKCFG1 = 77ffeff8 [ 1.172000] [ 1.172000] *************** MT7621 PCIe RC mode ************* [ 1.652000] PCIE2 no card, disable it(RST&CLK) [ 1.656000] pcie_link status = 0x3 [ 1.660000] RALINK_RSTCTRL= 3000000 [ 1.664000] *** Configure Device number setting of Virtual PCI-PCI bridge *** [ 1.668000] RALINK_PCI_PCICFG_ADDR = 21007f2 -> 21007f2 [ 1.672000] PCIE0 enabled [ 1.676000] PCIE1 enabled [ 1.680000] interrupt enable status: 300000 [ 1.684000] Port 1 N_FTS = 1b105000 [ 1.688000] Port 0 N_FTS = 1b105000 [ 1.692000] config reg done [ 1.696000] init_rt2880pci done [ 1.708000] bio: create slab <bio-0> at 0 [ 1.712000] SCSI subsystem initialized [ 1.716000] usbcore: registered new interface driver usbfs [ 1.720000] usbcore: registered new interface driver hub [ 1.724000] usbcore: registered new device driver usb [ 1.728000] PCI host bridge to bus 0000:00 [ 1.732000] pci_bus 0000:00: root bus resource [mem 0x60000000-0x6fffffff] [ 1.736000] pci_bus 0000:00: root bus resource [io 0x1e160000-0x1e16ffff] [ 1.740000] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff] [ 1.744000] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 1.748000] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 1.752000] pci 0000:00:00.0: BAR 0: can't assign mem (size 0x80000000) [ 1.756000] pci 0000:00:01.0: BAR 0: can't assign mem (size 0x80000000) [ 1.760000] pci 0000:00:00.0: BAR 8: assigned [mem 0x60000000-0x600fffff] [ 1.764000] pci 0000:00:00.0: BAR 9: assigned [mem 0x60100000-0x601fffff pref] [ 1.768000] pci 0000:00:01.0: BAR 8: assigned [mem 0x60200000-0x602fffff] [ 1.772000] pci 0000:00:00.0: BAR 1: assigned [mem 0x60300000-0x6030ffff] [ 1.776000] pci 0000:00:01.0: BAR 1: assigned [mem 0x60310000-0x6031ffff] [ 1.780000] pci 0000:01:00.0: BAR 0: assigned [mem 0x60000000-0x600fffff 64bit] [ 1.784000] pci 0000:01:00.0: BAR 6: assigned [mem 0x60100000-0x6010ffff pref] [ 1.788000] pci 0000:00:00.0: PCI bridge to [bus 01] [ 1.792000] pci 0000:00:00.0: bridge window [mem 0x60000000-0x600fffff] [ 1.796000] pci 0000:00:00.0: bridge window [mem 0x60100000-0x601fffff pref] [ 1.800000] pci 0000:02:00.0: BAR 0: assigned [mem 0x60200000-0x602fffff] [ 1.804000] pci 0000:00:01.0: PCI bridge to [bus 02] [ 1.808000] pci 0000:00:01.0: bridge window [mem 0x60200000-0x602fffff] [ 1.812000] PCI: Enabling device 0000:00:00.0 (0004 -> 0006) [ 1.816000] PCI: Enabling device 0000:00:01.0 (0004 -> 0006) [ 1.820000] BAR0 at slot 0 = 0 [ 1.824000] bus=0x0, slot = 0x0 [ 1.828000] res[0]->start = 0 [ 1.832000] res[0]->end = 0 [ 1.836000] res[1]->start = 60300000 [ 1.840000] res[1]->end = 6030ffff [ 1.844000] res[2]->start = 0 [ 1.848000] res[2]->end = 0 [ 1.852000] res[3]->start = 0 [ 1.856000] res[3]->end = 0 [ 1.860000] res[4]->start = 0 [ 1.864000] res[4]->end = 0 [ 1.868000] res[5]->start = 0 [ 1.872000] res[5]->end = 0 [ 1.876000] BAR0 at slot 1 = 0 [ 1.880000] bus=0x0, slot = 0x1 [ 1.884000] res[0]->start = 0 [ 1.888000] res[0]->end = 0 [ 1.892000] res[1]->start = 60310000 [ 1.896000] res[1]->end = 6031ffff [ 1.900000] res[2]->start = 0 [ 1.904000] res[2]->end = 0 [ 1.908000] res[3]->start = 0 [ 1.912000] res[3]->end = 0 [ 1.916000] res[4]->start = 0 [ 1.920000] res[4]->end = 0 [ 1.924000] res[5]->start = 0 [ 1.928000] res[5]->end = 0 [ 1.932000] bus=0x1, slot = 0x0, irq=0x4 [ 1.936000] res[0]->start = 60000000 [ 1.940000] res[0]->end = 600fffff [ 1.944000] res[1]->start = 0 [ 1.948000] res[1]->end = 0 [ 1.952000] res[2]->start = 0 [ 1.956000] res[2]->end = 0 [ 1.960000] res[3]->start = 0 [ 1.964000] res[3]->end = 0 [ 1.968000] res[4]->start = 0 [ 1.972000] res[4]->end = 0 [ 1.976000] res[5]->start = 0 [ 1.980000] res[5]->end = 0 [ 1.984000] bus=0x2, slot = 0x1, irq=0x18 [ 1.988000] res[0]->start = 60200000 [ 1.992000] res[0]->end = 602fffff [ 1.996000] res[1]->start = 0 [ 2.000000] res[1]->end = 0 [ 2.004000] res[2]->start = 0 [ 2.008000] res[2]->end = 0 [ 2.012000] res[3]->start = 0 [ 2.016000] res[3]->end = 0 [ 2.020000] res[4]->start = 0 [ 2.024000] res[4]->end = 0 [ 2.028000] res[5]->start = 0 [ 2.032000] res[5]->end = 0 [ 2.036000] Switching to clocksource MIPS [ 2.040000] NET: Registered protocol family 2 [ 2.048000] TCP established hash table entries: 1024 (order: 1, 8192 bytes) [ 2.064000] TCP bind hash table entries: 1024 (order: 1, 8192 bytes) [ 2.076000] TCP: Hash tables configured (established 1024 bind 1024) [ 2.088000] TCP: reno registered [ 2.096000] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 2.108000] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 2.120000] NET: Registered protocol family 1 [ 2.216000] 4 CPUs re-calibrate udelay(lpj = 1167360) [ 2.228000] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 2.240000] jffs2: version 2.2. (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. [ 2.264000] io scheduler noop registered (default) [ 2.272000] reg_int_mask=0, INT_MASK= 0 [ 2.280000] HSDMA_init [ 2.284000] [ 2.284000] hsdma_phy_tx_ring0 = 0x0fe3c000, hsdma_tx_ring0 = 0xafe3c000 [ 2.300000] [ 2.300000] hsdma_phy_rx_ring0 = 0x0fe30000, hsdma_rx_ring0 = 0xafe30000 [ 2.320000] TX_CTX_IDX0 = 0 [ 2.324000] TX_DTX_IDX0 = 0 [ 2.328000] RX_CRX_IDX0 = 3ff [ 2.336000] RX_DRX_IDX0 = 0 [ 2.340000] set_fe_HSDMA_glo_cfg [ 2.348000] HSDMA_GLO_CFG = 465 [ 2.360000] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled [ 2.372000] serial8250: ttyS0 at MMIO 0x1e000d00 (irq = 27) is a 16550A [ 2.384000] serial8250: ttyS1 at MMIO 0x1e000c00 (irq = 26) is a 16550A [ 2.400000] Ralink gpio driver initialized(be000060=4052c) [ 2.412000] flash manufacture id: c2, device id 20 18 [ 2.420000] MX25L12805D(c2 2018c220) (16384 Kbytes) [ 2.432000] mtd .name = raspi, .size = 0x01000000 (16M) .erasesize = 0x00010000 (64K) .numeraseregions = 0 [ 2.452000] Creating 6 MTD partitions on "raspi": [ 2.460000] 0x000000000000-0x000001000000 : "ALL" [ 2.468000] 0x000000000000-0x000000030000 : "Bootloader" [ 2.480000] 0x000000030000-0x000000040000 : "Config" [ 2.492000] 0x000000040000-0x000000050000 : "Factory" [ 2.504000] 0x000000050000-0x000000f80000 : "firmware" [ 2.516000] 0x0000001cba5e-0x000000f80000 : "rootfs" [ 2.524000] mtd: partition "rootfs" must either start or end on erase block boundary or be smaller than an erase block -- forcing read-only [ 2.552000] mtd: partition "rootfs_data" created automatically, ofs=0x7c0000, len=0x7c0000 [ 2.568000] 0x0000007c0000-0x000000f80000 : "rootfs_data" [ 2.580000] 0x000000f80000-0x000001000000 : "Fconfig" [ 2.588000] rdm_major = 253 [ 2.596000] GMAC1_MAC_ADRH -- : 0x0000703a [ 2.604000] GMAC1_MAC_ADRL -- : 0xd84c0f50 [ 2.612000] Ralink APSoC Ethernet Driver Initilization. v3.1 1024 rx/tx descriptors allocated, mtu = 1500! [ 2.632000] GMAC1_MAC_ADRH -- : 0x0000703a [ 2.640000] GMAC1_MAC_ADRL -- : 0xd84c0f50 [ 2.648000] PROC INIT OK! [ 2.652000] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 2.668000] ehci-pci: EHCI PCI platform driver [ 2.676000] ehci-platform: EHCI generic platform driver [ 2.684000] *****run project phy. [ 2.704000] FM_OUT value: u4FmOut = 0(0x00000000) [ 2.724000] FM_OUT value: u4FmOut = 0(0x00000000) [ 2.744000] FM_OUT value: u4FmOut = 0(0x00000000) [ 2.764000] FM_OUT value: u4FmOut = 0(0x00000000) [ 2.784000] FM_OUT value: u4FmOut = 0(0x00000000) [ 2.804000] FM_OUT value: u4FmOut = 0(0x00000000) [ 2.824000] FM_OUT value: u4FmOut = 0(0x00000000) [ 2.844000] FM_OUT value: u4FmOut = 0(0x00000000) [ 2.864000] FM_OUT value: u4FmOut = 0(0x00000000) [ 2.884000] FM_OUT value: u4FmOut = 0(0x00000000) [ 2.928000] FM_OUT value: u4FmOut = 0(0x00000000) [ 2.948000] FM_OUT value: u4FmOut = 0(0x00000000) [ 2.968000] FM_OUT value: u4FmOut = 0(0x00000000) [ 2.988000] FM_OUT value: u4FmOut = 0(0x00000000) [ 3.008000] FM_OUT value: u4FmOut = 0(0x00000000) [ 3.028000] FM_OUT value: u4FmOut = 0(0x00000000) [ 3.048000] FM_OUT value: u4FmOut = 0(0x00000000) [ 3.068000] FM_OUT value: u4FmOut = 0(0x00000000) [ 3.088000] FM_OUT value: u4FmOut = 0(0x00000000) [ 3.108000] FM_OUT value: u4FmOut = 0(0x00000000) [ 3.248000] xhci-hcd xhci-hcd: xHCI Host Controller [ 3.256000] xhci-hcd xhci-hcd: new USB bus registered, assigned bus number 1 [ 3.272000] xhci-hcd xhci-hcd: irq 22, io mem 0x1e1c0000 [ 3.284000] hub 1-0:1.0: USB hub found [ 3.292000] hub 1-0:1.0: 2 ports detected [ 3.300000] xhci-hcd xhci-hcd: xHCI Host Controller [ 3.308000] xhci-hcd xhci-hcd: new USB bus registered, assigned bus number 2 [ 3.324000] hub 2-0:1.0: USB hub found [ 3.332000] hub 2-0:1.0: 1 port detected [ 3.340000] usbcore: registered new interface driver usb-storage [ 3.352000] TCP: cubic registered [ 3.360000] NET: Registered protocol family 10 [ 3.368000] NET: Registered protocol family 17 [ 3.376000] 8021q: 802.1Q VLAN Support v1.8 [ 3.392000] VFS: Mounted root (squashfs filesystem) readonly on device 31:5. [ 3.404000] Freeing unused kernel memory: 264K (8041e000 - 80460000) procd: Console is alive [ 4.760000] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 4.772000] uhci_hcd: USB Universal Host Controller Interface driver procd: - preinit - [ 5.324000] 70:3A:FFFFFFD8:4C: F:50 [ 5.332000] Raeth v3.1 (Tasklet) [ 5.340000] set CLK_CFG_0 = 0x40a00020!!!!!!!!!!!!!!!!!!1 [ 5.356000] phy_free_head is 0xf706000!!! [ 5.364000] phy_free_tail_phy is 0xf707ff0!!! [ 5.372000] txd_pool=af708000 phy_txd_pool=0F708000 [ 5.380000] ei_local->skb_free start address is 0x87e526dc. [ 5.392000] free_txd: 0f708010, ei_local->cpu_ptr: 0F708000 [ 5.404000] POOL HEAD_PTR | DMA_PTR | CPU_PTR [ 5.412000] ----------------+---------+-------- [ 5.420000] 0xaf708000 0x0F708000 0x0F708000 [ 5.432000] [ 5.432000] phy_qrx_ring = 0x0f700000, qrx_ring = 0xaf700000 [ 5.448000] [ 5.448000] phy_rx_ring0 = 0x0f710000, rx_ring0 = 0xaf710000 [ 5.480000] MT7530 Reset Completed!! [ 5.496000] change HW-TRAP to 0x17c8f [ 5.504000] set LAN/WAN LLLLW [ 5.516000] GMAC1_MAC_ADRH -- : 0x0000703a [ 5.524000] GMAC1_MAC_ADRL -- : 0xd84c0f50 [ 5.532000] GDMA2_MAC_ADRH -- : 0x0000703a [ 5.540000] GDMA2_MAC_ADRL -- : 0xd84c0f50 [ 5.548000] eth1: ===> VirtualIF_open [ 5.556000] MT7621 GE2 link rate to 1G [ 5.572000] CDMA_CSG_CFG = 81000000 [ 5.576000] GDMA1_FWD_CFG = 20710000 [ 5.584000] GDMA2_FWD_CFG = 20710000 Press the [f] key and hit [enter] to enter failsafe mode Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level jffs2 is ready No jffs2 marker was found [ 8.812000] jffs2: notice: (316) jffs2_build_xattr_subsystem: complete building xattr subsystem, 1 of xdatum (0 unchecked, 0 orphan) and 20 of xref (0 dead, 13 orphan) found. switching to overlay [ 8.852000] ra2880stop()...Done [ 8.856000] eth1: ===> VirtualIF_close [ 8.868000] Free TX/RX Ring Memory! procd: - early - procd: - ubus - procd: - init - MT7621 login: [ 10.164000] RPC: Registered named UNIX socket transport module. [ 10.176000] RPC: Registered udp transport module. [ 10.188000] RPC: Registered tcp transport module. [ 10.196000] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 10.232000] u32 classifier [ 10.236000] input device check on [ 10.244000] Actions configured [ 10.252000] Mirror/redirect action on [ 10.260000] Failed to load ipt action [ 10.288000] fuse init (API version 7.22) [ 10.596000] register mt_drv7603 [ 10.604000] [ 10.604000] [ 10.604000] === pAd = c0781000, size = 1006272 === [ 10.604000] [ 10.624000] <-- RTMPAllocTxRxRingMemory, Status=0 [ 10.632000] <-- RTMPAllocAdapterBlock, Status=0 [ 10.640000] pAd->CSRBaseAddress =0xc0680000, csr_addr=0xc0680000! [ 10.652000] device_id =0x7603 [ 10.660000] RtmpChipOpsHook(507): Not support for HIF_MT yet! [ 10.672000] mt7603_init()--> [ 10.676000] mt_bcn_buf_init(224): Not support for HIF_MT yet! [ 10.688000] <--mt7603_init() [ 11.012000] register rt2860 [ 11.024000] [ 11.024000] [ 11.024000] === pAd = c0d01000, size = 2024704 === [ 11.024000] [ 11.044000] <-- RTMPAllocTxRxRingMemory, Status=0 [ 11.052000] <-- RTMPAllocAdapterBlock, Status=0 [ 11.060000] pAd->CSRBaseAddress =0xc0c00000, csr_addr=0xc0c00000! [ 11.072000] device_id =0x7662 [ 11.080000] ==>rlt_wlan_chip_onoff(): OnOff:1, Reset= 1, pAd->WlanFunCtrl:0x0, Reg-WlanFunCtrl=0x20a [ 11.100000] E2pAccessMode=2 [ 11.108000] cfg_mode=14 [ 11.112000] cfg_mode=14 [ 11.116000] wmode_band_equal(): Band Not Equal! [ 11.128000] APSDCapable[0]=0 [ 11.136000] APSDCapable[1]=0 [ 11.140000] APSDCapable[2]=0 [ 11.144000] APSDCapable[3]=0 [ 11.152000] APSDCapable[4]=0 [ 11.156000] APSDCapable[5]=0 [ 11.164000] APSDCapable[6]=0 [ 11.168000] APSDCapable[7]=0 [ 11.176000] APSDCapable[8]=0 [ 11.180000] APSDCapable[9]=0 [ 11.184000] APSDCapable[10]=0 [ 11.192000] APSDCapable[11]=0 [ 11.196000] APSDCapable[12]=0 [ 11.204000] APSDCapable[13]=0 [ 11.208000] APSDCapable[14]=0 [ 11.216000] APSDCapable[15]=0 [ 11.220000] default ApCliAPSDCapable[0]=0 [ 11.724000] RtmpChipOpsEepromHook::e2p_type=2, inf_Type=5 [ 11.736000] NVM is FLASH mode (pAd->flash_offset = 0x48000) [ 11.748000] get_dev_name_prefix(): dev_idx = 1, dev_name_prefix=rai [ 11.768000] ip_tables: (C) 2000-2006 Netfilter Core Team [ 11.776000] Type=Restricted Cone [ 11.796000] nf_conntrack version 0.5.0 (1959 buckets, 7836 max) [ 11.860000] usbcore: registered new interface driver ums-alauda [ 11.872000] usbcore: registered new interface driver ums-cypress [ 11.884000] usbcore: registered new interface driver ums-datafab [ 11.896000] usbcore: registered new interface driver ums-freecom [ 11.912000] usbcore: registered new interface driver ums-isd200 [ 11.924000] usbcore: registered new interface driver ums-jumpshot [ 11.936000] usbcore: registered new interface driver ums-karma [ 11.948000] usbcore: registered new interface driver ums-sddr09 [ 11.964000] usbcore: registered new interface driver ums-sddr55 [ 11.976000] usbcore: registered new interface driver ums-usbat [ 12.012000] xt_time: kernel timezone is -0000 [ 12.028000] PPP generic driver version 2.4.2 [ 12.040000] NET: Registered protocol family 24 [ 14.260000] jffs2: notice: (828) jffs2_build_xattr_subsystem: complete building xattr subsystem, 0 of xdatum (0 unchecked, 0 orphan) and 0 of xref (0 dead, 0 orphan) found. [ 14.840000] 70:3A:FFFFFFD8:4C: F:50 [ 14.848000] Raeth v3.1 (Tasklet) [ 14.856000] set CLK_CFG_0 = 0x40a00020!!!!!!!!!!!!!!!!!!1 [ 14.872000] phy_free_head is 0xe042000!!! [ 14.880000] phy_free_tail_phy is 0xe043ff0!!! [ 14.888000] txd_pool=ae048000 phy_txd_pool=0E048000 [ 14.896000] ei_local->skb_free start address is 0x87e526dc. [ 14.908000] free_txd: 0e048010, ei_local->cpu_ptr: 0E048000 [ 14.920000] POOL HEAD_PTR | DMA_PTR | CPU_PTR [ 14.928000] ----------------+---------+-------- [ 14.936000] 0xae048000 0x0E048000 0x0E048000 [ 14.948000] [ 14.948000] phy_qrx_ring = 0x0e041000, qrx_ring = 0xae041000 [ 14.964000] [ 14.964000] phy_rx_ring0 = 0x0e054000, rx_ring0 = 0xae054000 [ 14.996000] MT7530 Reset Completed!! [ 15.012000] change HW-TRAP to 0x17c8f [ 15.020000] set LAN/WAN LLLLW [ 15.032000] GMAC1_MAC_ADRH -- : 0x0000703a [ 15.040000] GMAC1_MAC_ADRL -- : 0xd84c0f50 [ 15.048000] eth1: ===> VirtualIF_open [ 15.052000] MT7621 GE2 link rate to 1G [ 15.052000] CDMA_CSG_CFG = 81000000 [ 15.052000] GDMA1_FWD_CFG = 20710000 [ 15.052000] GDMA2_FWD_CFG = 20710000 [ 15.800000] led=5, on=1, off=9, blinks,=4000, reset=1, time=4000 [ 15.888000] led=4, on=1, off=4000, blinks,=1, reset=1, time=4000 [ 16.200000] device eth0 entered promiscuous mode [ 16.212000] lan: port 1(eth0) entered forwarding state [ 16.220000] lan: port 1(eth0) entered forwarding state [ 16.240000] TX_BCN DESC aec31000 size = 320 [ 16.252000] RX[0] DESC aec33000 size = 2048 [ 16.260000] RX[1] DESC aec34000 size = 2048 [ 16.272000] E2pAccessMode=2 [ 16.280000] cfg_mode=9 [ 16.284000] cfg_mode=9 [ 16.288000] wmode_band_equal(): Band Equal! [ 16.300000] APSDCapable[0]=0 [ 16.308000] APSDCapable[1]=0 [ 16.312000] APSDCapable[2]=0 [ 16.316000] APSDCapable[3]=0 [ 16.324000] lan: port 1(eth0) entered forwarding state [ 16.332000] APSDCapable[4]=0 [ 16.340000] APSDCapable[5]=0 [ 16.344000] APSDCapable[6]=0 [ 16.352000] APSDCapable[7]=0 [ 16.356000] APSDCapable[8]=0 [ 16.364000] APSDCapable[9]=0 [ 16.368000] APSDCapable[10]=0 [ 16.372000] APSDCapable[11]=0 [ 16.380000] APSDCapable[12]=0 [ 16.384000] APSDCapable[13]=0 [ 16.392000] APSDCapable[14]=0 [ 16.396000] APSDCapable[15]=0 [ 16.404000] default ApCliAPSDCapable[0]=0 [ 16.920000] 20141106CmdAddressLenReq:(ret = 0) [ 16.932000] CmdFwStartReq: override = 1, address = 1048576 [ 16.940000] CmdStartDLRsp: WiFI FW Download Success [ 16.964000] AsicDMASchedulerInit(): DMA Scheduler Mode=0(LMAC) [ 16.976000] efuse_probe: efuse = 10000002 [ 16.984000] RtmpEepromGetDefault::e2p_dafault=1 [ 16.996000] RtmpChipOpsEepromHook::e2p_type=2, inf_Type=5 [ 17.004000] RtmpChipOpsEepromHook: E2P type(2), E2pAccessMode = 2, E2P default = 1 [ 17.020000] NVM is FLASH mode [ 17.024000] 1. Phy Mode = 14 [ 17.032000] @@@ NICReadEEPROMParameters : pAd->FWLoad=0 [ 17.200000] Country Region from e2p = ffff [ 17.208000] tssi_1_target_pwr_g_band = 48 [ 17.216000] 2. Phy Mode = 14 [ 17.220000] 3. Phy Mode = 14 [ 17.228000] NICInitPwrPinCfg(14): Not support for HIF_MT yet! [ 17.240000] NICInitializeAsic(586): Not support rtmp_mac_sys_reset () for HIF_MT yet! [ 17.252000] mt_mac_init()--> [ 17.260000] mt7603_init_mac_cr()--> [ 17.268000] AsicSetMacMaxLen(1559): Set the Max RxPktLen=1024! [ 17.280000] <--mt_mac_init() [ 17.284000] WTBL Segment 1 info: [ 17.292000] MemBaseAddr/FID:0x28000/0 [ 17.300000] EntrySize/Cnt:32/128 [ 17.304000] WTBL Segment 2 info: [ 17.312000] MemBaseAddr/FID:0x40000/0 [ 17.320000] EntrySize/Cnt:64/128 [ 17.328000] WTBL Segment 3 info: [ 17.332000] MemBaseAddr/FID:0x42000/64 [ 17.340000] EntrySize/Cnt:64/128 [ 17.348000] WTBL Segment 4 info: [ 17.352000] MemBaseAddr/FID:0x44000/128 [ 17.360000] EntrySize/Cnt:32/128 [ 17.368000] AntCfgInit(2384): Not support for HIF_MT yet! [ 17.380000] AsicSendCommandToMcu(3438): Not support for HIF_MT yet! [ 17.392000] AsicSendCommandToMcu(3438): Not support for HIF_MT yet! [ 17.404000] AsicSendCommandToMcu(3438): Not support for HIF_MT yet! [ 17.416000] AsicSendCommandToMcu(3438): Not support for HIF_MT yet! [ 17.428000] MCS Set = ff ff 00 00 01 [ 17.436000] AsicSetChBusyStat(876): Not support for HIF_MT yet! [ 17.448000] CmdChannelSwitch: control_chl = 1, central_chl = 1, BW = 0, TXStream = 2, RXStream = 2 [ 17.468000] mt7603_switch_channel(): Switch to Ch#1(2T2R), BBP_BW=0 [ 17.480000] SYNC - BBP R4 to 20MHz.l [ 17.788000] CmdChannelSwitch: control_chl = 2, central_chl = 2, BW = 0, TXStream = 2, RXStream = 2 [ 17.808000] mt7603_switch_channel(): Switch to Ch#2(2T2R), BBP_BW=0 [ 17.820000] SYNC - BBP R4 to 20MHz.l [ 18.324000] CmdChannelSwitch: control_chl = 3, central_chl = 3, BW = 0, TXStream = 2, RXStream = 2 [ 18.344000] mt7603_switch_channel(): Switch to Ch#3(2T2R), BBP_BW=0 [ 18.356000] SYNC - BBP R4 to 20MHz.l [ 18.660000] CmdChannelSwitch: control_chl = 4, central_chl = 4, BW = 0, TXStream = 2, RXStream = 2 [ 18.680000] mt7603_switch_channel(): Switch to Ch#4(2T2R), BBP_BW=0 [ 18.692000] SYNC - BBP R4 to 20MHz.l [ 19.160000] CmdChannelSwitch: control_chl = 5, central_chl = 5, BW = 0, TXStream = 2, RXStream = 2 [ 19.180000] mt7603_switch_channel(): Switch to Ch#5(2T2R), BBP_BW=0 [ 19.192000] SYNC - BBP R4 to 20MHz.l [ 19.496000] CmdChannelSwitch: control_chl = 6, central_chl = 6, BW = 0, TXStream = 2, RXStream = 2 [ 19.516000] mt7603_switch_channel(): Switch to Ch#6(2T2R), BBP_BW=0 [ 19.528000] SYNC - BBP R4 to 20MHz.l [ 19.848000] CmdChannelSwitch: control_chl = 7, central_chl = 7, BW = 0, TXStream = 2, RXStream = 2 [ 19.868000] mt7603_switch_channel(): Switch to Ch#7(2T2R), BBP_BW=0 [ 19.880000] SYNC - BBP R4 to 20MHz.l [ 20.428000] CmdChannelSwitch: control_chl = 8, central_chl = 8, BW = 0, TXStream = 2, RXStream = 2 [ 20.448000] mt7603_switch_channel(): Switch to Ch#8(2T2R), BBP_BW=0 [ 20.460000] SYNC - BBP R4 to 20MHz.l [ 20.764000] CmdChannelSwitch: control_chl = 9, central_chl = 9, BW = 0, TXStream = 2, RXStream = 2 [ 20.784000] mt7603_switch_channel(): Switch to Ch#9(2T2R), BBP_BW=0 [ 20.796000] SYNC - BBP R4 to 20MHz.l [ 21.356000] AsicSetRalinkBurstMode(3751): Not support for HIF_MT yet! [ 21.368000] RTMPSetPiggyBack(798): Not support for HIF_MT yet! [ 21.396000] CmdChannelSwitch: control_chl = 6, central_chl = 6, BW = 0, TXStream = 2, RXStream = 2 [ 21.416000] mt7603_switch_channel(): Switch to Ch#6(2T2R), BBP_BW=0 [ 21.428000] AsicSetTxPreamble(3738): Not support for HIF_MT yet! [ 21.444000] AsicAddSharedKeyEntry(1723): Not support for HIF_MT yet! [ 21.456000] AsicSetPreTbtt(): bss_idx=0, PreTBTT timeout = 0xf0 [ 21.468000] Main bssid = 70:3a:d8:4c:0f:50 [ 21.476000] <==== rt28xx_init, Status=0 [ 21.672000] AsicSetPreTbtt(): bss_idx=0, PreTBTT timeout = 0x0 [ 21.684000] RTMPSetPiggyBack(798): Not support for HIF_MT yet! [ 21.696000] AsicSetRalinkBurstMode(3751): Not support for HIF_MT yet! [ 21.708000] RTMPSetPiggyBack(798): Not support for HIF_MT yet! [ 21.740000] CmdChannelSwitch: control_chl = 6, central_chl = 6, BW = 0, TXStream = 2, RXStream = 2 [ 21.760000] mt7603_switch_channel(): Switch to Ch#6(2T2R), BBP_BW=0 [ 21.772000] AsicSetTxPreamble(3738): Not support for HIF_MT yet! [ 21.784000] AsicAddSharedKeyEntry(1723): Not support for HIF_MT yet! [ 21.800000] flush result = ffffff [ 21.804000] check pse fid Q7:set_get_fid, q_idx:7 empty!! [ 21.816000] AddTxSTypePerPktType: already registered TxSType (PktType = 0, PktSubType = 8, Format = 0 [ 21.836000] AddTxSTypePerPktType: already registered TxSType (PktType = 0, PktSubType = 16, Format = 0 [ 21.852000] AddTxSTypePerPktType: already registered TxSType (PktType = 1, PktSubType = 16, Format = 0 [ 21.872000] AddTxSTypePerPktType: already registered TxSType (PktType = 2, PktSubType = 16, Format = 0 [ 21.888000] AddTxSTypePerPkt: already registered TxSType (PktPid = 6, Format = 0 [ 21.904000] AsicSetPreTbtt(): bss_idx=0, PreTBTT timeout = 0xf0 [ 21.916000] Main bssid = 70:3a:d8:4c:0f:50 [ 22.068000] AsicSetPreTbtt(): bss_idx=0, PreTBTT timeout = 0x0 [ 22.080000] RTMPSetPiggyBack(798): Not support for HIF_MT yet! [ 22.092000] AsicSetRalinkBurstMode(3751): Not support for HIF_MT yet! [ 22.104000] RTMPSetPiggyBack(798): Not support for HIF_MT yet! [ 22.136000] CmdChannelSwitch: control_chl = 6, central_chl = 6, BW = 0, TXStream = 2, RXStream = 2 [ 22.156000] mt7603_switch_channel(): Switch to Ch#6(2T2R), BBP_BW=0 [ 22.168000] AsicSetTxPreamble(3738): Not support for HIF_MT yet! [ 22.184000] AsicAddSharedKeyEntry(1723): Not support for HIF_MT yet! [ 22.196000] AddTxSTypePerPktType: already registered TxSType (PktType = 0, PktSubType = 8, Format = 0 [ 22.212000] AddTxSTypePerPktType: already registered TxSType (PktType = 0, PktSubType = 16, Format = 0 [ 22.232000] AddTxSTypePerPktType: already registered TxSType (PktType = 1, PktSubType = 16, Format = 0 [ 22.252000] AddTxSTypePerPktType: already registered TxSType (PktType = 2, PktSubType = 16, Format = 0 [ 22.268000] AddTxSTypePerPkt: already registered TxSType (PktPid = 6, Format = 0 [ 22.284000] AsicSetPreTbtt(): bss_idx=0, PreTBTT timeout = 0xf0 [ 22.296000] Main bssid = 70:3a:d8:4c:0f:50 [ 22.312000] device ra0 entered promiscuous mode [ 22.320000] lan: port 2(ra0) entered forwarding state [ 22.332000] lan: port 2(ra0) entered forwarding state [ 22.352000] device ra1 entered promiscuous mode [ 22.368000] device ra2 entered promiscuous mode [ 22.388000] device ra3 entered promiscuous mode [ 22.408000] build time = [ 22.412000] 20141115060606a [ 22.416000] rom patch for E3 IC [ 22.424000] [ 22.428000] platform = [ 22.432000] lan: port 2(ra0) entered forwarding state [ 22.440000] ALPS [ 22.444000] hw/sw version = [ 22.452000] ?? [ 22.456000] patch version = [ 22.460000] [ 22.476000] FW Version:0.0.00 Build:1 [ 22.484000] Build Time:201410061140____ [ 22.492000] fw for E3 IC [ 22.512000] RX[0] DESC aeecb000 size = 4096 [ 22.524000] RX[1] DESC aeecc000 size = 4096 [ 22.536000] E2pAccessMode=2 [ 22.544000] cfg_mode=14 [ 22.548000] cfg_mode=14 [ 22.552000] wmode_band_equal(): Band Not Equal! [ 22.564000] APSDCapable[0]=0 [ 22.572000] APSDCapable[1]=0 [ 22.576000] APSDCapable[2]=0 [ 22.584000] APSDCapable[3]=0 [ 22.588000] APSDCapable[4]=0 [ 22.596000] APSDCapable[5]=0 [ 22.600000] APSDCapable[6]=0 [ 22.604000] APSDCapable[7]=0 [ 22.612000] APSDCapable[8]=0 [ 22.616000] APSDCapable[9]=0 [ 22.624000] APSDCapable[10]=0 [ 22.628000] APSDCapable[11]=0 [ 22.636000] APSDCapable[12]=0 [ 22.640000] APSDCapable[13]=0 [ 22.648000] APSDCapable[14]=0 [ 22.652000] APSDCapable[15]=0 [ 22.660000] default ApCliAPSDCapable[0]=0 [ 23.164000] 1. Phy Mode = 49 [ 23.168000] get_chl_grp:illegal channel (167) [ 23.176000] get_chl_grp:illegal channel (167) [ 23.188000] get_chl_grp:illegal channel (169) [ 23.196000] get_chl_grp:illegal channel (169) [ 23.204000] get_chl_grp:illegal channel (171) [ 23.212000] get_chl_grp:illegal channel (171) [ 23.220000] get_chl_grp:illegal channel (173) [ 23.228000] get_chl_grp:illegal channel (173) [ 23.240000] Country Region from e2p = ffff [ 23.248000] mt76x2_read_temp_info_from_eeprom:: is_temp_tx_alc=0, temp_tx_alc_enable=0 [ 23.264000] mt76x2_read_tx_alc_info_from_eeprom:: is_ePA_mode=1, ePA_type=1 [ 23.276000] mt76x2_read_tx_alc_info_from_eeprom:: [5G band] high_temp_slope=15, low_temp_slope=9 [ 23.292000] mt76x2_read_tx_alc_info_from_eeprom:: [2G band] high_temp_slope=0, low_temp_slope=0 [ 23.312000] mt76x2_read_tx_alc_info_from_eeprom:: [5G band] tc_lower_bound=-7, tc_upper_bound=4 [ 23.328000] mt76x2_read_tx_alc_info_from_eeprom:: [2G band] tc_lower_bound=0, tc_upper_bound=0 [ 23.344000] mt76x2_get_external_lna_gain::LNA type=0x1, BLNAGain=0xffffff8c, ALNAGain0=0xffffff8c, ALNAGain1=0xffffff8c, ALNAGain2=0xffffff8c [ 23.372000] 2. Phy Mode = 49 [ 23.376000] 3. Phy Mode = 49 [ 23.384000] andes_pci_fw_init [ 23.388000] 0x1300 = 00073200 [ 23.420000] AntCfgInit: primary/secondary ant 0/1 [ 23.428000] andes_load_cr:cr_type(2) [ 23.444000] ChipStructAssign(): MT76x2 hook ! [ 23.456000] MCS Set = ff ff 00 00 01 [ 23.580000] mt76x2_bbp_adjust():rf_bw=1, ext_ch=3, PrimCh=56, HT-CentCh=54, VHT-CentCh=56 [ 23.680000] APStartUp(): AP Set CentralFreq at 54(Prim=56, HT-CentCh=54, VHT-CentCh=56, BBP_BW=1) [ 23.712000] mt76x2_calibration(channel = 54) [ 24.084000] Main bssid = 70:3a:d8:4c:0f:58 [ 24.096000] mt76x2_reinit_agc_gain:original agc_vga0 = 0x48, agc_vga1 = 0x48 [ 24.108000] mt76x2_reinit_agc_gain:updated agc_vga0 = 0x48, agc_vga1 = 0x48 [ 24.124000] mt76x2_reinit_hi_lna_gain:original hi_lna0 = 0x33, hi_lna1 = 0x33 [ 24.136000] mt76x2_reinit_hi_lna_gain:updated hi_lna0 = 0x33, hi_lna1 = 0x33 [ 24.152000] original vga value(chain0) = 48 [ 24.160000] original vga value(chain1) = 48 [ 24.168000] <==== rt28xx_init, Status=0 [ 24.176000] get_dev_name_prefix(): dev_idx = 1, dev_name_prefix=rai [ 24.188000] get_dev_name_prefix(): dev_idx = 1, dev_name_prefix=rai [ 24.204000] get_dev_name_prefix(): dev_idx = 1, dev_name_prefix=rai [ 24.216000] get_dev_name_prefix(): dev_idx = 1, dev_name_prefix=wdsi [ 24.232000] get_dev_name_prefix(): dev_idx = 1, dev_name_prefix=wdsi [ 24.244000] get_dev_name_prefix(): dev_idx = 1, dev_name_prefix=wdsi [ 24.260000] get_dev_name_prefix(): dev_idx = 1, dev_name_prefix=wdsi [ 24.276000] get_dev_name_prefix(): dev_idx = 1, dev_name_prefix=apclii [ 24.288000] RTMPDrvOpen(1):Check if PDMA is idle! [ 24.300000] RTMPDrvOpen(2):Check if PDMA is idle! [ 24.556000] mt76x2_bbp_adjust():rf_bw=1, ext_ch=3, PrimCh=56, HT-CentCh=54, VHT-CentCh=56 [ 24.620000] APStartUp(): AP Set CentralFreq at 54(Prim=56, HT-CentCh=54, VHT-CentCh=56, BBP_BW=1) [ 24.648000] mt76x2_calibration(channel = 54) [ 25.300000] mt76x2_bbp_adjust():rf_bw=1, ext_ch=3, PrimCh=56, HT-CentCh=54, VHT-CentCh=56 [ 25.364000] APStartUp(): AP Set CentralFreq at 54(Prim=56, HT-CentCh=54, VHT-CentCh=56, BBP_BW=1) [ 25.392000] mt76x2_calibration(channel = 54) [ 25.776000] device rai0 entered promiscuous mode [ 25.784000] lan: port 6(rai0) entered forwarding state [ 25.796000] lan: port 6(rai0) entered forwarding state [ 25.816000] device rai1 entered promiscuous mode [ 25.836000] device rai2 entered promiscuous mode [ 25.852000] device rai3 entered promiscuous mode [ 25.880000] device wds0 entered promiscuous mode [ 25.896000] lan: port 6(rai0) entered forwarding state [ 25.916000] device wdsi0 entered promiscuous mode procd: - init complete - AFOUNDRY-4C0F50 login: AFOUNDRY-4C0F50 login: admin Password: BusyBox v1.22.1 (2017-09-28 11:09:25 CST) built-in shell (ash) Enter 'help' for a list of built-in commands. _______ ________ __ | |.-----.-----.-----.| | | |.----.| |_ | - || _ | -__| || | | || _|| _| |_______|| __|_____|__|__||________||__| |____| |__| W I R E L E S S F R E E D O M ----------------------------------------------------- BARRIER BREAKER (Barrier Breaker, r13) ----------------------------------------------------- * 1/2 oz Galliano Pour all ingredients into * 4 oz cold Coffee an irish coffee mug filled * 1 1/2 oz Dark Rum with crushed ice. Stir. * 2 tsp. Creme de Cacao ----------------------------------------------------- MTK OpenWrt SDK V3.4 revision : benchmark : APSoC SDK 5.0.1.0 kernel : 144992 ----------------------------------------------------- admin@AFOUNDRY-4C0F50:~# admin@AFOUNDRY-4C0F50:~# uname -a Linux AFOUNDRY-4C0F50 3.10.14 #4 SMP Thu Sep 28 12:08:37 CST 2017 mips GNU/Linux admin@AFOUNDRY-4C0F50:~# lsmod act_ipt 3024 0 act_mirred 2992 0 act_police 4288 0 act_skbedit 1968 0 autofs4 23104 1 cls_basic 3728 0 cls_flow 6224 0 cls_fw 4256 0 cls_route 6576 0 cls_tcindex 4768 0 cls_u32 7120 0 compat_xtables 1824 1 xt_IPMARK crc_ccitt 960 1 ppp_async em_cmp 768 0 em_meta 4976 0 em_nbyte 688 0 em_text 1552 0 em_u32 528 0 fat 53792 2 msdos fuse 77920 0 ip_tables 11024 5 iptable_nat ipcat 22320 0 ipt_ECN 1376 0 ipt_MASQUERADE 1152 0 ipt_REJECT 2208 0 iptable_filter 624 0 iptable_mangle 944 0 iptable_nat 1792 1 iptable_raw 592 0 lockd 58848 2 nfsv3 msdos 6944 0 mt7603e 1286512 1 mt76x2e 1322688 1 nf_conntrack 50144 17 iptable_nat nf_conntrack_ftp 5616 1 nf_nat_ftp nf_conntrack_ipv4 5200 1 nf_conntrack_irc 3088 1 nf_nat_irc nf_defrag_ipv4 720 1 nf_conntrack_ipv4 nf_nat 10816 7 iptable_nat nf_nat_ftp 1360 0 nf_nat_ipv4 2672 1 iptable_nat nf_nat_irc 1040 0 nfs 121904 1 nfsv3 nfsv3 19104 0 nls_iso8859_1 2832 0 ohci_hcd 19488 0 ppp_async 8048 0 ppp_generic 24208 3 pppoe pppoe 9856 0 pppox 1312 1 pppoe sch_codel 4688 0 sch_dsmark 4160 0 sch_gred 7136 0 sch_hfsc 16832 0 sch_htb 15536 0 sch_ingress 992 0 sch_prio 3840 0 sch_red 4864 0 sch_sfq 9360 0 sch_tbf 4448 0 sch_teql 4464 0 slhc 4848 1 ppp_generic sunrpc 168880 3 nfsv3 ts_bm 1472 0 ts_fsm 2752 0 ts_kmp 1424 0 uhci_hcd 20992 0 ums_alauda 9248 0 ums_cypress 2080 0 ums_datafab 5056 0 ums_freecom 1984 0 ums_isd200 5792 0 ums_jumpshot 3920 0 ums_karma 1696 0 ums_sddr09 10064 0 ums_sddr55 5840 0 ums_usbat 8912 0 vfat 9824 0 x_tables 12912 40 ipt_MASQUERADE xt_CLASSIFY 528 0 xt_CT 2832 0 xt_DSCP 1664 0 xt_HL 1376 0 xt_IPMARK 880 0 xt_LOG 6976 0 xt_REDIRECT 1248 0 xt_TCPMSS 2192 0 xt_comment 432 0 xt_connbytes 1728 0 xt_connlimit 3136 0 xt_connmark 1056 0 xt_conntrack 2240 0 xt_dscp 960 0 xt_ecn 1312 0 xt_helper 864 0 xt_hl 736 0 xt_iprange 1024 0 xt_layer7 12416 0 xt_length 640 0 xt_limit 1424 0 xt_mac 576 0 xt_mark 624 0 xt_multiport 1216 0 xt_nat 1136 0 xt_recent 7552 0 xt_state 704 0 xt_statistic 880 0 xt_string 768 0 xt_tcpmss 992 0 xt_tcpudp 1712 0 xt_time 1808 0 admin@AFOUNDRY-4C0F50:~#
OpenWrt bootlog
Starting kernel ... [ 0.000000] Linux version 4.14.131 (buildbot@188e96c27177) (gcc version 7.3.0 (OpenWrt GCC 7.3.0 r7808-ef686b7292)) #0 SMP Thu Jun 27 12:18:52 2019 [ 0.000000] SoC Type: MediaTek MT7621 ver:1 eco:3 [ 0.000000] bootconsole [early0] enabled [ 0.000000] CPU0 revision is: 0001992f (MIPS 1004Kc) [ 0.000000] MIPS: machine is EW1200 [ 0.000000] Determined physical RAM map: [ 0.000000] memory: 08000000 @ 00000000 (usable) [ 0.000000] Initrd not found or empty - disabling initrd [ 0.000000] VPE topology {2,2} total 4 [ 0.000000] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. [ 0.000000] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes [ 0.000000] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. [ 0.000000] Zone ranges: [ 0.000000] Normal [mem 0x0000000000000000-0x0000000007ffffff] [ 0.000000] HighMem empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000000000-0x0000000007ffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000007ffffff] [ 0.000000] random: get_random_bytes called from 0x80557744 with crng_init=0 [ 0.000000] percpu: Embedded 14 pages/cpu s26256 r8192 d22896 u57344 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 32512 [ 0.000000] Kernel command line: console=ttyS0,57600 rootfstype=squashfs,jffs2 [ 0.000000] PID hash table entries: 512 (order: -1, 2048 bytes) [ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes) [ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes) [ 0.000000] Writing ErrCtl register=00014010 [ 0.000000] Readback ErrCtl register=00014010 [ 0.000000] Memory: 123668K/131072K available (4647K kernel code, 236K rwdata, 572K rodata, 228K init, 254K bss, 7404K reserved, 0K cma-reserved, 0K highmem) [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] NR_IRQS: 256 [ 0.000000] clocksource: GIC: mask: 0xffffffffffffffff max_cycles: 0xcaf478abb4, max_idle_ns: 440795247997 ns [ 0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 4343773742 ns [ 0.000010] sched_clock: 32 bits at 440MHz, resolution 2ns, wraps every 4880645118ns [ 0.015501] Calibrating delay loop... 586.13 BogoMIPS (lpj=2930688) [ 0.087823] pid_max: default: 32768 minimum: 301 [ 0.097137] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.110158] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.125901] Hierarchical SRCU implementation. [ 0.135363] smp: Bringing up secondary CPUs ... [ 0.145775] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. [ 0.145784] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes [ 0.145795] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. [ 0.145929] CPU1 revision is: 0001992f (MIPS 1004Kc) [ 0.204746] Synchronize counters for CPU 1: done. [ 0.275837] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. [ 0.275846] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes [ 0.275854] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. [ 0.275924] CPU2 revision is: 0001992f (MIPS 1004Kc) [ 0.325603] Synchronize counters for CPU 2: done. [ 0.386626] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. [ 0.386634] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes [ 0.386642] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. [ 0.386737] CPU3 revision is: 0001992f (MIPS 1004Kc) [ 0.445170] Synchronize counters for CPU 3: done. [ 0.504770] smp: Brought up 1 node, 4 CPUs [ 0.516158] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.535622] futex hash table entries: 1024 (order: 3, 32768 bytes) [ 0.548059] pinctrl core: initialized pinctrl subsystem [ 0.558928] NET: Registered protocol family 16 [ 0.573631] pull PCIe RST: RALINK_RSTCTRL = 4000000 [ 0.883629] release PCIe RST: RALINK_RSTCTRL = 7000000 [ 0.893694] ***** Xtal 40MHz ***** [ 0.900426] release PCIe RST: RALINK_RSTCTRL = 7000000 [ 0.910630] Port 0 N_FTS = 1b105000 [ 0.917528] Port 1 N_FTS = 1b105000 [ 0.924457] Port 2 N_FTS = 1b102800 [ 2.083141] PCIE2 no card, disable it(RST&CLK) [ 2.091828] -> 21007f2 [ 2.096649] PCIE0 enabled [ 2.101852] PCIE1 enabled [ 2.107029] PCI host bridge /pcie@1e140000 ranges: [ 2.116553] MEM 0x0000000060000000..0x000000006fffffff [ 2.126920] IO 0x000000001e160000..0x000000001e16ffff [ 2.137277] PCI coherence region base: 0xbfbf8000, mask/settings: 0x60000000 [ 2.160391] mt7621_gpio 1e000600.gpio: registering 32 gpios [ 2.171665] mt7621_gpio 1e000600.gpio: registering 32 gpios [ 2.182901] mt7621_gpio 1e000600.gpio: registering 32 gpios [ 2.195286] i2c-mt7621 1e000900.i2c: clock 100KHz, re-start not support [ 2.208881] PCI host bridge to bus 0000:00 [ 2.216891] pci_bus 0000:00: root bus resource [mem 0x60000000-0x6fffffff] [ 2.230552] pci_bus 0000:00: root bus resource [io 0xffffffff] [ 2.242292] pci_bus 0000:00: root bus resource [??? 0x00000000 flags 0x0] [ 2.255779] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff] [ 2.273636] pci 0000:00:00.0: BAR 0: no space for [mem size 0x80000000] [ 2.286669] pci 0000:00:00.0: BAR 0: failed to assign [mem size 0x80000000] [ 2.300484] pci 0000:00:01.0: BAR 0: no space for [mem size 0x80000000] [ 2.313617] pci 0000:00:01.0: BAR 0: failed to assign [mem size 0x80000000] [ 2.327446] pci 0000:00:00.0: BAR 8: assigned [mem 0x60000000-0x600fffff] [ 2.340919] pci 0000:00:00.0: BAR 9: assigned [mem 0x60100000-0x601fffff pref] [ 2.355263] pci 0000:00:01.0: BAR 8: assigned [mem 0x60200000-0x602fffff] [ 2.368744] pci 0000:00:00.0: BAR 1: assigned [mem 0x60300000-0x6030ffff] [ 2.382222] pci 0000:00:01.0: BAR 1: assigned [mem 0x60310000-0x6031ffff] [ 2.395715] pci 0000:01:00.0: BAR 0: assigned [mem 0x60000000-0x600fffff 64bit] [ 2.410227] pci 0000:01:00.0: BAR 6: assigned [mem 0x60100000-0x6010ffff pref] [ 2.424552] pci 0000:00:00.0: PCI bridge to [bus 01] [ 2.434394] pci 0000:00:00.0: bridge window [mem 0x60000000-0x600fffff] [ 2.447885] pci 0000:00:00.0: bridge window [mem 0x60100000-0x601fffff pref] [ 2.462229] pci 0000:02:00.0: BAR 0: assigned [mem 0x60200000-0x602fffff] [ 2.475707] pci 0000:00:01.0: PCI bridge to [bus 02] [ 2.485539] pci 0000:00:01.0: bridge window [mem 0x60200000-0x602fffff] [ 2.500398] clocksource: Switched to clocksource GIC [ 2.511778] NET: Registered protocol family 2 [ 2.521155] TCP established hash table entries: 1024 (order: 0, 4096 bytes) [ 2.534895] TCP bind hash table entries: 1024 (order: 1, 8192 bytes) [ 2.547490] TCP: Hash tables configured (established 1024 bind 1024) [ 2.560228] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 2.571725] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 2.584364] NET: Registered protocol family 1 [ 2.830349] 4 CPUs re-calibrate udelay(lpj = 2924544) [ 2.841702] Crashlog allocated RAM at address 0x3f00000 [ 2.852243] workingset: timestamp_bits=30 max_order=15 bucket_order=0 [ 2.869752] random: fast init done [ 2.878385] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 2.889896] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. [ 2.912641] io scheduler noop registered [ 2.920290] io scheduler deadline registered (default) [ 2.931721] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled [ 2.947170] console [ttyS0] disabled [ 2.954374] 1e000c00.uartlite: ttyS0 at MMIO 0x1e000c00 (irq = 18, base_baud = 3125000) is a 16550A [ 2.972260] console [ttyS0] enabled [ 2.972260] console [ttyS0] enabled [ 2.986046] bootconsole [early0] disabled [ 2.986046] bootconsole [early0] disabled [ 3.002754] cacheinfo: Failed to find cpu0 device node [ 3.013084] cacheinfo: Unable to detect cache hierarchy for CPU 0 [ 3.026099] MediaTek Nand driver init, version v2.1 Fix AHB virt2phys error [ 3.040404] spi-mt7621 1e000b00.spi: sys_freq: 50000000 [ 3.051654] m25p80 spi0.0: mx25l12805d (16384 Kbytes) [ 3.061779] 4 fixed-partitions partitions found on MTD device spi0.0 [ 3.074443] Creating 4 MTD partitions on "spi0.0": [ 3.083986] 0x000000000000-0x000000030000 : "u-boot" [ 3.094801] 0x000000030000-0x000000040000 : "u-boot-env" [ 3.106310] 0x000000040000-0x000000050000 : "factory" [ 3.117255] 0x000000050000-0x000001000000 : "firmware" [ 3.155673] 2 uimage-fw partitions found on MTD device firmware [ 3.167488] 0x000000050000-0x000000210d2c : "kernel" [ 3.178301] 0x000000210d2c-0x000001000000 : "rootfs" [ 3.189024] mtd: device 5 (rootfs) set to be root filesystem [ 3.200449] 1 squashfs-split partitions found on MTD device rootfs [ 3.212769] 0x0000004a0000-0x000001000000 : "rootfs_data" [ 3.225138] libphy: Fixed MDIO Bus: probed [ 3.302380] libphy: mdio: probed [ 4.708344] mtk_soc_eth 1e100000.ethernet: loaded mt7530 driver [ 4.720905] mtk_soc_eth 1e100000.ethernet eth0: mediatek frame engine at 0xbe100000, irq 21 [ 4.740151] NET: Registered protocol family 10 [ 4.750647] Segment Routing with IPv6 [ 4.758015] NET: Registered protocol family 17 [ 4.766933] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 4.792721] 8021q: 802.1Q VLAN Support v1.8 [ 4.803550] hctosys: unable to open rtc device (rtc0) [ 4.820855] VFS: Mounted root (squashfs filesystem) readonly on device 31:5. [ 4.835393] Freeing unused kernel memory: 228K [ 4.844265] This architecture does not have kernel memory protection. [ 5.220270] random: crng init done [ 5.539889] init: Console is alive [ 5.546949] init: - watchdog - [ 6.369117] mtk_soc_eth 1e100000.ethernet eth0: port 4 link up [ 6.432952] kmodloader: loading kernel modules from /etc/modules-boot.d/* [ 6.570265] usbcore: registered new interface driver usbfs [ 6.581342] usbcore: registered new interface driver hub [ 6.592087] usbcore: registered new device driver usb [ 6.609485] SCSI subsystem initialized [ 6.636954] xhci-mtk 1e1c0000.xhci: xHCI Host Controller [ 6.647657] xhci-mtk 1e1c0000.xhci: new USB bus registered, assigned bus number 1 [ 6.662825] mtk_soc_eth 1e100000.ethernet eth0: port 3 link up [ 6.680533] xhci-mtk 1e1c0000.xhci: hcc params 0x01401198 hci version 0x96 quirks 0x0000000000210010 [ 6.698811] xhci-mtk 1e1c0000.xhci: irq 20, io mem 0x1e1c0000 [ 6.711265] hub 1-0:1.0: USB hub found [ 6.718803] hub 1-0:1.0: 2 ports detected [ 6.727355] xhci-mtk 1e1c0000.xhci: xHCI Host Controller [ 6.737961] xhci-mtk 1e1c0000.xhci: new USB bus registered, assigned bus number 2 [ 6.752882] xhci-mtk 1e1c0000.xhci: Host supports USB 3.0 SuperSpeed [ 6.765909] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. [ 6.782859] hub 2-0:1.0: USB hub found [ 6.790432] hub 2-0:1.0: 1 port detected [ 6.800816] kmodloader: done loading kernel modules from /etc/modules-boot.d/* [ 6.830733] init: - preinit - [ 7.524233] mtk_soc_eth 1e100000.ethernet: PPE started Press the [f] key and hit [enter] to enter failsafe mode Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level [ 10.816135] jffs2: notice: (477) jffs2_build_xattr_subsystem: complete building xattr subsystem, 5 of xdatum (3 unchecked, 2 orphan) and 19 of xref (2 dead, 0 orphan) found. [ 10.849191] mount_root: switching to jffs2 overlay [ 10.954642] overlayfs: upper fs does not support tmpfile. [ 10.970639] urandom-seed: Seeding with /etc/urandom.seed [ 11.066300] mtk_soc_eth 1e100000.ethernet: 0x100 = 0x6060000c, 0x10c = 0x80818 [ 11.091221] procd: - early - [ 11.097046] procd: - watchdog - [ 11.770558] procd: - watchdog - [ 11.777117] procd: - ubus - [ 11.858394] procd: - init - Please press Enter to activate this console. [ 12.184305] kmodloader: loading kernel modules from /etc/modules.d/* [ 12.201079] ip6_tables: (C) 2000-2006 Netfilter Core Team [ 12.219362] Loading modules backported from Linux version wt-2017-11-01-0-gfe248fc2c180 [ 12.235361] Backport generated by backports.git v4.14-rc2-1-31-g86cf0e5d [ 12.250422] ip_tables: (C) 2000-2006 Netfilter Core Team [ 12.267468] nf_conntrack version 0.5.0 (2048 buckets, 8192 max) [ 12.314856] xt_time: kernel timezone is -0000 [ 12.367598] bus=0x2, slot = 0x1, irq=0xff [ 12.375810] mt7603e 0000:02:00.0: ASIC revision: 76030010 [ 13.411622] mt7603e 0000:02:00.0: Firmware Version: ap_pcie [ 13.422772] mt7603e 0000:02:00.0: Build Time: 20160107100755 [ 13.470392] mt7603e 0000:02:00.0: firmware init done [ 13.654697] bus=0x1, slot = 0x0, irq=0xff [ 13.662938] mt76x2e 0000:01:00.0: ASIC revision: 76120044 [ 14.383527] mt76x2e 0000:01:00.0: ROM patch build: 20141115060606a [ 14.399362] mt76x2e 0000:01:00.0: Firmware Version: 0.0.00 [ 14.410342] mt76x2e 0000:01:00.0: Build: 1 [ 14.418502] mt76x2e 0000:01:00.0: Build Time: 201507311614____ [ 14.450401] mt76x2e 0000:01:00.0: Firmware running! [ 14.470158] PPP generic driver version 2.4.2 [ 14.481346] NET: Registered protocol family 24 [ 14.493121] kmodloader: done loading kernel modules from /etc/modules.d/* [ 20.279002] mtk_soc_eth 1e100000.ethernet: PPE started [ 20.295677] br-lan: port 1(eth0.1) entered blocking state [ 20.306518] br-lan: port 1(eth0.1) entered disabled state [ 20.318143] device eth0.1 entered promiscuous mode [ 20.327728] device eth0 entered promiscuous mode [ 20.340298] br-lan: port 1(eth0.1) entered blocking state [ 20.351124] br-lan: port 1(eth0.1) entered forwarding state [ 20.362642] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready [ 21.310846] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready BusyBox v1.28.4 () built-in shell (ash) _______ ________ __ | |.-----.-----.-----.| | | |.----.| |_ | - || _ | -__| || | | || _|| _| |_______|| __|_____|__|__||________||__| |____| |__| W I R E L E S S F R E E D O M ----------------------------------------------------- OpenWrt 18.06.4, r7808-ef686b7292 ----------------------------------------------------- root@OpenWrt:/#
Notes
Space for additional notes, links to forum threads or other resources.
- ...
Tags
Add tags below, then remove this fixme.