WiFire S1500 NBN

OEM/ODM name: Sercomm S1500 BUC The WiFire S1500.NBN is a CPE wireless router based on the MT7621 platform.

WiFire S1500.NBN

  1. Remove all dots from the factory image filename (except the dot before file extension)
  2. Upload and update the firmware via the original web interface
  3. Two options are possible after the reboot:
    • OpenWrt - that's OK, the mission accomplished
    • Stock firmware - install Stock firmware (to switch booflag from Sercomm0 to Sercomm1) and then OpenWrt factory image.

1. Change the bootflag to Sercomm1 in OpenWrt CLI and then reboot:

printf 1 | dd bs=1 seek=7 count=1 of=/dev/mtdblock2

2. Optional: Update with any version of stock firmware if you want to overwrite OpenWrt in Slot 0 completely.

1. Compile sercomm-recovery under the Linux:

git clone https://github.com/danitool/sercomm-recovery.git
make

2. Connect the router with a cable and run sercomm-recovery:

sudo ./sercomm-recovery enp0s3 recovery_wifire-s1500.nbn_1st-v2.0.12_2nd-v2.0.14.bin

where:

  • enp0s3 - network interface connected the router
  • ifconfig - list on available network interfaces
  • recovery_wifire-s1500.nbn_1st-v2.0.12_2nd-v2.0.14.bin - recovery image with the Sercomm1 bootflag activated

3. Wait until the router is flashed and rebooted.

Download ready recovery images for Sercomm devices.

It's also possible to create a recovery image containing OpenWrt.

How to make own recovery images

You can use mtd0 (“ALL”) backup as a recovery image.

Exterier Photo

Back Lable

Photo of PCB

FIXME Describe what needs to be done to open the device, e.g. remove rubber feet, adhesive labels, screws, ...

Serial connection parameters 57600, 8N1, 3.3V

[J4] on PCB:

1. GND
2. TX
3. VCC (3.3V) - Don't connect
4. RX

How to connect to the JTAG Port of this specific device:

  v. 2.0.12 - (build @ 2016-04-26, 23:18:10) - No link
  v. 2.0.14 - (build @ 2017-03-17, 13:15:30) - No link
  

Memory

mtd Partion Start End Байт Hex KiB MiB
1 Uboot 0 100 000 1 048 576 100 000 1 024 1
2 Factory 100 000 200 000 1 048 576 100 000 1 024 1
3 Sys_Data 200 000 1 600 000 20 971 520 1 400 000 20 480 20
4 Boot_Flag 1 600 000 1 700 000 1 048 576 100 000 1 024 1
5 Kernel_1 1 700 000 1B00 000 4 194 304 400 000 4 096 4
6 Kernel_2 1b00 000 1F00 000 4 194 304 400 000 4 096 4
7 RootFS_1 1F00 000 4D00 000 48 234 496 2E00 000 47 104 46
8 RootFS_2 4D00 000 7B00 000 48 234 496 2E00 000 47 104 46
9 Ftool 7B00 000 7C00 000 1 048 576 100 000 1 024 1
10 BCT 7C00 000 7F80 000 3 670 016 380 000 3 584 3,5
-Reserved 7F80 000 8 000 000 524 288 80 000 512 0,5
0 All 0 7F80 000 133 693 440 7F80 000 130 560 127,5

Layout factory-data

Layout factory-data (Factory, RF-EEPROM) - S1500.NBN

Name Length Offset1 Offset2
calibration 2.4 GHz 0x200 0x0 0x10000
calibration 5 GHz 0x200 0x8000 0x18000
MAC (LAN, label-1) 0x6 0x1000 0x11000
CSN 0xC 0x1010 0x11010
PCBASN 0xC 0x1060 0x11060
SSID (WiFi 2.4 GHz) 0x11 0x1080
Passphrase (Wi-Fi) 0xA 0x10A0
Passphrase (admin) 0xA 0x10E0

MAC addresses NBN as verified by OEM firmware:

use address source
LAN *:0e factory 0x1000
WAN *:0f LAN +1 (label)
2g *:0f LAN +1
5g *:10 LAN +2

Warning!
This section describes actions that might damage your device or firmware. Proceed with care!

Input conditions:

  • router with Breed bootloader installed

You will need:

  • PC or Virtual machine with Linux
  • mtd partitions backup (uboot.bin - u-boot bootloader, factory.bin - Factory)
  • http server with mtd partitions backup (i.e. with IP 192.168.1.2)
  • recovery image (see sercomm-recovery_utility)

U-Boot and stock firmware recovery steps

After executing each command, carefully read its output before executing the next one.

1. Enter the Breed telnet shell (IP: 192.168.1.1)

2. Download Factory backup from your http server and write it:

wget http://192.168.1.2/factory.bin
flash erase 0x100000 0x100000
flash write 0x100000 0x80001000 0x100000

3. Download u-boot bootloader backup from your http server and write it:

The most dangerous part of the instruction. Be extremely careful.

wget http://192.168.1.2/uboot.bin
flash erase 0x0 0x100000
flash write 0x0 0x80001000 0x100000

4. Check written data and reboot:

flash dump 0x0
flash dump 0x100000

5. Use sercomm-recovery_utility utility for stock firmware recovery

=================================================================== MT7621 stage1 code 10:40:45 (ASIC) CPU=50000000 HZ BUS=16666666 HZ ================================================================== Change MPLL source from XTAL to CR... do MEMPLL setting.. MEMPLL Config : 0x11100000 3PLL mode + External loopback === XTAL-40Mhz === DDR-1200Mhz === PLL3 FB_DL: 0xa, 1/0 = 524/500 29000000 PLL2 FB_DL: 0xf, 1/0 = 515/509 3D000000 MEMPLL 3PLL mode calibration fail do DDR setting..[00320381] Apply DDR3 Setting...(use customer 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 0 000E:| 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 000F:| 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 0010:| 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0011:| 1 1 1 1 1 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 = 16 rank 0 fine = 40 B:| 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 opt_dle value:10 DRAMC_R0DELDLY[018]=00002223 ================================================================== 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 | 10 9 10 10 7 7 9 6 5 7 10 | 8 9 9 10 8 10 -------------------------------------- ================================================================== 2.dqs window x=pass dqs delay value (min~max)center y=0-7bit DQ of every group input delay:DQS0 =35 DQS1 = 34 ================================================================== bit DQS0 bit DQS1 0 (1~66)33 8 (1~66)33 1 (1~69)35 9 (1~68)34 2 (1~68)34 10 (1~67)34 3 (1~66)33 11 (1~66)33 4 (1~65)33 12 (1~66)33 5 (1~68)34 13 (1~66)33 6 (1~66)33 14 (1~68)34 7 (1~66)33 15 (1~67)34 ================================================================== 3.dq delay value last ================================================================== bit| 0 1 2 3 4 5 6 7 8 9 -------------------------------------- 0 | 12 9 11 12 9 8 11 8 6 7 10 | 8 10 10 11 8 10 ================================================================== ================================================================== TX perbyte calibration ================================================================== DQS loop = 15, cmp_err_1 = ffff0000 dqs_perbyte_dly.last_dqsdly_pass[0]=15, finish count=1 dqs_perbyte_dly.last_dqsdly_pass[1]=15, finish count=2 DQ loop=15, cmp_err_1 = ffff0000 dqs_perbyte_dly.last_dqdly_pass[0]=15, finish count=1 dqs_perbyte_dly.last_dqdly_pass[1]=15, finish count=2 byte:0, (DQS,DQ)=(8,8) byte:1, (DQS,DQ)=(8,8) 20,data:88 [EMI] DRAMC calibration passed =================================================================== MT7621 stage1 code done CPU=50000000 HZ BUS=16666666 HZ =================================================================== U-Boot 1.1.3 (Apr 22 2016 - 16:35:20) Board: Ralink APSoC DRAM: 128 MB relocate_code Pointer at: 87fac000 Config XHCI 40M PLL Allocate 16 byte aligned buffer: 87fe0050 Enable NFI Clock # MTK NAND # : Use HW ECC NAND ID [C8 D1 80 95 40] Device not found, ID: c8d1 Not Support this Device! chip_mode=00000001 Support this Device in MTK table! c8d1 select_chip [NAND]select ecc bit:4, sparesize :64 spare_per_sector=16 Signature matched and data read! load_fact_bbt success 2047 load fact bbt success [mtk_nand] probe successfully! mtd->writesize=2048 mtd->oobsize=64, mtd->erasesize=131072 devinfo.iowidth=8 Env addr : 0x80000 ..============================================ Ralink UBoot Version: 4.2.0.6 -------------------------------------------- ASIC MT7621A DualCore (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: NAND Flash Date:Apr 22 2016 Time:16:35:20 ============================================ 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 ..Example expects ABI version 2 Actual U-Boot ABI version 2 ****************************************** Uboot StandAlone Entry ****************************************** 0, cmd 1, 0x0000000D cmd : 0x0000000D Press Ctrl+C to Enter the Main loop... 0 Example expects ABI version 2 Actual U-Boot ABI version 2 ****************************************** Uboot StandAlone Entry ****************************************** 0, boot Flash Sector Number : 1024. *************************************************** Sercomm Boot Version 1.14.0 *************************************************** Entering Firmware : Everything is OK. Begin to verify the backup image... kernel addr: 0x1B00100 len: 0x2614B4 crc: 0x88174A8C ........................................calculate_kernel_crc: 0x88174A8C ok! Second image selected kernel addr :0xc1700100 kernel addr :0xC1700100 ## Booting image at c1700100 ... Image Name: Linux Kernel Image Image Type: MIPS Linux Kernel Image (lzma compressed) Data Size: 2495604 Bytes = 2.4 MB Load Address: 80001000 Entry Point: 8000f540 ....................................... Verifying Checksum ... OK Uncompressing Kernel Image ... OK commandline in boot is : console=ttyS1,57600 ubi.mtd=8 root=ubi0:rootfs rw rootfstype=ubifs !!!! No initrd ## Transferring control to Linux (at address 8000f540) ... ## Giving linux memsize in MB, 128 Starting kernel ... LINUX started... THIS IS ASIC Linux version 2.6.36+ (evan_dai@ubuntu) (gcc version 4.6.3 (Buildroot 2012.11.1) ) #1 SMP PREEMPT Tue Apr 26 22:33:56 CST 2016 The CPU feqenuce set to 880 MHz GCMP present CPU revision is: 0001992f (MIPS 1004Kc) Software DMA cache coherency Determined physical RAM map: memory: 08000000 @ 00000000 (usable) Zone PFN ranges: Normal 0x00000000 -> 0x00008000 Movable zone start PFN for each node early_node_map[1] active PFN ranges 0: 0x00000000 -> 0x00008000 Detected 3 available secondary CPU(s) PERCPU: Embedded 7 pages/cpu @81103000 s7040 r8192 d13440 u65536 pcpu-alloc: s7040 r8192 d13440 u65536 alloc=16*4096 pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 Built 1 zonelists in Zone order, mobility grouping on. Total pages: 32512 Kernel command line: console=ttyS1,57600 ubi.mtd=8 root=ubi0:rootfs rw rootfstype=ubifs PID hash table entries: 512 (order: -1, 2048 bytes) Dentry cache hash table entries: 16384 (order: 4, 65536 bytes) Inode-cache hash table entries: 8192 (order: 3, 32768 bytes) Primary instruction cache 32kB, VIPT, , 4-waylinesize 32 bytes. Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes MIPS secondary cache 256kB, 8-way, linesize 32 bytes. Writing ErrCtl register=00014dce Readback ErrCtl register=00014dce Memory: 122300k/131072k available (5288k kernel code, 8772k reserved, 1692k data, 216k init, 0k highmem) Hierarchical RCU implementation. Verbose stalled-CPUs detection is disabled. NR_IRQS:128 Trying to install interrupt handler for IRQ24 Trying to install interrupt handler for IRQ25 Trying to install interrupt handler for IRQ22 Trying to install interrupt handler for IRQ9 Trying to install interrupt handler for IRQ10 Trying to install interrupt handler for IRQ11 Trying to install interrupt handler for IRQ12 Trying to install interrupt handler for IRQ13 Trying to install interrupt handler for IRQ14 Trying to install interrupt handler for IRQ16 Trying to install interrupt handler for IRQ17 Trying to install interrupt handler for IRQ18 Trying to install interrupt handler for IRQ19 Trying to install interrupt handler for IRQ20 Trying to install interrupt handler for IRQ21 Trying to install interrupt handler for IRQ23 Trying to install interrupt handler for IRQ26 Trying to install interrupt handler for IRQ27 Trying to install interrupt handler for IRQ28 Trying to install interrupt handler for IRQ15 Trying to install interrupt handler for IRQ8 Trying to install interrupt handler for IRQ29 Trying to install interrupt handler for IRQ30 Trying to install interrupt handler for IRQ31 console [ttyS1] enabled Calibrating delay loop... 577.53 BogoMIPS (lpj=1155072) pid_max: default: 32768 minimum: 301 Mount-cache hash table entries: 512 launch: starting cpu1 launch: cpu1 gone! CPU revision is: 0001992f (MIPS 1004Kc) Primary instruction cache 32kB, VIPT, , 4-waylinesize 32 bytes. Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes MIPS secondary cache 256kB, 8-way, linesize 32 bytes. launch: starting cpu2 launch: cpu2 gone! CPU revision is: 0001992f (MIPS 1004Kc) Primary instruction cache 32kB, VIPT, , 4-waylinesize 32 bytes. Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes MIPS secondary cache 256kB, 8-way, linesize 32 bytes. launch: starting cpu3 launch: cpu3 gone! CPU revision is: 0001992f (MIPS 1004Kc) Primary instruction cache 32kB, VIPT, , 4-waylinesize 32 bytes. Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes MIPS secondary cache 256kB, 8-way, linesize 32 bytes. Brought up 4 CPUs Synchronize counters across 4 CPUs: done. NET: Registered protocol family 16 release PCIe RST: RALINK_RSTCTRL = 7000000 PCIE PHY initialize ***** Xtal 40MHz ***** start MT7621 PCIe register access RALINK_RSTCTRL = 7000000 RALINK_CLKCFG1 = 77ffeff8 *************** MT7621 PCIe RC mode ************* PCIE2 no card, disable it(RST&CLK) pcie_link status = 0x3 RALINK_RSTCTRL= 3000000 *** Configure Device number setting of Virtual PCI-PCI bridge *** RALINK_PCI_PCICFG_ADDR = 21007f2 -> 21007f2 PCIE0 enabled PCIE1 enabled interrupt enable status: 300000 Port 1 N_FTS = 1b105000 Port 0 N_FTS = 1b105000 config reg done init_rt2880pci done bio: create slab <bio-0> at 0 vgaarb: loaded SCSI subsystem initialized usbcore: registered new interface driver usbfs usbcore: registered new interface driver hub usbcore: registered new device driver usb pci 0000:00:00.0: BAR 0: can't assign mem (size 0x80000000) pci 0000:00:01.0: BAR 0: can't assign mem (size 0x80000000) pci 0000:00:00.0: BAR 8: assigned [mem 0x60000000-0x600fffff] pci 0000:00:00.0: BAR 9: assigned [mem 0x60100000-0x601fffff pref] pci 0000:00:01.0: BAR 8: assigned [mem 0x60200000-0x602fffff] pci 0000:00:01.0: BAR 9: assigned [mem 0x60300000-0x603fffff pref] pci 0000:00:00.0: BAR 1: assigned [mem 0x60400000-0x6040ffff] pci 0000:00:00.0: BAR 1: set to [mem 0x60400000-0x6040ffff] (PCI address [0x60400000-0x6040ffff] pci 0000:00:01.0: BAR 1: assigned [mem 0x60410000-0x6041ffff] pci 0000:00:01.0: BAR 1: set to [mem 0x60410000-0x6041ffff] (PCI address [0x60410000-0x6041ffff] pci 0000:01:00.0: BAR 0: assigned [mem 0x60000000-0x600fffff 64bit] pci 0000:01:00.0: BAR 0: set to [mem 0x60000000-0x600fffff 64bit] (PCI address [0x60000000-0x600fffff] pci 0000:01:00.0: BAR 6: assigned [mem 0x60100000-0x6010ffff pref] pci 0000:00:00.0: PCI bridge to [bus 01-01] pci 0000:00:00.0: bridge window [io disabled] pci 0000:00:00.0: bridge window [mem 0x60000000-0x600fffff] pci 0000:00:00.0: bridge window [mem 0x60100000-0x601fffff pref] pci 0000:02:00.0: BAR 0: assigned [mem 0x60200000-0x602fffff 64bit] pci 0000:02:00.0: BAR 0: set to [mem 0x60200000-0x602fffff 64bit] (PCI address [0x60200000-0x602fffff] pci 0000:02:00.0: BAR 6: assigned [mem 0x60300000-0x6030ffff pref] pci 0000:00:01.0: PCI bridge to [bus 02-02] pci 0000:00:01.0: bridge window [io disabled] pci 0000:00:01.0: bridge window [mem 0x60200000-0x602fffff] pci 0000:00:01.0: bridge window [mem 0x60300000-0x603fffff pref] PCI: Enabling device 0000:00:00.0 (0004 -> 0006) PCI: Enabling device 0000:00:01.0 (0004 -> 0006) BAR0 at slot 0 = 0 bus=0x0, slot = 0x0 res[0]->start = 0 res[0]->end = 0 res[1]->start = 60400000 res[1]->end = 6040ffff res[2]->start = 0 res[2]->end = 0 res[3]->start = 0 res[3]->end = 0 res[4]->start = 0 res[4]->end = 0 res[5]->start = 0 res[5]->end = 0 BAR0 at slot 1 = 0 bus=0x0, slot = 0x1 res[0]->start = 0 res[0]->end = 0 res[1]->start = 60410000 res[1]->end = 6041ffff res[2]->start = 0 res[2]->end = 0 res[3]->start = 0 res[3]->end = 0 res[4]->start = 0 res[4]->end = 0 res[5]->start = 0 res[5]->end = 0 bus=0x1, slot = 0x0, irq=0x4 res[0]->start = 60000000 res[0]->end = 600fffff res[1]->start = 0 res[1]->end = 0 res[2]->start = 0 res[2]->end = 0 res[3]->start = 0 res[3]->end = 0 res[4]->start = 0 res[4]->end = 0 res[5]->start = 0 res[5]->end = 0 bus=0x2, slot = 0x1, irq=0x18 res[0]->start = 60200000 res[0]->end = 602fffff res[1]->start = 0 res[1]->end = 0 res[2]->start = 0 res[2]->end = 0 res[3]->start = 0 res[3]->end = 0 res[4]->start = 0 res[4]->end = 0 res[5]->start = 0 res[5]->end = 0 Switching to clocksource MIPS NET: Registered protocol family 2 IP route cache hash table entries: 1024 (order: 0, 4096 bytes) TCP established hash table entries: 4096 (order: 3, 32768 bytes) TCP bind hash table entries: 4096 (order: 4, 81920 bytes) TCP: Hash tables configured (established 4096 bind 4096) TCP reno registered UDP hash table entries: 128 (order: 0, 6144 bytes) UDP-Lite hash table entries: 128 (order: 0, 6144 bytes) NET: Registered protocol family 1 4 CPUs re-calibrate udelay(lpj = 1167360) squashfs: version 4.0 (2009/01/31) Phillip Lougher NTFS driver 2.1.29 [Flags: R/W]. fuse init (API version 7.15) msgmni has been set to 238 Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254) io scheduler noop registered (default) Ralink gpio driver initialized Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled serial8250: ttyS0 at MMIO 0x1e000d00 (irq = 27) is a 16550A serial8250: ttyS1 at MMIO 0x1e000c00 (irq = 26) is a 16550A brd: module loaded MediaTek Nand driver init, version v2.1 Fix AHB virt2phys error Allocate 16 byte aligned buffer: 8073c9d0 Enable NFI Clock # MTK NAND # : Use HW ECC NAND ID [C8 D1 80 95 40, 00809540] Device not found, ID: c8d1 Not Support this Device! chip_mode=00000001 [NAND] pagesz:2048 , oobsz: 288,eccbytes: 32 Support this Device in MTK table! c8d1 NAND device: Manufacturer ID: 0xc8, Chip ID: 0xd1 (Unknown NAND 128MiB 3,3V 8-bit) [NAND]select ecc bit:4, sparesize :64 spare_per_sector=16 Signature matched and data read! load_fact_bbt success 1023 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 mtd: partition "BCT" extends beyond the end of device "MT7621-NAND" -- size truncated to 0x380000 [mtk_nand] probe successfully! UBI: attaching mtd8 to ubi0 UBI: physical eraseblock size: 131072 bytes (128 KiB) UBI: logical eraseblock size: 126976 bytes UBI: smallest flash I/O unit: 2048 UBI: VID header offset: 2048 (aligned 2048) UBI: data offset: 4096 UBI: max. sequence number: 28 UBI: attached mtd8 to ubi0 UBI: MTD device name: "RootFS_2" UBI: MTD device size: 46 MiB UBI: number of good PEBs: 368 UBI: number of bad PEBs: 0 UBI: max. allowed volumes: 128 UBI: wear-leveling threshold: 4096 UBI: number of internal volumes: 1 UBI: number of user volumes: 1 UBI: available PEBs: 0 UBI: total number of reserved PEBs: 368 UBI: number of PEBs reserved for bad PEB handling: 3 UBI: max/mean erase counter: 2/0 UBI: image sequence number: 0 UBI: background thread "ubi_bgt0d" started, PID 52 GMAC1_MAC_ADRH -- : 0x0000000c GMAC1_MAC_ADRL -- : 0x4328800b Ralink APSoC Ethernet Driver Initilization. v3.1 512 rx/tx descriptors allocated, mtu = 1500! GMAC1_MAC_ADRH -- : 0x0000000c GMAC1_MAC_ADRL -- : 0x432880c5 PROC INIT OK! PPP generic driver version 2.4.2 PPP BSD Compression module registered PPP MPPE Compression module registered NET: Registered protocol family 24 PPTP driver version 0.8.5 IMQ driver loaded successfully. Hooking IMQ after NAT on PREROUTING. Hooking IMQ before NAT on POSTROUTING. usbcore: registered new interface driver catc catc: v2.8:CATC EL1210A NetMate USB Ethernet driver usbcore: registered new interface driver asix usbcore: registered new interface driver ax88179_178a usbcore: registered new interface driver cdc_ether usbcore: registered new interface driver net1080 usbcore: registered new interface driver cdc_subset usbcore: registered new interface driver zaurus register rt2860 === pAd = c0202000, size = 1428136 === <-- RTMPAllocTxRxRingMemory, Status=0 <-- RTMPAllocAdapterBlock, Status=0 pAd->CSRBaseAddress =0xc0100000, csr_addr=0xc0100000! device_id =0x7662 ==>rlt_wlan_chip_onoff(): OnOff:1, Reset= 1, pAd->WlanFunCtrl:0x0, Reg-WlanFunCtrl=0x20a ====> mt76x2_ePA_per_rate_compensate_init: 5165 is_ePA: 1 RtmpChipOpsEepromHook::e2p_type=0, inf_Type=5 RtmpEepromGetDefault::e2p_dafault=2 NVM is FLASH mode === pAd = c0482000, size = 1428136 === <-- RTMPAllocTxRxRingMemory, Status=0 <-- RTMPAllocAdapterBlock, Status=0 pAd->CSRBaseAddress =0xc0380000, csr_addr=0xc0380000! device_id =0x7662 ==>rlt_wlan_chip_onoff(): OnOff:1, Reset= 1, pAd->WlanFunCtrl:0x0, Reg-WlanFunCtrl=0x20a ====> mt76x2_ePA_per_rate_compensate_init: 5165 is_ePA: 1 RtmpChipOpsEepromHook::e2p_type=0, inf_Type=5 RtmpEepromGetDefault::e2p_dafault=2 NVM is FLASH mode FM_OUT value: u4FmOut = 0(0x00000000) FM_OUT value: u4FmOut = 0(0x00000000) FM_OUT value: u4FmOut = 0(0x00000000) FM_OUT value: u4FmOut = 0(0x00000000) FM_OUT value: u4FmOut = 0(0x00000000) FM_OUT value: u4FmOut = 0(0x00000000) FM_OUT value: u4FmOut = 0(0x00000000) FM_OUT value: u4FmOut = 0(0x00000000) FM_OUT value: u4FmOut = 0(0x00000000) FM_OUT value: u4FmOut = 0(0x00000000) FM_OUT value: u4FmOut = 0(0x00000000) FM_OUT value: u4FmOut = 0(0x00000000) FM_OUT value: u4FmOut = 0(0x00000000) FM_OUT value: u4FmOut = 0(0x00000000) FM_OUT value: u4FmOut = 0(0x00000000) FM_OUT value: u4FmOut = 0(0x00000000) FM_OUT value: u4FmOut = 0(0x00000000) FM_OUT value: u4FmOut = 0(0x00000000) FM_OUT value: u4FmOut = 0(0x00000000) FM_OUT value: u4FmOut = 0(0x00000000) xhc_mtk xhc_mtk: xHCI Host Controller xhc_mtk xhc_mtk: new USB bus registered, assigned bus number 1 xhc_mtk xhc_mtk: irq 22, io mem 0x1e1c0000 usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 usb usb1: Product: xHCI Host Controller usb usb1: Manufacturer: Linux 2.6.36+ xhci-hcd usb usb1: SerialNumber: xhc_mtk hub 1-0:1.0: USB hub found hub 1-0:1.0: 2 ports detected xhc_mtk xhc_mtk: xHCI Host Controller xhc_mtk xhc_mtk: new USB bus registered, assigned bus number 2 usb usb2: New USB device found, idVendor=1d6b, idProduct=0003 usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 usb usb2: Product: xHCI Host Controller usb usb2: Manufacturer: Linux 2.6.36+ xhci-hcd usb usb2: SerialNumber: xhc_mtk hub 2-0:1.0: USB hub found hub 2-0:1.0: 1 port detected Initializing USB Mass Storage driver... usbcore: registered new interface driver usb-storage USB Mass Storage support registered. Ralink APSoC Hardware Watchdog Timer Netfilter messages via NETLINK v0.30. nf_conntrack version 0.5.0 (1910 buckets, 7640 max) GRE over IPv4 demultiplexor driver gre: can't add protocol ip_tables: (C) 2000-2006 Netfilter Core Team, Type=Linux TCP cubic registered NET: Registered protocol family 10 lo: Disabled Privacy Extensions ip6_tables: (C) 2000-2006 Netfilter Core Team NET: Registered protocol family 17 Bridge firewalling registered Ebtables v2.0 registered 802.1Q VLAN Support v1.8 Ben Greear <greearb@candelatech.com> All bugs added by David S. Miller <davem@redhat.com> UBIFS: mounted UBI device 0, volume 0, name "rootfs" UBIFS: file system size: 44441600 bytes (43400 KiB, 42 MiB, 350 LEBs) UBIFS: journal size: 9023488 bytes (8812 KiB, 8 MiB, 72 LEBs) UBIFS: media format: w4/r0 (latest is w4/r0) UBIFS: default compressor: zlib UBIFS: reserved for root: 0 bytes (0 KiB) VFS: Mounted root (ubifs filesystem) on device 0:12. Started WatchDog Timer. Freeing unused kernel memory: 216k freed init started: BusyBox v1.15.3 () starting pid 62, tty '': '/etc/rcS' Algorithmics/MIPS FPU Emulator v1.5 UBI: attaching mtd3 to ubi3 UBI: physical eraseblock size: 131072 bytes (128 KiB) UBI: logical eraseblock size: 126976 bytes UBI: smallest flash I/O unit: 2048 UBI: VID header offset: 2048 (aligned 2048) UBI: data offset: 4096 UBI: max. sequence number: 60 UBI: attached mtd3 to ubi3 UBI: MTD device name: "sys_data" UBI: MTD device size: 20 MiB UBI: number of good PEBs: 160 UBI: number of bad PEBs: 0 UBI: max. allowed volumes: 128 UBI: wear-leveling threshold: 4096 UBI: number of internal volumes: 1 UBI: number of user volumes: 1 UBI: available PEBs: 0 UBI: total number of reserved PEBs: 160 UBI: number of PEBs reserved for bad PEB handling: 2 UBI: max/mean erase counter: 2/0 UBI: image sequence number: 1244055123 UBI: background thread "ubi_bgt3d" started, PID 101 UBI device number 3, total 160 LEBs (20316160 bytes, 19.4 MiB), available 0 LEBs (0 bytes), LEB size 126976 bytes (124.0 KiB) UBIFS: recovery needed UBIFS: recovery completed UBIFS: mounted UBI device 3, volume 0, name "xml_config" UBIFS: file system size: 18157568 bytes (17732 KiB, 17 MiB, 143 LEBs) UBIFS: journal size: 9023488 bytes (8812 KiB, 8 MiB, 72 LEBs) UBIFS: media format: w4/r0 (latest is w4/r0) UBIFS: default compressor: zlib UBIFS: reserved for root: 0 bytes (0 KiB) sc_drv: module license 'Sercomm' taints kernel. Disabling lock debugging due to kernel taint starting pid 109, tty '': '/sbin/getty ttyS1 57600' Raeth v3.1 (Tasklet) phy_free_head is 0x72dc000!!! phy_free_tail_phy is 0x72ddff0!!! txd_pool=a72de000 phy_txd_pool=072DE000 ei_local->skb_free start address is 0x87f1d4d4. free_txd: a72de010, ei_local->cpu_ptr: 072DE000 POOL HEAD_PTR | DMA_PTR | CPU_PTR ----------------+---------+-------- 0xa72de000 0x072DE000 0x072DE000 phy_qrx_ring = 0x072d5000, qrx_ring = 0xa72d5000 phy_rx_ring0 = 0x072e0000, rx_ring0 = 0xa72e0000 change HW-TRAP to 0x17ccf set LAN/WAN LLLLW GMAC1_MAC_ADRH -- : 0x0000e060 GMAC1_MAC_ADRL -- : 0x66543201 CDMA_CSG_CFG = 81000000 GDMA1_FWD_CFG = 20710000 switch reg write offset=2004, value=ff0003 switch reg write offset=2104, value=ff0003 switch reg write offset=2204, value=ff0003 switch reg write offset=2304, value=ff0003 switch reg write offset=2404, value=ff0003 switch reg write offset=2504, value=ff0003 switch reg write offset=2010, value=810000c0 switch reg write offset=2110, value=810000c0 switch reg write offset=2210, value=810000c0 switch reg write offset=2310, value=810000c0 switch reg write offset=2410, value=810000c0 switch reg write offset=2510, value=810000c0 switch reg write offset=2610, value=81000000 switch reg write offset=2710, value=81000000 switch reg write offset=2604, value=20ff0003 switch reg write offset=2704, value=20ff0003 Special Tag Disabled switch reg write offset=2610, value=81000000 switch reg write offset=2014, value=10001 switch reg write offset=2114, value=10001 switch reg write offset=2214, value=10001 switch reg write offset=2314, value=10001 switch reg write offset=2414, value=10002 switch reg write offset=2514, value=10001 REG_ESW_WT_MAC_ATC is 0x7ff0002 done. (none) login: ap_name=syslogd, action=start init common module successful insert firewall block module success netfilter tcp syn flood module loaded netfilter other dos module loaded netfilter brdcstSrc dos module loaded ap_name=dnrd, action=start ap_name=phy, action=start switch reg write offset=2014, value=10002 switch reg write offset=2114, value=10001 switch reg write offset=2214, value=10001 switch reg write offset=2314, value=10001 switch reg write offset=2414, value=10002 switch reg write offset=2614, value=10001 REG_ESW_WT_MAC_ATC is 0x7ff0002 done. Set: phy[0].reg[0] = 3300 Set: phy[1].reg[0] = 3300 Set: phy[2].reg[0] = 3300 Set: phy[3].reg[0] = 3300 interface eth2.1 does not exist! Set: phy[31].reg[24] = 2ff70 Set: phy[31].reg[12512] = 2125 ap_name=wlan, action=start ap_name=lanip, action=start ap_name=firewall, action=start build time = 20141115060606a rom patch for E3 IC platform = ALPS hw/sw version = �� patch version = FW Version:0.0.00 Build:1 Build Time:201411280941____ fw for E3 IC RX[0] DESC a76c2000 size = 4096 RX[1] DESC a76c3000 size = 4096 E2pAccessMode=2 cfg_mode=9 cfg_mode=9 wmode_band_equal(): Band Equal! APSDCapable[0]=0 APSDCapable[1]=0 APSDCapable[2]=0 APSDCapable[3]=0 APSDCapable[4]=0 APSDCapable[5]=0 APSDCapable[6]=0 APSDCapable[7]=0 APSDCapable[8]=0 APSDCapable[9]=0 lan interface=[br0], index=10 APSDCapable[10]=0 APSDCapable[11]=0 APSDCapable[12]=0 APSDCapable[13]=0 APSDCapable[14]=0 APSDCapable[15]=0 Key2Str is Invalid key length(0) or Type(0) Key3Str is Invalid key length(0) or Type(0) Key4Str is Invalid key length(0) or Type(0) RtmpOSFileOpen(): Error 2 opening /etc_ro/Wireless/iNIC/SingleSKU.dat --> Error opening /etc_ro/Wireless/iNIC/SingleSKU.dat 1. Phy Mode = 14 get_chl_grp:illegal channel (167) get_chl_grp:illegal channel (167) get_chl_grp:illegal channel (169) get_chl_grp:illegal channel (169) get_chl_grp:illegal channel (171) get_chl_grp:illegal channel (171) drivers/net/wireless/rlt_wifi_ibf/rlt_wifi_ap/../rlt_wifi/chips/mt76x2.c:2976 assert (ad->TxPower[choffset].Channel == 42)failed Country Region from e2p = ffff mt76x2_read_temp_info_from_eeprom:: is_temp_tx_alc=0, temp_tx_alc_enable=0 mt76x2_read_tx_alc_info_from_eeprom:: is_ePA_mode=0, ePA_type=3 mt76x2_read_tx_alc_info_from_eeprom:: [5G band] high_temp_slope=0, low_temp_slope=0 mt76x2_read_tx_alc_info_from_eeprom:: [2G band] high_temp_slope=0, low_temp_slope=0 mt76x2_read_tx_alc_info_from_eeprom:: [5G band] tc_lower_bound=0, tc_upper_bound=0 mt76x2_read_tx_alc_info_from_eeprom:: [2G band] tc_lower_bound=0, tc_upper_bound=0 mt76x2_get_external_lna_gain::LNA type=0x11, BLNAGain=0x0, ALNAGain0=0x0, ALNAGain1=0x0, ALNAGain2=0x0 2. Phy Mode = 14 3. Phy Mode = 14 andes_pci_fw_init 0x1300 = 00073200 AntCfgInit: primary/secondary ant 0/1 andes_load_cr:cr_type(2) ChipStructAssign(): MT76x2 hook ! RTMPSetPhyMode: channel is out of range, use first channel=0 MCS Set = ff ff 00 00 01 TX0 power compensation = 0x38 TX1 power compensation = 0x38 mt76x2_single_sku::DefaultTargetPwr = 0x24, delta_power = 0x0 mt76x2_single_sku::DefaultTargetPwr = 0x24, delta_power = 0x0 mt76x2_single_sku::DefaultTargetPwr = 0x24, delta_power = 0x0 mt76x2_single_sku::DefaultTargetPwr = 0x24, delta_power = 0x0 mt76x2_single_sku::DefaultTargetPwr = 0x24, delta_power = 0x0 mt76x2_single_sku::DefaultTargetPwr = 0x24, delta_power = 0x0 mt76x2_single_sku::DefaultTargetPwr = 0x24, delta_power = 0x0 mt76x2_single_sku::DefaultTargetPwr = 0x24, delta_power = 0x0 mt76x2_single_sku::DefaultTargetPwr = 0x24, delta_power = 0x0 mt76x2_single_sku::DefaultTargetPwr = 0x24, delta_power = 0x0 mt76x2_single_sku::DefaultTargetPwr = 0x24, delta_power = 0x0 mt76x2_single_sku::DefaultTargetPwr = 0x24, delta_power = 0x0 mt76x2_single_sku::DefaultTargetPwr = 0x24, delta_power = 0x0 mt76x2_single_sku::DefaultTargetPwr = 0x24, delta_power = 0x0 SYNC - BBP R4 to 20MHz.l mt76x2_single_sku::DefaultTargetPwr = 0x24, delta_power = 0x0 SYNC - BBP R4 to 20MHz.l mt76x2_single_sku::DefaultTargetPwr = 0x24, delta_power = 0x0 SYNC - BBP R4 to 20MHz.l mt76x2_single_sku::DefaultTargetPwr = 0x24, delta_power = 0x0 SYNC - BBP R4 to 20MHz.l mt76x2_single_sku::DefaultTargetPwr = 0x24, delta_power = 0x0 SYNC - BBP R4 to 20MHz.l mt76x2_single_sku::DefaultTargetPwr = 0x24, delta_power = 0x0 SYNC - BBP R4 to 20MHz.l mt76x2_single_sku::DefaultTargetPwr = 0x24, delta_power = 0x0 SYNC - BBP R4 to 20MHz.l mt76x2_single_sku::DefaultTargetPwr = 0x24, delta_power = 0x0 SYNC - BBP R4 to 20MHz.l mt76x2_single_sku::DefaultTargetPwr = 0x24, delta_power = 0x0 SYNC - BBP R4 to 20MHz.l mt76x2_single_sku::DefaultTargetPwr = 0x24, delta_power = 0x0 SYNC - BBP R4 to 20MHz.l mt76x2_single_sku::DefaultTargetPwr = 0x24, delta_power = 0x0 SYNC - BBP R4 to 20MHz.l mt76x2_bbp_adjust():rf_bw=0, ext_ch=0, PrimCh=4, HT-CentCh=4, VHT-CentCh=0 mt76x2_single_sku::DefaultTargetPwr = 0x24, delta_power = 0x0 APStartUp(): AP Set CentralFreq at 4(Prim=4, HT-CentCh=4, VHT-CentCh=0, BBP_BW=0) Main bssid = e0:60:66:54:32:02 mt76x2_reinit_agc_gain:original agc_vga0 = 0x5e, agc_vga1 = 0x5e mt76x2_reinit_agc_gain:updated agc_vga0 = 0x5e, agc_vga1 = 0x5e mt76x2_reinit_hi_lna_gain:original hi_lna0 = 0x27, hi_lna1 = 0x27 mt76x2_reinit_hi_lna_gain:updated hi_lna0 = 0x27, hi_lna1 = 0x27 <==== rt28xx_init, Status=0 RTMPDrvOpen(1):Check if PDMA is idle! RTMPDrvOpen(2):Check if PDMA is idle! build time = 20141115060606a rom patch for E3 IC platform = ALPS hw/sw version = �� patch version = FW Version:0.0.00 Build:1 Build Time:201411280941____ fw for E3 IC RX[0] DESC a74fd000 size = 4096 RX[1] DESC a74fe000 size = 4096 E2pAccessMode=2 cfg_mode=14 cfg_mode=14 wmode_band_equal(): Band Not Equal! APSDCapable[0]=0 APSDCapable[1]=0 APSDCapable[2]=0 APSDCapable[3]=0 APSDCapable[4]=0 APSDCapable[5]=0 APSDCapable[6]=0 APSDCapable[7]=0 APSDCapable[8]=0 APSDCapable[9]=0 APSDCapable[10]=0 APSDCapable[11]=0 APSDCapable[12]=0 APSDCapable[13]=0 APSDCapable[14]=0 APSDCapable[15]=0 Key1Str is Invalid key length(0) or Type(0) Key3Str is Invalid key length(0) or Type(0) Key4Str is Invalid key length(0) or Type(0) RtmpOSFileOpen(): Error 2 opening /etc_ro/Wireless/iNIC/SingleSKU.dat --> Error opening /etc_ro/Wireless/iNIC/SingleSKU.dat 1. Phy Mode = 49 get_chl_grp:illegal channel (167) get_chl_grp:illegal channel (167) get_chl_grp:illegal channel (169) get_chl_grp:illegal channel (169) get_chl_grp:illegal channel (171) get_chl_grp:illegal channel (171) drivers/net/wireless/rlt_wifi_ibf/rlt_wifi_ap/../rlt_wifi/chips/mt76x2.c:2976 assert (ad->TxPower[choffset].Channel == 42)failed Country Region from e2p = ffff mt76x2_read_temp_info_from_eeprom:: is_temp_tx_alc=0, temp_tx_alc_enable=0 mt76x2_read_tx_alc_info_from_eeprom:: is_ePA_mode=0, ePA_type=3 mt76x2_read_tx_alc_info_from_eeprom:: [5G band] high_temp_slope=0, low_temp_slope=0 mt76x2_read_tx_alc_info_from_eeprom:: [2G band] high_temp_slope=0, low_temp_slope=0 mt76x2_read_tx_alc_info_from_eeprom:: [5G band] tc_lower_bound=0, tc_upper_bound=0 mt76x2_read_tx_alc_info_from_eeprom:: [2G band] tc_lower_bound=0, tc_upper_bound=0 mt76x2_get_external_lna_gain::LNA type=0x11, BLNAGain=0x0, ALNAGain0=0x0, ALNAGain1=0x0, ALNAGain2=0x0 2. Phy Mode = 49 3. Phy Mode = 49 andes_pci_fw_init 0x1300 = 00073200 AntCfgInit: primary/secondary ant 0/1 andes_load_cr:cr_type(2) ChipStructAssign(): MT76x2 hook ! RTMPSetPhyMode: channel is out of range, use first channel=0 MCS Set = ff ff 00 00 01 TX0 power compensation = 0x38 TX1 power compensation = 0x38 mt76x2_single_sku::DefaultTargetPwr = 0x1b, delta_power = 0x0 mt76x2_single_sku::DefaultTargetPwr = 0x1b, delta_power = 0x0 mt76x2_single_sku::DefaultTargetPwr = 0x1b, delta_power = 0x0 mt76x2_single_sku::DefaultTargetPwr = 0x1b, delta_power = 0x0 mt76x2_single_sku::DefaultTargetPwr = 0x1b, delta_power = 0x0 mt76x2_single_sku::DefaultTargetPwr = 0x1b, delta_power = 0x0 mt76x2_single_sku::DefaultTargetPwr = 0x1b, delta_power = 0x0 mt76x2_single_sku::DefaultTargetPwr = 0x1b, delta_power = 0x0 mt76x2_single_sku::DefaultTargetPwr = 0x19, delta_power = 0x0 mt76x2_single_sku::DefaultTargetPwr = 0x19, delta_power = 0x0 mt76x2_single_sku::DefaultTargetPwr = 0x19, delta_power = 0x0 mt76x2_single_sku::DefaultTargetPwr = 0x19, delta_power = 0x0 mt76x2_single_sku::DefaultTargetPwr = 0x1b, delta_power = 0x0 mt76x2_single_sku::DefaultTargetPwr = 0x1b, delta_power = 0x0 mt76x2_single_sku::DefaultTargetPwr = 0x1b, delta_power = 0x0 mt76x2_single_sku::DefaultTargetPwr = 0x1b, delta_power = 0x0 mt76x2_single_sku::DefaultTargetPwr = 0x1b, delta_power = 0x0 mt76x2_single_sku::DefaultTargetPwr = 0x1b, delta_power = 0x0 mt76x2_single_sku::DefaultTargetPwr = 0x1b, delta_power = 0x0 mt76x2_single_sku::DefaultTargetPwr = 0x1b, delta_power = 0x0 mt76x2_single_sku::DefaultTargetPwr = 0x1b, delta_power = 0x0 mt76x2_single_sku::DefaultTargetPwr = 0x1b, delta_power = 0x0 mt76x2_single_sku::DefaultTargetPwr = 0x1b, delta_power = 0x0 mt76x2_single_sku::DefaultTargetPwr = 0x1b, delta_power = 0x0 mt76x2_single_sku::DefaultTargetPwr = 0x1b, delta_power = 0x0 mt76x2_bbp_adjust():rf_bw=2, ext_ch=1, PrimCh=36, HT-CentCh=38, VHT-CentCh=42 mt76x2_single_sku::DefaultTargetPwr = 0x1b, delta_power = 0x0 APStartUp(): AP Set CentralFreq at 42(Prim=36, HT-CentCh=38, VHT-CentCh=42, BBP_BW=2) Main bssid = e0:60:66:54:32:03 mt76x2_reinit_agc_gain:original agc_vga0 = 0x5c, agc_vga1 = 0x5c mt76x2_reinit_agc_gain:updated agc_vga0 = 0x5c, agc_vga1 = 0x5c mt76x2_reinit_hi_lna_gain:original hi_lna0 = 0x27, hi_lna1 = 0x27 mt76x2_reinit_hi_lna_gain:updated hi_lna0 = 0x27, hi_lna1 = 0x27 <==== rt28xx_init, Status=0 RTMPDrvOpen(1):Check if PDMA is idle! RTMPDrvOpen(2):Check if PDMA is idle! ap_name=networkmap, action=start ap_name=hw_nat, action=start ap_name=qtbl, action=start Insert quick routing module ... ######DUMP QUICK TABLE FUNC ADDR####### skb_dev_in_qtl:c31cb788 CheckSumModify:c31ca000 update_conntrack_time:c31ca518 matchFromLan:c31ca558 matchFromWan:c31cab9c doMatch:c31cbe88 MyCheckSum:c31ca104 CheckSumDlt:c31ca14c checkEntry:c31cb670 delEntry:c31ca3d8 addEntry:c31cb4f4 checkValidQTEntry:c31ca2f8 updateQtlWhenPktXmit:c31cb828 qtbl_read_proc:c31cb158 qtbl_write_proc:c31cb0d4 ######DUMP QUICK TABLE FUNC ADDR END####### ap_name=qos, action=start ap_name=qos_cls, action=start set offset 214 as b44 for sch rate control. set offset 214 as e440b44 for sch rate control. sch set offset 84 as 80000000 for sch selection. resv set offset 80 as 3232 for reservation. rate set offset 84 as 80000000 for rate control. sch set offset 94 as 80000000 for sch selection. rate set offset 94 as 80000000 for rate control. resv set offset 90 as 3232 for reservation. sch set offset a4 as 80000000 for sch selection. rate set offset a4 as 80000000 for rate control. resv set offset a0 as 3232 for reservation. sch set offset b4 as 80000000 for sch selection. resv set offset b0 as 3232 for reservation. rate set offset b4 as 80000000 for rate control. sch set offset c4 as 80000000 for sch selection. resv set offset c0 as 3232 for reservation. rate set offset c4 as 80000000 for rate control. sch set offset d4 as 80000000 for sch selection. resv set offset d0 as 3232 for reservation. rate set offset d4 as 80000000 for rate control. sch set offset e4 as 80000000 for sch selection. resv set offset e0 as 3232 for reservation. rate set offset e4 as 80000000 for rate control. sch set offset f4 as 80000000 for sch selection. resv set offset f0 as 3232 for reservation. rate set offset f4 as 80000000 for rate control. set queue mapping: skb with mark 8 to queue 8. set queue mapping: skb with mark 9 to queue 9. set queue mapping: skb with mark a to queue 10. set queue mapping: skb with mark a to queue 11. set queue mapping: skb with mark c to queue 12. set queue mapping: skb with mark d to queue 13. set queue mapping: skb with mark e to queue 14. set queue mapping: skb with mark f to queue 15. sch set offset 4 as 0 for sch selection. resv set offset 0 as 3232 for reservation. rate set offset 4 as 8000e44 for rate control. weight set offset 4 as 8001e44 for max rate weight. set queue mapping: skb with mark 0 to queue 0. sch set offset 14 as 0 for sch selection. resv set offset 10 as 3232 for reservation. rate set offset 14 as 8000e44 for rate control. weight set offset 14 as 8004e44 for max rate weight. set queue mapping: skb with mark 1 to queue 1. sch set offset 24 as 0 for sch selection. resv set offset 20 as 3232 for reservation. rate set offset 24 as 8000e44 for rate control. weight set offset 24 as 8004e44 for max rate weight. set queue mapping: skb with mark 2 to queue 2. sch set offset 34 as 0 for sch selection. resv set offset 30 as 3232 for reservation. rate set offset 34 as 0 for rate control. set queue mapping: skb with mark 3 to queue 3. set offset 214 as e440b44 for sch rate control. set offset 214 as e440b44 for sch rate control. sch set offset 84 as 80000000 for sch selection. resv set offset 80 as 3232 for reservation. rate set offset 84 as 80000000 for rate control. sch set offset 94 as 80000000 for sch selection. rate set offset 94 as 80000000 for rate control. resv set offset 90 as 3232 for reservation. sch set offset a4 as 80000000 for sch selection. rate set offset a4 as 80000000 for rate control. resv set offset a0 as 3232 for reservation. sch set offset b4 as 80000000 for sch selection. resv set offset b0 as 3232 for reservation. rate set offset b4 as 80000000 for rate control. sch set offset c4 as 80000000 for sch selection. resv set offset c0 as 3232 for reservation. rate set offset c4 as 80000000 for rate control. sch set offset d4 as 80000000 for sch selection. resv set offset d0 as 3232 for reservation. rate set offset d4 as 80000000 for rate control. sch set offset e4 as 80000000 for sch selection. resv set offset e0 as 3232 for reservation. rate set offset e4 as 80000000 for rate control. sch set offset f4 as 80000000 for sch selection. resv set offset f0 as 3232 for reservation. rate set offset f4 as 80000000 for rate control. set queue mapping: skb with mark 8 to queue 8. set queue mapping: skb with mark 9 to queue 9. set queue mapping: skb with mark a to queue 10. set queue mapping: skb with mark a to queue 11. set queue mapping: skb with mark c to queue 12. set queue mapping: skb with mark d to queue 13. set queue mapping: skb with mark e to queue 14. set queue mapping: skb with mark f to queue 15. sch set offset 4 as 8001e44 for sch selection. resv set offset 0 as 3232 for reservation. rate set offset 4 as 8001e44 for rate control. weight set offset 4 as 8001e44 for max rate weight. set queue mapping: skb with mark 0 to queue 0. sch set offset 14 as 8004e44 for sch selection. resv set offset 10 as 3232 for reservation. rate set offset 14 as 8004e44 for rate control. weight set offset 14 as 8004e44 for max rate weight. set queue mapping: skb with mark 1 to queue 1. sch set offset 24 as 8004e44 for sch selection. resv set offset 20 as 3232 for reservation. rate set offset 24 as 8004e44 for rate control. weight set offset 24 as 8004e44 for max rate weight. set queue mapping: skb with mark 2 to queue 2. sch set offset 34 as 0 for sch selection. resv set offset 30 as 3232 for reservation. rate set offset 34 as 0 for rate control. set queue mapping: skb with mark 3 to queue 3. set offset 214 as e440b44 for sch rate control. set offset 214 as e440b44 for sch rate control. sch set offset 84 as 80000000 for sch selection. resv set offset 80 as 3232 for reservation. rate set offset 84 as 80000000 for rate control. sch set offset 94 as 80000000 for sch selection. rate set offset 94 as 80000000 for rate control. resv set offset 90 as 3232 for reservation. sch set offset a4 as 80000000 for sch selection. rate set offset a4 as 80000000 for rate control. resv set offset a0 as 3232 for reservation. sch set offset b4 as 80000000 for sch selection. resv set offset b0 as 3232 for reservation. rate set offset b4 as 80000000 for rate control. sch set offset c4 as 80000000 for sch selection. resv set offset c0 as 3232 for reservation. rate set offset c4 as 80000000 for rate control. sch set offset d4 as 80000000 for sch selection. resv set offset d0 as 3232 for reservation. rate set offset d4 as 80000000 for rate control. sch set offset e4 as 80000000 for sch selection. resv set offset e0 as 3232 for reservation. rate set offset e4 as 80000000 for rate control. sch set offset f4 as 80000000 for sch selection. resv set offset f0 as 3232 for reservation. rate set offset f4 as 80000000 for rate control. set queue mapping: skb with mark 8 to queue 8. set queue mapping: skb with mark 9 to queue 9. set queue mapping: skb with mark a to queue 10. set queue mapping: skb with mark a to queue 11. set queue mapping: skb with mark c to queue 12. set queue mapping: skb with mark d to queue 13. set queue mapping: skb with mark e to queue 14. set queue mapping: skb with mark f to queue 15. sch set offset 4 as 8001e44 for sch selection. resv set offset 0 as 3232 for reservation. rate set offset 4 as 8001e44 for rate control. weight set offset 4 as 8001e44 for max rate weight. set queue mapping: skb with mark 0 to queue 0. sch set offset 14 as 8004e44 for sch selection. resv set offset 10 as 3232 for reservation. rate set offset 14 as 8004e44 for rate control. weight set offset 14 as 8004e44 for max rate weight. set queue mapping: skb with mark 1 to queue 1. sch set offset 24 as 8004e44 for sch selection. resv set offset 20 as 3232 for reservation. rate set offset 24 as 8004e44 for rate control. weight set offset 24 as 8004e44 for max rate weight. set queue mapping: skb with mark 2 to queue 2. sch set offset 34 as 0 for sch selection. resv set offset 30 as 3232 for reservation. rate set offset 34 as 0 for rate control. set queue mapping: skb with mark 3 to queue 3. ap_name=cpm, action=start ap_name=wanip, action=stop ap_name=dnrd, action=stop ap_name=dnrd, action=stop Tue Apr 26 23:18:10 UTC 2016 ap_name=httpd, action=start ap_name=coredump, action=start ap_name=srt, action=restart ap_name=rp, action=start bind: Address already in use bind: Address already in use ap_name=udpecho, action=start ap_name=ntp, action=start ap_name=ingress_qos, action=start ap_name=ingress_classify, action=start ap_name=qos_remark, action=start ap_name=ipv6wd, action=start ap_name=telnetd, action=start ap_name=sshd, action=start ap_name=ftpd, action=start ap_name=igd_upnp, action=start ap_name=dnsr, action=start ap_name=cron, action=start Could not load host key: /etc/ssh/ssh_host_ecdsa_key Could not load host key: /etc/ssh/ssh_host_ed25519_key S1500 login: superuser Password: Welcome to s1500, you can type '?' to find usage view @ s1500> show sysinfo Vendor: NetByNet Model: S1500 CPU: MT7621 Firmware Version: S1500-v2.0.12 Lib Version: Build Time: (build @ 2016-04-26, 23:18:10) Hardware Version: S1500v4 Bootloader Version: 1.14.0 Serial Number: MH16F9876543 Time Since Last Boot: 0:17:31 Reboot Cause: Unknow Product Class: S1500 Current Time: 2016-04-26 23:35:08


=================================================================== MT7621 stage1 code 10:40:45 (ASIC) CPU=50000000 HZ BUS=16666666 HZ ================================================================== Change MPLL source from XTAL to CR... do MEMPLL setting.. MEMPLL Config : 0x11100000 3PLL mode + External loopback === XTAL-40Mhz === DDR-1200Mhz === PLL3 FB_DL: 0xa, 1/0 = 582/442 29000000 PLL2 FB_DL: 0x10, 1/0 = 686/338 41000000 MEMPLL 3PLL mode calibration fail do DDR setting..[00320381] Apply DDR3 Setting...(use customer 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 0 000E:| 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 000F:| 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 0010:| 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0011:| 1 1 1 1 1 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 0 0 1 1 1 0 0 0 opt_dle value:11 DRAMC_R0DELDLY[018]=00002222 ================================================================== 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 | 10 9 10 10 7 7 9 6 5 7 10 | 8 9 9 10 8 10 -------------------------------------- ================================================================== 2.dqs window x=pass dqs delay value (min~max)center y=0-7bit DQ of every group input delay:DQS0 =34 DQS1 = 34 ================================================================== bit DQS0 bit DQS1 0 (0~66)33 8 (1~66)33 1 (1~68)34 9 (1~66)33 2 (1~66)33 10 (1~67)34 3 (1~64)32 11 (1~62)31 4 (1~64)32 12 (1~66)33 5 (1~66)33 13 (1~64)32 6 (1~66)33 14 (1~68)34 7 (1~66)33 15 (1~67)34 ================================================================== 3.dq delay value last ================================================================== bit| 0 1 2 3 4 5 6 7 8 9 -------------------------------------- 0 | 11 9 11 12 9 8 10 7 6 8 10 | 8 12 10 12 8 10 ================================================================== ================================================================== TX perbyte calibration ================================================================== DQS loop = 15, cmp_err_1 = ffff0000 dqs_perbyte_dly.last_dqsdly_pass[0]=15, finish count=1 dqs_perbyte_dly.last_dqsdly_pass[1]=15, finish count=2 DQ loop=15, cmp_err_1 = ffff0000 dqs_perbyte_dly.last_dqdly_pass[0]=15, finish count=1 dqs_perbyte_dly.last_dqdly_pass[1]=15, finish count=2 byte:0, (DQS,DQ)=(8,8) byte:1, (DQS,DQ)=(8,8) 20,data:88 [EMI] DRAMC calibration passed =================================================================== MT7621 stage1 code done CPU=50000000 HZ BUS=16666666 HZ =================================================================== U-Boot 1.1.3 (Apr 22 2016 - 16:35:20) Board: Ralink APSoC DRAM: 128 MB relocate_code Pointer at: 87fac000 Config XHCI 40M PLL ****************************** Software System Reset Occurred ****************************** Allocate 16 byte aligned buffer: 87fe0050 Enable NFI Clock # MTK NAND # : Use HW ECC NAND ID [C8 D1 80 95 40] Device not found, ID: c8d1 Not Support this Device! chip_mode=00000001 Support this Device in MTK table! c8d1 select_chip [NAND]select ecc bit:4, sparesize :64 spare_per_sector=16 Signature matched and data read! load_fact_bbt success 2047 load fact bbt success [mtk_nand] probe successfully! mtd->writesize=2048 mtd->oobsize=64, mtd->erasesize=131072 devinfo.iowidth=8 Env addr : 0x80000 ..============================================ Ralink UBoot Version: 4.2.0.6 -------------------------------------------- ASIC MT7621A DualCore (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: NAND Flash Date:Apr 22 2016 Time:16:35:20 ============================================ 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 ..Example expects ABI version 2 Actual U-Boot ABI version 2 ****************************************** Uboot StandAlone Entry ****************************************** 0, cmd 1, 0x0000000D cmd : 0x0000000D Press Ctrl+C to Enter the Main loop... 0 Example expects ABI version 2 Actual U-Boot ABI version 2 ****************************************** Uboot StandAlone Entry ****************************************** 0, boot Flash Sector Number : 1024. *************************************************** Sercomm Boot Version 1.14.0 *************************************************** Entering Firmware : Everything is OK. Begin to verify the default image... kernel addr: 0x1700100 len: 0x2A4229 crc: 0x5BFFDF87 ............................................calculate_kernel_crc: 0x5BFFDF87 ok! First image selected kernel addr :0xc1300100 kernel addr :0xC1300100 ## Booting image at c1300100 ... Image Name: MIPS OpenWrt Linux-5.10.115 Image Type: MIPS Linux Kernel Image (lzma compressed) Data Size: 2769385 Bytes = 2.6 MB Load Address: 80001000 Entry Point: 80001000 ........................................... Verifying Checksum ... OK Uncompressing Kernel Image ... OK commandline in boot is : console=ttyS1,57600 ubi.mtd=7 root=ubi0:rootfs rw rootfstype=ubifs !!!! No initrd ## Transferring control to Linux (at address 80001000) ... ## Giving linux memsize in MB, 128 Starting kernel ... OpenWrt kernel loader for MIPS based SoC Copyright (C) 2011 Gabor Juhos <juhosg@openwrt.org> Decompressing kernel... done! Starting kernel at 80001000... [ 0.000000] Linux version 5.10.115 (ubuntu@z) (mipsel-openwrt-linux-musl-gcc (OpenWrt GCC 11.2.0 r19623-4b1d5a65de) 11.2.0, GNU ld (GNU Binutils) 2.37) #0 SMP Sun May 29 18:57:08 2022 [ 0.000000] SoC Type: MediaTek MT7621 ver:1 eco:3 [ 0.000000] printk: bootconsole [early0] enabled [ 0.000000] CPU0 revision is: 0001992f (MIPS 1004Kc) [ 0.000000] MIPS: machine is WiFire S1500.NBN [ 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] percpu: Embedded 15 pages/cpu s30096 r8192 d23152 u61440 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 32480 [ 0.000000] Kernel command line: console=ttyS0,57600 rootfstype=squashfs,jffs2 [ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes, linear) [ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes, linear) [ 0.000000] Writing ErrCtl register=00014dc0 [ 0.000000] Readback ErrCtl register=00014dc0 [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] Memory: 119280K/131072K available (6714K kernel code, 620K rwdata, 1360K rodata, 1276K init, 235K bss, 11792K reserved, 0K cma-reserved, 0K highmem) [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] rcu: Hierarchical RCU implementation. [ 0.000000] Tracing variant of Tasks RCU enabled. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies. [ 0.000000] NR_IRQS: 256 [ 0.000000] random: get_random_bytes called from start_kernel+0x3cc/0x5e4 with crng_init=0 [ 0.000000] CPU Clock: 880MHz [ 0.000000] clocksource: GIC: mask: 0xffffffffffffffff max_cycles: 0xcaf478abb4, max_idle_ns: 440795247997 ns [ 0.000012] sched_clock: 64 bits at 880MHz, resolution 1ns, wraps every 4398046511103ns [ 0.015865] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 4343773742 ns [ 0.033727] Calibrating delay loop... 586.13 BogoMIPS (lpj=2930688) [ 0.106059] pid_max: default: 32768 minimum: 301 [ 0.115371] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.129777] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.147791] rcu: Hierarchical SRCU implementation. [ 0.157564] dyndbg: Ignore empty _ddebug table in a CONFIG_DYNAMIC_DEBUG_CORE build [ 0.173052] smp: Bringing up secondary CPUs ... [ 0.182620] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. [ 0.182631] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes [ 0.182643] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. [ 0.182764] CPU1 revision is: 0001992f (MIPS 1004Kc) [ 0.242972] Synchronize counters for CPU 1: done. [ 0.305002] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. [ 0.305011] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes [ 0.305018] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. [ 0.305062] CPU2 revision is: 0001992f (MIPS 1004Kc) [ 0.363964] Synchronize counters for CPU 2: done. [ 0.424170] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. [ 0.424179] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes [ 0.424186] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. [ 0.424236] CPU3 revision is: 0001992f (MIPS 1004Kc) [ 0.483536] Synchronize counters for CPU 3: done. [ 0.543143] smp: Brought up 1 node, 4 CPUs [ 0.555604] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.575109] futex hash table entries: 1024 (order: 3, 32768 bytes, linear) [ 0.588933] pinctrl core: initialized pinctrl subsystem [ 0.601003] NET: Registered protocol family 16 [ 0.612196] cpuidle: using governor teo [ 0.643194] random: fast init done [ 0.663034] clocksource: Switched to clocksource GIC [ 0.674853] NET: Registered protocol family 2 [ 0.683709] IP idents hash table entries: 2048 (order: 2, 16384 bytes, linear) [ 0.698656] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear) [ 0.715218] TCP established hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.730367] TCP bind hash table entries: 1024 (order: 1, 8192 bytes, linear) [ 0.744384] TCP: Hash tables configured (established 1024 bind 1024) [ 0.757097] UDP hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.769983] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.784024] NET: Registered protocol family 1 [ 0.792562] PCI: CLS 0 bytes, default 32 [ 0.802809] workingset: timestamp_bits=14 max_order=15 bucket_order=1 [ 0.819660] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.831142] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. [ 0.852870] mt7621_gpio 1e000600.gpio: registering 32 gpios [ 0.864380] mt7621_gpio 1e000600.gpio: registering 32 gpios [ 0.875735] mt7621_gpio 1e000600.gpio: registering 32 gpios [ 0.887717] Serial: 8250/16550 driver, 3 ports, IRQ sharing disabled [ 0.901856] printk: console [ttyS0] disabled [ 0.910342] 1e000c00.uartlite: ttyS0 at MMIO 0x1e000c00 (irq = 19, base_baud = 3125000) is a 16550A [ 0.928252] printk: console [ttyS0] enabled [ 0.928252] printk: console [ttyS0] enabled [ 0.944802] printk: bootconsole [early0] disabled [ 0.944802] printk: bootconsole [early0] disabled [ 0.965839] nand: device found, Manufacturer ID: 0xc8, Chip ID: 0xd1 [ 0.978562] nand: ESMT NAND 128MiB 3,3V 8-bit [ 0.987400] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64 [ 1.002484] mt7621-nand 1e003000.nand: ECC strength adjusted to 4 bits [ 1.015604] 12 fixed-partitions partitions found on MTD device mt7621-nand [ 1.029299] Creating 12 MTD partitions on "mt7621-nand": [ 1.039886] 0x000000000000-0x000007f80000 : "ALL" [ 3.012012] 0x000000000000-0x000000100000 : "Bootloader" [ 3.039210] 0x000000100000-0x000000200000 : "Factory" [ 3.066097] 0x000000200000-0x000001600000 : "sys_data" [ 3.385057] 0x000001600000-0x000001700000 : "boot_flag" [ 3.412137] 0x000001700000-0x000001b00000 : "kernel" [ 3.484606] 0x000001b00000-0x000001f00000 : "Kernel_2" [ 3.557389] 0x000001f00000-0x000004d00000 : "RootFS_1" [ 4.276344] 0x000004d00000-0x000007b00000 : "RootFS_2" [ 4.995190] 0x000007b00000-0x000007c00000 : "Ftool" [ 5.021295] 0x000007c00000-0x000007f80000 : "BCT" [ 5.085605] 0x000000080000-0x0000000a0000 : "BootLoad-Env" [ 5.106833] Concatenating MTD devices: [ 5.114377] (0): "RootFS_1" [ 5.119928] (1): "sys_data" [ 5.125495] (2): "Ftool" [ 5.130521] (3): "BCT" [ 5.135210] into device "ubi-concat" [ 5.142359] 1 fixed-partitions partitions found on MTD device ubi-concat [ 5.155698] Creating 1 MTD partitions on "ubi-concat": [ 5.165937] 0x000000000000-0x000004680000 : "ubi" [ 6.305337] mt7530 mdio-bus:1f: MT7530 adapts as multi-chip module [ 6.321650] mtk_soc_eth 1e100000.ethernet eth0: mediatek frame engine at 0xbe100000, irq 21 [ 6.339530] i2c /dev entries driver [ 6.349056] mt7621-pci 1e140000.pcie: host bridge /pcie@1e140000 ranges: [ 6.362456] mt7621-pci 1e140000.pcie: No bus range found for /pcie@1e140000, using [bus 00-ff] [ 6.379992] mt7621-pci 1e140000.pcie: MEM 0x0060000000..0x006fffffff -> 0x0000000000 [ 6.396296] mt7621-pci 1e140000.pcie: IO 0x001e160000..0x001e16ffff -> 0x0000000000 [ 6.412680] mt7621-pci 1e140000.pcie: Parsing DT failed [ 6.425444] NET: Registered protocol family 10 [ 6.435816] Segment Routing with IPv6 [ 6.443265] NET: Registered protocol family 17 [ 6.452530] 8021q: 802.1Q VLAN Support v1.8 [ 6.464413] mt7530 mdio-bus:1f: MT7530 adapts as multi-chip module [ 6.496411] mt7530 mdio-bus:1f lan4 (uninitialized): PHY [mt7530-0:00] driver [MediaTek MT7530 PHY] (irq=26) [ 6.518534] mt7530 mdio-bus:1f lan3 (uninitialized): PHY [mt7530-0:01] driver [MediaTek MT7530 PHY] (irq=27) [ 6.540589] mt7530 mdio-bus:1f lan2 (uninitialized): PHY [mt7530-0:02] driver [MediaTek MT7530 PHY] (irq=28) [ 6.562660] mt7530 mdio-bus:1f lan1 (uninitialized): PHY [mt7530-0:03] driver [MediaTek MT7530 PHY] (irq=29) [ 6.584820] mt7530 mdio-bus:1f wan (uninitialized): PHY [mt7530-0:04] driver [MediaTek MT7530 PHY] (irq=30) [ 6.606992] mt7530 mdio-bus:1f: configuring for fixed/rgmii link mode [ 6.623861] DSA: tree 0 setup [ 6.630075] rt2880-pinmux pinctrl: pcie is already enabled [ 6.641171] mt7621-pci 1e140000.pcie: host bridge /pcie@1e140000 ranges: [ 6.654571] mt7621-pci 1e140000.pcie: No bus range found for /pcie@1e140000, using [bus 00-ff] [ 6.672104] mt7621-pci 1e140000.pcie: MEM 0x0060000000..0x006fffffff -> 0x0000000000 [ 6.688414] mt7621-pci 1e140000.pcie: IO 0x001e160000..0x001e16ffff -> 0x0000000000 [ 6.704812] mt7621-pci-phy 1e149000.pcie-phy: PHY for 0xbe149000 (dual port = 1) [ 6.719915] mt7621-pci-phy 1e14a000.pcie-phy: PHY for 0xbe14a000 (dual port = 0) [ 6.734921] mt7621-pci 1e140000.pcie: failed to parse bus ranges property: -22 [ 6.849576] mt7621-pci-phy 1e149000.pcie-phy: Xtal is 40MHz [ 6.860696] mt7621-pci-phy 1e14a000.pcie-phy: Xtal is 40MHz [ 6.972022] mt7621-pci 1e140000.pcie: pcie2 no card, disable it (RST & CLK) [ 6.985904] mt7621-pci 1e140000.pcie: PCIE0 enabled [ 6.995630] mt7621-pci 1e140000.pcie: PCIE1 enabled [ 7.005352] mt7621-pci 1e140000.pcie: PCI coherence region base: 0x60000000, mask/settings: 0xf0000002 [ 7.024072] mt7621-pci 1e140000.pcie: PCI host bridge to bus 0000:00 [ 7.036759] pci_bus 0000:00: root bus resource [io 0x1e160000-0x1e16ffff] [ 7.050468] pci_bus 0000:00: root bus resource [mem 0x60000000-0x6fffffff] [ 7.064174] pci_bus 0000:00: root bus resource [bus 00-ff] [ 7.075113] pci_bus 0000:00: root bus resource [mem 0x60000000-0x6fffffff] (bus address [0x00000000-0x0fffffff]) [ 7.095427] pci 0000:00:00.0: [0e8d:0801] type 01 class 0x060400 [ 7.107427] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x7fffffff] [ 7.119923] pci 0000:00:00.0: reg 0x14: [mem 0x60400000-0x6040ffff] [ 7.132477] pci 0000:00:00.0: supports D1 [ 7.140468] pci 0000:00:00.0: PME# supported from D0 D1 D3hot [ 7.152719] pci 0000:00:01.0: [0e8d:0801] type 01 class 0x060400 [ 7.164751] pci 0000:00:01.0: reg 0x10: [mem 0x00000000-0x7fffffff] [ 7.177248] pci 0000:00:01.0: reg 0x14: [mem 0x60410000-0x6041ffff] [ 7.189793] pci 0000:00:01.0: supports D1 [ 7.197786] pci 0000:00:01.0: PME# supported from D0 D1 D3hot [ 7.211339] pci 0000:01:00.0: [14c3:7662] type 00 class 0x028000 [ 7.223398] pci 0000:01:00.0: reg 0x10: initial BAR value 0x00000000 invalid [ 7.237459] pci 0000:01:00.0: reg 0x10: [mem size 0x00100000 64bit] [ 7.249979] pci 0000:01:00.0: reg 0x30: initial BAR value 0x00000000 invalid [ 7.264031] pci 0000:01:00.0: reg 0x30: [mem size 0x00010000 pref] [ 7.276451] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold [ 7.290515] pci 0000:00:00.0: PCI bridge to [bus 01-ff] [ 7.300966] pci 0000:00:00.0: bridge window [io 0x0000-0x0fff] [ 7.313112] pci 0000:00:00.0: bridge window [mem 0x60000000-0x600fffff] [ 7.326640] pci 0000:00:00.0: bridge window [mem 0x60100000-0x601fffff pref] [ 7.341031] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01 [ 7.354478] pci 0000:02:00.0: [14c3:7662] type 00 class 0x028000 [ 7.366503] pci 0000:02:00.0: reg 0x10: [mem 0x60200000-0x602fffff 64bit] [ 7.380078] pci 0000:02:00.0: reg 0x30: initial BAR value 0x00000000 invalid [ 7.394124] pci 0000:02:00.0: reg 0x30: [mem size 0x00010000 pref] [ 7.406541] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold [ 7.420631] pci 0000:00:01.0: PCI bridge to [bus 02-ff] [ 7.431082] pci 0000:00:01.0: bridge window [io 0x0000-0x0fff] [ 7.443229] pci 0000:00:01.0: bridge window [mem 0x60200000-0x602fffff] [ 7.456758] pci 0000:00:01.0: bridge window [mem 0x60300000-0x603fffff pref] [ 7.471150] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 02 [ 7.484393] pci 0000:00:00.0: BAR 0: no space for [mem size 0x80000000] [ 7.497574] pci 0000:00:00.0: BAR 0: failed to assign [mem size 0x80000000] [ 7.511445] pci 0000:00:01.0: BAR 0: no space for [mem size 0x80000000] [ 7.524625] pci 0000:00:01.0: BAR 0: failed to assign [mem size 0x80000000] [ 7.538501] pci 0000:00:00.0: BAR 8: assigned [mem 0x60000000-0x600fffff] [ 7.552035] pci 0000:00:00.0: BAR 9: assigned [mem 0x60100000-0x601fffff pref] [ 7.566430] pci 0000:00:01.0: BAR 8: assigned [mem 0x60200000-0x602fffff] [ 7.579961] pci 0000:00:01.0: BAR 9: assigned [mem 0x60300000-0x603fffff pref] [ 7.594353] pci 0000:00:00.0: BAR 1: assigned [mem 0x60400000-0x6040ffff] [ 7.607897] pci 0000:00:01.0: BAR 1: assigned [mem 0x60410000-0x6041ffff] [ 7.621425] pci 0000:00:00.0: BAR 7: assigned [io 0x1e160000-0x1e160fff] [ 7.634954] pci 0000:00:01.0: BAR 7: assigned [io 0x1e161000-0x1e161fff] [ 7.648493] pci 0000:01:00.0: BAR 0: assigned [mem 0x60000000-0x600fffff 64bit] [ 7.663079] pci 0000:01:00.0: BAR 6: assigned [mem 0x60100000-0x6010ffff pref] [ 7.677470] pci 0000:00:00.0: PCI bridge to [bus 01] [ 7.687363] pci 0000:00:00.0: bridge window [io 0x1e160000-0x1e160fff] [ 7.700891] pci 0000:00:00.0: bridge window [mem 0x60000000-0x600fffff] [ 7.714417] pci 0000:00:00.0: bridge window [mem 0x60100000-0x601fffff pref] [ 7.728827] pci 0000:02:00.0: BAR 0: assigned [mem 0x60200000-0x602fffff 64bit] [ 7.743403] pci 0000:02:00.0: BAR 6: assigned [mem 0x60300000-0x6030ffff pref] [ 7.757793] pci 0000:00:01.0: PCI bridge to [bus 02] [ 7.767685] pci 0000:00:01.0: bridge window [io 0x1e161000-0x1e161fff] [ 7.781213] pci 0000:00:01.0: bridge window [mem 0x60200000-0x602fffff] [ 7.794747] pci 0000:00:01.0: bridge window [mem 0x60300000-0x603fffff pref] [ 7.813533] UBI: auto-attach mtd12 [ 7.820332] ubi0: attaching mtd12 [ 7.827261] mt7530 mdio-bus:1f: Link is Up - 1Gbps/Full - flow control rx/tx [ 7.943413] UBI: EOF marker found, PEBs from 33 will be erased [ 8.974645] ubi0: scanning is finished [ 9.030494] ubi0: volume 1 ("rootfs_data") re-sized from 9 to 517 LEBs [ 9.044544] ubi0: attached mtd12 (name "ubi", size 70 MiB) [ 9.055503] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes [ 9.069189] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048 [ 9.082707] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096 [ 9.096569] ubi0: good PEBs: 564, bad PEBs: 0, corrupted PEBs: 0 [ 9.108524] ubi0: user volume: 2, internal volumes: 1, max. volumes count: 128 [ 9.122909] ubi0: max/mean erase counter: 1/0, WL threshold: 4096, image sequence number: 1653850628 [ 9.141097] ubi0: available PEBs: 0, total reserved PEBs: 564, PEBs reserved for bad PEB handling: 12 [ 9.159491] ubi0: background thread "ubi_bgt0d" started, PID 451 [ 9.161835] block ubiblock0_0: created from ubi0:0(rootfs) [ 9.182485] ubiblock: device ubiblock0_0 (rootfs) set to be root filesystem [ 9.254784] VFS: Mounted root (squashfs filesystem) readonly on device 254:0. [ 9.274818] Freeing unused kernel memory: 1276K [ 9.283898] This architecture does not have kernel memory protection. [ 9.296748] Run /sbin/init as init process [ 10.196733] init: Console is alive [ 10.204007] init: - watchdog - [ 11.576627] kmodloader: loading kernel modules from /etc/modules-boot.d/* [ 11.765977] usbcore: registered new interface driver usbfs [ 11.777085] usbcore: registered new interface driver hub [ 11.787892] usbcore: registered new device driver usb [ 11.808902] xhci-mtk 1e1c0000.xhci: supply vbus not found, using dummy regulator [ 11.823978] xhci-mtk 1e1c0000.xhci: supply vusb33 not found, using dummy regulator [ 11.839314] xhci-mtk 1e1c0000.xhci: xHCI Host Controller [ 11.849947] xhci-mtk 1e1c0000.xhci: new USB bus registered, assigned bus number 1 [ 11.873186] xhci-mtk 1e1c0000.xhci: hcc params 0x01401198 hci version 0x96 quirks 0x0000000000290010 [ 11.891454] xhci-mtk 1e1c0000.xhci: irq 20, io mem 0x1e1c0000 [ 11.904263] hub 1-0:1.0: USB hub found [ 11.911883] hub 1-0:1.0: 2 ports detected [ 11.920609] xhci-mtk 1e1c0000.xhci: xHCI Host Controller [ 11.931284] xhci-mtk 1e1c0000.xhci: new USB bus registered, assigned bus number 2 [ 11.946264] xhci-mtk 1e1c0000.xhci: Host supports USB 3.0 SuperSpeed [ 11.959156] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. [ 11.976226] hub 2-0:1.0: USB hub found [ 11.983865] hub 2-0:1.0: 1 port detected [ 12.001089] kmodloader: done loading kernel modules from /etc/modules-boot.d/* [ 12.033527] init: - preinit - [ 13.227472] random: jshn: uninitialized urandom read (4 bytes read) [ 13.314811] random: jshn: uninitialized urandom read (4 bytes read) [ 13.412744] random: jshn: uninitialized urandom read (4 bytes read) [ 13.911650] mtk_soc_eth 1e100000.ethernet eth0: configuring for fixed/rgmii link mode [ 13.928086] mtk_soc_eth 1e100000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx [ 13.933362] mt7530 mdio-bus:1f lan1: configuring for phy/gmii link mode [ 13.958442] 8021q: adding VLAN 0 to HW filter on device lan1 [ 13.972362] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready 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 [ 18.193571] UBIFS (ubi0:1): default file-system created [ 18.205367] UBIFS (ubi0:1): Mounting in unauthenticated mode [ 18.216951] UBIFS (ubi0:1): background thread "ubifs_bgt0_1" started, PID 595 [ 18.345861] UBIFS (ubi0:1): UBIFS: mounted UBI device 0, volume 1, name "rootfs_data" [ 18.361486] UBIFS (ubi0:1): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes [ 18.381232] UBIFS (ubi0:1): FS size: 64376832 bytes (61 MiB, 507 LEBs), journal size 3174400 bytes (3 MiB, 25 LEBs) [ 18.402015] UBIFS (ubi0:1): reserved for root: 3040676 bytes (2969 KiB) [ 18.415193] UBIFS (ubi0:1): media format: w5/r0 (latest is w5/r0), UUID 93C44890-6220-4B05-B3D2-C53F9B0FDF2C, small LPT model [ 18.441106] mount_root: overlay filesystem has not been fully initialized yet [ 18.456231] mount_root: switching to ubifs overlay [ 18.474405] urandom-seed: Seed file not found (/etc/urandom.seed) [ 18.594612] procd: - early - [ 18.600594] procd: - watchdog - [ 19.253248] procd: - watchdog - [ 19.366550] procd: - ubus - [ 19.546596] procd: - init - Please press Enter to activate this console. [ 20.338738] kmodloader: loading kernel modules from /etc/modules.d/* [ 20.538101] urngd: v1.0.2 started. [ 20.643566] Loading modules backported from Linux version v5.15.33-0-g06f50ca83ace [ 20.658689] Backport generated by backports.git v5.15.33-1-0-g183c4ab2 [ 20.727951] random: crng init done [ 20.734786] random: 7 urandom warning(s) missed due to ratelimiting [ 20.883280] mt7621-pci 1e140000.pcie: bus=1 slot=0 irq=22 [ 20.894088] pci 0000:00:00.0: enabling device (0006 -> 0007) [ 20.905385] mt76x2e 0000:01:00.0: enabling device (0000 -> 0002) [ 20.917534] mt76x2e 0000:01:00.0: ASIC revision: 76120044 [ 21.583625] mt76x2e 0000:01:00.0: ROM patch build: 20141115060606a [ 21.599681] mt76x2e 0000:01:00.0: Firmware Version: 0.0.00 [ 21.610662] mt76x2e 0000:01:00.0: Build: 1 [ 21.618821] mt76x2e 0000:01:00.0: Build Time: 201607111443____ [ 21.653058] mt76x2e 0000:01:00.0: Firmware running! [ 21.668980] mt7621-pci 1e140000.pcie: bus=2 slot=1 irq=23 [ 21.679887] pci 0000:00:01.0: enabling device (0006 -> 0007) [ 21.691421] mt76x2e 0000:02:00.0: ASIC revision: 76020044 [ 22.363101] mt76x2e 0000:02:00.0: ROM patch already applied [ 22.375045] mt76x2e 0000:02:00.0: Firmware Version: 0.0.00 [ 22.386035] mt76x2e 0000:02:00.0: Build: 1 [ 22.394244] mt76x2e 0000:02:00.0: Build Time: 201607111443____ [ 22.409320] mt76x2e 0000:02:00.0: Firmware running! [ 22.477520] PPP generic driver version 2.4.2 [ 22.488059] NET: Registered protocol family 24 [ 22.506133] kmodloader: done loading kernel modules from /etc/modules.d/* [ 45.935134] mtk_soc_eth 1e100000.ethernet eth0: Link is Down [ 45.957571] mtk_soc_eth 1e100000.ethernet eth0: configuring for fixed/rgmii link mode [ 45.974220] mtk_soc_eth 1e100000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx [ 45.980434] mt7530 mdio-bus:1f lan1: configuring for phy/gmii link mode [ 46.005019] 8021q: adding VLAN 0 to HW filter on device lan1 [ 46.019613] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 46.033380] br-lan: port 1(lan1) entered blocking state [ 46.043871] br-lan: port 1(lan1) entered disabled state [ 46.056157] device lan1 entered promiscuous mode [ 46.065422] device eth0 entered promiscuous mode [ 46.104867] mt7530 mdio-bus:1f lan2: configuring for phy/gmii link mode [ 46.118865] 8021q: adding VLAN 0 to HW filter on device lan2 [ 46.135497] br-lan: port 2(lan2) entered blocking state [ 46.146064] br-lan: port 2(lan2) entered disabled state [ 46.158570] device lan2 entered promiscuous mode [ 46.183591] mt7530 mdio-bus:1f lan3: configuring for phy/gmii link mode [ 46.197815] 8021q: adding VLAN 0 to HW filter on device lan3 [ 46.212925] br-lan: port 3(lan3) entered blocking state [ 46.223510] br-lan: port 3(lan3) entered disabled state [ 46.235444] device lan3 entered promiscuous mode [ 46.264548] mt7530 mdio-bus:1f lan4: configuring for phy/gmii link mode [ 46.278445] 8021q: adding VLAN 0 to HW filter on device lan4 [ 46.293515] br-lan: port 4(lan4) entered blocking state [ 46.304033] br-lan: port 4(lan4) entered disabled state [ 46.316290] device lan4 entered promiscuous mode [ 46.345534] mt7530 mdio-bus:1f wan: configuring for phy/gmii link mode [ 46.359237] 8021q: adding VLAN 0 to HW filter on device wan [ 47.688786] mt7530 mdio-bus:1f lan2: Link is Up - 100Mbps/Full - flow control off [ 47.703945] br-lan: port 2(lan2) entered blocking state [ 47.714469] br-lan: port 2(lan2) entered forwarding state [ 47.727937] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready BusyBox v1.35.0 (2022-05-29 18:57:08 UTC) built-in shell (ash) _______ ________ __ | |.-----.-----.-----.| | | |.----.| |_ | - || _ | -__| || | | || _|| _| |_______|| __|_____|__|__||________||__| |____| |__| W I R E L E S S F R E E D O M ----------------------------------------------------- OpenWrt SNAPSHOT, r19711-cc84040cb4 ----------------------------------------------------- === WARNING! ===================================== There is no root password defined on this device! Use the "passwd" command to set up a new password in order to prevent unauthorized SSH logins. -------------------------------------------------- root@OpenWrt:/# ubus call system board { "kernel": "5.10.115", "hostname": "OpenWrt", "system": "MediaTek MT7621 ver:1 eco:3", "model": "WiFire S1500.NBN", "board_name": "wifire,s1500-nbn", "rootfs_type": "squashfs", "release": { "distribution": "OpenWrt", "version": "SNAPSHOT", "revision": "r19711-cc84040cb4", "target": "ramips/mt7621", "description": "OpenWrt SNAPSHOT r19711-cc84040cb4" } }


This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies
  • Last modified: 2024/09/05 19:03
  • by csharper2005