Cudy TR3000 (AX3000 Travel Router)
The Cudy TR3000 is a router designed for travel and portable use. It's powered with USB-C and features a USB3 port, Wi-Fi 6 and 1×2.5G WAN + 1x1G LAN port
Supported Versions
Experimental Versions
None at this time.
Hardware Highlights
The router has 3 WiFi antennas (two non-detachable external, and one internal). The internal antenna is for zero-wait DFS functionality only.
Installation
Flash Layout
Cudy TR3000 Flash Layout | ||||||||
---|---|---|---|---|---|---|---|---|
Layer0 | SLC SPI-NAND flash memory chip, spi0.0 128 MiB | |||||||
Layer1 | BL2 (u-boot) 1 MiB | u-boot-env 512 KiB | factory 2 MiB | bdinfo 256 KiB | FIP 2 MiB | ubi (UBI Partition) 64 MiB |
||
Layer2 | kernel Linux kernel (raw image) | rootfs mounted: “ /rom ”, SquashFS size depends on selected packages | rootfs_data mounted: “ /overlay ”, UBIFS all remaining free space |
|||||
Layer3 | mounted: “/ ”, OverlayFS stacking /overlay on top of /rom |
OEM easy installation
The stock firmware only accepts RSA signed images via the “Update Firmware” web option. Cudy has kindly provided an intermediate firmware: an OpenWrt image with the RSA signature, from which we can install the OpenWrt version of our choice.
- Download the Intermediate Firmware: https://www.cudy.com/blogs/faq/openwrt-software-download (Google Drive direct link). The file is “TR3000 V1.zip”.
- Extract the file “cudy_tr3000-v1-sysupgrade.bin” from the zip file.
- Enter to the web interface at http://192.168.10.1/ with default password “admin”. Go to the “Upgrade Firmware” option and upgrade using the file “cudy_tr3000-v1-sysupgrade.bin”. Wait 2 minutes.
- You are using the Intermediate Firmware now. Connect to Ethernet (OpenWrt doesn't enable Wi-Fi at first install) and enter to LuCI at http://192.168.1.1/.
- Download OpenWrt from the Firmware Selector: https://firmware-selector.openwrt.org/. Pick the “sysupgrade” file.
- Enter to System > Flash Firmware and upload the file.
You are on OpenWrt now! Remember that only Stable releases come with LuCI Web GUI (SNAPSHOT versions do not).
The Cudy TR3000 v1 is only supported by stable version 23.05.4 onwards.
OEM installation using TFTP and U-Boot command line
This option should not be confused with “TFTP Recovery”, which only works with signed Cudy firmware.
You can follow the standard TFTP instructions for OpenWrt → generic.flashing.tftp. You need a TFTP server and a working UART connection.
You will need to disassemble the device.
To install using TFTP:
- Connect to UART (GND, TX, RX).
- With the router off, press the RESET button. After this, power on your device. While the router is turning on, the button should continue to be pressed for at least 5 seconds.
- The TFTP OEM Recovery should start, but we want this to fail after 5 seconds. After this, a u-boot shell will automatically open.
- Connect to LAN and set your IP to 192.168.1.88/24. Configure a TFTP server and an OpenWrt initramfs-kernel.bin firmware file.
- Run these steps in u-boot using the name of your file.
setenv bootfile initramfs-kernel.bin tftpboot bootm
Wait two minutes. If you can reach LuCI or SSH now, go to “Flash Firmware” and install the sysupgrade image, for a permanent install.
Specific values needed for tftp
tftp server IPv4 address (your IP) | 192.168.1.88 |
---|---|
Firmware tftp image | Latest OpenWrt release (NOTE: Name must contain “initramfs”) |
TFTP transfer window | 10 seconds |
Upgrading OpenWrt
These are generic instructions.
LuCI Web Upgrade Process
- Browse to
http://192.168.1.1/cgi-bin/luci/admin/system/flash
LuCI Upgrade URL - Upload image file for sysupgrade to LuCI
- Wait for reboot
Terminal Upgrade Process
If you don't have a GUI (LuCI) available, you can alternatively upgrade via the sysupgrade command.
Note: It is important that you put the firmware image into the ramdisk (/tmp) before you start flashing.
- Login as root via SSH on 192.168.1.1, then enter the following commands:
cd /tmp wget https://downloads.openwrt.org/snapshots/targets/mediatek/filogic/openwrt-mediatek-filogic-cudy_tr3000-v1-squashfs-sysupgrade.bin sysupgrade /tmp/openwrt-mediatek-filogic-cudy_tr3000-v1-squashfs-sysupgrade.bin
Debricking
If it's a soft brick (bad configuration, incorrect package selection, etc.) you can:
- Reset the router pressing the “reset” button for 10 seconds after boot. This delete all the router configuration and you can start with a clean install on minutes.
- Entering failsafe mode, where you can fix the problem manually.
More info: generic.debrick
If you need to fix a firmware problem (for example, a bad build) and trying with reset or failsafe does nothing, it isn't possible to unbrick OpenWrt directly. Cudy bootloader can start a TFTP client for OEM recovery using the Reset button, but this only accepts OEM firmware.
You need to reinstall OpenWrt using TFTP method.
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 | EXAMPLE 192.168.1.1/24 |
eth1 | 1G LAN port | None |
eth0 | 2.5G WAN port | DHCP |
Buttons
→ hardware.button on howto use and configure the hardware button(s). Here, we merely name the buttons, so we can use them in the above Howto.
The Cudy TR3000 has the following buttons:
BUTTON | Event |
---|---|
Reset | reset |
Slider button | BTN_0 |
Hardware
Info
Photos
Front:
Insert photo of front of the casing
Back:
Insert photo of back of the casing
Backside label:
Insert photo of backside label
Opening the case
Note: This will void your warranty!
To remove the cover and open the device, do:
- Remove the 4 rubber pads underneath the device. You can heat them slightly so that the glue comes out more easily.
- Remove the 4 screws below using a small Philips screwdriver.
- The bottom is clipped to the top with small tabs. Gently flex the case, separating the bottom at the corner by lifting on using a fingernail or other thin object.
- Continue freeing the other tabs. You can remove the bottom cover now.
Main PCB:
Credits to Rayknight from wikidevi.wi-cat.ru
Serial / UART
→ port.serial general information about the serial port, serial port cable, etc.
You will need to open the device. On the bottom of the PCB you can find two small test points. If you PCB has the ethernet ports at left and the LEDs at right, then the left test point is RX and the right is TX.
Connect your serial adapter like this:
- Adapter TX ↔ Router RX
- Adapter RX ↔ Router TX
- Adapter GND ↔ Router GND (any GND point on the board)
You can solder some wire on the test points. You can also use needles or wires with a metal end.
Serial connection parameters for Cudy TR3000 | 115200, 8N1, 3.3V |
---|
JTAG
→ port.jtag general information about the JTAG port, JTAG cable, etc.
How to connect to the JTAG Port of this specific device:
Insert photo of PCB with markings for JTAG port
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):02f8cf25a8-dirty NOTICE: BL2: Built : 11:43:03, Aug 24 2023 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 556, worse bit 0, min window 68 Window Sum 560, worse bit 9, min window 68 Window Sum 370, worse bit 2, min window 44 Window Sum 342, worse bit 8, min window 42 Window Sum 380, worse bit 1, min window 46 Window Sum 356, worse bit 13, min window 42 Window Sum 396, worse bit 1, min window 48 Window Sum 366, worse bit 8, min window 44 Window Sum 402, worse bit 6, min window 48 Window Sum 378, worse bit 13, min window 44 Window Sum 414, worse bit 6, min window 48 Window Sum 388, worse bit 13, min window 46 Window Sum 422, worse bit 1, min window 52 Window Sum 400, worse bit 13, min window 48 Window Sum 438, worse bit 6, min window 52 Window Sum 412, worse bit 8, min window 50 Window Sum 446, worse bit 6, min window 52 Window Sum 420, worse bit 13, min window 50 Window Sum 456, worse bit 1, min window 56 Window Sum 432, worse bit 13, min window 52 Window Sum 440, worse bit 8, min window 54 Window Sum 444, worse bit 9, min window 54 Window Sum 448, worse bit 14, min window 54 NOTICE: EMI: Detected DRAM size: 512MB 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):02f8cf25a8-dirty NOTICE: BL31: Built : 11:43:03, Aug 24 2023 NOTICE: Hello BL31!!! U-Boot 2022.07-rc3 (Aug 24 2023 - 11:43:03 +0000), Build: jenkins-TR3000-17 CPU: MediaTek MT7981 Model: mt7981-rfb DRAM: 512 MiB Core: 44 devices, 20 uclasses, devicetree: embed 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 MTD... *** Warning - bad CRC, using default environment In: serial@11002000 Out: serial@11002000 Err: serial@11002000 Net: Warning: ethernet@15100000 (eth0) using random MAC address - 72:44:2e:65:7d:38 eth0: ethernet@15100000 gpio: pin 39 (gpio 39) value is 0 ubi0: attaching mtd7 ubi0: scanning is finished ubi0: attached mtd7 (name "ubi", size 64 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: 512, bad PEBs: 0, corrupted PEBs: 0 ubi0: user volume: 3, internal volumes: 1, max. volumes count: 128 ubi0: max/mean erase counter: 3/0, WL threshold: 4096, image sequence number: 1692877383 ubi0: available PEBs: 0, total reserved PEBs: 512, PEBs reserved for bad PEB handling: 19 Reading from volume 'kernel' to 0x46000000, size 0x0 ... OK ## Loading kernel from FIT Image at 46000000 ... Using 'config-1' configuration Trying 'kernel-1' kernel subimage Description: ARM64 OpenWrt Linux-5.4.219 Type: Kernel Image Compression: lzma compressed Data Start: 0x460000c0 Data Size: 3475367 Bytes = 3.3 MiB Architecture: AArch64 OS: Linux Load Address: 0x48080000 Entry Point: 0x48080000 Hash algo: crc32 Hash value: 3d03b88f Hash algo: sha1 Hash value: d6246072f32a76c72e92fde7350f32f6f3cf4553 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 R47 device tree blob Type: Flat Device Tree Compression: uncompressed Data Start: 0x4635099c Data Size: 18489 Bytes = 18.1 KiB Architecture: AArch64 Hash algo: crc32 Hash value: c37e4d65 Hash algo: sha1 Hash value: bed4e2ebd9abcb4f59de017831830be4c7a7acac Verifying Hash Integrity ... crc32+ sha1+ OK Booting using the fdt blob at 0x4635099c Uncompressing Kernel Image Loading Device Tree to 000000005f7f1000, end 000000005f7f8838 ... OK Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034] [ 0.000000] Linux version 5.4.219 (jenkins@release) (gcc version 8.4.0 (OpenWrt GCC 8.4.0 1.16.1)) #0 SMP Thu Aug 24 11:43:03 2023 [ 0.000000] Machine model: MediaTek MT7981 RFB/R47 [ 0.000000] earlycon: uart8250 at MMIO32 0x0000000011002000 (options '') [ 0.000000] printk: bootconsole [uart8250] enabled [ 0.000000] On node 0 totalpages: 130128 [ 0.000000] DMA32 zone: 2048 pages used for memmap [ 0.000000] DMA32 zone: 0 pages reserved [ 0.000000] DMA32 zone: 130128 pages, LIFO batch:31 [ 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 s44120 r8192 d29608 u81920 [ 0.000000] pcpu-alloc: s44120 r8192 d29608 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: 128080 [ 0.000000] Kernel command line: console=ttyS0,115200n1 loglevel=8 earlycon=uart8250,mmio32,0x11002000 [ 0.000000] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 0.000000] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes, linear) [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] Memory: 491716K/520512K available (7166K kernel code, 382K rwdata, 2016K rodata, 448K init, 287K bss, 28796K 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 25 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.000003] sched_clock: 56 bits at 13MHz, resolution 76ns, wraps every 4398046511101ns [ 0.008190] Calibrating delay loop (skipped), value calculated using timer frequency.. 26.00 BogoMIPS (lpj=52000) [ 0.018509] pid_max: default: 32768 minimum: 301 [ 0.023235] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes, linear) [ 0.030584] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes, linear) [ 0.039236] ASID allocator initialised with 65536 entries [ 0.044734] rcu: Hierarchical SRCU implementation. [ 0.049843] smp: Bringing up secondary CPUs ... [ 0.054705] Detected VIPT I-cache on CPU1 [ 0.054724] GICv3: CPU1: found redistributor 1 region 0:0x000000000c0a0000 [ 0.054746] CPU1: Booted secondary processor 0x0000000001 [0x410fd034] [ 0.054807] smp: Brought up 1 node, 2 CPUs [ 0.076419] SMP: Total of 2 processors activated. [ 0.081145] CPU features: detected: 32-bit EL0 Support [ 0.086306] CPU features: detected: CRC32 instructions [ 0.091571] CPU: All CPU(s) started at EL2 [ 0.095693] alternatives: patching kernel code [ 0.102474] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.112286] futex hash table entries: 512 (order: 3, 32768 bytes, linear) [ 0.119180] pinctrl core: initialized pinctrl subsystem [ 0.125069] NET: Registered protocol family 16 [ 0.129744] DMA: preallocated 256 KiB pool for atomic allocations [ 0.151517] SCSI subsystem initialized [ 0.155459] libata version 3.00 loaded. [ 0.159552] usbcore: registered new interface driver usbfs [ 0.165125] usbcore: registered new interface driver hub [ 0.170501] usbcore: registered new device driver usb [ 0.176307] Bluetooth: Core ver 2.22 [ 0.179948] NET: Registered protocol family 31 [ 0.184419] Bluetooth: HCI device and connection manager initialized [ 0.190809] Bluetooth: HCI socket layer initialized [ 0.195710] Bluetooth: L2CAP socket layer initialized [ 0.200791] Bluetooth: SCO socket layer initialized [ 0.205913] rbus 18000000.wbsys: PCI host bridge to bus 0000:00 [ 0.211872] pci_bus 0000:00: root bus resource [mem 0x18000000-0x18ffffff] [ 0.218783] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.224296] pci_bus 0000:00: scanning bus [ 0.228334] pci 0000:00:00.0: [14c3:7981] type 00 class 0x000280 [ 0.234379] pci 0000:00:00.0: reg 0x10: [mem 0x18000000-0x1800000f 64bit] [ 0.241203] pci 0000:00:00.0: reg 0x18: [mem 0x00000000-0x0000000f] [ 0.247502] pci 0000:00:00.0: reg 0x1c: [mem 0x00000000-0x0000000f] [ 0.253801] pci 0000:00:00.0: reg 0x20: [mem 0x00000000-0x0000000f] [ 0.260100] pci 0000:00:00.0: reg 0x24: [mem 0x00000000-0x0000000f] [ 0.267207] pci_bus 0000:00: fixups for bus [ 0.271420] pci_bus 0000:00: bus scan returning with max=00 [ 0.277819] clocksource: Switched to clocksource arch_sys_counter [ 0.284572] thermal_sys: Registered thermal governor 'fair_share' [ 0.284575] thermal_sys: Registered thermal governor 'bang_bang' [ 0.290715] thermal_sys: Registered thermal governor 'step_wise' [ 0.296753] thermal_sys: Registered thermal governor 'user_space' [ 0.302788] thermal_sys: Registered thermal governor 'power_allocator' [ 0.309141] NET: Registered protocol family 2 [ 0.320180] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 0.327978] tcp_listen_portaddr_hash hash table entries: 256 (order: 0, 4096 bytes, linear) [ 0.336410] TCP established hash table entries: 4096 (order: 3, 32768 bytes, linear) [ 0.344285] TCP bind hash table entries: 4096 (order: 4, 65536 bytes, linear) [ 0.351500] TCP: Hash tables configured (established 4096 bind 4096) [ 0.357950] UDP hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.364521] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.371626] NET: Registered protocol family 1 [ 0.376026] PCI: CLS 0 bytes, default 64 [ 0.380710] workingset: timestamp_bits=46 max_order=17 bucket_order=0 [ 0.390130] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.396008] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. [ 0.418931] phy phy-usb-phy@11e10000.1: type_sw - reg 0x218, index 0 [ 0.425720] gpio-export gpio_export: 2 gpio(s) exported [ 0.440036] Serial: 8250/16550 driver, 3 ports, IRQ sharing disabled [ 0.447096] printk: console [ttyS0] disabled [ 0.471510] 11002000.serial: ttyS0 at MMIO 0x11002000 (irq = 12, base_baud = 2500000) is a ST16650V2 [ 0.480720] printk: console [ttyS0] enabled [ 0.480720] printk: console [ttyS0] enabled [ 0.489079] printk: bootconsole [uart8250] disabled [ 0.489079] printk: bootconsole [uart8250] disabled [ 0.499373] cacheinfo: Unable to detect cache hierarchy for CPU 0 [ 0.507761] loop: module loaded [ 0.511037] mediatek,mt2701-ice_debug ice_debug: get dbg_sel clock fail: -2 [ 0.518003] mediatek,mt2701-ice_debug: probe of ice_debug failed with error -2 [ 0.526067] mt7981-pinctrl 11d00000.pinctrl: pin_config_set op failed for pin 19 [ 0.533467] mtk-spi 1100a000.spi: Error applying setting, reverse things back [ 0.541160] spi-nand spi0.0: GigaDevice SPI NAND was found. Flash Model: F50L1G41LB, ID: C801 [ 0.549700] spi-nand spi0.0: 128 MiB, block size: 128 KiB, page size: 2048, OOB size: 64 [ 0.560228] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.566775] ehci-platform: EHCI generic platform driver [ 0.572080] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.578266] ohci-platform: OHCI generic platform driver [ 0.583732] xhci-mtk 11200000.xhci: 11200000.xhci supply vbus not found, using dummy regulator [ 0.592368] xhci-mtk 11200000.xhci: 11200000.xhci supply vusb33 not found, using dummy regulator [ 0.601261] phy phy-usb-phy@11e10000.0: try to get sw efuse [ 0.606833] phy phy-usb-phy@11e10000.1: try to get sw efuse [ 0.612396] phy phy-usb-phy@11e10000.1: try to get sw efuse+ [ 0.618068] phy phy-usb-phy@11e10000.1: u3 efuse - intr 2c, rx_imp 10, tx_imp 10 [ 0.625488] phy_efuse_set set efuse, tx_imp 10, rx_imp 10 intr 2c [ 0.631664] xhci-mtk 11200000.xhci: xHCI Host Controller [ 0.637067] xhci-mtk 11200000.xhci: new USB bus registered, assigned bus number 1 [ 0.647519] xhci-mtk 11200000.xhci: hcc params 0x01403f99 hci version 0x110 quirks 0x0000000000210010 [ 0.656780] xhci-mtk 11200000.xhci: irq 85, io mem 0x11200000 [ 0.662956] hub 1-0:1.0: USB hub found [ 0.666731] hub 1-0:1.0: 1 port detected [ 0.670888] xhci-mtk 11200000.xhci: xHCI Host Controller [ 0.676206] xhci-mtk 11200000.xhci: new USB bus registered, assigned bus number 2 [ 0.683693] xhci-mtk 11200000.xhci: Host supports USB 3.2 Enhanced SuperSpeed [ 0.690870] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. [ 0.699270] hub 2-0:1.0: USB hub found [ 0.703045] hub 2-0:1.0: 1 port detected [ 0.707450] usbcore: registered new interface driver uas [ 0.712832] usbcore: registered new interface driver usb-storage [ 0.718937] i2c /dev entries driver [ 0.723318] mtk-wdt 1001c000.watchdog: Watchdog enabled (timeout=31 sec, nowayout=0) [ 0.731304] device-mapper: ioctl: 4.41.0-ioctl (2019-09-16) initialised: dm-devel@redhat.com [ 0.739856] Bluetooth: HCI UART driver ver 2.3 [ 0.744337] Bluetooth: HCI UART protocol H4 registered [ 0.749469] Bluetooth: HCI UART protocol BCSP registered [ 0.754861] Bluetooth: HCI UART protocol Broadcom registered [ 0.760540] Bluetooth: HCI UART protocol QCA registered [ 0.766091] exFAT: Version 1.3.0 [ 0.771146] NET: Registered protocol family 10 [ 0.776205] Segment Routing with IPv6 [ 0.779921] NET: Registered protocol family 17 [ 0.784407] Bridge firewalling registered [ 0.788411] 8021q: 802.1Q VLAN Support v1.8 [ 0.801672] nmbm nmbm_spim_nand: Signature found at block 1023 [0x07fe0000] [ 0.809522] nmbm nmbm_spim_nand: First info table with writecount 0 found in block 960 [ 0.820032] nmbm nmbm_spim_nand: Second info table with writecount 0 found in block 963 [ 0.828038] nmbm nmbm_spim_nand: NMBM has been successfully attached [ 0.834647] 6 fixed-partitions partitions found on MTD device nmbm_spim_nand [ 0.841695] Creating 6 MTD partitions on "nmbm_spim_nand": [ 0.847176] 0x000000000000-0x000000100000 : "BL2" [ 0.852401] 0x000000100000-0x000000180000 : "u-boot-env" [ 0.858206] 0x000000180000-0x000000380000 : "Factory" [ 0.863735] 0x000000380000-0x0000003c0000 : "bdinfo" [ 0.869201] 0x0000003c0000-0x0000005c0000 : "FIP" [ 0.874402] 0x0000005c0000-0x0000045c0000 : "ubi" [ 0.879993] [mtk_hw_init] reset_lock:0, force:0 [ 0.884548] [mtk_hw_init] execute fe cold reset [ 0.933537] MediaTek MT7981 PHY mdio-bus:00: TX-VCM SW cal result: 0x3 [ 0.941360] mtk_soc_eth 15100000.ethernet: generated random MAC address 5e:6c:dc:0e:92:d1 [ 0.949971] mtk_soc_eth 15100000.ethernet eth0: mediatek frame engine at 0xffffffc011980000, irq 75 [ 0.959643] mtk_soc_eth 15100000.ethernet eth1: mediatek frame engine at 0xffffffc011980000, irq 75 [ 0.968694] (unnamed net_device) (dummy): netif_napi_add() called with weight 256 [ 0.976614] UBI: auto-attach mtd6 [ 0.979959] ubi0: attaching mtd6 [ 1.188351] ubi0: scanning is finished [ 1.197257] ubi0: attached mtd6 (name "ubi", size 64 MiB) [ 1.202661] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes [ 1.209525] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048 [ 1.216301] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096 [ 1.223254] ubi0: good PEBs: 512, bad PEBs: 0, corrupted PEBs: 0 [ 1.229251] ubi0: user volume: 3, internal volumes: 1, max. volumes count: 128 [ 1.236461] ubi0: max/mean erase counter: 3/0, WL threshold: 4096, image sequence number: 1692877383 [ 1.245580] ubi0: available PEBs: 0, total reserved PEBs: 512, PEBs reserved for bad PEB handling: 19 [ 1.254791] ubi0: background thread "ubi_bgt0d" started, PID 660 [ 1.255446] block ubiblock0_1: created from ubi0:1(rootfs) [ 1.266287] ubiblock: device ubiblock0_1 (rootfs) set to be root filesystem [ 1.273241] hctosys: unable to open rtc device (rtc0) [ 1.281989] VFS: Mounted root (squashfs filesystem) readonly on device 253:0. [ 1.289335] Freeing unused kernel memory: 448K [ 1.313839] Run /sbin/init as init process [ 1.514909] init: Console is alive [ 1.518414] init: - watchdog - [ 2.107688] kmodloader: loading kernel modules from /etc/modules-boot.d/* [ 2.136136] conninfra@(mtk_conninfra_drv_init:644) Before platform_driver_register [ 2.143820] Get Index(0-TOP_MISC_BASE) phy_addr(0x11d10000) vir_addr=(0xffffffc010b2d000) size=(0x1000) [ 2.153211] Get Index(1-TOPRGU_BASE) phy_addr(0x1001c000) vir_addr=(0xffffffc010b35000) size=(0x1000) [ 2.162420] Get Index(2-GPIO_BASE) phy_addr(0x11d00000) vir_addr=(0xffffffc010b3d000) size=(0x1000) [ 2.171452] Get Index(3-IOCFG_TR_BASE) phy_addr(0x11f00000) vir_addr=(0xffffffc010b45000) size=(0x1000) [ 2.180835] Get Index(4-IOCFG_TL_BASE) phy_addr(0x11f10000) vir_addr=(0xffffffc010b47000) size=(0x1000) [ 2.190215] Get Index(5-INFRACFG_AO_BASE) phy_addr(0x10003000) vir_addr=(0xffffffc010b49000) size=(0x1000) [ 2.199855] Get Index(6-CONN_INFRA_CFG_BASE) phy_addr(0x18001000) vir_addr=(0xffffffc010b4b000) size=(0x1000) [ 2.209754] Get Index(7-CONN_INFRA_SYSRAM_BASE) phy_addr(0x18050000) vir_addr=(0xffffffc010b4d000) size=(0x1000) [ 2.219915] Get Index(8-CONN_INFRA_CLKGEN_ON_TOP_BASE) phy_addr(0x18009000) vir_addr=(0xffffffc010b55000) size=(0x1000) [ 2.230682] Get Index(9-CONN_HOST_CSR_TOP_BASE) phy_addr(0x18060000) vir_addr=(0xffffffc010b57000) size=(0x1000) [ 2.240842] Get Index(10-CONN_INFRA_BUS_CR_BASE) phy_addr(0x1800e000) vir_addr=(0xffffffc010b59000) size=(0x1000) [ 2.251089] Get Index(11-CONN_INFRA_RGU_BASE) phy_addr(0x18000000) vir_addr=(0xffffffc010b5b000) size=(0x1000) [ 2.261075] Get Index(12-CONN_WT_SLP_CTL_REG_BASE) phy_addr(0x18005000) vir_addr=(0xffffffc010b5d000) size=(0x1000) [ 2.271495] Get Index(13-INST2_CONN_WT_SLP_CTL_REG_BASE) phy_addr(0x18085000) vir_addr=(0xffffffc010ba6000) size=(0x1000) [ 2.282438] Get Index(14-CONN_RF_SPI_MST_REG_BASE) phy_addr(0x18004000) vir_addr=(0xffffffc010ba8000) size=(0x1000) [ 2.292859] Get Index(15-INST2_CONN_RF_SPI_MST_REG_BASE) phy_addr(0x18084000) vir_addr=(0xffffffc010baa000) size=(0x1000) [ 2.303802] Get Index(16-CONN_SEMAPHORE_BASE) phy_addr(0x18070000) vir_addr=(0xffffffc010e10000) size=(0x10000) [ 2.313876] Get Index(17-CONN_AFE_CTL_BASE) phy_addr(0x18003000) vir_addr=(0xffffffc010bac000) size=(0x1000) [ 2.323689] Get Index(18-CONN_AFE_CTL_2ND_BASE) phy_addr(0x18083000) vir_addr=(0xffffffc010bae000) size=(0x1000) [ 2.333851] Get Index(19-WF_TOP_SLPPROT_ON_BASE) phy_addr(0x184c0000) vir_addr=(0xffffffc010e30000) size=(0x10000) [ 2.344184] Get Index(20-WF_TOP_CFG_BASE) phy_addr(0x184b0000) vir_addr=(0xffffffc010bb0000) size=(0x1000) [ 2.353824] Get Index(21-WF_MCU_CONFIG_LS_BASE) phy_addr(0x184f0000) vir_addr=(0xffffffc010bb2000) size=(0x1000) [ 2.363984] Get Index(22-WF_MCU_BUS_CR_BASE) phy_addr(0x18400000) vir_addr=(0xffffffc010bb4000) size=(0x1000) [ 2.373884] Get Index(23-WF_MCUSYS_INFRA_BUS_FULL_U_DEBUG_CTRL_AO_BASE) phy_addr(0x18500000) vir_addr=(0xffffffc010bb6000) size=(0x1000) [ 2.386129] Get Index(24-WF_TOP_CFG_ON_BASE) phy_addr(0x184c0000) vir_addr=(0xffffffc010e50000) size=(0x10000) [ 2.396115] conninfra@(consys_plt_hw_init:162) adie_cfg_type = 1, one_adie_dbdc = 1 [ 2.403763] [emi_mng_init] gConEmiPhyBase = [0x47c80000] size = [0x100000] fw size = [0x100000] ops=[(____ptrval____)] [ 2.414529] conninfra@(mtk_conninfra_drv_init:650) After platform_driver_register [ 2.422357] ConnInfra Dev: init (0) [ 2.427292] conninfra@(_consys_polling_chipid_int:306) Read CONNSYS HW IP version successfully! (0x02090000) [ 2.437142] conninfra@(connsys_d_die_cfg:365) D-die efuse: 0x00000000 [ 2.444600] conninfra@(_connsys_a_die_cfg_7976:919) adie_idx[0], A-die CHIP ID = 0x7976, HW Version = 0x8a10 [ 2.455420] conninfra@(consys_spi_write_nolock:501) addr=0x0a00, val=0xffffffff [ 2.463721] conninfra@(consys_spi_write_nolock:501) addr=0x04ac, val=0x0000001c [ 2.472025] conninfra@(consys_spi_write_nolock:501) addr=0x0144, val=0x00000002 [ 2.481334] conninfra@(consys_spi_write_nolock:501) addr=0x0148, val=0x00000000 [ 2.490642] conninfra@(consys_spi_write_nolock:501) addr=0x0148, val=0x43a60000 [ 2.503982] conninfra@(connsys_a_die_efuse_read_nolock:737) efuse = [0x00000001, 0x00c40000, 0x008900bd, 0x00000000] [ 2.515495] conninfra@(consys_spi_write_nolock:501) addr=0x0144, val=0x00000002 [ 2.524803] conninfra@(consys_spi_write_nolock:501) addr=0x0148, val=0x23a6003a [ 2.534113] conninfra@(consys_spi_write_nolock:501) addr=0x0148, val=0x63a7003a [ 2.547453] conninfra@(connsys_a_die_efuse_read_nolock:737) efuse = [0x00000001, 0x00c40000, 0x008900bd, 0x00000000] [ 2.558965] conninfra@(consys_spi_write_nolock:501) addr=0x0144, val=0x00000002 [ 2.568274] conninfra@(consys_spi_write_nolock:501) addr=0x0148, val=0x23a7003a [ 2.577583] conninfra@(consys_spi_write_nolock:501) addr=0x0148, val=0x63ac003a [ 2.590922] conninfra@(connsys_a_die_efuse_read_nolock:737) efuse = [0x00000001, 0x00c40000, 0x008900bd, 0x00000000] [ 2.602433] conninfra@(consys_spi_write_nolock:501) addr=0x0038, val=0x4a563b00 [ 2.610735] conninfra@(consys_spi_write_nolock:501) addr=0x065c, val=0x1d59080f [ 2.619036] conninfra@(consys_spi_write_nolock:501) addr=0x0664, val=0x34c00fe0 [ 2.627341] conninfra@(consys_spi_write_nolock:501) addr=0x0070, val=0x88888005 [ 2.636601] conninfra@(consys_spi_write_nolock:501) addr=0x0070, val=0x00000005 [ 2.644838] conninfra@(_consys_polling_chipid_int:306) Read CONNSYS HW IP version successfully! (0x02090000) [ 2.654651] conninfra@(_consys_hw_conninfra_wakeup:470) conninfra_wakeup refcnt=[0]->[1] wakeup!! [ 2.663515] conninfra@(_consys_hw_conninfra_sleep:490) conninfra_sleep refcnt=[1]->[0] sleep!! [ 2.672115] conninfra@(opfunc_power_on_internal:241) [Conninfra Pwr On] BT=[0] FM=[0] GPS=[0] WF=[0] CONNINFRA=[1] [ 2.692620] mediatek_soc_hnat 15100000.hnat: wan = eth0 [ 2.697856] mediatek_soc_hnat 15100000.hnat: lan = eth1 [ 2.703074] mediatek_soc_hnat 15100000.hnat: ppd = eth1 [ 2.708290] mediatek_soc_hnat 15100000.hnat: gmac num = 2 [ 2.713679] mediatek_soc_hnat 15100000.hnat: mtketh-lan-gmac= 2 [ 2.719594] mediatek_soc_hnat 15100000.hnat: mtketh-wan-gmac= 1 [ 2.725505] mediatek_soc_hnat 15100000.hnat: ppe num = 1 [ 2.731230] mediatek_soc_hnat 15100000.hnat: PPE0 entry number = 8192 [ 2.748001] mediatek_soc_hnat 15100000.hnat: PPE0 hwnat start [ 2.753799] hnat roaming work enable [ 2.760312] warp_module_init(): module init and register callback for warp [ 2.767231] create warp_ctrl ok!!! [ 2.770665] wed_get_slot_map(): assign slot_id:0 for entry: 0! [ 2.776503] wed_get_slot_map(): assign slot_id:1 for entry: 1! [ 2.782866] kmodloader: done loading kernel modules from /etc/modules-boot.d/* [ 2.800317] init: - preinit - [ 2.813817] random: crng init done [ 3.084909] mtk_soc_eth 15100000.ethernet eth0: configuring for fixed/2500base-x link mode [ 3.093260] mtk_soc_eth 15100000.ethernet eth0: Link is Up - 2.5Gbps/Full - flow control rx/tx [ 3.143443] mount_root: loading kmods from internal overlay [ 3.158893] kmodloader: loading kernel modules from //etc/modules-boot.d/* [ 3.167244] kmodloader: done loading kernel modules from //etc/modules-boot.d/* [ 3.995174] UBIFS (ubi0:2): Mounting in unauthenticated mode [ 4.000901] UBIFS (ubi0:2): background thread "ubifs_bgt0_2" started, PID 742 [ 4.025953] UBIFS (ubi0:2): recovery needed [ 4.126797] UBIFS (ubi0:2): recovery completed [ 4.131296] UBIFS (ubi0:2): UBIFS: mounted UBI device 0, volume 2, name "rootfs_data" [ 4.139119] UBIFS (ubi0:2): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes [ 4.149022] UBIFS (ubi0:2): FS size: 35807232 bytes (34 MiB, 282 LEBs), journal size 1777664 bytes (1 MiB, 14 LEBs) [ 4.159442] UBIFS (ubi0:2): reserved for root: 1691263 bytes (1651 KiB) [ 4.166049] UBIFS (ubi0:2): media format: w5/r0 (latest is w5/r0), UUID C14EF1C7-5426-4A26-83AB-D8C68332D8EB, small LPT model [ 4.178679] block: attempting to load /tmp/ubifs_cfg/upper/etc/config/fstab [ 4.191030] block: extroot: not configured [ 4.195235] UBIFS (ubi0:2): un-mount UBI device 0 [ 4.199949] UBIFS (ubi0:2): background thread "ubifs_bgt0_2" stops [ 4.208956] UBIFS (ubi0:2): Mounting in unauthenticated mode [ 4.214689] UBIFS (ubi0:2): background thread "ubifs_bgt0_2" started, PID 745 [ 4.271359] UBIFS (ubi0:2): UBIFS: mounted UBI device 0, volume 2, name "rootfs_data" [ 4.279194] UBIFS (ubi0:2): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes [ 4.289100] UBIFS (ubi0:2): FS size: 35807232 bytes (34 MiB, 282 LEBs), journal size 1777664 bytes (1 MiB, 14 LEBs) [ 4.299522] UBIFS (ubi0:2): reserved for root: 1691263 bytes (1651 KiB) [ 4.306129] UBIFS (ubi0:2): media format: w5/r0 (latest is w5/r0), UUID C14EF1C7-5426-4A26-83AB-D8C68332D8EB, small LPT model [ 4.322769] mount_root: loading kmods from internal overlay [ 4.337716] kmodloader: loading kernel modules from /tmp/overlay/upper/etc/modules-boot.d/* [ 4.347318] kmodloader: done loading kernel modules from /tmp/overlay/upper/etc/modules-boot.d/* [ 5.107936] block: attempting to load /tmp/ubifs_cfg/upper/etc/config/fstab [ 5.118051] block: extroot: not configured [ 5.123758] mount_root: switching to ubifs overlay [ 5.134954] urandom-seed: Seeding with /etc/urandom.seed [ 5.194233] procd: - early - [ 5.197141] procd: - watchdog - [ 5.754031] procd: - watchdog - [ 5.758925] procd: - ubus - [ 5.814171] procd: - init - [ 6.196007] urngd: v1.0.2 started. [ 6.212753] kmodloader: loading kernel modules from /etc/modules.d/* [ 6.240454] ntfs: driver 2.1.32 [Flags: R/O MODULE]. [ 6.249302] NET: Registered protocol family 15 [ 6.255077] Initializing XFRM netlink socket [ 6.260555] tun: Universal TUN/TAP device driver, 1.6 [ 6.276359] l2tp_core: L2TP core driver, V2.0 [ 6.281696] l2tp_netlink: L2TP netlink interface [ 6.287713] nat46: module (version 362640b41ae52b732d9e9729e61ac555492442a3) loaded. [ 6.297295] gre: GRE over IPv4 demultiplexor driver [ 6.303275] ip_gre: GRE over IPv4 tunneling driver [ 6.336122] fuse: init (API version 7.31) [ 7.408687] mt_wifi: module license 'Proprietary' taints kernel. [ 7.414706] Disabling lock debugging due to kernel taint [ 7.456120] conninfra@(conninfra_pwr_on:120) [conninfra_pwr_on] drv=[3] [ 7.463686] conninfra@(_consys_polling_chipid_int:306) Read CONNSYS HW IP version successfully! (0x02090000) [ 7.481547] Adie Type: 0x7976 [ 7.481549] SKU Type: 3000 [ 7.485468] conninfra@(opfunc_power_on_internal:241) [Conninfra Pwr On] BT=[0] FM=[0] GPS=[0] WF=[1] CONNINFRA=[1] [ 7.512846] WiFi@C12L1,get_dbg_setting_by_profile() 4310: debug level setting=INDEX0_debug_level not found!! [ 7.522689] WiFi@C12L1,get_dbg_setting_by_profile() 4333: debug option setting=INDEX0_debug_option not found!! [ 7.532740] mt_rbus 0000:00:00.0: runtime IRQ mapping not provided by arch [ 7.546022] mt7981_init()--> [ 7.548897] Use the default iPAiLNA bin image! [ 7.553379] <--mt7981_init() [ 7.556394] WiFi@C12L1,match_index_by_chipname() 566: not find chip name INDEX1 [ 7.563723] WiFi@C12L1,match_index_by_chipname() 566: not find chip name INDEX2 [ 7.571038] WiFi@C12L1,match_index_by_chipname() 566: not find chip name INDEX3 [ 7.578354] WiFi@C12L1,match_index_by_chipname() 566: not find chip name INDEX4 [ 7.585669] WiFi@C12L1,match_index_by_chipname() 566: not find chip name INDEX5 [ 7.592984] WiFi@C12L1,match_index_by_chipname() 566: not find chip name INDEX6 [ 7.600299] WiFi@C12L1,match_index_by_chipname() 566: not find chip name INDEX7 [ 7.607615] WiFi@C12L1,match_index_by_chipname() 566: not find chip name INDEX8 [ 7.614930] WiFi@C12L1,match_index_by_chipname() 566: not find chip name INDEX9 [ 7.622446] mt7981 nlwifi attach OK [ 7.633938] mtk_warp_proxy: module uses symbols from proprietary module mt_wifi, inheriting taint. [ 7.664581] wireguard: WireGuard 1.0.20210219 loaded. See www.wireguard.com for information. [ 7.673062] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. [ 7.695705] xt_time: kernel timezone is -0000 [ 7.732769] PPP generic driver version 2.4.2 [ 7.738088] PPP MPPE Compression module registered [ 7.744026] NET: Registered protocol family 24 [ 7.749600] PPTP driver version 0.8.5 [ 7.764823] l2tp_ppp: PPPoL2TP kernel driver, V2.0 [ 7.773946] kmodloader: done loading kernel modules from /etc/modules.d/* [ 7.840931] client_get_axi_slot_id(): wrong BUS_TYPE [ 7.845923] warp_cap_support(): chip_id=7981 is in WHNAT support list [ 7.852404] warp_entry_acquire(): bus slot:0, hook to WARP, entry id=0, entry: 000000003c4a0217 [ 7.861101] client_hif_specific_get(): hw->base_phy_addr 0x18000000!! [ 7.867532] client_chip_specific_get(): 0x7981 chip id 0x7981!! [ 7.873535] warp_entry_get_by_pdev(): return entry[0] [ 7.878878] warp_msg_register():warp,pid,1730,id,0,wed_idx,0 [ 7.884540] warp_dev0 15010000.wed: Using 32bit DMA for streaming map [ 7.890975] warp_dev0 15010000.wed: Using 32bit DMA for coherent map [ 7.897350] wed_init(0): res_start = 0x15010000, size = 1000, irq=7,base_addr=0xffffffc010b42000 [ 7.906490] wed_ring_init(): wed tx ring init result = 0 [ 7.911968] wed_ring_init(): wed rx ring init result = 0 [ 7.923632] create wed ok!!! [ 7.926555] wdma_init(): wdma(0) base_addr=0xffffffc010e66800, base_phy_addr=0x15104800 [ 7.935220] warp_woif_bus_init_hw(): bus:00000000832a2764, txring: 20, pa: 0x0000000057fdc000, 0x0000000057fdc000, 24, 28, 3c [ 7.946524] warp_woif_bus_init_hw(): bus:00000000832a2764, rxring: 50, pa: 0x0000000057ffc000, 0x0000000057ffc000, 54, 58, 6c [ 7.957840] get_region_info(): wed_idx = 0, base_addr = 0x00000000bd3ee68d, size = 0x40000, res.start = 0x47d80000, shared:0 [ 7.969055] get_region_info(): wed_idx = 0, base_addr = 0x000000005ec7c905, size = 0x8000, res.start = 0x151e0000, shared:0 [ 7.980215] get_region_info(): wed_idx = 0, base_addr = 0x0000000086dd6da4, size = 0x240000, res.start = 0x47dc0000, shared:1 [ 7.991520] get_region_info(): wed_idx = 0, base_addr = 0x000000003d414c14, size = 0x1000, res.start = 0x15194000, shared:0 [ 8.002634] warp_fwdl_mcu_mode(): mcu mode, need fwdl [ 8.047743] ########## WO Firmware ########## [ 8.052134] Chip ID: 0x0000 [ 8.054926] ECO version:0 [ 8.057535] Version: DEV_000000 [ 8.060671] Build date: 20220901175230 [ 8.064411] Total region:3 [ 8.067110] ################################# [ 8.071458] Parsing tailer region 0 [ 8.074938] Target address: 0x151e0000 [ 8.078765] Download size: 20768 [ 8.082100] Parsing tailer region 1 [ 8.085573] Target address: 0x47d80000 [ 8.089400] Download size: 86224 [ 8.092777] Parsing tailer region 2 [ 8.096259] Target address: 0x47dc0000 [ 8.100085] Download size: 2319824 [ 8.105498] warp_fwdl_ready_check_mcu_mode(): waiting for wocpu [ 8.126046] warp_fwdl_ready_check_mcu_mode(): wocpu is ready [ 8.131713] warp_woctrl_init_state(), wo_state: WO_STATE_ENABLE [ 8.137631] wo_proc_init done 0000000043717fcf [ 8.142155] wo_exep_proc_init done 0000000043717fcf [ 8.147134] wo_exception_init(0): exp log= 0x000000001740b87f, phy_addr= 0x0000000056128000 size= 32768 [ 8.233057] WiFi@C12L1,RTMPWirelessModeCfg() 611: Init: BSS0 PhyMode=78 [ 8.239683] WiFi@C12L1,RTMPWirelessModeCfg() 611: Init: BSS1 PhyMode=78 [ 8.246294] WiFi@C12L1,RTMPWirelessModeCfg() 611: Init: BSS2 PhyMode=78 [ 8.252904] WiFi@C12L1,RTMPWirelessModeCfg() 611: Init: BSS3 PhyMode=177 [ 8.259599] WiFi@C12L1,RTMPWirelessModeCfg() 611: Init: BSS4 PhyMode=177 [ 8.266293] WiFi@C12L1,RTMPWirelessModeCfg() 611: Init: BSS5 PhyMode=177 [ 8.322263] WiFi@C15L1,Set_PMFMFPC_Proc() 1722: [PMF] :: apidx=0, Desired MFPC=1 [ 8.329651] WiFi@C15L1,Set_PMFMFPC_Proc() 1722: [PMF] :: apidx=1, Desired MFPC=1 [ 8.337037] WiFi@C15L1,Set_PMFMFPC_Proc() 1722: [PMF] :: apidx=2, Desired MFPC=1 [ 8.344422] WiFi@C15L1,Set_PMFMFPC_Proc() 1722: [PMF] :: apidx=3, Desired MFPC=1 [ 8.351807] WiFi@C15L1,Set_PMFMFPC_Proc() 1722: [PMF] :: apidx=4, Desired MFPC=1 [ 8.359198] WiFi@C15L1,Set_PMFMFPC_Proc() 1722: [PMF] :: apidx=5, Desired MFPC=1 [ 8.372811] WiFi@C12L1,rtmp_read_ap_client_from_file() 1639: APCLI[0] ApCliMuMimoDlEnable = 0 [ 8.381329] WiFi@C12L1,rtmp_read_ap_client_from_file() 1639: APCLI[1] ApCliMuMimoDlEnable = 0 [ 8.390020] WiFi@C12L1,rtmp_read_ap_client_from_file() 1658: APCLI[0] ApCliMuMimoUlEnable = 0 [ 8.398533] WiFi@C12L1,rtmp_read_ap_client_from_file() 1658: APCLI[1] ApCliMuMimoUlEnable = 0 [ 8.407415] WiFi@C03L1,AndesSendCmdMsg() 754: Could not send in band command due to diablefRTMP_ADAPTER_MCU_SEND_IN_BAND_CMD [ 8.418624] WiFi@C03L1,AndesSendCmdMsg() 754: Could not send in band command due to diablefRTMP_ADAPTER_MCU_SEND_IN_BAND_CMD [ 8.503766] wdma_dma_ctrl(): WDMA_GLO_CFG=50404e70, txrx = 0 [ 8.512773] wdma_dma_ctrl(): WDMA_GLO_CFG=40404e70, txrx = 0 [ 8.526269] warp_tx_ring_init_hw(): configure ring 0 setting [ 8.531937] warp_tx_ring_init_hw(): wed:00000000a6501285 wifi:00000000b2dd3bbc: 24420=57ed0000,24424=2048,24428=0 [ 8.542184] warp_tx_ring_init_hw(): configure ring 1 setting [ 8.547833] warp_tx_ring_init_hw(): wed:00000000a6501285 wifi:00000000b2dd3bbc: 24430=57948000,24434=2048,24438=0 [ 8.558199] set_rrocfg,0 [ 8.583591] wdma_dma_ctrl(): WDMA_GLO_CFG=40404e74, txrx = 3 [ 8.589240] using E1 ROM patch [ 8.592285] using E1 RAM [ 8.594815] current sync CR = 0x1 [ 8.598121] Built date: 20220901174831a [ 8.602041] Platform: ALPS [ 8.604824] HW/SW version: 0x8a108a10 [ 8.608565] Patch version: 0xffffffff [ 8.616306] current sync CR = 0x1 [ 8.619617] Chip ID: 0x14 [ 8.622317] Eco version: 0x00 [ 8.625359] Region number: 0x0b [ 8.628579] Format version: 0x02 [ 8.631886] Format flag: 0x01 [ 8.634932] Ram version: ____000000 [ 8.638503] Built date: 20220901174855 [ 8.642336] Common crc: 0x62c52fee [ 8.645818] Release info: header tag = 0, total length = 64 [ 8.651467] tag 1, padding length = 1, tag length = 59 [ 8.656680] payload: t-neptune-main-mt7915-1953-MT7981_MP2111_IMP-20220901174750 [ 8.685330] Chip ID: 0x00 [ 8.688046] Eco version: 0x00 [ 8.691092] Region number: 0x03 [ 8.694314] Format version: 0x02 [ 8.697616] Format flag: 0x01 [ 8.700661] Ram version: DEV_000000 [ 8.704233] Built date: 20220901175135 [ 8.708067] Common crc: 0xdc1c7789 [ 8.711554] Release info: header tag = 0, total length = 0 [ 8.796671] current sync CR = 0x7 [ 8.800025] efuse_probe: efuse = deaddead [ 8.945121] WiFi@C02L1,is_cal_free_ic() 831: [a-die version:1] [ 11.224835] WiFi@C17L1,RTMPReadTxPwrPerRate() 450: (450): Don't Support this now! [ 11.232344] WiFi@C01L1,AntCfgInit() 3121: Not support for HIF_MT yet! [ 11.256511] WiFi@C17L1,tx_pwr_comp_init() 641: NotSupportYet! [ 11.262312] WiFi@C12L1,SCS_init() 880: INIT SCSEnable [0]= 1 [ 11.267976] WiFi@C12L1,SCS_init() 887: INIT SCSEnable [1]= 0 [ 11.273922] WiFi@C14L1,IPMacTable_init() 348: IPMacTable already inited! [ 11.300757] wdma_dma_ctrl(): WDMA_GLO_CFG=50804e75, txrx = 3 [ 11.306677] WiFi@C00L1,set_ack_timeout_mode_byband() 13359: CTS/ACK Timeout Range should between [0xFFFF:0]!! [ 11.316587] WiFi@C00L1,set_datcfg_ack_cts_timeout() 13447: DAT config band(0) cck_timeout Fail! [ 11.325275] WiFi@C00L1,set_ack_timeout_mode_byband() 13359: CTS/ACK Timeout Range should between [0xFFFF:0]!! [ 11.335176] WiFi@C00L1,set_datcfg_ack_cts_timeout() 13458: DAT config band(0) ofdm_timeout Fail! [ 11.343949] WiFi@C00L1,set_ack_timeout_mode_byband() 13359: CTS/ACK Timeout Range should between [0xFFFF:0]!! [ 11.353851] WiFi@C00L1,set_datcfg_ack_cts_timeout() 13469: DAT config band(0) ofdma_timeout Fail! [ 11.362711] WiFi@C00L1,set_ack_timeout_mode_byband() 13359: CTS/ACK Timeout Range should between [0xFFFF:0]!! [ 11.372611] WiFi@C00L1,set_datcfg_ack_cts_timeout() 13447: DAT config band(1) cck_timeout Fail! [ 11.381298] WiFi@C00L1,set_ack_timeout_mode_byband() 13359: CTS/ACK Timeout Range should between [0xFFFF:0]!! [ 11.391199] WiFi@C00L1,set_datcfg_ack_cts_timeout() 13458: DAT config band(1) ofdm_timeout Fail! [ 11.399971] WiFi@C00L1,set_ack_timeout_mode_byband() 13359: CTS/ACK Timeout Range should between [0xFFFF:0]!! [ 11.409872] WiFi@C00L1,set_datcfg_ack_cts_timeout() 13469: DAT config band(1) ofdma_timeout Fail! [ 11.421520] phy_freq_adjust : no prim_ch value for adjust! [ 11.427697] phy_freq_adjust : no prim_ch value for adjust! [ 11.433235] phy_freq_adjust : no prim_ch value for adjust! [ 11.557926] WiFi@C00L1,MtCmdCr4RedSet() 914: MtCmdCr4RedSet: (ret = 0) [ 11.564950] WiFi@C23L1,DfsBuildChannelList() 3663: [RDM]: wdev is not 5G. [ 11.571796] phy_freq_adjust : no prim_ch value for adjust! [ 11.579417] WiFi@C23L1,HcGetBandByChannel() 1230: No hdev parking on channel:0, just return a default band_idx 0! [ 15.799286] WiFi@C23L1,DfsBuildChannelList() 3663: [RDM]: wdev is not 5G. [ 15.884323] WiFi@C00L1,TxCCKStreamCtrl() 20458: set wrong parameters [ 15.900864] PrintSrCmd: [ 15.900864] u1CmdSubId = 1, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 15.900864] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 15.914860] PrintSrCmd: [ 15.914860] u1CmdSubId = 5, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 15.914860] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 15.928847] PrintSrCmd: [ 15.928847] u1CmdSubId = 3, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 15.928847] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 15.942830] PrintSrCmd: [ 15.942830] u1CmdSubId = 23, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 15.942830] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 15.956900] PrintSrCmd: [ 15.956900] u1CmdSubId = 31, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 15.956900] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 15.970971] PrintSrCmd: [ 15.970971] u1CmdSubId = 33, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 15.970971] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 15.985089] mtk_ppe_dev_register_hook : ineterface ra0 register (1) [ 15.985187] [mtf_txpower_all_rate_info] band_idx:0 pwr:45 ChBand:2G ePAGain:0 [ 16.004606] extif_put_dev(ra0) [ 16.007670] mtk_ppe_dev_unregister_hook : ineterface ra0 set null (1) [ 18.637863] mtk_soc_eth 15100000.ethernet eth0: Link is Down [ 18.683407] WiFi@C23L1,DfsBuildChannelList() 3663: [RDM]: wdev is not 5G. [ 18.690376] WiFi@C23L1,DfsBuildChannelList() 3663: [RDM]: wdev is not 5G. [ 18.697226] nlwifi set ra0 channel=0 [ 18.710775] mtk_soc_eth 15100000.ethernet eth1: PHY [mdio-bus:00] driver [MediaTek MT7981 PHY] [ 18.722867] mtk_soc_eth 15100000.ethernet eth1: configuring for phy/gmii link mode [ 18.735973] br-lan: port 1(eth1) entered blocking state [ 18.741242] br-lan: port 1(eth1) entered disabled state [ 18.746636] device eth1 entered promiscuous mode [ 18.752291] phy_freq_adjust : no prim_ch value for adjust! [ 18.758230] WiFi@C23L1,HcGetBandByChannel() 1230: No hdev parking on channel:0, just return a default band_idx 0! [ 19.326501] /dev/ubi0_1: Can't open blockdev [ 23.001355] WiFi@C23L1,DfsBuildChannelList() 3663: [RDM]: wdev is not 5G. [ 23.086881] WiFi@C00L1,TxCCKStreamCtrl() 20458: set wrong parameters [ 23.103357] PrintSrCmd: [ 23.103357] u1CmdSubId = 1, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 23.103357] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 23.117349] PrintSrCmd: [ 23.117349] u1CmdSubId = 5, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 23.117349] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 23.131339] PrintSrCmd: [ 23.131339] u1CmdSubId = 3, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 23.131339] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 23.145324] PrintSrCmd: [ 23.145324] u1CmdSubId = 23, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 23.145324] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 23.159399] PrintSrCmd: [ 23.159399] u1CmdSubId = 31, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 23.159399] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 23.173472] PrintSrCmd: [ 23.173472] u1CmdSubId = 33, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 23.173472] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 23.187588] extif_set_dev(ra0) [ 23.187697] [mtf_txpower_all_rate_info] band_idx:0 pwr:21 ChBand:2G ePAGain:0 [ 23.190643] mtk_ppe_dev_register_hook : ineterface ra0 register (1) [ 23.204332] br-lan: port 1(eth1) entered blocking state [ 23.209563] br-lan: port 1(eth1) entered forwarding state [ 23.215281] br-lan: port 1(eth1) entered disabled state [ 23.220693] IPv6: ADDRCONF(NETDEV_CHANGE): ra0: link becomes ready [ 23.230913] mtk_soc_eth 15100000.ethernet eth0: configuring for fixed/2500base-x link mode [ 23.239316] mtk_soc_eth 15100000.ethernet eth0: Link is Up - 2.5Gbps/Full - flow control rx/tx [ 23.249998] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 23.475328] br-lan: port 2(ra0) entered blocking state [ 23.480532] br-lan: port 2(ra0) entered disabled state [ 23.485887] device ra0 entered promiscuous mode [ 23.490506] br-lan: port 2(ra0) entered blocking state [ 23.495666] br-lan: port 2(ra0) entered forwarding state [ 23.543968] WiFi@C00L1,ApAutoChannelAtBootUp() 497: not A band [ 23.549857] WiFi@C08L1,ap_run_at_boot() 623: ACS is disable !! [ 23.639122] WiFi@C00L1,TxCCKStreamCtrl() 20458: set wrong parameters [ 23.655698] PrintSrCmd: [ 23.655698] u1CmdSubId = 1, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 23.655698] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 23.669810] PrintSrCmd: [ 23.669810] u1CmdSubId = 5, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 23.669810] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 23.683857] PrintSrCmd: [ 23.683857] u1CmdSubId = 3, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 23.683857] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 23.697921] PrintSrCmd: [ 23.697921] u1CmdSubId = 23, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 23.697921] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 23.712070] PrintSrCmd: [ 23.712070] u1CmdSubId = 31, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 23.712070] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 23.726218] PrintSrCmd: [ 23.726218] u1CmdSubId = 33, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 23.726218] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 23.740447] mtk_ppe_dev_register_hook : ra2 is in hwnat blackList, not to register [ 23.748146] [mtf_txpower_all_rate_info] band_idx:0 pwr:21 ChBand:2G ePAGain:0 [ 23.916526] br-lan: port 3(ra2) entered blocking state [ 23.921711] br-lan: port 3(ra2) entered disabled state [ 23.927089] device ra2 entered promiscuous mode [ 23.931738] br-lan: port 3(ra2) entered blocking state [ 23.936910] br-lan: port 3(ra2) entered forwarding state [ 24.050968] SetThermalProtectDutyCfg(): band_idx: 0, level_idx: 0, duty: 100 [ 24.062876] SetThermalProtectDutyCfg(): band_idx: 0, level_idx: 1, duty: 20 [ 24.072582] SetThermalProtectDutyCfg(): band_idx: 0, level_idx: 2, duty: 10 [ 24.086948] SetThermalProtectDutyCfg(): band_idx: 0, level_idx: 3, duty: 8 [ 24.096922] SetThermalProtectEnable(): band_idx: 0, protection_type: 1, trigger_type: 1 [ 24.104992] SetThermalProtectEnable(): trigger_temp: 104, restore_temp: 99, recheck_time: 5 [ 24.119669] SetThermalProtectEnable(): band_idx: 0, protection_type: 2, trigger_type: 1 [ 24.127717] SetThermalProtectEnable(): trigger_temp: 124, restore_temp: 0, recheck_time: 5 [ 24.136137] (Thermal Protect) Radio Notify. [ 24.140357] band_idx: 0, level_idx: 0 [ 24.165899] phy_freq_adjust : no prim_ch value for adjust! [ 24.171682] phy_freq_adjust : no prim_ch value for adjust! [ 24.177280] phy_freq_adjust : no prim_ch value for adjust! [ 24.182801] nlwifi set rax0 channel=149 [ 24.631575] 7981@C00L1,ApAutoChannelAtBootUp() 491: zero-wait DFS is not enabled [ 24.638994] 7981@C08L1,ap_run_at_boot() 623: ACS is disable !! [ 24.736523] PrintSrCmd: [ 24.736523] u1CmdSubId = 1, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0 [ 24.736523] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 24.750546] PrintSrCmd: [ 24.750546] u1CmdSubId = 5, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0 [ 24.750546] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 24.764535] PrintSrCmd: [ 24.764535] u1CmdSubId = 3, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0 [ 24.764535] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 24.778544] PrintSrCmd: [ 24.778544] u1CmdSubId = 23, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0 [ 24.778544] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 24.792671] PrintSrCmd: [ 24.792671] u1CmdSubId = 31, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0 [ 24.792671] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 24.806778] PrintSrCmd: [ 24.806778] u1CmdSubId = 33, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0 [ 24.806778] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 24.820915] mtk_ppe_dev_register_hook : ineterface rax0 register (2) [ 24.827276] [mtf_txpower_all_rate_info] band_idx:1 pwr:22 ChBand:5G ePAGain:0 [ 25.070450] br-lan: port 4(rax0) entered blocking state [ 25.075709] br-lan: port 4(rax0) entered disabled state [ 25.081146] device rax0 entered promiscuous mode [ 25.085898] br-lan: port 4(rax0) entered blocking state [ 25.091155] br-lan: port 4(rax0) entered forwarding state [ 25.162619] 7981@C00L1,ApAutoChannelAtBootUp() 491: zero-wait DFS is not enabled [ 25.170066] 7981@C08L1,ap_run_at_boot() 623: ACS is disable !! [ 25.269985] PrintSrCmd: [ 25.269985] u1CmdSubId = 1, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0 [ 25.269985] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 25.284094] PrintSrCmd: [ 25.284094] u1CmdSubId = 5, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0 [ 25.284094] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 25.298192] PrintSrCmd: [ 25.298192] u1CmdSubId = 3, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0 [ 25.298192] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 25.312337] PrintSrCmd: [ 25.312337] u1CmdSubId = 23, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0 [ 25.312337] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 25.326493] PrintSrCmd: [ 25.326493] u1CmdSubId = 31, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0 [ 25.326493] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 25.340638] PrintSrCmd: [ 25.340638] u1CmdSubId = 33, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0 [ 25.340638] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 25.354840] mtk_ppe_dev_register_hook : rax2 is in hwnat blackList, not to register [ 25.362644] [mtf_txpower_all_rate_info] band_idx:1 pwr:22 ChBand:5G ePAGain:0 [ 25.639138] br-lan: port 5(rax2) entered blocking state [ 25.644381] br-lan: port 5(rax2) entered disabled state [ 25.649821] device rax2 entered promiscuous mode [ 25.654538] br-lan: port 5(rax2) entered blocking state [ 25.659785] br-lan: port 5(rax2) entered forwarding state [ 25.757012] SetThermalProtectDutyCfg(): band_idx: 1, level_idx: 0, duty: 100 [ 25.768993] SetThermalProtectDutyCfg(): band_idx: 1, level_idx: 1, duty: 20 [ 25.780113] SetThermalProtectDutyCfg(): band_idx: 1, level_idx: 2, duty: 10 [ 25.789558] SetThermalProtectDutyCfg(): band_idx: 1, level_idx: 3, duty: 8 [ 25.801095] SetThermalProtectEnable(): band_idx: 1, protection_type: 1, trigger_type: 1 [ 25.809167] SetThermalProtectEnable(): trigger_temp: 104, restore_temp: 99, recheck_time: 5 [ 25.823294] SetThermalProtectEnable(): band_idx: 1, protection_type: 2, trigger_type: 1 [ 25.831346] SetThermalProtectEnable(): trigger_temp: 124, restore_temp: 0, recheck_time: 5 [ 25.839751] (Thermal Protect) Radio Notify. [ 25.843940] band_idx: 1, level_idx: 0 [ 26.090926] sh (5820): drop_caches: 3 [ 26.177778] sh (5784): drop_caches: 3 [ 30.482718] rtl8221b phy init (VERID=6720) [ 36.798862] SCAN DONE, Reset FSM/CNTL IDLE.
OpenWrt bootlog
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034] [ 0.000000] Linux version 6.6.30 (builder@buildhost) (aarch64-openwrt-linux-musl-gcc (OpenWrt GCC 13.2.0 r26305-eb1b022043) 13.2.0, GNU ld (GNU Binutils) 2.42) #0 SMP Mon May 13 22:27:12 2024 [ 0.000000] Machine model: Cudy TR3000 v1 [ 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-0x000000005fffffff] [ 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-0x000000005fffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x000000005fffffff] [ 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.2 [ 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: 65536 (order: 7, 524288 bytes, linear) [ 0.000000] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes, linear) [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 129024 [ 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: mapped [mem 0x000000005fd68000-0x000000005fde8000] (0MB) [ 0.000000] Memory: 496592K/524288K available (8768K kernel code, 900K rwdata, 2564K rodata, 384K init, 304K bss, 27696K 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.000072] Calibrating delay loop (skipped), value calculated using timer frequency.. 26.00 BogoMIPS (lpj=130000) [ 0.000080] pid_max: default: 32768 minimum: 301 [ 0.003019] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes, linear) [ 0.003028] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes, linear) [ 0.005194] cacheinfo: Unable to detect cache hierarchy for CPU 0 [ 0.005717] RCU Tasks Trace: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1. [ 0.005861] rcu: Hierarchical SRCU implementation. [ 0.005864] rcu: Max phase no-delay instances is 1000. [ 0.006240] smp: Bringing up secondary CPUs ... [ 0.006593] Detected VIPT I-cache on CPU1 [ 0.006635] GICv3: CPU1: found redistributor 1 region 0:0x000000000c0a0000 [ 0.006663] CPU1: Booted secondary processor 0x0000000001 [0x410fd034] [ 0.006729] smp: Brought up 1 node, 2 CPUs [ 0.006734] SMP: Total of 2 processors activated. [ 0.006737] CPU features: detected: 32-bit EL0 Support [ 0.006740] CPU features: detected: CRC32 instructions [ 0.006772] CPU features: emulated: Privileged Access Never (PAN) using TTBR0_EL1 switching [ 0.006775] CPU: All CPU(s) started at EL2 [ 0.006777] alternatives: applying system-wide alternatives [ 0.010074] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.010089] futex hash table entries: 512 (order: 3, 32768 bytes, linear) [ 0.011348] pinctrl core: initialized pinctrl subsystem [ 0.012689] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.013009] DMA: preallocated 128 KiB GFP_KERNEL pool for atomic allocations [ 0.013037] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.013057] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.013419] thermal_sys: Registered thermal governor 'fair_share' [ 0.013423] thermal_sys: Registered thermal governor 'bang_bang' [ 0.013426] thermal_sys: Registered thermal governor 'step_wise' [ 0.013428] thermal_sys: Registered thermal governor 'user_space' [ 0.013463] ASID allocator initialised with 65536 entries [ 0.014464] pstore: Using crash dump compression: deflate [ 0.014470] pstore: Registered ramoops as persistent store backend [ 0.014472] ramoops: using 0x10000@0x42ff0000, ecc: 0 [ 0.021720] Modules: 29504 pages in range for non-PLT usage [ 0.021728] Modules: 521024 pages in range for PLT usage [ 0.022525] cryptd: max_cpu_qlen set to 1000 [ 0.023632] SCSI subsystem initialized [ 0.024250] libata version 3.00 loaded. [ 0.025667] clocksource: Switched to clocksource arch_sys_counter [ 0.027906] NET: Registered PF_INET protocol family [ 0.028010] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 0.029394] tcp_listen_portaddr_hash hash table entries: 256 (order: 0, 4096 bytes, linear) [ 0.029407] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.029416] TCP established hash table entries: 4096 (order: 3, 32768 bytes, linear) [ 0.029455] TCP bind hash table entries: 4096 (order: 5, 131072 bytes, linear) [ 0.029551] TCP: Hash tables configured (established 4096 bind 4096) [ 0.029620] UDP hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.029635] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.029914] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.029942] PCI: CLS 0 bytes, default 64 [ 0.031199] workingset: timestamp_bits=46 max_order=17 bucket_order=0 [ 0.036091] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.036099] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. [ 0.067991] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 0.078974] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled [ 0.082500] printk: console [ttyS0] disabled [ 0.102863] 11002000.serial: ttyS0 at MMIO 0x11002000 (irq = 72, base_baud = 2500000) is a ST16650V2 [ 0.102902] printk: console [ttyS0] enabled [ 0.839830] loop: module loaded [ 0.845892] spi-nand spi0.0: calibration result: 0x3 [ 0.850945] spi-nand spi0.0: ESMT SPI NAND was found. [ 0.855997] spi-nand spi0.0: 128 MiB, block size: 128 KiB, page size: 2048, OOB size: 64 [ 0.864460] Signature found at block 1023 [0x07fe0000] [ 0.869625] NMBM management region starts at block 960 [0x07800000] [ 0.876884] First info table with writecount 0 found in block 960 [ 0.885721] Second info table with writecount 0 found in block 963 [ 0.891897] NMBM has been successfully attached [ 0.896743] 6 fixed-partitions partitions found on MTD device spi0.0 [ 0.903323] Creating 6 MTD partitions on "spi0.0": [ 0.908129] 0x000000000000-0x000000100000 : "BL2" [ 0.913771] 0x000000100000-0x000000180000 : "u-boot-env" [ 0.919813] 0x000000180000-0x000000380000 : "Factory" [ 0.926529] 0x000000380000-0x0000003c0000 : "bdinfo" [ 0.932345] 0x0000003c0000-0x0000005c0000 : "FIP" [ 0.938481] 0x0000005c0000-0x0000045c0000 : "ubi" [ 0.973384] ubi0: default fastmap pool size: 25 [ 0.977931] ubi0: default fastmap WL pool size: 12 [ 0.982714] ubi0: attaching mtd5 [ 1.203387] ubi0: scanning is finished [ 1.212960] ubi0: attached mtd5 (name "ubi", size 64 MiB) [ 1.218380] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes [ 1.225243] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048 [ 1.232021] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096 [ 1.238979] ubi0: good PEBs: 512, bad PEBs: 0, corrupted PEBs: 0 [ 1.244972] ubi0: user volume: 3, internal volumes: 1, max. volumes count: 128 [ 1.252182] ubi0: max/mean erase counter: 16/11, WL threshold: 4096, image sequence number: 1692877383 [ 1.261476] ubi0: available PEBs: 0, total reserved PEBs: 512, PEBs reserved for bad PEB handling: 19 [ 1.270690] ubi0: background thread "ubi_bgt0d" started, PID 254 [ 1.272198] block ubiblock0_1: created from ubi0:1(rootfs) [ 1.282183] ubiblock: device ubiblock0_1 (rootfs) set to be root filesystem [ 1.788070] mtk_soc_eth 15100000.ethernet eth0: mediatek frame engine at 0xffffffc081780000, irq 75 [ 1.797998] mtk_soc_eth 15100000.ethernet eth1: mediatek frame engine at 0xffffffc081780000, irq 75 [ 1.807709] i2c_dev: i2c /dev entries driver [ 1.813715] mtk-wdt 1001c000.watchdog: Watchdog enabled (timeout=31 sec, nowayout=0) [ 1.822724] NET: Registered PF_INET6 protocol family [ 1.828674] Segment Routing with IPv6 [ 1.832359] In-situ OAM (IOAM) with IPv6 [ 1.836366] NET: Registered PF_PACKET protocol family [ 1.841427] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 1.854649] 8021q: 802.1Q VLAN Support v1.8 [ 1.884652] phy phy-soc:usb-phy@11e10000.1: type_sw - reg 0x218, index 0 [ 1.892455] UBI: auto-attach mtd5 [ 1.895794] ubi: mtd5 is already attached to ubi0 [ 1.900485] UBI error: cannot attach mtd5 [ 1.904570] clk: Disabling unused clocks [ 1.913247] VFS: Mounted root (squashfs filesystem) readonly on device 254:0. [ 1.920527] Freeing unused kernel memory: 384K [ 1.925061] Run /sbin/init as init process [ 1.929236] with arguments: [ 1.932191] /sbin/init [ 1.934886] with environment: [ 1.938027] HOME=/ [ 1.940374] TERM=linux [ 2.123889] init: Console is alive [ 2.127513] init: - watchdog - [ 2.806524] kmodloader: loading kernel modules from /etc/modules-boot.d/* [ 2.828401] usbcore: registered new interface driver usbfs [ 2.833926] usbcore: registered new interface driver hub [ 2.839294] usbcore: registered new device driver usb [ 2.845984] raid6: skipped pq benchmark and selected neonx8 [ 2.851557] raid6: using neon recovery algorithm [ 2.857125] xor: measuring software checksum speed [ 2.865512] 8regs : 2735 MB/sec [ 2.873462] 32regs : 2735 MB/sec [ 2.881601] arm64_neon : 2595 MB/sec [ 2.885948] xor: using function: 32regs (2735 MB/sec) [ 2.991192] Btrfs loaded, zoned=no, fsverity=no [ 3.001193] gpio_button_hotplug: loading out-of-tree module taints kernel. [ 3.013944] xhci-mtk 11200000.usb: xHCI Host Controller [ 3.019208] xhci-mtk 11200000.usb: new USB bus registered, assigned bus number 1 [ 3.029602] xhci-mtk 11200000.usb: hcc params 0x01403f99 hci version 0x110 quirks 0x0000000000200010 [ 3.038770] xhci-mtk 11200000.usb: irq 79, io mem 0x11200000 [ 3.044515] xhci-mtk 11200000.usb: xHCI Host Controller [ 3.049759] xhci-mtk 11200000.usb: new USB bus registered, assigned bus number 2 [ 3.057160] xhci-mtk 11200000.usb: Host supports USB 3.2 Enhanced SuperSpeed [ 3.064645] hub 1-0:1.0: USB hub found [ 3.068457] hub 1-0:1.0: 1 port detected [ 3.072876] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. [ 3.081392] hub 2-0:1.0: USB hub found [ 3.085175] hub 2-0:1.0: 1 port detected [ 3.095242] usbcore: registered new interface driver usb-storage [ 3.101533] kmodloader: done loading kernel modules from /etc/modules-boot.d/* [ 3.119545] init: - preinit - [ 3.478734] mtk_soc_eth 15100000.ethernet eth1: PHY [mdio-bus:00] driver [MediaTek MT7981 PHY] (irq=POLL) [ 3.491042] mtk_soc_eth 15100000.ethernet eth1: configuring for phy/gmii link mode [ 4.555685] random: crng init done [ 5.615121] UBIFS (ubi0:2): Mounting in unauthenticated mode [ 5.620891] UBIFS (ubi0:2): background thread "ubifs_bgt0_2" started, PID 757 [ 5.646684] UBIFS (ubi0:2): recovery needed [ 5.720697] UBIFS (ubi0:2): recovery completed [ 5.725200] UBIFS (ubi0:2): UBIFS: mounted UBI device 0, volume 2, name "rootfs_data" [ 5.733039] UBIFS (ubi0:2): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes [ 5.742947] UBIFS (ubi0:2): FS size: 33394688 bytes (31 MiB, 263 LEBs), max 273 LEBs, journal size 1650688 bytes (1 MiB, 13 LEBs) [ 5.754587] UBIFS (ubi0:2): reserved for root: 1577313 bytes (1540 KiB) [ 5.761193] UBIFS (ubi0:2): media format: w5/r0 (latest is w5/r0), UUID 2CE1BCBA-9487-43E1-A94A-B61E8CAD5153, small LPT model [ 5.776152] mount_root: switching to ubifs overlay [ 5.784587] overlayfs: null uuid detected in lower fs '/', falling back to xino=off,index=off,nfs_export=off. [ 5.798960] urandom-seed: Seeding with /etc/urandom.seed [ 5.862037] procd: - early - [ 5.864978] procd: - watchdog - [ 6.414099] procd: - watchdog - [ 6.418486] procd: - ubus - [ 6.573109] procd: - init - [ 6.893218] kmodloader: loading kernel modules from /etc/modules.d/* [ 6.922195] zram: Added device: zram0 [ 6.930938] tun: Universal TUN/TAP device driver, 1.6 [ 6.939155] cryptodev: driver 1.13 loaded. [ 6.944406] GACT probability on [ 6.949061] Mirror/redirect action on [ 6.957966] u32 classifier [ 6.960674] input device check on [ 6.964322] Actions configured [ 6.973968] crypto-safexcel 10320000.crypto: EIP97:230(0,1,4,4)-HIA:270(0,5,5),PE:150/433(alg:7fcdfc00)/0/0/0 [ 6.995891] Loading modules backported from Linux version v6.6.15-0-g51f354b815c4 [ 7.003372] Backport generated by backports.git 193becf2 [ 7.015034] usbcore: registered new device driver r8152-cfgselector [ 7.021430] usbcore: registered new interface driver r8152 [ 7.030846] usbcore: registered new device driver usbip-host [ 7.039926] vhci_hcd vhci_hcd.0: USB/IP Virtual Host Controller [ 7.045877] vhci_hcd vhci_hcd.0: new USB bus registered, assigned bus number 3 [ 7.053119] vhci_hcd: created sysfs vhci_hcd.0 [ 7.058105] hub 3-0:1.0: USB hub found [ 7.061869] hub 3-0:1.0: 8 ports detected [ 7.072546] vhci_hcd vhci_hcd.0: USB/IP Virtual Host Controller [ 7.078527] vhci_hcd vhci_hcd.0: new USB bus registered, assigned bus number 4 [ 7.086185] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM. [ 7.094663] hub 4-0:1.0: USB hub found [ 7.105278] hub 4-0:1.0: 8 ports detected [ 7.121178] xt_time: kernel timezone is -0000 [ 7.126809] usbcore: registered new interface driver cdc_ether [ 7.133896] usbcore: registered new interface driver cdc_ncm [ 7.184963] urngd: v1.0.2 started. [ 7.536538] mt798x-wmac 18000000.wifi: HW/SW Version: 0x8a108a10, Build Time: 20221208201745a [ 7.536538] [ 7.813313] mt798x-wmac 18000000.wifi: WM Firmware Version: ____000000, Build Time: 20221208201806 [ 7.959254] mt798x-wmac 18000000.wifi: WA Firmware Version: DEV_000000, Build Time: 20221208202048 [ 8.060812] mt798x-wmac 18000000.wifi: registering led 'mt76-phy0' [ 8.069093] mt798x-wmac 18000000.wifi: registering led 'mt76-phy1' [ 8.112037] PPP generic driver version 2.4.2 [ 8.117682] NET: Registered PF_PPPOX protocol family [ 8.134647] usbcore: registered new interface driver mt76x0u [ 8.148598] usbcore: registered new interface driver rt2800usb [ 8.157961] usbcore: registered new interface driver rtw_8822bu [ 8.164604] kmodloader: done loading kernel modules from /etc/modules.d/* [ 8.752627] mtdblock: MTD device 'bdinfo' is NAND, please consider using UBI block devices instead. [ 9.246407] mtdblock: MTD device 'bdinfo' is NAND, please consider using UBI block devices instead. [ 9.429469] zram0: detected capacity change from 0 to 262144 [ 9.442784] Adding 131068k swap on /dev/zram0. Priority:100 extents:1 across:131068k SSDsc [ 12.461065] mtk_soc_eth 15100000.ethernet eth1: PHY [mdio-bus:00] driver [MediaTek MT7981 PHY] (irq=POLL) [ 12.473365] mtk_soc_eth 15100000.ethernet eth1: configuring for phy/gmii link mode [ 12.483753] br-lan: port 1(eth1) entered blocking state [ 12.489054] br-lan: port 1(eth1) entered disabled state [ 12.494325] mtk_soc_eth 15100000.ethernet eth1: entered allmulticast mode [ 12.501318] mtk_soc_eth 15100000.ethernet eth1: entered promiscuous mode [ 12.765698] mtk_soc_eth 15100000.ethernet eth0: PHY [mdio-bus:01] driver [RTL8221B-VB-CG 2.5Gbps PHY] (irq=POLL) [ 12.775884] mtk_soc_eth 15100000.ethernet eth0: configuring for phy/2500base-x link mode [ 15.351232] br-lan: port 2(phy0-ap0) entered blocking state [ 15.356917] br-lan: port 2(phy0-ap0) entered disabled state [ 15.362528] mt798x-wmac 18000000.wifi phy0-ap0: entered allmulticast mode [ 15.369600] mt798x-wmac 18000000.wifi phy0-ap0: entered promiscuous mode [ 15.606268] br-lan: port 2(phy0-ap0) entered blocking state [ 15.611847] br-lan: port 2(phy0-ap0) entered forwarding state [ 15.809641] br-lan: port 3(phy1-ap0) entered blocking state [ 15.815224] br-lan: port 3(phy1-ap0) entered disabled state [ 15.820873] mt798x-wmac 18000000.wifi phy1-ap0: entered allmulticast mode [ 15.827881] mt798x-wmac 18000000.wifi phy1-ap0: entered promiscuous mode [ 15.834693] br-lan: port 3(phy1-ap0) entered blocking state [ 15.840323] br-lan: port 3(phy1-ap0) entered forwarding state [ 16.355938] br-lan: port 3(phy1-ap0) entered disabled state [ 17.118128] br-lan: port 3(phy1-ap0) entered blocking state [ 17.123712] br-lan: port 3(phy1-ap0) entered forwarding state
Notes
Space for additional notes, links to forum threads or other resources.
- Initial forum thread: https://forum.openwrt.org/t/supporting-the-cudy-tr3000-in-openwrt/184912
- Cudy GPL Code for 3000 Series: https://www.cudy.com/filedownload/761708
- Cudy Dev files (DTS, GPIO): https://www.cudy.com/filedownload/781388