netis NX31
The netis NX31 is a WiFi 6 AX3000 router. It supports two 802.11ax streams on both 2.4GHz@40MHz and 5GHz@160MHz for a combined 3000Mbps wireless speed.
Supported Versions
Experimental Versions
None at this time.
Hardware Highlights
Installation
Backup
1. Connect to the router using ssh (user: admin, pass: web interface password)
2. Make mtd backup:
cat /dev/mtd0 | gzip -1 -c > /tmp/mtd0_spi0.0.bin.gz cat /dev/mtd1 | gzip -1 -c > /tmp/mtd1_BL2.bin.gz cat /dev/mtd2 | gzip -1 -c > /tmp/mtd2_u-boot-env.bin.gz cat /dev/mtd3 | gzip -1 -c > /tmp/mtd3_Factory.bin.gz cat /dev/mtd4 | gzip -1 -c > /tmp/mtd4_FIP.bin.gz cat /dev/mtd5 | gzip -1 -c > /tmp/mtd5_ubi.bin.gz
3. Download mtd backup from the /tmp dir of the router to your PC using scp protocol (for example, you can use WinSCP for Windows)
OpenWrt installation
Warning!
This section describes actions that might damage your device or firmware. Proceed with care!
1. Download OpenWrt images for this device from https://downloads.openwrt.org/ (choose release you need)
2. Connect to the router using ssh (user: admin, pass: web interface password)
3. Upload OpenWrt bl31-uboot.fip, preloader.bin images to the /tmp dir of the router using scp protocol
4. Write FIP and BL2 (replace bootloader):
mtd write /tmp/openwrt-mediatek-filogic-netis_nx31-bl31-uboot.fip FIP mtd write /tmp/openwrt-mediatek-filogic-netis_nx31-preloader.bin BL2
Don't worry if the second command can't write BL2. You can update BL2 later. See Update BL2 (from OpenWrt).
5. Place OpenWrt openwrt-mediatek-filogic-netis_nx31-initramfs-recovery.itb image on the tftp server (for example, you can use tftpd64 for Windows) with IP 192.168.1.254
6. Erase ubi partition and reboot the router:
mtd erase ubi reboot
7. U-Boot automatically boot OpenWrt recovery image from tftp server to the RAM
8. Upload OpenWrt sysupgrade.itb image to the /tmp dir of the router (IP: 192.168.1.1) using scp protocol
9. Connect to the router using ssh and run:
sysupgrade -n /tmp/openwrt-mediatek-filogic-netis_nx31-squashfs-sysupgrade.itb
Update BL2 (optional, from OpenWrt)
Warning!
This section describes actions that might damage your device or firmware. Proceed with care!
1. Connect to the router using ssh and install kmod-mtd-rw kernel module
OpenWrt newer than 24.10:
apk update && apk add kmod-mtd-rw
OpenWrt 24.10:
opkg update && opkg install kmod-mtd-rw
2. Run in ssh shell:
insmod mtd-rw i_want_a_brick=1 mtd unlock BL2
3. Upload OpenWrt preloader.bin image to the /tmp dir of the router using scp protocol
4. Write BL2:
mtd write /tmp/openwrt-mediatek-filogic-netis_nx31-preloader.bin BL2
5. Reboot the router:
reboot
Flash Layout
OpenWrt:
| Start | End | Label |
|---|---|---|
| 0x0 | 0x100000 | BL2 |
| 0x100000 | 0x180000 | u-boot-env (unused) |
| 0x180000 | 0x380000 | Factory |
| 0x380000 | 0x580000 | FIP |
| 0x580000 | 0x8000000 | ubi |
OEM easy installation
None at this time.
OEM installation using the TFTP method
None at this time.
Upgrading OpenWrt
LuCI Web Upgrade Process
- Browse to
http://192.168.1.1/cgi-bin/luci/admin/system/flashLuCI Upgrade URL - Upload image file for sysupgrade to LuCI
- Wait for reboot
Terminal Upgrade Process
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
Return to stock
Warning!
This section describes actions that might damage your device or firmware. Proceed with care!
1. Unpack stock BL2 and FIP partitions backup
2. Upload stock BL2 and FIP partitions backup to the /tmp dir of the router using scp protocol
3. Connect to the router using ssh and run:
OpenWrt newer than 24.10:
apk update && apk add kmod-mtd-rw
OpenWrt 24.10:
opkg update && opkg install kmod-mtd-rw
Then:
insmod mtd-rw i_want_a_brick=1 mtd unlock BL2 mtd unlock FIP
4. Restore backup:
mtd write /tmp/mtd4_FIP.bin FIP mtd write /tmp/mtd1_BL2.bin BL2
5. Erase ubi and reboot:
mtd erase ubi reboot
6. Power off the router
7. Press Reset button and power on the router. Release the button after ~10 sec
8. Navigate to U-Boot recovery web server (http://192.168.1.1/) and upload the OEM firmware
Debricking
OpenWrt U-Boot
1. Place OpenWrt openwrt-mediatek-filogic-netis_nx31-initramfs-recovery.itb image on the tftp server (for example, you can use tftpd64 for Windows) with IP 192.168.1.254
2. Press “Reset” button and power on the router. After ~10 sec release the button.
3. Use OpenWrt initramfs system for recovery
mtkuartboot
Use mtk_uartboot and UART connection if BL2 and/or FIP is destroyed. https://github.com/981213/mtk_uartboot
Failsafe mode
Basic configuration
→ Basic configuration After flashing, proceed with this.
Set up your Internet connection, configure wireless, configure USB port, etc.
Specific Configuration
Network interfaces
The default network configuration is:
| Interface Name | Description | Default configuration |
|---|---|---|
| br-lan | LAN & WiFi | 192.168.1.1/24 |
| phy0 | WiFi | Disabled, br-lan |
| phy1 | WiFi | Disabled, br-lan |
Switch Ports (for VLANs)
| Port | Switch port |
|---|---|
| Internet (WAN) | eth1 |
| LAN 1 | 3 |
| LAN 2 | 2 |
| LAN 3 | 1 |
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.
netis NX31 has the following buttons:
| BUTTON | Event |
|---|---|
| Reset | reset |
| Mesh | Wireless killswitch |
Hardware
Info
Photos
Opening the case
Warning!
This section describes actions that might damage your device or firmware. Proceed with care!
→ Warranty
The screws are located on the bottom. There are also clips around the edge of the case. You will need to try open, using, for example, a plastic card.
Serial
→ port.serial general information about the serial port, serial port cable, etc.
Warning!
This section describes actions that might damage your device or firmware. Proceed with care!
To access UART, you need to unscrew the radiator plate:
Don't connect VDD (+3.3 V) pin!
| Serial connection parameters for netis NX31 | 115200, 8N1, 3.3V |
|---|
JTAG
→ port.jtag general information about the JTAG port, JTAG cable, etc.
Bootloader mods
Hardware mods
None so far.
Bootlogs
OEM bootlog
F0: 102B 0000 FA: 1040 0000 FA: 1040 0000 [0200] F9: 0000 0000 V0: 0000 0000 [0001] 00: 0000 0000 BP: 2400 0041 [0000] G0: 1190 0000 EC: 0000 0000 [1000] T0: 0000 024F [010F] Jump to BL NOTICE: BL2: v2.7(release):030963a55-dirty NOTICE: BL2: Built : 12:52:13, Jul 25 2024 NOTICE: WDT: disabled NOTICE: EMI: Using DDR3 settings dump toprgu registers data: 1001c000 | 00000000 0000ffe0 00000000 00000000 1001c010 | 00000fff 00000000 00f00000 00000000 1001c020 | 00000000 00000000 00000000 00000000 1001c030 | 003c0003 003c0003 00000000 00000000 1001c040 | 00000000 00000000 00000000 00000000 1001c050 | 00000000 00000000 00000000 00000000 1001c060 | 00000000 00000000 00000000 00000000 1001c070 | 00000000 00000000 00000000 00000000 1001c080 | 00000000 00000000 00000000 00000000 dump drm registers data: 1001d000 | 00000000 00000000 00000000 00000000 1001d010 | 00000000 00000000 00000000 00000000 1001d020 | 00000000 00000000 00000000 00000000 1001d030 | 00a083f1 000003ff 00100000 00000000 1001d040 | 00000000 00000000 00020303 000000ff 1001d050 | 00000000 00000000 00000000 00000000 1001d060 | 00000002 00000000 00000000 00000000 drm: 500 = 0x8 [DDR Reserve] ddr reserve mode not be enabled yet DDR RESERVE Success 0 [EMI] ComboMCP not ready, using default setting BYTE_swap:0 BYTE_swap:0 Window Sum 552, worse bit 0, min window 68 Window Sum 532, worse bit 8, min window 64 Window Sum 400, worse bit 4, min window 48 Window Sum 362, worse bit 11, min window 42 Window Sum 408, worse bit 1, min window 48 Window Sum 374, worse bit 12, min window 44 Window Sum 414, worse bit 1, min window 50 Window Sum 380, worse bit 13, min window 44 Window Sum 416, worse bit 1, min window 50 Window Sum 384, worse bit 13, min window 44 Window Sum 392, worse bit 11, min window 46 Window Sum 396, worse bit 13, min window 46 Window Sum 404, worse bit 11, min window 48 NOTICE: EMI: Detected DRAM size: 256MB NOTICE: EMI: complex R/W mem test passed NOTICE: CPU: MT7981 (1300MHz) NOTICE: SPI_NAND parses attributes from parameter page. NOTICE: SPI_NAND Detected ID 0xc8 NOTICE: Page size 2048, Block size 131072, size 134217728 NOTICE: Initializing NMBM ... NOTICE: Signature found at block 1023 [0x07fe0000] NOTICE: First info table with writecount 0 found in block 960 NOTICE: Second info table with writecount 0 found in block 963 NOTICE: NMBM has been successfully attached in read-only mode NOTICE: BL2: Booting BL31 NOTICE: BL31: v2.7(release):030963a55-dirty NOTICE: BL31: Built : 12:52:16, Jul 25 2024 NOTICE: Hello BL31!!! U-Boot 2022.10 (Jul 25 2024 - 12:43:55 +0800) CPU: MediaTek MT7981 Model: mt7981-rfb DRAM: 256 MiB Core: 32 devices, 12 uclasses, devicetree: separate Initializing NMBM ... spi-nand: spi_nand spi_nand@0: GigaDevice SPI NAND was found. spi-nand: spi_nand spi_nand@0: 128 MiB, block size: 128 KiB, page size: 2048, OOB size: 64 Could not find a valid device for nmbm0 Signature found at block 1023 [0x07fe0000] First info table with writecount 0 found in block 960 Second info table with writecount 0 found in block 963 NMBM has been successfully attached Loading Environment from UBI... ubi0: attaching mtd6 ubi0: scanning is finished ### drivers/mtd/ubi/build.c:1016:ubi_attach_mtd_dev ubi_name: autoresize_vol_id:-1 ubi0: attached mtd6 (name "ubi", size 114 MiB) ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048 ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096 ubi0: good PEBs: 916, bad PEBs: 0, corrupted PEBs: 0 ubi0: user volume: 7, internal volumes: 1, max. volumes count: 128 ubi0: max/mean erase counter: 2/1, WL threshold: 4096, image sequence number: 1724721743 ubi0: available PEBs: 450, total reserved PEBs: 466, PEBs reserved for bad PEB handling: 19 Read 524288 bytes from volume u-boot-env to 000000004f77e240 OK In: serial@11002000 Out: serial@11002000 Err: serial@11002000 led_init:requesting GPIO4 ok! led_init:requesting GPIO8 ok! led_init:requesting GPIO5 ok! Net: eth0: ethernet@15100000 net_ip is zero!! Forced set our IP address to 192.168.1.1 *Upgrade Prerequisites: Set our mac to 01:00:5e:00:00:c8 Set upgrade dest ip to 224.0.0.200 our ip is 192.168.1.1 Load data at 0x46000000 *Upgrade start: Multicast Upgrade Timeout... udp_loop: multi_upgrade recv data failed. [?25l[2J[1;1H[1;1H[2K[2;3H*** U-Boot Boot Menu ***[0K[3;1H[2K[12;1H[2K[13;3HPress UP/DOWN to move, ENTER to select, ESC/CTRL+C to quit[0K[14;1H[2K[4;7H[7m1. Startup system (Default)[0m[5;7H2. Upgrade firmware[6;7H3. Upgrade ATF BL2[7;7H4. Upgrade ATF FIP[8;7H5. Upgrade single image[9;7H6. Load image[10;7H0. U-Boot console[12;3HHit any key to stop autoboot: 4 [12;3HHit any key to stop autoboot: 3 [12;3HHit any key to stop autoboot: 2 [12;3HHit any key to stop autoboot: 1 [12;1H[2K[?25h[2J[1;1Hrun press_key_check UBI partition 'ubi' already selected Trying to boot from image slot 0 Read 64 bytes from volume kernel to 0000000046000000 Read 2895903 bytes from volume kernel to 0000000046000000 ## Checking hash(es) for FIT Image at 46000000 ... Hash(es) for Image 0 (kernel-1): crc32+ sha1+ Hash(es) for Image 1 (fdt-1): crc32+ sha1+ Read 48 bytes from volume rootfs to 00000000462c3020 Read 14850294 bytes from volume rootfs to 00000000462c3020 Hash(es) for rootfs: crc32+ sha1+ Firmware integrity verification passed ## Loading kernel from FIT Image at 46000000 ... Using 'config-1' configuration Trying 'kernel-1' kernel subimage Description: ARM64 OpenWrt Linux-5.4.246 Type: Kernel Image Compression: lzma compressed Data Start: 0x460000e8 Data Size: 2875523 Bytes = 2.7 MiB Architecture: AArch64 OS: Linux Load Address: 0x43080000 Entry Point: 0x43080000 Hash algo: crc32 Hash value: 9954e795 Hash algo: sha1 Hash value: 75a7a4fc2e6ae795bb97149a8caa9066d16b5797 Verifying Hash Integrity ... crc32+ sha1+ OK ## Loading fdt from FIT Image at 46000000 ... Using 'config-1' configuration Trying 'fdt-1' fdt subimage Description: ARM64 OpenWrt mt7981-tele-spim-nand-rfb device tree blob Type: Flat Device Tree Compression: uncompressed Data Start: 0x462be2b8 Data Size: 18319 Bytes = 17.9 KiB Architecture: AArch64 Hash algo: crc32 Hash value: 052d65da Hash algo: sha1 Hash value: 667279961227aca8dc2d57bcab1d9b42d268361e Verifying Hash Integrity ... crc32+ sha1+ OK Booting using the fdt blob at 0x462be2b8 Uncompressing Kernel Image Loading Device Tree to 000000004f7f1000, end 000000004f7f878e ... OK Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034] [ 0.000000] Linux version 5.4.246 (netcore@fa113052593d) (gcc version 8.4.0 (OpenWrt GCC 8.4.0 r0-6318ac1d8)) #0 SMP Tue Aug 27 01:22:23 2024 [ 0.000000] Machine model: MediaTek MT7981 RFB [ 0.000000] earlycon: uart8250 at MMIO32 0x0000000011002000 (options '') [ 0.000000] printk: bootconsole [uart8250] enabled [ 0.000000] On node 0 totalpages: 64512 [ 0.000000] DMA32 zone: 1024 pages used for memmap [ 0.000000] DMA32 zone: 0 pages reserved [ 0.000000] DMA32 zone: 64512 pages, LIFO batch:15 [ 0.000000] psci: probing for conduit method from DT. [ 0.000000] psci: PSCIv1.1 detected in firmware. [ 0.000000] psci: Using standard PSCI v0.2 function IDs [ 0.000000] psci: MIGRATE_INFO_TYPE not supported. [ 0.000000] psci: SMC Calling Convention v1.0 [ 0.000000] percpu: Embedded 20 pages/cpu s43736 r8192 d29992 u81920 [ 0.000000] pcpu-alloc: s43736 r8192 d29992 u81920 alloc=20*4096 [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [ 0.000000] Detected VIPT I-cache on CPU0 [ 0.000000] CPU features: detected: GIC system register CPU interface [ 0.000000] CPU features: kernel page table isolation disabled by kernel configuration [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 63488 [ 0.000000] Kernel command line: console=ttyS0,115200n1 loglevel=8 earlycon=uart8250,mmio32,0x11002000 boot_param.reserve_rootfs_data ubi.rootfs_volume=rootfs boot_param.boot_kernel_part=kernel boot_param.boot_rootfs_part=rootfs boot_param.upgrade_kernel_part=kernel2 boot_param.upgrade_rootfs_part=rootfs2 boot_param.env_part=u-boot-env boot_param.rootfs_data_part=rootfs_data boot_param.boot_image_slot=0 boot_param.upgrade_image_slot=1 boot_param.dual_boot [ 0.000000] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes, linear) [ 0.000000] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes, linear) [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] Memory: 231296K/258048K available (6014K kernel code, 444K rwdata, 1648K rodata, 384K init, 229K bss, 26752K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] rcu: Hierarchical RCU implementation. [ 0.000000] rcu: CONFIG_RCU_FANOUT set to non-default value of 32. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies. [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 [ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode [ 0.000000] GICv3: 640 SPIs implemented [ 0.000000] GICv3: 0 Extended SPIs implemented [ 0.000000] GICv3: Distributor has no Range Selector support [ 0.000000] GICv3: 16 PPIs implemented [ 0.000000] GICv3: no VLPI support, no direct LPI support [ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x000000000c080000 [ 0.000000] arch_timer: cp15 timer(s) running at 13.00MHz (phys). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x2ff89eacb, max_idle_ns: 440795202429 ns [ 0.000004] sched_clock: 56 bits at 13MHz, resolution 76ns, wraps every 4398046511101ns [ 0.008196] Calibrating delay loop (skipped), value calculated using timer frequency.. 26.00 BogoMIPS (lpj=13000) [ 0.018517] pid_max: default: 32768 minimum: 301 [ 0.023217] Mount-cache hash table entries: 512 (order: 0, 4096 bytes, linear) [ 0.030477] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes, linear) [ 0.038906] ASID allocator initialised with 65536 entries [ 0.044401] rcu: Hierarchical SRCU implementation. [ 0.049502] smp: Bringing up secondary CPUs ... [ 0.054341] Detected VIPT I-cache on CPU1 [ 0.054361] GICv3: CPU1: found redistributor 1 region 0:0x000000000c0a0000 [ 0.054383] CPU1: Booted secondary processor 0x0000000001 [0x410fd034] [ 0.054439] smp: Brought up 1 node, 2 CPUs [ 0.076041] SMP: Total of 2 processors activated. [ 0.080767] CPU features: detected: 32-bit EL0 Support [ 0.085928] CPU features: detected: CRC32 instructions [ 0.091188] CPU: All CPU(s) started at EL2 [ 0.095309] alternatives: patching kernel code [ 0.101918] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns [ 0.111732] futex hash table entries: 512 (order: 3, 32768 bytes, linear) [ 0.118623] pinctrl core: initialized pinctrl subsystem [ 0.124260] NET: Registered protocol family 16 [ 0.128956] DMA: preallocated 256 KiB pool for atomic allocations [ 0.136141] printk: console [pstore-1] enabled [ 0.140612] pstore: Registered ramoops as persistent store backend [ 0.146825] ramoops: using 0x60000@0x4e790000, ecc: 0 [ 0.163663] cryptd: max_cpu_qlen set to 1000 [ 0.170432] rbus 18000000.wbsys: PCI host bridge to bus 0000:00 [ 0.176421] pci_bus 0000:00: root bus resource [mem 0x18000000-0x18ffffff] [ 0.183337] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.188852] pci_bus 0000:00: scanning bus [ 0.192894] pci 0000:00:00.0: [14c3:7981] type 00 class 0x000280 [ 0.198942] pci 0000:00:00.0: reg 0x10: [mem 0x18000000-0x1800000f 64bit] [ 0.205768] pci 0000:00:00.0: reg 0x18: [mem 0x00000000-0x0000000f] [ 0.212069] pci 0000:00:00.0: reg 0x1c: [mem 0x00000000-0x0000000f] [ 0.218370] pci 0000:00:00.0: reg 0x20: [mem 0x00000000-0x0000000f] [ 0.224671] pci 0000:00:00.0: reg 0x24: [mem 0x00000000-0x0000000f] [ 0.231823] pci_bus 0000:00: fixups for bus [ 0.236037] pci_bus 0000:00: bus scan returning with max=00 [ 0.241966] clocksource: Switched to clocksource arch_sys_counter [ 0.248631] thermal_sys: Registered thermal governor 'fair_share' [ 0.248636] thermal_sys: Registered thermal governor 'bang_bang' [ 0.254775] thermal_sys: Registered thermal governor 'step_wise' [ 0.260812] thermal_sys: Registered thermal governor 'user_space' [ 0.266847] thermal_sys: Registered thermal governor 'power_allocator' [ 0.273201] NET: Registered protocol family 2 [ 0.284239] IP idents hash table entries: 4096 (order: 3, 32768 bytes, linear) [ 0.291834] tcp_listen_portaddr_hash hash table entries: 256 (order: 0, 4096 bytes, linear) [ 0.300329] TCP established hash table entries: 2048 (order: 2, 16384 bytes, linear) [ 0.308130] TCP bind hash table entries: 2048 (order: 3, 32768 bytes, linear) [ 0.315324] TCP: Hash tables configured (established 2048 bind 2048) [ 0.321775] UDP hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.328348] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.335445] NET: Registered protocol family 1 [ 0.339839] NET: Registered protocol family 44 [ 0.344316] PCI: CLS 0 bytes, default 64 [ 0.348482] WY Debug Initialized [ 0.352224] workingset: timestamp_bits=62 max_order=16 bucket_order=0 [ 0.361277] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.367160] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. [ 0.389914] phy phy-usb-phy@11e10000.1: type_sw - reg 0x218, index 0 [ 0.406396] Serial: 8250/16550 driver, 3 ports, IRQ sharing disabled [ 0.413512] printk: console [ttyS0] disabled [ 0.437932] 11002000.serial: ttyS0 at MMIO 0x11002000 (irq = 12, base_baud = 2500000) is a ST16650V2 [ 0.447146] printk: console [ttyS0] enabled [ 0.447146] printk: console [ttyS0] enabled [ 0.455510] printk: bootconsole [uart8250] disabled [ 0.455510] printk: bootconsole [uart8250] disabled [ 0.465763] offset is 4 valid_mask:0000000000000000 ret:0 [ 0.471178] Success on request gpio 4 [ 0.474842] offset is 7 valid_mask:0000000000000000 ret:0 [ 0.480239] Success on request gpio 7 [ 0.483900] offset is 5 valid_mask:0000000000000000 ret:0 [ 0.489296] Success on request gpio 5 [ 0.492960] offset is 8 valid_mask:0000000000000000 ret:0 [ 0.498356] Success on request gpio 8 [ 0.503133] mtk_rng trng@1020f000: registered RNG driver [ 0.503174] random: crng init done [ 0.508632] cacheinfo: Unable to detect cache hierarchy for CPU 0 [ 0.520158] loop: module loaded [ 0.523433] mediatek,mt2701-ice_debug ice_debug: get dbg_sel clock fail: -2 [ 0.530399] mediatek,mt2701-ice_debug: probe of ice_debug failed with error -2 [ 0.538310] mt7981-pinctrl 11d00000.pinctrl: pin_config_set op failed for pin 19 [ 0.545707] mtk-spi 1100a000.spi: Error applying setting, reverse things back [ 0.553307] spi-nand spi0.0: Failed to calibrate SPI-NAND (err = -22) [ 0.559844] spi-nand spi0.0: GigaDevice SPI NAND was found. [ 0.565423] spi-nand spi0.0: 128 MiB, block size: 128 KiB, page size: 2048, OOB size: 64 [ 0.575390] Update mtk eth 00000000fe983007,base 000000008d7ee0f1,name is (null) [ 0.582998] [mtk_hw_init] reset_lock:0, force:0 [ 0.587548] [mtk_hw_init] execute fe cold reset [ 0.603086] mtk_soc_eth 15100000.ethernet: MDC is running on 2500000 Hz [ 0.630233] offset is 39 valid_mask:0000000000000000 ret:0 [ 0.635885] mtk_soc_eth 15100000.ethernet: generated random MAC address 92:83:c5:a4:a0:69 [ 0.644345] mtk_soc_eth 15100000.ethernet eth0: mediatek frame engine at 0xffffffc011600000, irq 79 [ 0.653424] mtk_soc_eth 15100000.ethernet: generated random MAC address c2:b0:33:7f:0a:f0 [ 0.661866] mtk_soc_eth 15100000.ethernet eth1: mediatek frame engine at 0xffffffc011600000, irq 79 [ 0.670912] (unnamed net_device) (dummy): netif_napi_add() called with weight 256 [ 0.678572] i2c /dev entries driver [ 0.682953] mtk-wdt 1001c000.watchdog: Watchdog enabled (timeout=31 sec, nowayout=0) [ 0.691015] crypto-safexcel 10320000.crypto: EIP97:230(0,1,4,4)-HIA:270(0,5,5),PE:150/433(alg:7fcdfc00)/0/0/0 [ 0.704237] Initializing XFRM netlink socket [ 0.708892] NET: Registered protocol family 10 [ 0.713892] Segment Routing with IPv6 [ 0.717649] NET: Registered protocol family 17 [ 0.722129] Bridge firewalling registered [ 0.726211] 8021q: 802.1Q VLAN Support v1.8 [ 0.739543] nmbm nmbm_spim_nand: Signature found at block 1023 [0x07fe0000] [ 0.747415] nmbm nmbm_spim_nand: First info table with writecount 0 found in block 960 [ 0.758012] nmbm nmbm_spim_nand: Second info table with writecount 0 found in block 963 [ 0.766017] nmbm nmbm_spim_nand: NMBM has been successfully attached [ 0.772590] 5 fixed-partitions partitions found on MTD device nmbm_spim_nand [ 0.779637] Creating 5 MTD partitions on "nmbm_spim_nand": [ 0.785118] 0x000000000000-0x000000100000 : "BL2" [ 0.789993] 0x000000100000-0x000000180000 : "u-boot-env" [ 0.795435] 0x000000180000-0x000000380000 : "Factory" [ 0.800612] 0x000000380000-0x000000580000 : "FIP" [ 0.805445] 0x000000580000-0x000007800000 : "ubi" [ 0.810571] offset is 39 valid_mask:0000000000000000 ret:0 [ 1.038390] mt7530 mdio-bus:1f lan1 (uninitialized): PHY [dsa-0.0:00] driver [MediaTek MT7531 PHY] [ 1.057043] mt7530 mdio-bus:1f lan2 (uninitialized): PHY [dsa-0.0:01] driver [MediaTek MT7531 PHY] [ 1.075674] mt7530 mdio-bus:1f lan3 (uninitialized): PHY [dsa-0.0:02] driver [MediaTek MT7531 PHY] [ 1.094327] mt7530 mdio-bus:1f lan4 (uninitialized): PHY [dsa-0.0:03] driver [MediaTek MT7531 PHY] [ 1.103896] mt7530 mdio-bus:1f: configuring for fixed/2500base-x link mode [ 1.110971] DSA: tree 0 setup [ 1.111221] mt7530 mdio-bus:1f: Link is Up - 2.5Gbps/Full - flow control rx/tx [ 1.113932] mt7530-nl: genl_register_family_with_ops [ 1.114330] UBI: auto-attach mtd5 [ 1.129527] ubi0: attaching mtd5 [ 1.503030] ubi0: scanning is finished [ 1.512444] ubi0: attached mtd5 (name "ubi", size 114 MiB) [ 1.517946] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes [ 1.524813] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048 [ 1.531591] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096 [ 1.538541] ubi0: good PEBs: 916, bad PEBs: 0, corrupted PEBs: 0 [ 1.544537] ubi0: user volume: 7, internal volumes: 1, max. volumes count: 128 [ 1.551749] ubi0: max/mean erase counter: 2/1, WL threshold: 4096, image sequence number: 1724721743 [ 1.560868] ubi0: available PEBs: 450, total reserved PEBs: 466, PEBs reserved for bad PEB handling: 19 [ 1.570255] ubi0: background thread "ubi_bgt0d" started, PID 625 [ 1.570666] block ubiblock0_5: created from ubi0:5(rootfs_ext) [ 1.582714] block ubiblock0_4: created from ubi0:4(rootfs) [ 1.588229] ubiblock: device ubiblock0_4 (rootfs) set to be root filesystem [ 1.597108] VFS: Mounted root (squashfs filesystem) readonly on device 254:1. [ 1.604449] Freeing unused kernel memory: 384K [ 1.611994] Run /sbin/init as init process [ 1.790385] init: Console is alive [ 1.793921] init: - watchdog - [ 2.189638] kmodloader: loading kernel modules from /etc/modules-boot.d/* [ 2.220868] conninfra@(mtk_conninfra_drv_init:644) Before platform_driver_register [ 2.228566] Get Index(0-TOP_MISC_BASE) phy_addr(0x11d10000) vir_addr=(0xffffffc01098d000) size=(0x1000) [ 2.237960] Get Index(1-TOPRGU_BASE) phy_addr(0x1001c000) vir_addr=(0xffffffc010995000) size=(0x1000) [ 2.247171] Get Index(2-GPIO_BASE) phy_addr(0x11d00000) vir_addr=(0xffffffc01099d000) size=(0x1000) [ 2.256207] Get Index(3-IOCFG_TR_BASE) phy_addr(0x11f00000) vir_addr=(0xffffffc0109a5000) size=(0x1000) [ 2.265590] Get Index(4-IOCFG_TL_BASE) phy_addr(0x11f10000) vir_addr=(0xffffffc0109ad000) size=(0x1000) [ 2.274975] Get Index(5-INFRACFG_AO_BASE) phy_addr(0x10003000) vir_addr=(0xffffffc0109b5000) size=(0x1000) [ 2.284618] Get Index(6-CONN_INFRA_CFG_BASE) phy_addr(0x18001000) vir_addr=(0xffffffc0109b7000) size=(0x1000) [ 2.294521] Get Index(7-CONN_INFRA_SYSRAM_BASE) phy_addr(0x18050000) vir_addr=(0xffffffc0109b9000) size=(0x1000) [ 2.304686] Get Index(8-CONN_INFRA_CLKGEN_ON_TOP_BASE) phy_addr(0x18009000) vir_addr=(0xffffffc0109fe000) size=(0x1000) [ 2.315456] Get Index(9-CONN_HOST_CSR_TOP_BASE) phy_addr(0x18060000) vir_addr=(0xffffffc010c0d000) size=(0x1000) [ 2.325619] Get Index(10-CONN_INFRA_BUS_CR_BASE) phy_addr(0x1800e000) vir_addr=(0xffffffc010c0f000) size=(0x1000) [ 2.335868] Get Index(11-CONN_INFRA_RGU_BASE) phy_addr(0x18000000) vir_addr=(0xffffffc010c11000) size=(0x1000) [ 2.345856] Get Index(12-CONN_WT_SLP_CTL_REG_BASE) phy_addr(0x18005000) vir_addr=(0xffffffc010c13000) size=(0x1000) [ 2.356280] Get Index(13-INST2_CONN_WT_SLP_CTL_REG_BASE) phy_addr(0x18085000) vir_addr=(0xffffffc010c15000) size=(0x1000) [ 2.367225] Get Index(14-CONN_RF_SPI_MST_REG_BASE) phy_addr(0x18004000) vir_addr=(0xffffffc010c17000) size=(0x1000) [ 2.377652] Get Index(15-INST2_CONN_RF_SPI_MST_REG_BASE) phy_addr(0x18084000) vir_addr=(0xffffffc010c19000) size=(0x1000) [ 2.388598] Get Index(16-CONN_SEMAPHORE_BASE) phy_addr(0x18070000) vir_addr=(0xffffffc010d50000) size=(0x10000) [ 2.398674] Get Index(17-CONN_AFE_CTL_BASE) phy_addr(0x18003000) vir_addr=(0xffffffc010c1b000) size=(0x1000) [ 2.408490] Get Index(18-CONN_AFE_CTL_2ND_BASE) phy_addr(0x18083000) vir_addr=(0xffffffc010c1d000) size=(0x1000) [ 2.418653] Get Index(19-WF_TOP_SLPPROT_ON_BASE) phy_addr(0x184c0000) vir_addr=(0xffffffc010d70000) size=(0x10000) [ 2.428990] Get Index(20-WF_TOP_CFG_BASE) phy_addr(0x184b0000) vir_addr=(0xffffffc010c1f000) size=(0x1000) [ 2.438631] Get Index(21-WF_MCU_CONFIG_LS_BASE) phy_addr(0x184f0000) vir_addr=(0xffffffc010c21000) size=(0x1000) [ 2.448793] Get Index(22-WF_MCU_BUS_CR_BASE) phy_addr(0x18400000) vir_addr=(0xffffffc010c23000) size=(0x1000) [ 2.458696] Get Index(23-WF_MCUSYS_INFRA_BUS_FULL_U_DEBUG_CTRL_AO_BASE) phy_addr(0x18500000) vir_addr=(0xffffffc010c25000) size=(0x1000) [ 2.470941] Get Index(24-WF_TOP_CFG_ON_BASE) phy_addr(0x184c0000) vir_addr=(0xffffffc010d90000) size=(0x10000) [ 2.480931] conninfra@(consys_plt_hw_init:162) adie_cfg_type = 1, one_adie_dbdc = 1 [ 2.488584] [emi_mng_init] gConEmiPhyBase = [0x47c80000] size = [0x100000] fw size = [0x100000] ops=[0000000049a49974] [ 2.499358] conninfra@(mtk_conninfra_drv_init:650) After platform_driver_register [ 2.507243] ConnInfra Dev: init (0) [ 2.512200] conninfra@(_consys_polling_chipid_int:306) Read CONNSYS HW IP version successfully! (0x02090000) [ 2.522024] conninfra@(connsys_d_die_cfg:377) D-die efuse: 0x00000000 [ 2.529479] conninfra@(_connsys_a_die_cfg_7976:932) adie_idx[0], A-die CHIP ID = 0x7976, HW Version = 0x8a10 [ 2.540303] conninfra@(consys_spi_write_nolock:513) addr=0x0a00, val=0xffffffff [ 2.548607] conninfra@(consys_spi_write_nolock:513) addr=0x04ac, val=0x0000001c [ 2.556911] conninfra@(consys_spi_write_nolock:513) addr=0x0144, val=0x00000002 [ 2.566222] conninfra@(consys_spi_write_nolock:513) addr=0x0148, val=0x00000000 [ 2.575533] conninfra@(consys_spi_write_nolock:513) addr=0x0148, val=0x43a60000 [ 2.588877] conninfra@(connsys_a_die_efuse_read_nolock:749) efuse = [0x00000001, 0x00c40000, 0x008800c3, 0x00000000] [ 2.600389] conninfra@(consys_spi_write_nolock:513) addr=0x0144, val=0x00000002 [ 2.609700] conninfra@(consys_spi_write_nolock:513) addr=0x0148, val=0x23a6003a [ 2.619010] conninfra@(consys_spi_write_nolock:513) addr=0x0148, val=0x63a7003a [ 2.632351] conninfra@(connsys_a_die_efuse_read_nolock:749) efuse = [0x00000001, 0x00c40000, 0x008800c3, 0x00000000] [ 2.643863] conninfra@(consys_spi_write_nolock:513) addr=0x0144, val=0x00000002 [ 2.653174] conninfra@(consys_spi_write_nolock:513) addr=0x0148, val=0x23a7003a [ 2.662484] conninfra@(consys_spi_write_nolock:513) addr=0x0148, val=0x63ac003a [ 2.675825] conninfra@(connsys_a_die_efuse_read_nolock:749) efuse = [0x00000001, 0x00c40000, 0x008800c3, 0x00000000] [ 2.687339] conninfra@(consys_spi_write_nolock:513) addr=0x0038, val=0x4a563b00 [ 2.695643] conninfra@(consys_spi_write_nolock:513) addr=0x065c, val=0x1d59080f [ 2.703946] conninfra@(consys_spi_write_nolock:513) addr=0x0664, val=0x34c00fe0 [ 2.712252] conninfra@(consys_spi_write_nolock:513) addr=0x0070, val=0x88888005 [ 2.721513] conninfra@(consys_spi_write_nolock:513) addr=0x0070, val=0x00000005 [ 2.729750] conninfra@(_consys_polling_chipid_int:306) Read CONNSYS HW IP version successfully! (0x02090000) [ 2.739564] conninfra@(_consys_hw_conninfra_wakeup:470) conninfra_wakeup refcnt=[0]->[1] wakeup!! [ 2.748429] conninfra@(_consys_hw_conninfra_sleep:490) conninfra_sleep refcnt=[1]->[0] sleep!! [ 2.757030] conninfra@(opfunc_power_on_internal:241) [Conninfra Pwr On] BT=[0] FM=[0] GPS=[0] WF=[0] CONNINFRA=[1] [ 2.768251] offset is 1 valid_mask:0000000000000000 ret:0 [ 2.773705] offset is 0 valid_mask:0000000000000000 ret:0 [ 2.781978] mediatek_soc_hnat 15100000.hnat: wan = eth1 [ 2.787216] mediatek_soc_hnat 15100000.hnat: lan = lan [ 2.792352] mediatek_soc_hnat 15100000.hnat: lan2 = eth2 [ 2.797657] mediatek_soc_hnat 15100000.hnat: ppd = eth0 [ 2.802875] mediatek_soc_hnat 15100000.hnat: gmac num = 2 [ 2.808265] mediatek_soc_hnat 15100000.hnat: ppe num = 1 [ 2.814031] mediatek_soc_hnat 15100000.hnat: PPE0 entry number = 8192 [ 2.830840] mediatek_soc_hnat 15100000.hnat: PPE0 hwnat start [ 2.836644] hnat roaming work enable [ 2.843372] warp_module_init(): module init and register callback for warp [ 2.850272] create warp_ctrl ok!!! [ 2.853720] wed_get_slot_map(): assign slot_id:0 for entry: 0! [ 2.859561] wed_get_slot_map(): assign slot_id:1 for entry: 1! [ 2.865902] kmodloader: done loading kernel modules from /etc/modules-boot.d/* [ 2.883100] init: - preinit - [ 3.302509] mtk_soc_eth 15100000.ethernet eth0: configuring for fixed/2500base-x link mode [ 3.310944] mtk_soc_eth 15100000.ethernet eth0: Link is Up - 2.5Gbps/Full - flow control rx/tx [ 3.373914] mtk_soc_eth 15100000.ethernet eth1: PHY [mdio-bus:00] driver [Generic PHY] [ 3.381869] mtk_soc_eth 15100000.ethernet eth1: configuring for phy/gmii link mode 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 [ 7.455413] /dev/ubiblock0_5: Can't open blockdev [ 7.495199] mount_root: loading kmods from internal overlay [ 7.509876] kmodloader: loading kernel modules from //etc/modules-boot.d/* [ 7.517109] kmodloader: done loading kernel modules from //etc/modules-boot.d/* [ 7.676009] UBIFS (ubi0:6): Mounting in unauthenticated mode [ 7.681740] UBIFS (ubi0:6): background thread "ubifs_bgt0_6" started, PID 736 [ 7.706411] UBIFS (ubi0:6): recovery needed [ 7.785264] UBIFS (ubi0:6): recovery completed [ 7.789760] UBIFS (ubi0:6): UBIFS: mounted UBI device 0, volume 6, name "rootfs_data" [ 7.797583] UBIFS (ubi0:6): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes [ 7.807486] UBIFS (ubi0:6): FS size: 15618048 bytes (14 MiB, 123 LEBs), journal size 1015809 bytes (0 MiB, 6 LEBs) [ 7.817822] UBIFS (ubi0:6): reserved for root: 737678 bytes (720 KiB) [ 7.824256] UBIFS (ubi0:6): media format: w5/r0 (latest is w5/r0), UUID C3B1E6B1-9E95-42C8-870F-A2CA55C49779, small LPT model [ 7.836492] block: attempting to load /tmp/ubifs_cfg/upper/etc/config/fstab [ 7.847398] block: extroot: not configured [ 7.851637] UBIFS (ubi0:6): un-mount UBI device 0 [ 7.856353] UBIFS (ubi0:6): background thread "ubifs_bgt0_6" stops [ 7.865237] UBIFS (ubi0:6): Mounting in unauthenticated mode [ 7.870995] UBIFS (ubi0:6): background thread "ubifs_bgt0_6" started, PID 739 [ 7.934045] UBIFS (ubi0:6): UBIFS: mounted UBI device 0, volume 6, name "rootfs_data" [ 7.941880] UBIFS (ubi0:6): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes [ 7.951785] UBIFS (ubi0:6): FS size: 15618048 bytes (14 MiB, 123 LEBs), journal size 1015809 bytes (0 MiB, 6 LEBs) [ 7.962120] UBIFS (ubi0:6): reserved for root: 737678 bytes (720 KiB) [ 7.968554] UBIFS (ubi0:6): media format: w5/r0 (latest is w5/r0), UUID C3B1E6B1-9E95-42C8-870F-A2CA55C49779, small LPT model [ 7.982433] mount_root: loading kmods from internal overlay [ 7.995118] kmodloader: loading kernel modules from /tmp/overlay/upper/etc/modules-boot.d/* [ 8.004936] kmodloader: done loading kernel modules from /tmp/overlay/upper/etc/modules-boot.d/* [ 8.069435] block: attempting to load /tmp/ubifs_cfg/upper/etc/config/fstab [ 8.079510] block: extroot: not configured [ 8.085258] mount_root: switching to ubifs overlay [ 8.096878] urandom-seed: Seed file not found (/etc/urandom.seed) [ 8.162452] procd: - early - [ 8.165377] procd: - watchdog - [ 8.705847] procd: - watchdog - [ 8.710122] procd: - ubus - [ 8.765437] procd: - init - [ 9.102945] urngd: v1.0.2 started. [ 9.130101] kmodloader: loading kernel modules from /etc/modules.d/* [ 9.156868] MACsec IEEE 802.1AE [ 9.163461] NET: Registered protocol family 15 [ 9.169069] tun: Universal TUN/TAP device driver, 1.6 [ 9.181831] l2tp_core: L2TP core driver, V2.0 [ 9.187097] l2tp_netlink: L2TP netlink interface [ 9.195635] gre: GRE over IPv4 demultiplexor driver [ 9.201768] ip_gre: GRE over IPv4 tunneling driver [ 9.209856] ip6_gre: GRE over IPv6 tunneling driver [ 9.232366] GACT probability on [ 9.236151] Mirror/redirect action on [ 9.243279] u32 classifier [ 9.246003] input device check on [ 9.249659] Actions configured [ 9.257883] fuse: init (API version 7.31) [ 9.281745] Current mapfilter version v3.0.1.2 [ 10.437620] mt_wifi: module license 'Proprietary' taints kernel. [ 10.443652] Disabling lock debugging due to kernel taint [ 10.493009] conninfra@(conninfra_pwr_on:120) [conninfra_pwr_on] drv=[3] [ 10.500568] conninfra@(_consys_polling_chipid_int:306) Read CONNSYS HW IP version successfully! (0x02090000) [ 10.518449] [1;32mAdie Type: 0x7976[0m [ 10.518452] [1;32mSKU Type: 3000[0m [ 10.522386] conninfra@(opfunc_power_on_internal:241) [Conninfra Pwr On] BT=[0] FM=[0] GPS=[0] WF=[1] CONNINFRA=[1] [ 10.536491] WiFi@C12L1,get_dbg_setting_by_profile() 4480: debug level setting=INDEX0_debug_level not found!! [ 10.546361] WiFi@C12L1,get_dbg_setting_by_profile() 4503: debug option setting=INDEX0_debug_option not found!! [ 10.556438] mt_rbus 0000:00:00.0: runtime IRQ mapping not provided by arch [ 10.570110] mt7981_init()--> [ 10.573002] Use the default iPAiLNA bin image! [ 10.577512] <--mt7981_init() [ 10.580439] RtmpRaDevCtrlInit(): MCS_LUT not used becasue MacTb size(288) > 128! [ 10.587963] WiFi@C12L1,match_index_by_chipname() 758: not find chip name INDEX1 [ 10.595300] WiFi@C12L1,match_index_by_chipname() 758: not find chip name INDEX2 [ 10.602637] WiFi@C12L1,match_index_by_chipname() 758: not find chip name INDEX3 [ 10.609981] WiFi@C12L1,match_index_by_chipname() 758: not find chip name INDEX4 [ 10.617314] WiFi@C12L1,match_index_by_chipname() 758: not find chip name INDEX5 [ 10.624646] WiFi@C12L1,match_index_by_chipname() 758: not find chip name INDEX6 [ 10.631981] WiFi@C12L1,match_index_by_chipname() 758: not find chip name INDEX7 [ 10.639312] WiFi@C12L1,match_index_by_chipname() 758: not find chip name INDEX8 [ 10.646662] WiFi@C12L1,match_index_by_chipname() 758: not find chip name INDEX9 [ 10.653973] WiFi@C12L2,match_index_by_chipname() 763: Not find slot id, back to old rule. [ 10.662275] msta_ifname not found [ 10.674286] -->mtfwd_init(ver:2.0) [ 10.674325] <-- [ 10.678345] mtk_warp_proxy: module uses symbols from proprietary module mt_wifi, inheriting taint. [ 10.690813] -->mtqos_init(), mtqos ver:1.0 [ 10.690859] <-- [ 10.726398] rdomain: nf_register_net_hook br_nf_ops_rdomain OK [ 10.746337] xt_time: kernel timezone is -0000 [ 10.754324] PPP generic driver version 2.4.2 [ 10.759535] PPP MPPE Compression module registered [ 10.765559] NET: Registered protocol family 24 [ 10.771022] PPTP driver version 0.8.5 [ 10.776684] l2tp_ppp: PPPoL2TP kernel driver, V2.0 [ 10.783552] kmodloader: done loading kernel modules from /etc/modules.d/* [ 12.238085] 7981@C12L1,rt28xx_ap_ioctl() 866: interface is down, cmd [8be2] return!!! [ 12.289871] 7981@C12L1,rt28xx_ap_ioctl() 866: interface is down, cmd [8be2] return!!! [ 12.297986] Error:No such gpio for led 1 [ 12.301914] Error:No such gpio for led 2 [ 12.305831] Error:No such gpio for led 4 [ 12.468240] mtk_soc_eth 15100000.ethernet eth0: TX vlan offload cannot be enabled when dsa is attached. [ 12.485610] mtk_soc_eth 15100000.ethernet eth0: TX vlan offload cannot be enabled when dsa is attached. [ 12.649974] Error:No such gpio for led 1 [ 14.026903] hook is going to be disabled ! [ 14.125404] sh (3281): drop_caches: 2 [ 14.839398] device eth0 entered promiscuous mode [ 14.844573] mt7530 mdio-bus:1f lan2: configuring for phy/gmii link mode [ 14.851791] 8021q: adding VLAN 0 to HW filter on device lan2 [ 14.854048] mt7530 mdio-bus:1f lan2: Link is Up - 1Gbps/Full - flow control rx/tx [ 14.864990] IPv6: ADDRCONF(NETDEV_CHANGE): lan2: link becomes ready modify lan2 mac de:8e:8d:e1:ed:18 [ 14.882407] mt7530 mdio-bus:1f lan3: configuring for phy/gmii link mode [ 14.889586] 8021q: adding VLAN 0 to HW filter on device lan3 modify lan3 mac de:8e:8d:f1:ed:18 [ 14.910895] mt7530 mdio-bus:1f lan4: configuring for phy/gmii link mode [ 14.918125] 8021q: adding VLAN 0 to HW filter on device lan4 modify lan4 mac de:8e:8d:01:ed:18 [ 15.272530] mt7530 mdio-bus:1f lan2: Link is Down [ 15.384286] mtk_soc_eth 15100000.ethernet eth0: Link is Down [ 15.400909] mtk_soc_eth 15100000.ethernet eth0: configuring for fixed/2500base-x link mode [ 15.409478] mtk_soc_eth 15100000.ethernet eth0: Link is Up - 2.5Gbps/Full - flow control rx/tx [ 15.413761] mt7530 mdio-bus:1f lan2: configuring for phy/gmii link mode [ 15.425487] 8021q: adding VLAN 0 to HW filter on device lan2 [ 15.434871] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 15.441615] br-lan: port 1(lan2) entered blocking state [ 15.446880] br-lan: port 1(lan2) entered disabled state [ 15.453167] device lan2 entered promiscuous mode [ 15.485449] mt7530 mdio-bus:1f lan3: configuring for phy/gmii link mode [ 15.493193] 8021q: adding VLAN 0 to HW filter on device lan3 [ 15.504246] br-lan: port 2(lan3) entered blocking state [ 15.509505] br-lan: port 2(lan3) entered disabled state [ 15.515681] device lan3 entered promiscuous mode [ 15.530133] mt7530 mdio-bus:1f lan4: configuring for phy/gmii link mode [ 15.537763] 8021q: adding VLAN 0 to HW filter on device lan4 [ 15.548616] br-lan: port 3(lan4) entered blocking state [ 15.553870] br-lan: port 3(lan4) entered disabled state [ 15.560306] device lan4 entered promiscuous mode [ 15.573575] mtk_soc_eth 15100000.ethernet eth1: PHY [mdio-bus:00] driver [Generic PHY] [ 15.581543] mtk_soc_eth 15100000.ethernet eth1: configuring for phy/gmii link mode [ 18.243340] /dev/ubi0_4: Can't open blockdev [ 19.555617] mt7530 mdio-bus:1f lan2: Link is Up - 1Gbps/Full - flow control rx/tx [ 19.563160] br-lan: port 1(lan2) entered blocking state [ 19.568394] br-lan: port 1(lan2) entered forwarding state [ 19.581368] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready [ 19.713984] Error:No such gpio for led 1 [ 20.057975] Error:No such gpio for led 1 [ 24.930740] 7981@C01L2,RTMP_COM_IoctlHandle() 1517: -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_INIT [ 24.939043] msta_ifname not found [ 24.942920] client_get_axi_slot_id(): wrong BUS_TYPE [ 24.947887] warp_cap_support(): chip_id=7981 is in WHNAT support list [ 24.954326] warp_entry_acquire(): bus slot:0, hook to WARP, entry id=0, entry: 00000000bca6922c [ 24.963017] client_hif_specific_get(): hw->base_phy_addr 0x18000000!! [ 24.969453] client_chip_specific_get(): 0x7981 chip id 0x7981!! [ 24.975457] warp_entry_get_by_pdev(): return entry[0] [ 24.980657] warp_msg_register():warp,pid,7071,id,0,wed_idx,0 [ 24.986320] warp_dev0 15010000.wed: Using 32bit DMA for streaming map [ 24.992756] warp_dev0 15010000.wed: Using 32bit DMA for coherent map [ 24.999135] wed_init(0): res_start = 0x15010000, size = 1000, irq=7,base_addr=0xffffffc01296d000 [ 25.008335] wed_ring_init(): wed tx ring init result = 0 [ 25.013819] wed_ring_init(): wed rx ring init result = 0 [ 25.026106] create wed ok!!! [ 25.029030] wdma_init(): wdma(0) base_addr=0xffffffc012985800, base_phy_addr=0x15104800 [ 25.037780] warp_woif_bus_init_hw(): bus:000000001ce3ac6a, txring: 20, pa: 0x0000000045d66000, 0x0000000045d66000, 24, 28, 3c [ 25.049093] warp_woif_bus_init_hw(): bus:000000001ce3ac6a, rxring: 50, pa: 0x0000000045808000, 0x0000000045808000, 54, 58, 6c [ 25.060421] get_region_info(): wed_idx = 0, base_addr = 0x00000000d8c094b6, size = 0x40000, res.start = 0x47d80000, shared:0 [ 25.071641] get_region_info(): wed_idx = 0, base_addr = 0x00000000cfe9bb05, size = 0x8000, res.start = 0x151e0000, shared:0 [ 25.082803] get_region_info(): wed_idx = 0, base_addr = 0x00000000b1bbca6a, size = 0x240000, res.start = 0x47dc0000, shared:1 [ 25.094107] get_region_info(): wed_idx = 0, base_addr = 0x00000000b1a78756, size = 0x1000, res.start = 0x15194000, shared:0 [ 25.105225] warp_fwdl_mcu_mode(): mcu mode, need fwdl [ 25.148943] ########## WO Firmware ########## [ 25.153332] Chip ID: 0x0000 [ 25.156136] ECO version:0 [ 25.158758] Version: DEV_000000 [ 25.161899] Build date: 20231228201845 [ 25.165646] Total region:3 [ 25.168349] ################################# [ 25.172701] Parsing tailer region 0 [ 25.176188] Target address: 0x151e0000 [ 25.180021] Download size: 22112 [ 25.183361] Parsing tailer region 1 [ 25.186845] Target address: 0x47d80000 [ 25.190677] Download size: 86960 [ 25.194062] Parsing tailer region 2 [ 25.197547] Target address: 0x47dc0000 [ 25.201381] Download size: 2345040 [ 25.207060] warp_fwdl_ready_check_mcu_mode(): waiting for wocpu [ 25.228171] warp_fwdl_ready_check_mcu_mode(): wocpu is ready [ 25.233845] warp_woctrl_init_state(), wo_state: WO_STATE_ENABLE [ 25.239778] wo_proc_init done 0000000092e23da5 [ 25.244313] wo_exep_proc_init done 0000000092e23da5 [ 25.249303] wo_exception_init(0): exp log= 0x00000000c8a78686, phy_addr= 0x0000000045a60000 size= 32768 [ 25.363999] 7981@C12L1,RTMPWirelessModeCfg() 607: Init: BSS0 PhyMode=78 [ 25.370617] 7981@C12L1,RTMPWirelessModeCfg() 607: Init: BSS1 PhyMode=78 [ 25.377235] 7981@C12L1,RTMPWirelessModeCfg() 607: Init: BSS2 PhyMode=78 [ 25.383845] 7981@C12L1,RTMPWirelessModeCfg() 607: Init: BSS3 PhyMode=78 [ 25.390455] 7981@C12L1,RTMPWirelessModeCfg() 607: Init: BSS4 PhyMode=78 [ 25.397064] 7981@C12L1,RTMPWirelessModeCfg() 607: Init: BSS5 PhyMode=78 [ 25.403674] 7981@C12L1,RTMPWirelessModeCfg() 607: Init: BSS6 PhyMode=177 [ 25.410371] 7981@C12L1,RTMPWirelessModeCfg() 607: Init: BSS7 PhyMode=177 [ 25.417067] 7981@C12L1,RTMPWirelessModeCfg() 607: Init: BSS8 PhyMode=177 [ 25.423763] 7981@C12L1,RTMPWirelessModeCfg() 607: Init: BSS9 PhyMode=177 [ 25.430463] 7981@C12L1,RTMPWirelessModeCfg() 607: Init: BSS10 PhyMode=177 [ 25.437248] 7981@C12L1,RTMPWirelessModeCfg() 607: Init: BSS11 PhyMode=177 [ 25.444381] 7981@C23L3,auto_ch_select_set_cfg() 3455: BandIdx0, AutoChannelAtBootup=1, AutoChannelAlg = 3 [ 25.453941] 7981@C23L3,auto_ch_select_set_cfg() 3455: BandIdx1, AutoChannelAtBootup=1, AutoChannelAlg = 3 [ 25.536564] 7981@C15L1,Set_PMFMFPC_Proc() 1722: [PMF] :: apidx=0, Desired MFPC=0 [ 25.543960] WiFi@C15L1,Set_PMFMFPC_Proc() 1722: [PMF] :: apidx=1, Desired MFPC=0 [ 25.551354] WiFi@C15L1,Set_PMFMFPC_Proc() 1722: [PMF] :: apidx=2, Desired MFPC=0 [ 25.558748] WiFi@C15L1,Set_PMFMFPC_Proc() 1722: [PMF] :: apidx=3, Desired MFPC=0 [ 25.566140] WiFi@C15L1,Set_PMFMFPC_Proc() 1722: [PMF] :: apidx=4, Desired MFPC=0 [ 25.573530] WiFi@C15L1,Set_PMFMFPC_Proc() 1722: [PMF] :: apidx=5, Desired MFPC=0 [ 25.580921] WiFi@C15L1,Set_PMFMFPC_Proc() 1722: [PMF] :: apidx=6, Desired MFPC=0 [ 25.588311] WiFi@C15L1,Set_PMFMFPC_Proc() 1722: [PMF] :: apidx=7, Desired MFPC=0 [ 25.595702] WiFi@C15L1,Set_PMFMFPC_Proc() 1722: [PMF] :: apidx=8, Desired MFPC=0 [ 25.603092] WiFi@C15L1,Set_PMFMFPC_Proc() 1722: [PMF] :: apidx=9, Desired MFPC=0 [ 25.610482] WiFi@C15L1,Set_PMFMFPC_Proc() 1722: [PMF] :: apidx=10, Desired MFPC=0 [ 25.617967] WiFi@C15L1,Set_PMFMFPC_Proc() 1722: [PMF] :: apidx=11, Desired MFPC=0 [ 25.627040] NetcoreOUI=FF:FF:FF [ 25.630958] WiFi@C12L1,RTMPSetProfileParameters() 8759: ra0, QoSMgmtCapa=0 [ 25.637826] WiFi@C12L1,RTMPSetProfileParameters() 8759: (null), QoSMgmtCapa=0 [ 25.644960] WiFi@C12L1,RTMPSetProfileParameters() 8759: (null), QoSMgmtCapa=0 [ 25.652092] WiFi@C12L1,RTMPSetProfileParameters() 8759: (null), QoSMgmtCapa=0 [ 25.659222] WiFi@C12L1,RTMPSetProfileParameters() 8759: (null), QoSMgmtCapa=0 [ 25.666357] WiFi@C12L1,RTMPSetProfileParameters() 8759: (null), QoSMgmtCapa=0 [ 25.673488] WiFi@C12L1,RTMPSetProfileParameters() 8759: (null), QoSMgmtCapa=0 [ 25.680620] WiFi@C12L1,RTMPSetProfileParameters() 8759: (null), QoSMgmtCapa=0 [ 25.687750] WiFi@C12L1,RTMPSetProfileParameters() 8759: (null), QoSMgmtCapa=0 [ 25.694879] WiFi@C12L1,RTMPSetProfileParameters() 8759: (null), QoSMgmtCapa=0 [ 25.702023] WiFi@C12L1,RTMPSetProfileParameters() 8759: (null), QoSMgmtCapa=0 [ 25.709158] WiFi@C12L1,RTMPSetProfileParameters() 8759: (null), QoSMgmtCapa=0 [ 25.725901] WiFi@C12L1,rtmp_read_ap_client_from_file() 1635: APCLI[0] ApCliMuMimoDlEnable = 0 [ 25.734427] WiFi@C12L1,rtmp_read_ap_client_from_file() 1635: APCLI[1] ApCliMuMimoDlEnable = 0 [ 25.743168] WiFi@C12L1,rtmp_read_ap_client_from_file() 1654: APCLI[0] ApCliMuMimoUlEnable = 0 [ 25.751684] WiFi@C12L1,rtmp_read_ap_client_from_file() 1654: APCLI[1] ApCliMuMimoUlEnable = 0 [ 25.762611] WiFi@C03L1,AndesSendCmdMsg() 754: Could not send in band command due to diablefRTMP_ADAPTER_MCU_SEND_IN_BAND_CMD [ 25.773817] WiFi@C03L2,AndesSendCmdMsg() 765: Command type = ed, Extension command type = 48 [ 25.782255] WiFi@C03L1,AndesSendCmdMsg() 754: Could not send in band command due to diablefRTMP_ADAPTER_MCU_SEND_IN_BAND_CMD [ 25.793461] WiFi@C03L2,AndesSendCmdMsg() 765: Command type = ed, Extension command type = 48 [ 25.896588] wdma_dma_ctrl(): WDMA_GLO_CFG=50404e70, txrx = 0 [ 25.905735] wdma_dma_ctrl(): WDMA_GLO_CFG=40404e70, txrx = 0 [ 25.916717] warp_tx_ring_init_hw(): configure ring 0 setting [ 25.922399] warp_tx_ring_init_hw(): wed:0000000044625671 wifi:000000008fa49a98: 24420=4cf28000,24424=2048,24428=0 [ 25.932663] warp_tx_ring_init_hw(): configure ring 1 setting [ 25.938320] warp_tx_ring_init_hw(): wed:0000000044625671 wifi:000000008fa49a98: 24430=4cf48000,24434=2048,24438=0 [ 25.948693] set_rrocfg,0 [ 25.974093] wdma_dma_ctrl(): WDMA_GLO_CFG=40404e74, txrx = 3 [ 25.979746] using E1 ROM patch [ 25.982797] using E1 RAM [ 25.985332] current sync CR = 0x1 [ 25.988645] Built date: 20230825191440a [ 25.992572] Platform: ALPS [ 25.995365] HW/SW version: 0x8a108a10 [ 25.999115] Patch version: 0xffffffff [ 26.013209] current sync CR = 0x1 [ 26.016525] Chip ID: 0x14 [ 26.019232] Eco version: 0x00 [ 26.022286] Region number: 0x0b [ 26.025510] Format version: 0x02 [ 26.028824] Format flag: 0x01 [ 26.031875] Ram version: ____000000 [ 26.035453] Built date: 20230825191454 [ 26.039292] Common crc: 0x8b56bb56 [ 26.042779] Release info: header tag = 0, total length = 80 [ 26.048437] tag 1, padding length = 1, tag length = 75 [ 26.053660] payload: t-neptune-main-2111-7981-imp-MT7981_E1_ASIC_ROM_RAM_REBB_IMP-20230825191402 [ 26.083791] Chip ID: 0x00 [ 26.086510] Eco version: 0x00 [ 26.089567] Region number: 0x03 [ 26.092793] Format version: 0x02 [ 26.096106] Format flag: 0x01 [ 26.099160] Ram version: DEV_000000 [ 26.102736] Built date: 20230825191931 [ 26.106578] Common crc: 0xcd1187b8 [ 26.110064] Release info: header tag = 0, total length = 0 [ 26.200815] current sync CR = 0x7 [ 26.204169] efuse_probe: efuse = deaddead [ 26.253377] WiFi@C02L1,is_cal_free_ic() 831: [32m[a-die version:1][m [ 28.604074] WiFi@C17L1,RTMPReadTxPwrPerRate() 450: (450): Don't Support this now! [ 28.611605] WiFi@C01L1,AntCfgInit() 3162: Not support for HIF_MT yet! [ 28.635819] ch_switch_monitor_state_machine_init:: enter [ 28.641146] ch_switch_monitor_cfg_reset:: enter [ 28.645683] ch_switch_monitor_cfg_reset:: enter [ 28.650449] WiFi@C17L1,tx_pwr_comp_init() 641: NotSupportYet! [ 28.656277] WiFi@C12L1,SCS_init() 880: INIT SCSEnable [0]= 1 [ 28.661957] WiFi@C12L1,SCS_init() 887: INIT SCSEnable [1]= 0 [ 28.667786] WiFi@C03L1,MtCmdSetMacTxRx() 10433: (ret = 0) [ 28.673307] WiFi@C03L1,MtCmdSetMacTxRx() 10433: (ret = 0) [ 28.678790] WiFi@C14L1,IPMacTable_init() 348: IPMacTable already inited! [ 28.705616] wdma_dma_ctrl(): WDMA_GLO_CFG=50804e75, txrx = 3 [ 28.711387] WiFi@C03L1,MtCmdSetMacTxRx() 10433: (ret = 0) [ 28.716901] WiFi@C03L1,MtCmdSetMacTxRx() 10433: (ret = 0) [ 28.722353] WiFi@C00L1,set_ack_timeout_mode_byband() 13579: CTS/ACK Timeout Range should between [0xFFFF:0]!! [ 28.732270] WiFi@C00L1,set_datcfg_ack_cts_timeout() 13667: DAT config band(0) cck_timeout Fail! [ 28.740963] WiFi@C00L1,set_ack_timeout_mode_byband() 13579: CTS/ACK Timeout Range should between [0xFFFF:0]!! [ 28.750871] WiFi@C00L1,set_datcfg_ack_cts_timeout() 13678: DAT config band(0) ofdm_timeout Fail! [ 28.759650] WiFi@C00L1,set_ack_timeout_mode_byband() 13579: CTS/ACK Timeout Range should between [0xFFFF:0]!! [ 28.769557] WiFi@C00L1,set_datcfg_ack_cts_timeout() 13689: DAT config band(0) ofdma_timeout Fail! [ 28.778423] WiFi@C00L1,set_ack_timeout_mode_byband() 13579: CTS/ACK Timeout Range should between [0xFFFF:0]!! [ 28.788330] WiFi@C00L1,set_datcfg_ack_cts_timeout() 13667: DAT config band(1) cck_timeout Fail! [ 28.797022] WiFi@C00L1,set_ack_timeout_mode_byband() 13579: CTS/ACK Timeout Range should between [0xFFFF:0]!! [ 28.806929] WiFi@C00L1,set_datcfg_ack_cts_timeout() 13678: DAT config band(1) ofdm_timeout Fail! [ 28.815708] WiFi@C00L1,set_ack_timeout_mode_byband() 13579: CTS/ACK Timeout Range should between [0xFFFF:0]!! [ 28.825614] WiFi@C00L1,set_datcfg_ack_cts_timeout() 13689: DAT config band(1) ofdma_timeout Fail! [ 28.844097] WiFi@C00L2,dump_ht_cap() 29: Caller: dump_ht_cap+0x10/0x20 [mt_wifi] [ 28.853194] WiFi@C00L2,dump_ht_cap() 29: Caller: dump_ht_cap+0x10/0x20 [mt_wifi] [ 28.990665] :(op = 1) [ 28.997915] 7981@C00L1,FastPathCheckMIC() 1010: (ret = 0)(op:1) [ 29.003868] 7981@C00L2,red_tail_drop_init() 83: red_tail_drop_init: available token:8192, whnat_en:1 [ 29.013067] 7981@C00L1,MtCmdCr4RedSet() 914: MtCmdCr4RedSet: (ret = 0) [ 29.019655] 7981@C00L1,SendRedCmd() 1049: SendRedCmd:(ret = 1) [ 29.025630] 7981@C01L2,RTMP_COM_IoctlHandle() 1494: -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_UP [ 29.033683] WiFi@C01L3,wifi_sys_open() 856: wdev idx = 0 [ 29.039280] 7981@C18L3,BuildChannelList() 507: [ 29.043879] 7981@C00L3,BuildChannelList() 537: BandIdx = 0, PhyMode = 78, ChListNum = 13: [ 29.052075] 7981@C14L1,vht80_channel_group() 1982: invalid ch_band 0 [ 29.058436] 7981@C14L1,vht160_channel_group() 2073: invalid ch_band 0 [ 29.064891] 7981@C14L1,vht80_channel_group() 1982: invalid ch_band 0 [ 29.071249] 7981@C14L1,vht160_channel_group() 2073: invalid ch_band 0 [ 29.077702] 7981@C14L1,vht80_channel_group() 1982: invalid ch_band 0 [ 29.084056] 7981@C14L1,vht160_channel_group() 2073: invalid ch_band 0 [ 29.090510] 7981@C14L1,vht80_channel_group() 1982: invalid ch_band 0 [ 29.096874] 7981@C14L1,vht160_channel_group() 2073: invalid ch_band 0 [ 29.103323] 7981@C14L1,vht80_channel_group() 1982: invalid ch_band 0 [ 29.109686] 7981@C14L1,vht160_channel_group() 2073: invalid ch_band 0 [ 29.116134] 7981@C14L1,vht80_channel_group() 1982: invalid ch_band 0 [ 29.122497] 7981@C14L1,vht160_channel_group() 2073: invalid ch_band 0 [ 29.128948] 7981@C14L1,vht80_channel_group() 1982: invalid ch_band 0 [ 29.135311] 7981@C14L1,vht160_channel_group() 2073: invalid ch_band 0 [ 29.141760] 7981@C14L1,vht80_channel_group() 1982: invalid ch_band 0 [ 29.148115] 7981@C14L1,vht160_channel_group() 2073: invalid ch_band 0 [ 29.154561] 7981@C14L1,vht80_channel_group() 1982: invalid ch_band 0 [ 29.160919] 7981@C14L1,vht160_channel_group() 2073: invalid ch_band 0 [ 29.167378] 7981@C14L1,vht80_channel_group() 1982: invalid ch_band 0 [ 29.173752] 7981@C14L1,vht160_channel_group() 2073: invalid ch_band 0 [ 29.180205] 7981@C14L1,vht80_channel_group() 1982: invalid ch_band 0 [ 29.186580] 7981@C14L1,vht160_channel_group() 2073: invalid ch_band 0 [ 29.193040] 7981@C14L1,vht80_channel_group() 1982: invalid ch_band 0 [ 29.199407] 7981@C14L1,vht160_channel_group() 2073: invalid ch_band 0 [ 29.205875] 7981@C14L1,vht80_channel_group() 1982: invalid ch_band 0 [ 29.212248] 7981@C14L1,vht160_channel_group() 2073: invalid ch_band 0 [ 29.218713] 7981@C23L1,DfsBuildChannelList() 4093: [RDM]: wdev is not 5G.
OpenWrt bootlog
F0: 102B 0000 FA: 1040 0000 FA: 1040 0000 [0200] F9: 0000 0000 V0: 0000 0000 [0001] 00: 0000 0000 BP: 2400 0041 [0000] G0: 1190 0000 EC: 0000 0000 [1000] T0: 0000 0239 [010F] Jump to BL NOTICE: BL2: v2.10.0 (release):OpenWrt v2024.01.17~bacca82a-3 (mt7981-spim-nand-ddr3) NOTICE: BL2: Built : 15:30:40, Apr 7 2025 NOTICE: WDT: Cold boot NOTICE: WDT: disabled NOTICE: EMI: Using DDR3 settings NOTICE: EMI: Detected DRAM size: 256MB NOTICE: EMI: complex R/W mem test passed NOTICE: CPU: MT7981 (1300MHz) NOTICE: SPI_NAND parses attributes from parameter page. NOTICE: SPI_NAND Detected ID 0xc8 NOTICE: Page size 2048, Block size 131072, size 134217728 NOTICE: BL2: Booting BL31 NOTICE: BL31: v2.10.0 (release):OpenWrt v2024.01.17~bacca82a-3 (mt7981-spim-nand-ddr3) NOTICE: BL31: Built : 15:30:40, Apr 7 2025 U-Boot 2024.10-OpenWrt-r28579+1-cf3988c266 (Apr 07 2025 - 15:30:40 +0000) CPU: MediaTek MT7981 Model: netis NX31 DRAM: 256 MiB Core: 38 devices, 18 uclasses, devicetree: embed Loading Environment from UBI... spi-nand: spi_nand spi_nand@0: GigaDevice SPI NAND was found. spi-nand: spi_nand spi_nand@0: 128 MiB, block size: 128 KiB, page size: 2048, OOB size: 64 Read 126976 bytes from volume ubootenv to 000000004f7c1c40 Read 126976 bytes from volume ubootenv2 to 000000004f7e0c80 OK In: serial@11002000 Out: serial@11002000 Err: serial@11002000 reset button found Loading Environment from UBI... UBI partition 'ubi' already selected Read 126976 bytes from volume ubootenv to 000000004f7c1c40 Read 126976 bytes from volume ubootenv2 to 000000004f7e0c80 OK Net: eth0: ethernet@15100000 7[r[999;999H[6n8[?25l[2J[1;1H[1;1H[2K[2;3H [0;34m( ( ( [1;39mOpenWrt[0;34m ) ) ) [33mU-Boot 2024.10-OpenWrt-r28579+1-cf3988c266 (Apr 07 2025 - 15:30:40 +0000)[0m[0K[3;1H[2K[16;1H[2K[17;3HPress UP/DOWN to move, ENTER to select, ESC to quit[0K[18;1H[2K[4;7H[7m1. Run default boot command.[0m[5;7H2. Boot system via TFTP.[6;7H3. Boot production system from NAND.[7;7H4. Boot recovery system from NAND.[8;7H5. Load production system via TFTP then write to NAND.[9;7H6. Load recovery system via TFTP then write to NAND.[10;7H7. [31mLoad BL31+U-Boot FIP via TFTP then write to NAND.[0m[11;7H8. [31mLoad BL2 preloader via TFTP then write to NAND.[0m[12;7H9. Reboot.[13;7Ha. Reset all settings to factory defaults.[14;7H0. Exit[16;3HHit any key to stop autoboot: 3 [16;3HHit any key to stop autoboot: 2 [16;3HHit any key to stop autoboot: 1 [16;1H[2K[?25h[2J[1;1Hoff No size specified -> Using max size (10665984) Read 10665984 bytes from volume fit to 0000000046000000 ## Checking Image at 46000000 ... FIT image found FIT description: ARM64 OpenWrt FIT (Flattened Image Tree) Image 0 (kernel-1) Description: ARM64 OpenWrt Linux-6.6.85 Type: Kernel Image Compression: gzip compressed Data Start: 0x46001000 Data Size: 5865185 Bytes = 5.6 MiB Architecture: AArch64 OS: Linux Load Address: 0x48000000 Entry Point: 0x48000000 Hash algo: crc32 Hash value: 1624523f Hash algo: sha1 Hash value: d8e209f1437004c5288141d6b60368e5db581a64 Image 1 (fdt-1) Description: ARM64 OpenWrt netis_nx31 device tree blob Type: Flat Device Tree Compression: uncompressed Data Start: 0x46599000 Data Size: 23839 Bytes = 23.3 KiB Architecture: AArch64 Hash algo: crc32 Hash value: d14038d5 Hash algo: sha1 Hash value: 6e17b8d4b8c1d64f42b6137075210eda24fcc13e Image 2 (rootfs-1) Description: ARM64 OpenWrt netis_nx31 rootfs Type: Filesystem Image Compression: uncompressed Data Start: 0x4659f000 Data Size: 4677632 Bytes = 4.5 MiB Hash algo: crc32 Hash value: 2e71d992 Hash algo: sha1 Hash value: ed624a9cd45cab4e242390d5aaa15c6b72b98ac3 Default Configuration: 'config-1' Configuration 0 (config-1) Description: OpenWrt netis_nx31 Kernel: kernel-1 FDT: fdt-1 Loadables: rootfs-1 ## Checking hash(es) for FIT Image at 46000000 ... Hash(es) for Image 0 (kernel-1): crc32+ sha1+ Hash(es) for Image 1 (fdt-1): crc32+ sha1+ Hash(es) for Image 2 (rootfs-1): crc32+ sha1+ ## Loading kernel from FIT Image at 46000000 ... Using 'config-1' configuration Trying 'kernel-1' kernel subimage Description: ARM64 OpenWrt Linux-6.6.85 Type: Kernel Image Compression: gzip compressed Data Start: 0x46001000 Data Size: 5865185 Bytes = 5.6 MiB Architecture: AArch64 OS: Linux Load Address: 0x48000000 Entry Point: 0x48000000 Hash algo: crc32 Hash value: 1624523f Hash algo: sha1 Hash value: d8e209f1437004c5288141d6b60368e5db581a64 Verifying Hash Integrity ... crc32+ sha1+ OK ## Loading fdt from FIT Image at 46000000 ... Using 'config-1' configuration Trying 'fdt-1' fdt subimage Description: ARM64 OpenWrt netis_nx31 device tree blob Type: Flat Device Tree Compression: uncompressed Data Start: 0x46599000 Data Size: 23839 Bytes = 23.3 KiB Architecture: AArch64 Hash algo: crc32 Hash value: d14038d5 Hash algo: sha1 Hash value: 6e17b8d4b8c1d64f42b6137075210eda24fcc13e Verifying Hash Integrity ... crc32+ sha1+ OK Booting using the fdt blob at 0x46599000 Working FDT set to 46599000 ## Loading loadables from FIT Image at 46000000 ... Trying 'rootfs-1' loadables subimage Description: ARM64 OpenWrt netis_nx31 rootfs Type: Filesystem Image Compression: uncompressed Data Start: 0x4659f000 Data Size: 4677632 Bytes = 4.5 MiB Hash algo: crc32 Hash value: 2e71d992 Hash algo: sha1 Hash value: ed624a9cd45cab4e242390d5aaa15c6b72b98ac3 Verifying Hash Integrity ... crc32+ sha1+ OK Uncompressing Kernel Image to 48000000 Loading Device Tree to 000000004e7ca000, end 000000004e7d2d1e ... OK Working FDT set to 4e7ca000 Add 'ramoops@42ff0000' node failed: FDT_ERR_EXISTS Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034] [ 0.000000] Linux version 6.6.85 (root@root) (aarch64-openwrt-linux-musl-gcc (OpenWrt GCC 13.3.0 r28579+1-cf3988c266) 13.3.0, GNU ld (GNU Binutils) 2.42) #0 SMP Mon Apr 7 15:30:40 2025 [ 0.000000] Machine model: netis NX31 [ 0.000000] OF: reserved mem: 0x0000000042ff0000..0x0000000042ffffff (64 KiB) map non-reusable ramoops@42ff0000 [ 0.000000] OF: reserved mem: 0x0000000043000000..0x000000004302ffff (192 KiB) nomap non-reusable secmon@43000000 [ 0.000000] OF: reserved mem: 0x0000000047c80000..0x0000000047d7ffff (1024 KiB) nomap non-reusable wmcpu-reserved@47c80000 [ 0.000000] OF: reserved mem: 0x0000000047d80000..0x0000000047dbffff (256 KiB) nomap non-reusable wo-emi@47d80000 [ 0.000000] OF: reserved mem: 0x0000000047dc0000..0x0000000047ffffff (2304 KiB) nomap non-reusable wo-data@47dc0000 [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000040000000-0x000000004fffffff] [ 0.000000] DMA32 empty [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000040000000-0x0000000042ffffff] [ 0.000000] node 0: [mem 0x0000000043000000-0x000000004302ffff] [ 0.000000] node 0: [mem 0x0000000043030000-0x0000000047c7ffff] [ 0.000000] node 0: [mem 0x0000000047c80000-0x0000000047ffffff] [ 0.000000] node 0: [mem 0x0000000048000000-0x000000004fffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x000000004fffffff] [ 0.000000] psci: probing for conduit method from DT. [ 0.000000] psci: PSCIv1.1 detected in firmware. [ 0.000000] psci: Using standard PSCI v0.2 function IDs [ 0.000000] psci: MIGRATE_INFO_TYPE not supported. [ 0.000000] psci: SMC Calling Convention v1.4 [ 0.000000] percpu: Embedded 18 pages/cpu s35048 r8192 d30488 u73728 [ 0.000000] pcpu-alloc: s35048 r8192 d30488 u73728 alloc=18*4096 [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [ 0.000000] Detected VIPT I-cache on CPU0 [ 0.000000] CPU features: detected: GIC system register CPU interface [ 0.000000] CPU features: kernel page table isolation disabled by kernel configuration [ 0.000000] alternatives: applying boot alternatives [ 0.000000] Kernel command line: [ 0.000000] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes, linear) [ 0.000000] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes, linear) [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 64512 [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] software IO TLB: SWIOTLB bounce buffer size adjusted to 0MB [ 0.000000] software IO TLB: area num 2. [ 0.000000] software IO TLB: SWIOTLB bounce buffer size roundup to 0MB [ 0.000000] software IO TLB: mapped [mem 0x000000004fe46000-0x000000004fec6000] (0MB) [ 0.000000] Memory: 239176K/262144K available (8832K kernel code, 994K rwdata, 2568K rodata, 448K init, 289K bss, 22968K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] rcu: Hierarchical RCU implementation. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2. [ 0.000000] Tracing variant of Tasks RCU enabled. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2 [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 [ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode [ 0.000000] GICv3: 640 SPIs implemented [ 0.000000] GICv3: 0 Extended SPIs implemented [ 0.000000] Root IRQ handler: gic_handle_irq [ 0.000000] GICv3: GICv3 features: 16 PPIs [ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x000000000c080000 [ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention. [ 0.000000] arch_timer: cp15 timer(s) running at 13.00MHz (phys). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x2ff89eacb, max_idle_ns: 440795202429 ns [ 0.000000] sched_clock: 56 bits at 13MHz, resolution 76ns, wraps every 4398046511101ns [ 0.000071] Calibrating delay loop (skipped), value calculated using timer frequency.. 26.00 BogoMIPS (lpj=130000) [ 0.000080] pid_max: default: 32768 minimum: 301 [ 0.003003] Mount-cache hash table entries: 512 (order: 0, 4096 bytes, linear) [ 0.003011] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes, linear) [ 0.005167] cacheinfo: Unable to detect cache hierarchy for CPU 0 [ 0.005708] RCU Tasks Trace: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=2. [ 0.005861] rcu: Hierarchical SRCU implementation. [ 0.005864] rcu: Max phase no-delay instances is 1000. [ 0.006271] smp: Bringing up secondary CPUs ... [ 0.006641] Detected VIPT I-cache on CPU1 [ 0.006686] GICv3: CPU1: found redistributor 1 region 0:0x000000000c0a0000 [ 0.006716] CPU1: Booted secondary processor 0x0000000001 [0x410fd034] [ 0.006784] smp: Brought up 1 node, 2 CPUs [ 0.006790] SMP: Total of 2 processors activated. [ 0.006794] CPU features: detected: 32-bit EL0 Support [ 0.006797] CPU features: detected: CRC32 instructions [ 0.006830] CPU features: emulated: Privileged Access Never (PAN) using TTBR0_EL1 switching [ 0.006833] CPU: All CPU(s) started at EL2 [ 0.006835] alternatives: applying system-wide alternatives [ 0.010474] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.010491] futex hash table entries: 512 (order: 3, 32768 bytes, linear) [ 0.011754] pinctrl core: initialized pinctrl subsystem [ 0.012912] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.013237] DMA: preallocated 128 KiB GFP_KERNEL pool for atomic allocations [ 0.013263] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.013284] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.013677] thermal_sys: Registered thermal governor 'fair_share' [ 0.013681] thermal_sys: Registered thermal governor 'bang_bang' [ 0.013684] thermal_sys: Registered thermal governor 'step_wise' [ 0.013686] thermal_sys: Registered thermal governor 'user_space' [ 0.013734] ASID allocator initialised with 65536 entries [ 0.014453] pstore: Using crash dump compression: deflate [ 0.014458] pstore: Registered ramoops as persistent store backend [ 0.014460] ramoops: using 0x10000@0x42ff0000, ecc: 0 [ 0.015907] /soc/interrupt-controller@c000000: Fixed dependency cycle(s) with /soc/interrupt-controller@c000000 [ 0.021284] Modules: 29440 pages in range for non-PLT usage [ 0.021293] Modules: 520960 pages in range for PLT usage [ 0.022271] cryptd: max_cpu_qlen set to 1000 [ 0.024382] SCSI subsystem initialized [ 0.024577] libata version 3.00 loaded. [ 0.026181] clocksource: Switched to clocksource arch_sys_counter [ 0.028516] NET: Registered PF_INET protocol family [ 0.028616] IP idents hash table entries: 4096 (order: 3, 32768 bytes, linear) [ 0.029678] tcp_listen_portaddr_hash hash table entries: 256 (order: 0, 4096 bytes, linear) [ 0.029691] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.029700] TCP established hash table entries: 2048 (order: 2, 16384 bytes, linear) [ 0.029718] TCP bind hash table entries: 2048 (order: 4, 65536 bytes, linear) [ 0.029770] TCP: Hash tables configured (established 2048 bind 2048) [ 0.030171] MPTCP token hash table entries: 256 (order: 0, 6144 bytes, linear) [ 0.030286] UDP hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.030302] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.030520] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.030544] PCI: CLS 0 bytes, default 64 [ 0.032159] workingset: timestamp_bits=46 max_order=16 bucket_order=0 [ 0.036964] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.036973] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. [ 0.080743] Serial: 8250/16550 driver, 3 ports, IRQ sharing disabled [ 0.081977] printk: console [ttyS0] disabled [ 0.102363] 11002000.serial: ttyS0 at MMIO 0x11002000 (irq = 72, base_baud = 2500000) is a ST16650V2 [ 0.102404] printk: console [ttyS0] enabled [ 0.856468] loop: module loaded [ 0.862930] spi-nand spi0.0: calibration result: 0x3 [ 0.868022] spi-nand spi0.0: ESMT SPI NAND was found. [ 0.873067] spi-nand spi0.0: 128 MiB, block size: 128 KiB, page size: 2048, OOB size: 64 [ 0.881564] 5 fixed-partitions partitions found on MTD device spi0.0 [ 0.888202] Creating 5 MTD partitions on "spi0.0": [ 0.892993] 0x000000000000-0x000000100000 : "BL2" [ 0.898777] 0x000000100000-0x000000180000 : "u-boot-env (unused)" [ 0.905566] 0x000000180000-0x000000380000 : "Factory" [ 0.912346] 0x000000380000-0x000000580000 : "FIP" [ 0.918529] 0x000000580000-0x000008000000 : "ubi" [ 0.980986] ubi0: default fastmap pool size: 45 [ 0.985517] ubi0: default fastmap WL pool size: 22 [ 0.990311] ubi0: attaching mtd4 [ 1.408627] ubi0: scanning is finished [ 1.418707] ubi0: attached mtd4 (name "ubi", size 122 MiB) [ 1.424202] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes [ 1.431081] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048 [ 1.437865] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096 [ 1.444813] ubi0: good PEBs: 980, bad PEBs: 0, corrupted PEBs: 0 [ 1.450810] ubi0: user volume: 4, internal volumes: 1, max. volumes count: 128 [ 1.458021] ubi0: max/mean erase counter: 2/1, WL threshold: 4096, image sequence number: 0 [ 1.466360] ubi0: available PEBs: 0, total reserved PEBs: 980, PEBs reserved for bad PEB handling: 20 [ 1.475571] ubi0: background thread "ubi_bgt0d" started, PID 183 [ 1.482227] block ubiblock0_2: created from ubi0:2(fit) [ 1.633424] mtk_soc_eth 15100000.ethernet eth0: mediatek frame engine at 0xffffffc081600000, irq 75 [ 1.643280] mtk_soc_eth 15100000.ethernet eth1: mediatek frame engine at 0xffffffc081600000, irq 75 [ 1.653024] i2c_dev: i2c /dev entries driver [ 1.659075] mtk-wdt 1001c000.watchdog: Watchdog enabled (timeout=31 sec, nowayout=0) [ 1.667947] NET: Registered PF_INET6 protocol family [ 1.673746] Segment Routing with IPv6 [ 1.677449] In-situ OAM (IOAM) with IPv6 [ 1.681414] NET: Registered PF_PACKET protocol family [ 1.686963] 8021q: 802.1Q VLAN Support v1.8 [ 1.712147] FIT: Detected U-Boot 2024.10-OpenWrt-r28579+1-cf3988c266 [ 1.718548] FIT: Selected configuration: "config-1" (OpenWrt netis_nx31) [ 1.725250] FIT: kernel sub-image 0x00001000..0x00598ee0 "kernel-1" (ARM64 OpenWrt Linux-6.6.85) [ 1.735005] FIT: flat_dt sub-image 0x00599000..0x0059ed1e "fdt-1" (ARM64 OpenWrt netis_nx31 device tree blob) [ 1.745801] FIT: filesystem sub-image 0x0059f000..0x00a14fff "rootfs-1" (ARM64 OpenWrt netis_nx31 rootfs) [ 1.756484] block ubiblock0_2: mapped 1 uImage.FIT filesystem sub-image as /dev/fit0 [ 1.828230] mt7530-mdio mdio-bus:1f: configuring for fixed/2500base-x link mode [ 1.837140] mt7530-mdio mdio-bus:1f: Link is Up - 2.5Gbps/Full - flow control rx/tx [ 1.848323] mt7530-mdio mdio-bus:1f lan3 (uninitialized): PHY [mt7530-0:01] driver [MediaTek MT7531 PHY] (irq=79) [ 1.870583] mt7530-mdio mdio-bus:1f lan2 (uninitialized): PHY [mt7530-0:02] driver [MediaTek MT7531 PHY] (irq=80) [ 1.892594] mt7530-mdio mdio-bus:1f lan1 (uninitialized): PHY [mt7530-0:03] driver [MediaTek MT7531 PHY] (irq=81) [ 1.904134] mtk_soc_eth 15100000.ethernet eth0: entered promiscuous mode [ 1.910892] DSA: tree 0 setup [ 1.914284] clk: Disabling unused clocks [ 1.922429] VFS: Mounted root (squashfs filesystem) readonly on device 259:0. [ 1.929771] Freeing unused kernel memory: 448K [ 1.934273] Run /sbin/init as init process [ 1.938368] with arguments: [ 1.941321] /sbin/init [ 1.944016] with environment: [ 1.947148] HOME=/ [ 1.949496] TERM=linux [ 2.149743] init: Console is alive [ 2.153263] init: - watchdog - [ 2.501172] kmodloader: loading kernel modules from /etc/modules-boot.d/* [ 2.527905] gpio_button_hotplug: loading out-of-tree module taints kernel. [ 2.537989] kmodloader: done loading kernel modules from /etc/modules-boot.d/* [ 2.550153] init: - preinit - [ 2.656205] random: crng init done [ 2.882766] mtk_soc_eth 15100000.ethernet eth0: configuring for fixed/2500base-x link mode [ 2.891359] mtk_soc_eth 15100000.ethernet eth0: Link is Up - 2.5Gbps/Full - flow control rx/tx [ 2.919902] mt7530-mdio mdio-bus:1f lan1: configuring for phy/gmii link mode 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 [ 7.082576] UBIFS (ubi0:3): Mounting in unauthenticated mode [ 7.088354] UBIFS (ubi0:3): background thread "ubifs_bgt0_3" started, PID 688 [ 7.114314] UBIFS (ubi0:3): recovery needed [ 7.188259] UBIFS (ubi0:3): recovery completed [ 7.192754] UBIFS (ubi0:3): UBIFS: mounted UBI device 0, volume 3, name "rootfs_data" [ 7.200588] UBIFS (ubi0:3): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes [ 7.210493] UBIFS (ubi0:3): FS size: 106786816 bytes (101 MiB, 841 LEBs), max 852 LEBs, journal size 5332992 bytes (5 MiB, 42 LEBs) [ 7.222307] UBIFS (ubi0:3): reserved for root: 4952683 bytes (4836 KiB) [ 7.228912] UBIFS (ubi0:3): media format: w5/r0 (latest is w5/r0), UUID 75E8FD12-71DE-4339-AE79-718DCA3C9986, small LPT model [ 7.243072] mount_root: switching to ubifs overlay [ 7.251733] overlayfs: null uuid detected in lower fs '/', falling back to xino=off,index=off,nfs_export=off. [ 7.266261] urandom-seed: Seeding with /etc/urandom.seed [ 7.318802] procd: - early - [ 7.321747] procd: - watchdog - [ 7.864796] procd: - watchdog - [ 7.868411] procd: - ubus - [ 7.928981] procd: - init - Please press Enter to activate this console. [ 8.267545] kmodloader: loading kernel modules from /etc/modules.d/* [ 8.305951] crypto-safexcel 10320000.crypto: EIP97:230(0,1,4,4)-HIA:270(0,5,5),PE:150/433(alg:7fcdfc00)/0/0/0 [ 8.324806] Loading modules backported from Linux version v6.12.6-0-ge9d65b48ce1a [ 8.332390] Backport generated by backports.git v6.1.110-1-35-g410656ef04d2 [ 8.461684] urngd: v1.0.2 started. [ 8.729998] mt798x-wmac 18000000.wifi: HW/SW Version: 0x8a108a10, Build Time: 20240823161240a [ 8.729998] [ 8.931651] mt798x-wmac 18000000.wifi: WM Firmware Version: ____000000, Build Time: 20240823161304 [ 9.028704] mt798x-wmac 18000000.wifi: WA Firmware Version: DEV_000000, Build Time: 20240823161841 [ 9.126142] mt798x-wmac 18000000.wifi: registering led 'mt76-phy0' [ 9.208498] mt798x-wmac 18000000.wifi: registering led 'mt76-phy1' [ 9.295779] mtdblock: MTD device 'Factory' is NAND, please consider using UBI block devices instead. [ 9.315255] PPP generic driver version 2.4.2 [ 9.320615] NET: Registered PF_PPPOX protocol family [ 9.328968] kmodloader: done loading kernel modules from /etc/modules.d/* [ 9.595004] mtdblock: MTD device 'Factory' is NAND, please consider using UBI block devices instead. [ 12.574000] mtk_soc_eth 15100000.ethernet eth0: Link is Down [ 12.593690] mtk_soc_eth 15100000.ethernet eth0: configuring for fixed/2500base-x link mode [ 12.602745] mtk_soc_eth 15100000.ethernet eth0: Link is Up - 2.5Gbps/Full - flow control rx/tx [ 12.612209] mt7530-mdio mdio-bus:1f lan1: configuring for phy/gmii link mode [ 12.620694] br-lan: port 1(lan1) entered blocking state [ 12.625929] br-lan: port 1(lan1) entered disabled state [ 12.631428] mt7530-mdio mdio-bus:1f lan1: entered allmulticast mode [ 12.637753] mtk_soc_eth 15100000.ethernet eth0: entered allmulticast mode [ 12.647056] mt7530-mdio mdio-bus:1f lan1: entered promiscuous mode [ 12.668904] mt7530-mdio mdio-bus:1f lan2: configuring for phy/gmii link mode [ 12.676798] br-lan: port 2(lan2) entered blocking state [ 12.682027] br-lan: port 2(lan2) entered disabled state [ 12.687333] mt7530-mdio mdio-bus:1f lan2: entered allmulticast mode [ 12.695544] mt7530-mdio mdio-bus:1f lan2: entered promiscuous mode [ 12.715467] mt7530-mdio mdio-bus:1f lan3: configuring for phy/gmii link mode [ 12.735167] br-lan: port 3(lan3) entered blocking state [ 12.740441] br-lan: port 3(lan3) entered disabled state [ 12.745696] mt7530-mdio mdio-bus:1f lan3: entered allmulticast mode [ 12.753862] mt7530-mdio mdio-bus:1f lan3: entered promiscuous mode [ 12.791303] mtk_soc_eth 15100000.ethernet eth1: PHY [mdio-bus:00] driver [MediaTek MT7981 PHY] (irq=POLL) [ 12.800938] mtk_soc_eth 15100000.ethernet eth1: configuring for phy/gmii link mode [ 15.900833] mt7530-mdio mdio-bus:1f lan3: Link is Up - 1Gbps/Full - flow control rx/tx [ 15.900860] br-lan: port 3(lan3) entered blocking state [ 15.913971] br-lan: port 3(lan3) entered forwarding state BusyBox v1.36.1 (2025-04-07 15:30:40 UTC) built-in shell (ash) _______ ________ __ | |.-----.-----.-----.| | | |.----.| |_ | - || _ | -__| || | | || _|| _| |_______|| __|_____|__|__||________||__| |____| |__| W I R E L E S S F R E E D O M ----------------------------------------------------- OpenWrt 24.10-SNAPSHOT, r28579+1-cf3988c266 ----------------------------------------------------- === 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:~#
Notes
- ...




