COMFAST CF-E593AX
The Comfast CF-E593AX is a high-performance AX3000 Wi-Fi 6 in-wall panel access point (AP) designed for 86-type wall mounts, offering 3000Mbps dual-band (2.4GHz & 5.8GHz) speeds. It features dual Gigabit ports, 48V PoE, and mesh support, making it ideal for high-density, seamless roaming scenarios like hotels and homes.
OpenWrt support
Not yet supported.
Supporting activities
- PR is currently being reviewed: https://github.com/openwrt/openwrt/pull/22330
- OpenWrt forum thread: https://forum.openwrt.org/t/adding-support-for-comfast-cf-e593ax
Hardware highlights
| CPU | Ram | Flash | Network | WLAN | Serial |
|---|---|---|---|---|---|
| Mediatek MT7981B | 256 MiB | 128 MiB | 2x 10/100/1000 | AX3000 | Yes |
Installation with Stock WebUI
- Browse to default login page: http://192.168.10.1
- If required, set up new admin password. Otherwise, log in with previously set password.
- On the left sidebar, click on
System→Manage Config. - Download current configuration by clicking
Export Config. - Rename downloaded configuration archive from
backup.filetobackup.tar.gz. - The following may be best being run on a Linux system as root (or fakeroot).
- Extract
backup.tar.gz:tar zxvf backup.tar.gz - Edit
./etc/shadowand remove the root password: modify 2 lines withroot:$1$xf7D0Hfg$5gkjmvgQe4qJbe1fi/VLy1:19362:0:99999:7:::toroot::19362:0:99999:7::: - Create new configuration archive:
tar zcf backup-ssh.tar.gz etc/ - Rename newly create archive to
backup-ssh.file:mv backup-ssh.tar.gz backup-ssh.file - Browse back to http://192.168.10.1/computer/config.html
- Click on
Import Configand uploadbackup-ssh.file. Wait for reboot. - SSH into device:
ssh -o HostKeyAlgorithms=+ssh-rsa -o PubkeyAcceptedAlgorithms=+ssh-rsa root@192.168.10.1 - Backup device: Refer to Backup Section.
- Copy openwrt factory image to the tmp folder:
scp -o HostKeyAlgorithms=+ssh-rsa -o PubkeyAcceptedAlgorithms=+ssh-rsa openwrt-mediatek-filogic-comfast_cf-e593ax-squashfs-factory.bin root@192.168.10.1:/tmp/ - Install openwrt factory image:
sysupgrade -n -F /tmp/openwrt-mediatek-filogic-comfast_cf-e593ax-squashfs-factory.bin - Wait for reboot and transfer openwrt sysupgrade image to device:
scp -O openwrt-mediatek-filogic-comfast_cf-e593ax-squashfs-sysupgrade.bin root@192.168.1.1:/tmp/ - SSH into device:
ssh root@192.168.1.1 - Install openwrt sysupgrade image:
sysupgrade /tmp/openwrt-mediatek-filogic-comfast_cf-e593ax-squashfs-sysupgrade.bin - Device should now boot to Openwrt, with default IP 192.168.1.1
Installation with UART
- Configure TFTP server with IP 192.168.1.66. Copy
openwrt-mediatek-filogic-comfast_cf-e593ax-initramfs-kernel.binto TFTP root. - Interrupt boot by pressing 0. NOTE: In Uboot, only WAN port works.
- Run the following in Uboot console:
setenv serverip 192.168.1.66; setenv ipaddr 192.168.1.1; tftpboot 0x46000000 openwrt-mediatek-filogic-comfast_cf-e593ax-initramfs-kernel.bin; bootm - After boot completion, you can now back up the NAND storage. Refer to Backup Section.
- Transfer
openwrt-mediatek-filogic-comfast_cf-e593ax-squashfs-sysupgrade.binto device: (scp -O openwrt-mediatek-filogic-comfast_cf-e593ax-squashfs-sysupgrade.bin root@192.168.1.1:/tmp/) - Run the following on device:
sysupgrade -n /tmp/openwrt-mediatek-filogic-comfast_cf-e593ax-squashfs-sysupgrade.bin
Backup
cat /dev/mtd1 > /tmp/BL2.bin cat /dev/mtd2 > /tmp/u-boot-env.bin cat /dev/mtd3 > /tmp/Factory.bin cat /dev/mtd4 > /tmp/FIP.bin cat /dev/mtd5 > /tmp/ubi.bin
Transfer backups to PC:
On PC: run ssh -o HostKeyAlgorithms=+ssh-rsa -o PubkeyAcceptedAlgorithms=+ssh-rsa root@192.168.10.1:/tmp/*.bin ./
Specific configuration
Network interfaces
The default network configuration is:
| Interface Name | Description | Default configuration |
|---|---|---|
| br-lan | LAN (eth0) & WiFi | 192.168.1.1/24 |
| wan | WAN (eth1) | DHCP |
Buttons
→ hardware.button on howto use and configure the hardware button(s).
The COMFAST CF-E593AX has the following buttons:
| BUTTON | Event |
|---|---|
| Reset | reset |
It can be accessed by removing the top cover (with logo) and sticking a pin/paperclip through the pinhole labeled RESET.
Hardware
Flash Layout
| dev | size(hex) | erasesize | name | size |
|---|---|---|---|---|
| mtd0 | 00100000 | 00020000 | “BL2” | 1MB |
| mtd1 | 00080000 | 00020000 | “u-boot-env” | 512KB |
| mtd2 | 00200000 | 00020000 | “Factory” | 2MB |
| mtd3 | 00200000 | 00020000 | “FIP” | 2MB |
| mtd4 | 04000000 | 00020000 | “ubi” | 67MB |
Photos
Opening the case
Unscrew 4 Philips screws located on each corner on the back:
Pry lightly to seperate top cover from the back with PCB. There is an adhesive holding each cover.
UART pins are located on the right side of the PCB:
UART pins are clearly labeled on the PCB, can be viewed from the side as the aluminum heatsink may be blocking the labels from view:
Serial
→ port.serial general information about the serial port, serial port cable, etc.
How to connect to the Serial Port of this specific device:
Insert photo of PCB with markings for serial port
| Serial connection parameters for COMFAST CF-E593AX @@Version@@ | 115200, 8N1, 3.3V |
|---|
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 024C [010F] Jump to BL NOTICE: BL2: v2.9(release):8d72f979 NOTICE: BL2: Built : 14:03:34, Jan 3 2025 NOTICE: WDT: [40000000] Software reset (reboot) 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 0xef 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.9(release):8d72f979 NOTICE: BL31: Built : 14:03:38, Jan 3 2025 U-Boot 2023.10-rc4 (Jan 03 2025 - 14:02:21 +0800) CPU: MediaTek MT7981 Model: mt7981-rfb (mediatek,mt7981-rfb) DRAM: 256 MiB Core: 32 devices, 11 uclasses, devicetree: separate Initializing NMBM ... spi-nand: spi_nand spi_nand@0: Winbond 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... OK In: serial@11002000 Out: serial@11002000 Err: serial@11002000 Net: eth0: ethernet@15100000 *** U-Boot Boot Menu *** 1. Startup system (Default) 2. Upgrade firmware 3. Upgrade ATF BL2 4. Upgrade ATF FIP 5. Upgrade ATF BL31 only 6. Upgrade bootloader only 7. Upgrade single image 8. Load image 9. Start Web failsafe 0. U-Boot console Press UP/DOWN to move, ENTER to select, ESC to quit ubi0: attaching mtd6 ubi0: scanning is finished ubi0: attached mtd6 (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: 6/3, WL threshold: 4096, image sequence number: 1675675700 ubi0: available PEBs: 0, total reserved PEBs: 512, PEBs reserved for bad PEB handling: 19 No size specified -> Using max size (3555328) Read 3555328 bytes from volume kernel to 0000000046000000 ## Loading kernel from FIT Image at 46000000 ... Using 'config-1' configuration Trying 'kernel-1' kernel subimage Description: ARM64 OpenWrt Linux-5.4.238 Type: Kernel Image Compression: lzma compressed Data Start: 0x460000e8 Data Size: 3416882 Bytes = 3.3 MiB Architecture: AArch64 OS: Linux Load Address: 0x48080000 Entry Point: 0x48080000 Hash algo: crc32 Hash value: 5923c47f Hash algo: sha1 Hash value: 0e505fd7d18b8ff60dca7d2f5632a2be3dd8b38c 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 cf-e593ax device tree blob Type: Flat Device Tree Compression: uncompressed Data Start: 0x46342558 Data Size: 17135 Bytes = 16.7 KiB Architecture: AArch64 Hash algo: crc32 Hash value: c44246b3 Hash algo: sha1 Hash value: dfb3fe507d7dbfe1230b6b0a2e75825a78394f08 Verifying Hash Integrity ... crc32+ sha1+ OK Booting using the fdt blob at 0x46342558 Working FDT set to 46342558 Uncompressing Kernel Image Loading Device Tree to 000000004f7f1000, end 000000004f7f82ee ... OK Working FDT set to 4f7f1000 Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034] [ 0.000000] Linux version 5.4.238 (zl@ubuntu) (gcc version 8.4.0 (OpenWrt GCC 8.4.0 r0-db9b53a)) #0 SMP Sat Sep 21 03:14:46 2024 [ 0.000000] Machine model: COMFAST CF-E593AX [ 0.000000] earlycon: uart8250 at MMIO32 0x0000000011002000 (options '') [ 0.000000] printk: bootconsole [uart8250] enabled [ 0.000000] On node 0 totalpages: 64592 [ 0.000000] DMA32 zone: 1024 pages used for memmap [ 0.000000] DMA32 zone: 0 pages reserved [ 0.000000] DMA32 zone: 64592 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 s43992 r8192 d29736 u81920 [ 0.000000] pcpu-alloc: s43992 r8192 d29736 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: 63568 [ 0.000000] Kernel command line: console=ttyS0,115200n1 loglevel=8 earlycon=uart8250,mmio32,0x11002000 [ 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: 230600K/258368K available (7038K kernel code, 384K rwdata, 2004K rodata, 448K init, 284K bss, 27768K 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.008192] Calibrating delay loop (skipped), value calculated using timer frequency.. 26.00 BogoMIPS (lpj=52000) [ 0.018514] pid_max: default: 32768 minimum: 301 [ 0.023237] Mount-cache hash table entries: 512 (order: 0, 4096 bytes, linear) [ 0.030498] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes, linear) [ 0.039149] ASID allocator initialised with 65536 entries [ 0.044661] rcu: Hierarchical SRCU implementation. [ 0.049787] smp: Bringing up secondary CPUs ... [ 0.054687] Detected VIPT I-cache on CPU1 [ 0.054708] GICv3: CPU1: found redistributor 1 region 0:0x000000000c0a0000 [ 0.054731] CPU1: Booted secondary processor 0x0000000001 [0x410fd034] [ 0.054796] smp: Brought up 1 node, 2 CPUs [ 0.076411] SMP: Total of 2 processors activated. [ 0.081138] CPU features: detected: 32-bit EL0 Support [ 0.086300] CPU features: detected: CRC32 instructions [ 0.091572] CPU: All CPU(s) started at EL2 [ 0.095694] alternatives: patching kernel code [ 0.102461] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.112274] futex hash table entries: 512 (order: 3, 32768 bytes, linear) [ 0.119180] pinctrl core: initialized pinctrl subsystem [ 0.125135] NET: Registered protocol family 16 [ 0.129829] DMA: preallocated 256 KiB pool for atomic allocations [ 0.152519] SCSI subsystem initialized [ 0.156458] libata version 3.00 loaded. [ 0.160600] usbcore: registered new interface driver usbfs [ 0.166188] usbcore: registered new interface driver hub [ 0.171569] usbcore: registered new device driver usb [ 0.177518] Bluetooth: Core ver 2.22 [ 0.181170] NET: Registered protocol family 31 [ 0.185642] Bluetooth: HCI device and connection manager initialized [ 0.192034] Bluetooth: HCI socket layer initialized [ 0.196936] Bluetooth: L2CAP socket layer initialized [ 0.202020] Bluetooth: SCO socket layer initialized [ 0.207163] rbus 18000000.wbsys: PCI host bridge to bus 0000:00 [ 0.213123] pci_bus 0000:00: root bus resource [mem 0x18000000-0x18ffffff] [ 0.220035] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.225548] pci_bus 0000:00: scanning bus [ 0.229588] pci 0000:00:00.0: [14c3:7981] type 00 class 0x000280 [ 0.235634] pci 0000:00:00.0: reg 0x10: [mem 0x18000000-0x1800000f 64bit] [ 0.242457] pci 0000:00:00.0: reg 0x18: [mem 0x00000000-0x0000000f] [ 0.248756] pci 0000:00:00.0: reg 0x1c: [mem 0x00000000-0x0000000f] [ 0.255055] pci 0000:00:00.0: reg 0x20: [mem 0x00000000-0x0000000f] [ 0.261355] pci 0000:00:00.0: reg 0x24: [mem 0x00000000-0x0000000f] [ 0.268426] pci_bus 0000:00: fixups for bus [ 0.272642] pci_bus 0000:00: bus scan returning with max=00 [ 0.279316] clocksource: Switched to clocksource arch_sys_counter [ 0.286051] thermal_sys: Registered thermal governor 'fair_share' [ 0.286054] thermal_sys: Registered thermal governor 'bang_bang' [ 0.292205] thermal_sys: Registered thermal governor 'step_wise' [ 0.298247] thermal_sys: Registered thermal governor 'user_space' [ 0.304283] thermal_sys: Registered thermal governor 'power_allocator' [ 0.310672] NET: Registered protocol family 2 [ 0.321710] IP idents hash table entries: 4096 (order: 3, 32768 bytes, linear) [ 0.329255] tcp_listen_portaddr_hash hash table entries: 256 (order: 0, 4096 bytes, linear) [ 0.337668] TCP established hash table entries: 2048 (order: 2, 16384 bytes, linear) [ 0.345472] TCP bind hash table entries: 2048 (order: 3, 32768 bytes, linear) [ 0.352667] TCP: Hash tables configured (established 2048 bind 2048) [ 0.359115] UDP hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.365688] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.372789] NET: Registered protocol family 1 [ 0.377193] PCI: CLS 0 bytes, default 64 [ 0.381972] workingset: timestamp_bits=46 max_order=16 bucket_order=0 [ 0.391458] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.397340] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. [ 0.420395] phy phy-usb-phy@11e10000.1: type_sw - reg 0x218, index 0 [ 0.437412] Serial: 8250/16550 driver, 3 ports, IRQ sharing disabled [ 0.444533] printk: console [ttyS0] disabled [ 0.468945] 11002000.serial: ttyS0 at MMIO 0x11002000 (irq = 12, base_baud = 2500000) is a ST16650V2 [ 0.478155] printk: console [ttyS0] enabled [ 0.478155] printk: console [ttyS0] enabled [ 0.486512] printk: bootconsole [uart8250] disabled [ 0.486512] printk: bootconsole [uart8250] disabled [ 0.496827] cacheinfo: Unable to detect cache hierarchy for CPU 0 [ 0.505379] loop: module loaded [ 0.508674] mediatek,mt2701-ice_debug ice_debug: get dbg_sel clock fail: -2 [ 0.515641] mediatek,mt2701-ice_debug: probe of ice_debug failed with error -2 [ 0.523799] mt7981-pinctrl 11d00000.pinctrl: pin_config_set op failed for pin 19 [ 0.531197] mtk-spi 1100a000.spi: Error applying setting, reverse things back [ 0.538916] spi-nand spi0.0: Failed to calibrate SPI-NAND (err = -22) [ 0.545489] spi-nand spi0.0: Winbond SPI NAND was found. [ 0.550815] spi-nand spi0.0: 128 MiB, block size: 128 KiB, page size: 2048, OOB size: 64 [ 0.560885] [mtk_hw_init] reset_lock:0, force:0 [ 0.565465] [mtk_hw_init] execute fe cold reset [ 0.581009] mtk_soc_eth 15100000.ethernet: MDC is running on 2500000 Hz [ 0.608302] Airoha AN8801 mdio-bus:1e: PHY-ID = c0ff0421 [ 0.613849] Airoha AN8801 mdio-bus:1e: Debugfs init start [ 0.619382] mtk_soc_eth 15100000.ethernet: generated random MAC address 96:fe:6c:70:8e:01 [ 0.627859] mtk_soc_eth 15100000.ethernet eth0: mediatek frame engine at 0xffffffc011880000, irq 75 [ 0.636946] mtk_soc_eth 15100000.ethernet: generated random MAC address 32:6e:b1:95:6e:a5 [ 0.645402] mtk_soc_eth 15100000.ethernet eth1: mediatek frame engine at 0xffffffc011880000, irq 75 [ 0.654452] (unnamed net_device) (dummy): netif_napi_add() called with weight 256 [ 0.662154] usbcore: registered new interface driver r8152 [ 0.667689] usbcore: registered new interface driver ax88179_178a [ 0.673917] xhci-mtk 11200000.xhci: 11200000.xhci supply vbus not found, using dummy regulator [ 0.682557] xhci-mtk 11200000.xhci: 11200000.xhci supply vusb33 not found, using dummy regulator [ 0.691461] phy phy-usb-phy@11e10000.0: try to get sw efuse [ 0.697035] phy phy-usb-phy@11e10000.1: try to get sw efuse [ 0.702599] phy phy-usb-phy@11e10000.1: try to get sw efuse+ [ 0.708272] phy phy-usb-phy@11e10000.1: u3 efuse - intr 2a, rx_imp 11, tx_imp 11 [ 0.715697] phy_efuse_set set efuse, tx_imp 11, rx_imp 11 intr 2a [ 0.721870] xhci-mtk 11200000.xhci: xHCI Host Controller [ 0.727231] xhci-mtk 11200000.xhci: new USB bus registered, assigned bus number 1 [ 0.737774] xhci-mtk 11200000.xhci: hcc params 0x01403f99 hci version 0x110 quirks 0x0000000000210010 [ 0.747020] xhci-mtk 11200000.xhci: irq 84, io mem 0x11200000 [ 0.752847] xhci-mtk 11200000.xhci: xHCI Host Controller [ 0.758157] xhci-mtk 11200000.xhci: new USB bus registered, assigned bus number 2 [ 0.765635] xhci-mtk 11200000.xhci: Host supports USB 3.2 Enhanced SuperSpeed [ 0.773143] hub 1-0:1.0: USB hub found [ 0.776937] hub 1-0:1.0: 1 port detected [ 0.781198] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. [ 0.789625] hub 2-0:1.0: USB hub found [ 0.793411] hub 2-0:1.0: 1 port detected [ 0.797865] usbcore: registered new interface driver uas [ 0.803256] usbcore: registered new interface driver usb-storage [ 0.809384] i2c /dev entries driver [ 0.813838] mtk-wdt 1001c000.watchdog: Watchdog enabled (timeout=31 sec, nowayout=0) [ 0.821842] device-mapper: ioctl: 4.41.0-ioctl (2019-09-16) initialised: dm-devel@redhat.com [ 0.830435] Bluetooth: HCI UART driver ver 2.3 [ 0.834908] Bluetooth: HCI UART protocol H4 registered [ 0.840042] Bluetooth: HCI UART protocol BCSP registered [ 0.845435] Bluetooth: HCI UART protocol Broadcom registered [ 0.851110] Bluetooth: HCI UART protocol QCA registered [ 0.858484] NET: Registered protocol family 10 [ 0.863758] Segment Routing with IPv6 [ 0.867480] NET: Registered protocol family 17 [ 0.871965] Bridge firewalling registered [ 0.876060] 8021q: 802.1Q VLAN Support v1.8 [ 0.889974] nmbm nmbm_spim_nand: Signature found at block 1023 [0x07fe0000] [ 0.898656] nmbm nmbm_spim_nand: First info table with writecount 0 found in block 960 [ 0.911673] nmbm nmbm_spim_nand: Second info table with writecount 0 found in block 963 [ 0.919677] nmbm nmbm_spim_nand: NMBM has been successfully attached [ 0.926297] 5 fixed-partitions partitions found on MTD device nmbm_spim_nand [ 0.933347] Creating 5 MTD partitions on "nmbm_spim_nand": [ 0.938829] 0x000000000000-0x000000100000 : "BL2" [ 0.944091] 0x000000100000-0x000000180000 : "u-boot-env" [ 0.949938] 0x000000180000-0x000000380000 : "Factory" [ 0.955524] 0x000000380000-0x000000580000 : "FIP" [ 0.960763] 0x000000580000-0x000004580000 : "ubi" [ 0.966697] UBI: auto-attach mtd5 [ 0.970046] ubi0: attaching mtd5 [ 1.396838] ubi0: scanning is finished [ 1.410529] ubi0: attached mtd5 (name "ubi", size 64 MiB) [ 1.415934] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes [ 1.422799] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048 [ 1.429576] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096 [ 1.436525] ubi0: good PEBs: 512, bad PEBs: 0, corrupted PEBs: 0 [ 1.442520] ubi0: user volume: 3, internal volumes: 1, max. volumes count: 128 [ 1.449729] ubi0: max/mean erase counter: 6/3, WL threshold: 4096, image sequence number: 1675675700 [ 1.458847] ubi0: available PEBs: 0, total reserved PEBs: 512, PEBs reserved for bad PEB handling: 19 [ 1.468064] ubi0: background thread "ubi_bgt0d" started, PID 650 [ 1.468957] block ubiblock0_1: created from ubi0:1(rootfs) [ 1.479563] ubiblock: device ubiblock0_1 (rootfs) set to be root filesystem [ 1.486520] hctosys: unable to open rtc device (rtc0) [ 1.496197] VFS: Mounted root (squashfs filesystem) readonly on device 253:0. [ 1.503583] Freeing unused kernel memory: 448K [ 1.527351] Run /sbin/init as init process [ 1.788825] init: Console is alive [ 1.792367] init: - watchdog - [ 2.326498] kmodloader: loading kernel modules from /etc/modules-boot.d/* [ 2.359831] conninfra@(mtk_conninfra_drv_init:644) Before platform_driver_register [ 2.367530] Get Index(0-TOP_MISC_BASE) phy_addr(0x11d10000) vir_addr=(0xffffffc010b0f000) size=(0x1000) [ 2.376921] Get Index(1-TOPRGU_BASE) phy_addr(0x1001c000) vir_addr=(0xffffffc010b11000) size=(0x1000) [ 2.386130] Get Index(2-GPIO_BASE) phy_addr(0x11d00000) vir_addr=(0xffffffc010b1d000) size=(0x1000) [ 2.395164] Get Index(3-IOCFG_TR_BASE) phy_addr(0x11f00000) vir_addr=(0xffffffc010b25000) size=(0x1000) [ 2.404545] Get Index(4-IOCFG_TL_BASE) phy_addr(0x11f10000) vir_addr=(0xffffffc010b2d000) size=(0x1000) [ 2.413930] Get Index(5-INFRACFG_AO_BASE) phy_addr(0x10003000) vir_addr=(0xffffffc010b2f000) size=(0x1000) [ 2.423572] Get Index(6-CONN_INFRA_CFG_BASE) phy_addr(0x18001000) vir_addr=(0xffffffc010b31000) size=(0x1000) [ 2.433474] Get Index(7-CONN_INFRA_SYSRAM_BASE) phy_addr(0x18050000) vir_addr=(0xffffffc010b33000) size=(0x1000) [ 2.443635] Get Index(8-CONN_INFRA_CLKGEN_ON_TOP_BASE) phy_addr(0x18009000) vir_addr=(0xffffffc010b35000) size=(0x1000) [ 2.454404] Get Index(9-CONN_HOST_CSR_TOP_BASE) phy_addr(0x18060000) vir_addr=(0xffffffc010b3d000) size=(0x1000) [ 2.464566] Get Index(10-CONN_INFRA_BUS_CR_BASE) phy_addr(0x1800e000) vir_addr=(0xffffffc010b3f000) size=(0x1000) [ 2.474814] Get Index(11-CONN_INFRA_RGU_BASE) phy_addr(0x18000000) vir_addr=(0xffffffc010b41000) size=(0x1000) [ 2.484804] Get Index(12-CONN_WT_SLP_CTL_REG_BASE) phy_addr(0x18005000) vir_addr=(0xffffffc010b43000) size=(0x1000) [ 2.495226] Get Index(13-INST2_CONN_WT_SLP_CTL_REG_BASE) phy_addr(0x18085000) vir_addr=(0xffffffc010b86000) size=(0x1000) [ 2.506167] Get Index(14-CONN_RF_SPI_MST_REG_BASE) phy_addr(0x18004000) vir_addr=(0xffffffc010b88000) size=(0x1000) [ 2.516591] Get Index(15-INST2_CONN_RF_SPI_MST_REG_BASE) phy_addr(0x18084000) vir_addr=(0xffffffc010b8a000) size=(0x1000) [ 2.527534] Get Index(16-CONN_SEMAPHORE_BASE) phy_addr(0x18070000) vir_addr=(0xffffffc010bd0000) size=(0x10000) [ 2.537609] Get Index(17-CONN_AFE_CTL_BASE) phy_addr(0x18003000) vir_addr=(0xffffffc010b8c000) size=(0x1000) [ 2.547422] Get Index(18-CONN_AFE_CTL_2ND_BASE) phy_addr(0x18083000) vir_addr=(0xffffffc010b8e000) size=(0x1000) [ 2.557586] Get Index(19-WF_TOP_SLPPROT_ON_BASE) phy_addr(0x184c0000) vir_addr=(0xffffffc010e10000) size=(0x10000) [ 2.567921] Get Index(20-WF_TOP_CFG_BASE) phy_addr(0x184b0000) vir_addr=(0xffffffc010b90000) size=(0x1000) [ 2.577561] Get Index(21-WF_MCU_CONFIG_LS_BASE) phy_addr(0x184f0000) vir_addr=(0xffffffc010b92000) size=(0x1000) [ 2.587723] Get Index(22-WF_MCU_BUS_CR_BASE) phy_addr(0x18400000) vir_addr=(0xffffffc010b94000) size=(0x1000) [ 2.597624] Get Index(23-WF_MCUSYS_INFRA_BUS_FULL_U_DEBUG_CTRL_AO_BASE) phy_addr(0x18500000) vir_addr=(0xffffffc010b96000) size=(0x1000) [ 2.609869] Get Index(24-WF_TOP_CFG_ON_BASE) phy_addr(0x184c0000) vir_addr=(0xffffffc010e30000) size=(0x10000) [ 2.619858] conninfra@(consys_plt_hw_init:162) adie_cfg_type = 1, one_adie_dbdc = 1 [ 2.627509] [emi_mng_init] gConEmiPhyBase = [0x47c80000] size = [0x100000] fw size = [0x100000] ops=[(____ptrval____)] [ 2.638285] conninfra@(mtk_conninfra_drv_init:650) After platform_driver_register [ 2.646152] ConnInfra Dev: init (0) [ 2.651097] conninfra@(_consys_polling_chipid_int:306) Read CONNSYS HW IP version successfully! (0x02090000) [ 2.660949] conninfra@(connsys_d_die_cfg:365) D-die efuse: 0x00000000 [ 2.668419] conninfra@(_connsys_a_die_cfg_7976:919) adie_idx[0], A-die CHIP ID = 0x7976, HW Version = 0x8b00 [ 2.679239] conninfra@(consys_spi_write_nolock:501) addr=0x0a00, val=0xffffffff [ 2.687543] conninfra@(consys_spi_write_nolock:501) addr=0x04ac, val=0x0000001c [ 2.695846] conninfra@(consys_spi_write_nolock:501) addr=0x0144, val=0x00000002 [ 2.705156] conninfra@(consys_spi_write_nolock:501) addr=0x0148, val=0x00000000 [ 2.714467] conninfra@(consys_spi_write_nolock:501) addr=0x0148, val=0x43a60000 [ 2.727806] conninfra@(connsys_a_die_efuse_read_nolock:737) efuse = [0x00000001, 0x00c40000, 0x008700b4, 0x00000000] [ 2.739318] conninfra@(consys_spi_write_nolock:501) addr=0x0144, val=0x00000002 [ 2.748628] conninfra@(consys_spi_write_nolock:501) addr=0x0148, val=0x23a6003a [ 2.757939] conninfra@(consys_spi_write_nolock:501) addr=0x0148, val=0x63a7003a [ 2.771279] conninfra@(connsys_a_die_efuse_read_nolock:737) efuse = [0x00000001, 0x00c40000, 0x008700b4, 0x00000000] [ 2.782792] conninfra@(consys_spi_write_nolock:501) addr=0x0144, val=0x00000002 [ 2.792102] conninfra@(consys_spi_write_nolock:501) addr=0x0148, val=0x23a7003a [ 2.801412] conninfra@(consys_spi_write_nolock:501) addr=0x0148, val=0x63ac003a [ 2.814751] conninfra@(connsys_a_die_efuse_read_nolock:737) efuse = [0x00000001, 0x00c40000, 0x008700b4, 0x00000000] [ 2.826263] conninfra@(consys_spi_write_nolock:501) addr=0x0038, val=0x4a563b00 [ 2.834565] conninfra@(consys_spi_write_nolock:501) addr=0x065c, val=0x1d59080f [ 2.842867] conninfra@(consys_spi_write_nolock:501) addr=0x0664, val=0x34c00fe0 [ 2.851171] conninfra@(consys_spi_write_nolock:501) addr=0x0070, val=0x88888005 [ 2.860432] conninfra@(consys_spi_write_nolock:501) addr=0x0070, val=0x00000005 [ 2.868669] conninfra@(_consys_polling_chipid_int:306) Read CONNSYS HW IP version successfully! (0x02090000) [ 2.878482] conninfra@(_consys_hw_conninfra_wakeup:470) conninfra_wakeup refcnt=[0]->[1] wakeup!! [ 2.887346] conninfra@(_consys_hw_conninfra_sleep:490) conninfra_sleep refcnt=[1]->[0] sleep!! [ 2.895945] conninfra@(opfunc_power_on_internal:241) [Conninfra Pwr On] BT=[0] FM=[0] GPS=[0] WF=[0] CONNINFRA=[1] [ 2.911079] mediatek_soc_hnat 15100000.hnat: wan = eth1 [ 2.916335] mediatek_soc_hnat 15100000.hnat: lan = eth0 [ 2.921554] mediatek_soc_hnat 15100000.hnat: lan2 = eth2 [ 2.926858] mediatek_soc_hnat 15100000.hnat: ppd = eth0 [ 2.932075] mediatek_soc_hnat 15100000.hnat: gmac num = 2 [ 2.937465] mediatek_soc_hnat 15100000.hnat: ppe num = 1 [ 2.943249] mediatek_soc_hnat 15100000.hnat: PPE0 entry number = 8192 [ 2.960084] mediatek_soc_hnat 15100000.hnat: PPE0 hwnat start [ 2.965877] hnat roaming work enable [ 2.972680] warp_module_init(): module init and register callback for warp [ 2.979591] create warp_ctrl ok!!! [ 2.983023] wed_get_slot_map(): assign slot_id:0 for entry: 0! [ 2.988867] wed_get_slot_map(): assign slot_id:1 for entry: 1! [ 2.995189] kmodloader: done loading kernel modules from /etc/modules-boot.d/* [ 3.009946] init: - preinit - ifconfig: SIOCSIFHWADDR: Address not available [ 3.452146] mtk_soc_eth 15100000.ethernet eth1: PHY [mdio-bus:00] driver [Generic PHY] [ 3.452254] random: procd: uninitialized urandom read (4 bytes read) [ 3.463728] mtk_soc_eth 15100000.ethernet eth1: configuring for phy/gmii link mode [ 3.489820] Airoha AN8801 mdio-bus:1e: Tx, Rx Polarity : 01a01502 [ 3.503321] Airoha AN8801 mdio-bus:1e: LED initialize OK ! [ 3.509195] Airoha AN8801 mdio-bus:1e: surge protection mode - 0R [ 3.515392] Airoha AN8801 mdio-bus:1e: AN8801SB Initialize OK ! (1.1.4) [ 3.522005] mtk_soc_eth 15100000.ethernet eth0: PHY [mdio-bus:1e] driver [Airoha AN8801] [ 3.530085] mtk_soc_eth 15100000.ethernet eth0: configuring for phy/sgmii 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.559744] mtk_soc_eth 15100000.ethernet eth1: Link is Up - 1Gbps/Full - flow control off [ 7.568031] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready [ 7.618256] mount_root: loading kmods from internal overlay [ 7.634049] kmodloader: loading kernel modules from //etc/modules-boot.d/* [ 7.642347] kmodloader: done loading kernel modules from //etc/modules-boot.d/* [ 7.927326] random: crng init done [ 9.214832] UBIFS (ubi0:2): Mounting in unauthenticated mode [ 9.220579] UBIFS (ubi0:2): background thread "ubifs_bgt0_2" started, PID 829 [ 9.271882] UBIFS (ubi0:2): recovery needed [ 9.445225] UBIFS (ubi0:2): recovery completed [ 9.449781] UBIFS (ubi0:2): UBIFS: mounted UBI device 0, volume 2, name "rootfs_data" [ 9.457613] UBIFS (ubi0:2): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes [ 9.467523] UBIFS (ubi0:2): FS size: 44060672 bytes (42 MiB, 347 LEBs), journal size 2158592 bytes (2 MiB, 17 LEBs) [ 9.477947] UBIFS (ubi0:2): reserved for root: 2081093 bytes (2032 KiB) [ 9.484556] UBIFS (ubi0:2): media format: w5/r0 (latest is w5/r0), UUID 1533ACA1-410D-486B-ABC3-24C041530774, small LPT model [ 9.497624] block: attempting to load /tmp/ubifs_cfg/upper/etc/config/fstab [ 9.513196] block: extroot: not configured [ 9.520910] UBIFS (ubi0:2): un-mount UBI device 0 [ 9.525628] UBIFS (ubi0:2): background thread "ubifs_bgt0_2" stops [ 9.535353] UBIFS (ubi0:2): Mounting in unauthenticated mode [ 9.541092] UBIFS (ubi0:2): background thread "ubifs_bgt0_2" started, PID 832 [ 9.652683] UBIFS (ubi0:2): UBIFS: mounted UBI device 0, volume 2, name "rootfs_data" [ 9.660520] UBIFS (ubi0:2): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes [ 9.670424] UBIFS (ubi0:2): FS size: 44060672 bytes (42 MiB, 347 LEBs), journal size 2158592 bytes (2 MiB, 17 LEBs) [ 9.680846] UBIFS (ubi0:2): reserved for root: 2081093 bytes (2032 KiB) [ 9.687454] UBIFS (ubi0:2): media format: w5/r0 (latest is w5/r0), UUID 1533ACA1-410D-486B-ABC3-24C041530774, small LPT model [ 9.704787] mount_root: loading kmods from internal overlay [ 9.719964] kmodloader: loading kernel modules from /tmp/overlay/upper/etc/modules-boot.d/* [ 9.731467] kmodloader: done loading kernel modules from /tmp/overlay/upper/etc/modules-boot.d/* [ 11.216980] block: attempting to load /tmp/ubifs_cfg/upper/etc/config/fstab [ 11.229235] block: extroot: not configured [ 11.236161] mount_root: switching to ubifs overlay [ 11.253259] urandom-seed: Seeding with /etc/urandom.seed [ 11.333681] procd: - early - [ 11.336658] procd: - watchdog - [ 11.872723] procd: - watchdog - [ 11.877892] procd: - ubus - [ 11.934061] procd: - init - Please press Enter to activate this console. [ 12.374021] kmodloader: loading kernel modules from /etc/modules.d/* [ 12.398691] l2tp_core: L2TP core driver, V2.0 [ 12.404543] l2tp_netlink: L2TP netlink interface [ 12.411012] gre: GRE over IPv4 demultiplexor driver [ 12.416983] ip_gre: GRE over IPv4 tunneling driver [ 12.475779] GACT probability on [ 12.480194] Mirror/redirect action on [ 12.520296] u32 classifier [ 12.523000] input device check on [ 12.526676] Actions configured [ 12.541071] Simple TC action Loaded [ 12.597028] Current mapfilter version v3.0.1.2 [ 12.658439] urngd: v1.0.2 started. [ 13.782866] mt_wifi: module license 'Proprietary' taints kernel. [ 13.788893] Disabling lock debugging due to kernel taint [ 13.831953] conninfra@(conninfra_pwr_on:120) [conninfra_pwr_on] drv=[3] [ 13.839516] conninfra@(_consys_polling_chipid_int:306) Read CONNSYS HW IP version successfully! (0x02090000) [ 13.857375] Adie Type: 0x7976 [ 13.857377] SKU Type: 3000 [ 13.861294] conninfra@(opfunc_power_on_internal:241) [Conninfra Pwr On] BT=[0] FM=[0] GPS=[0] WF=[1] CONNINFRA=[1] [ 13.875405] WiFi@C12L1,get_dbg_setting_by_profile() 4425: debug level setting=INDEX0_debug_level not found!! [ 13.885239] WiFi@C12L1,get_dbg_setting_by_profile() 4448: debug option setting=INDEX0_debug_option not found!! [ 13.895291] mt_rbus 0000:00:00.0: runtime IRQ mapping not provided by arch [ 13.905877] mt7981_init()--> [ 13.908763] Use 1st iPAiLNA default bin. [ 13.912718] <--mt7981_init() [ 13.915615] RtmpRaDevCtrlInit(): MCS_LUT not used becasue MacTb size(288) > 128! [ 13.923127] WiFi@C12L1,match_index_by_chipname() 758: not find chip name INDEX1 [ 13.930446] WiFi@C12L1,match_index_by_chipname() 758: not find chip name INDEX2 [ 13.937762] WiFi@C12L1,match_index_by_chipname() 758: not find chip name INDEX3 [ 13.945079] WiFi@C12L1,match_index_by_chipname() 758: not find chip name INDEX4 [ 13.952395] WiFi@C12L1,match_index_by_chipname() 758: not find chip name INDEX5 [ 13.959710] WiFi@C12L1,match_index_by_chipname() 758: not find chip name INDEX6 [ 13.967024] WiFi@C12L1,match_index_by_chipname() 758: not find chip name INDEX7 [ 13.974341] WiFi@C12L1,match_index_by_chipname() 758: not find chip name INDEX8 [ 13.981657] WiFi@C12L1,match_index_by_chipname() 758: not find chip name INDEX9 [ 13.988957] WiFi@C12L2,match_index_by_chipname() 763: Not find slot id, back to old rule. [ 13.997245] msta_ifname not found [ 14.009034] -->mtfwd_init(ver:2.0) [ 14.009079] <-- [ 14.013230] mtk_warp_proxy: module uses symbols from proprietary module mt_wifi, inheriting taint. [ 14.025805] -->mtqos_init(), mtqos ver:1.0 [ 14.025855] <-- [ 14.103450] xt_time: kernel timezone is -0000 [ 14.113467] PPP generic driver version 2.4.2 [ 14.118790] PPP MPPE Compression module registered [ 14.125100] NET: Registered protocol family 24 [ 14.131942] kmodloader: done loading kernel modules from /etc/modules.d/*
OpenWrt bootlog
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034] [ 0.000000] Linux version 6.12.74 (xxx@xxx) (aarch64-openwrt-linux-musl-gcc (OpenWrt GCC 14.3.0 r33213-5a6ebce79c) 14.3.0, GNU ld (GNU Binutils) 2.44) #0 SMP Sun Mar 8 18:16:26 2026 [ 0.000000] KASLR disabled due to lack of seed [ 0.000000] Machine model: COMFAST CF-E593AX [ 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 20 pages/cpu s42520 r8192 d31208 u81920 [ 0.000000] pcpu-alloc: s42520 r8192 d31208 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] alternatives: applying boot alternatives [ 0.000000] Kernel command line: console=ttyS0,115200n8 [ 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: 65536 [ 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 0x000000004fe4d000-0x000000004fecd000] (0MB) [ 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] RCU Tasks Trace: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1 rcu_task_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: GICD_CTRL.DS=0, SCR_EL3.FIQ=0 [ 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.000077] Calibrating delay loop (skipped), value calculated using timer frequency.. 26.00 BogoMIPS (lpj=130000) [ 0.000085] pid_max: default: 32768 minimum: 301 [ 0.003049] Mount-cache hash table entries: 512 (order: 0, 4096 bytes, linear) [ 0.003057] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes, linear) [ 0.005201] cacheinfo: Unable to detect cache hierarchy for CPU 0 [ 0.006051] rcu: Hierarchical SRCU implementation. [ 0.006058] rcu: Max phase no-delay instances is 1000. [ 0.006259] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level [ 0.006499] smp: Bringing up secondary CPUs ... [ 0.006868] Detected VIPT I-cache on CPU1 [ 0.006918] GICv3: CPU1: found redistributor 1 region 0:0x000000000c0a0000 [ 0.006949] CPU1: Booted secondary processor 0x0000000001 [0x410fd034] [ 0.007039] smp: Brought up 1 node, 2 CPUs [ 0.007044] SMP: Total of 2 processors activated. [ 0.007047] CPU: All CPU(s) started at EL2 [ 0.007050] CPU features: detected: 32-bit EL0 Support [ 0.007053] CPU features: detected: CRC32 instructions [ 0.007078] alternatives: applying system-wide alternatives [ 0.007209] CPU features: emulated: Privileged Access Never (PAN) using TTBR0_EL1 switching [ 0.007346] Memory: 236476K/262144K available (9280K kernel code, 984K rwdata, 2764K rodata, 832K init, 300K bss, 24036K reserved, 0K cma-reserved) [ 0.010341] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.010362] futex hash table entries: 512 (order: 3, 32768 bytes, linear) [ 0.010421] 29184 pages in range for non-PLT usage [ 0.010424] 520704 pages in range for PLT usage [ 0.011902] pinctrl core: initialized pinctrl subsystem [ 0.013134] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.013469] DMA: preallocated 128 KiB GFP_KERNEL pool for atomic allocations [ 0.013494] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.013515] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.013900] thermal_sys: Registered thermal governor 'fair_share' [ 0.013903] thermal_sys: Registered thermal governor 'bang_bang' [ 0.013906] thermal_sys: Registered thermal governor 'step_wise' [ 0.013909] thermal_sys: Registered thermal governor 'user_space' [ 0.013976] ASID allocator initialised with 65536 entries [ 0.014648] pstore: Using crash dump compression: deflate [ 0.014653] pstore: Registered ramoops as persistent store backend [ 0.014655] ramoops: using 0x10000@0x42ff0000, ecc: 0 [ 0.016052] /soc/interrupt-controller@c000000: Fixed dependency cycle(s) with /soc/interrupt-controller@c000000 [ 0.032194] cryptd: max_cpu_qlen set to 1000 [ 0.034577] SCSI subsystem initialized [ 0.034751] libata version 3.00 loaded. [ 0.036519] clocksource: Switched to clocksource arch_sys_counter [ 0.038851] NET: Registered PF_INET protocol family [ 0.038953] IP idents hash table entries: 4096 (order: 3, 32768 bytes, linear) [ 0.039989] tcp_listen_portaddr_hash hash table entries: 256 (order: 0, 4096 bytes, linear) [ 0.040004] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.040014] TCP established hash table entries: 2048 (order: 2, 16384 bytes, linear) [ 0.040087] TCP bind hash table entries: 2048 (order: 4, 65536 bytes, linear) [ 0.040142] TCP: Hash tables configured (established 2048 bind 2048) [ 0.040471] MPTCP token hash table entries: 256 (order: 1, 6144 bytes, linear) [ 0.040575] UDP hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.040591] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.040811] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.040845] PCI: CLS 0 bytes, default 64 [ 0.042181] workingset: timestamp_bits=46 max_order=16 bucket_order=0 [ 0.047184] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.047192] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. [ 0.114870] Serial: 8250/16550 driver, 3 ports, IRQ sharing disabled [ 0.116103] printk: legacy console [ttyS0] disabled [ 0.136543] 11002000.serial: ttyS0 at MMIO 0x11002000 (irq = 72, base_baud = 2500000) is a ST16650V2 [ 0.136588] printk: legacy console [ttyS0] enabled [ 0.907001] mtk_rng trng: registered RNG driver [ 0.911737] random: crng init done [ 0.918120] loop: module loaded [ 0.924166] spi-nand spi0.0: calibration result: 0x2 [ 0.929418] spi-nand spi0.0: Winbond SPI NAND was found. [ 0.934723] spi-nand spi0.0: 128 MiB, block size: 128 KiB, page size: 2048, OOB size: 64 [ 0.943242] Signature found at block 1023 [0x07fe0000] [ 0.948395] NMBM management region starts at block 960 [0x07800000] [ 0.955918] First info table with writecount 0 found in block 960 [ 0.964449] Second info table with writecount 0 found in block 963 [ 0.970643] NMBM has been successfully attached [ 0.975381] 5 fixed-partitions partitions found on MTD device spi0.0 [ 0.982035] Creating 5 MTD partitions on "spi0.0": [ 0.986846] 0x000000000000-0x000000100000 : "BL2" [ 0.992584] 0x000000100000-0x000000180000 : "u-boot-env" [ 0.998703] 0x000000180000-0x000000380000 : "Factory" [ 1.005505] 0x000000380000-0x000000580000 : "FIP" [ 1.011729] 0x000000580000-0x000004580000 : "ubi" [ 1.054719] ubi0: default fastmap pool size: 25 [ 1.059276] ubi0: default fastmap WL pool size: 12 [ 1.064060] ubi0: attaching mtd4 [ 1.299189] ubi0: scanning is finished [ 1.307810] ubi0: attached mtd4 (name "ubi", size 64 MiB) [ 1.313216] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes [ 1.320097] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048 [ 1.326878] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096 [ 1.333826] ubi0: good PEBs: 512, bad PEBs: 0, corrupted PEBs: 0 [ 1.339824] ubi0: user volume: 3, internal volumes: 1, max. volumes count: 128 [ 1.347036] ubi0: max/mean erase counter: 18/12, WL threshold: 4096, image sequence number: 1040128381 [ 1.356327] ubi0: available PEBs: 0, total reserved PEBs: 512, PEBs reserved for bad PEB handling: 19 [ 1.365545] ubi0: background thread "ubi_bgt0d" started, PID 197 [ 1.372230] block ubiblock0_1: created from ubi0:1(rootfs) [ 1.377735] ubiblock: device ubiblock0_1 (rootfs) set to be root filesystem [ 1.520600] MediaTek MT7981 PHY mdio-bus:00: TX-VCM SW cal result at low margin 0x0 [ 1.570678] mtk_soc_eth 15100000.ethernet eth0: mediatek frame engine at 0xffffffc081480000, irq 75 [ 1.580609] mtk_soc_eth 15100000.ethernet eth1: mediatek frame engine at 0xffffffc081480000, irq 75 [ 1.590474] i2c_dev: i2c /dev entries driver [ 1.596421] mtk-wdt 1001c000.watchdog: Watchdog enabled (timeout=31 sec, nowayout=0) [ 1.605174] NET: Registered PF_INET6 protocol family [ 1.611168] Segment Routing with IPv6 [ 1.614856] In-situ OAM (IOAM) with IPv6 [ 1.618875] NET: Registered PF_PACKET protocol family [ 1.624114] 8021q: 802.1Q VLAN Support v1.8 [ 1.648637] clk: Disabling unused clocks [ 1.652842] PM: genpd: Disabling unused power domains [ 1.662734] VFS: Mounted root (squashfs filesystem) readonly on device 254:0. [ 1.670307] Freeing unused kernel memory: 832K [ 1.675994] Run /sbin/init as init process [ 1.680152] with arguments: [ 1.683108] /sbin/init [ 1.685803] with environment: [ 1.688940] HOME=/ [ 1.691289] TERM=linux [ 1.876040] init: Console is alive [ 1.879697] init: - watchdog - [ 2.185338] kmodloader: loading kernel modules from /etc/modules-boot.d/* [ 2.201354] Airoha AN8801 mdio-bus:1e: PHY-ID = c0ff0421 [ 2.206902] Airoha AN8801 mdio-bus:1e: Debugfs init start [ 2.215088] gpio_button_hotplug: loading out-of-tree module taints kernel. [ 2.224893] kmodloader: done loading kernel modules from /etc/modules-boot.d/* [ 2.242432] init: - preinit - [ 2.531117] Airoha AN8801 mdio-bus:1e: sgmii mode - AN [ 2.536904] Airoha AN8801 mdio-bus:1e: Tx, Rx Polarity : 01a01502 [ 2.548705] Airoha AN8801 mdio-bus:1e: LED initialize OK ! [ 2.554578] Airoha AN8801 mdio-bus:1e: surge protection mode - 0R [ 2.560784] Airoha AN8801 mdio-bus:1e: AN8801SB Initialize OK ! (1.1.7) [ 2.568999] mtk_soc_eth 15100000.ethernet eth0: PHY [mdio-bus:1e] driver [Airoha AN8801] (irq=POLL) [ 2.582089] mtk_soc_eth 15100000.ethernet eth0: configuring for inband/sgmii link mode [ 6.800114] UBIFS (ubi0:2): Mounting in unauthenticated mode [ 6.806971] UBIFS (ubi0:2): background thread "ubifs_bgt0_2" started, PID 657 [ 6.836426] UBIFS (ubi0:2): recovery needed [ 6.909318] UBIFS (ubi0:2): recovery completed [ 6.913836] UBIFS (ubi0:2): UBIFS: mounted UBI device 0, volume 2, name "rootfs_data" [ 6.921668] UBIFS (ubi0:2): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes [ 6.931575] UBIFS (ubi0:2): FS size: 50917376 bytes (48 MiB, 401 LEBs), max 411 LEBs, journal size 2539520 bytes (2 MiB, 20 LEBs) [ 6.943217] UBIFS (ubi0:2): reserved for root: 2404952 bytes (2348 KiB) [ 6.949824] UBIFS (ubi0:2): media format: w5/r0 (latest is w5/r0), UUID 2B8D06B4-1E15-40E4-AE08-67C14EE969A6, small LPT model [ 6.964208] mount_root: switching to ubifs overlay [ 6.972281] overlayfs: null uuid detected in lower fs '/', falling back to xino=off,index=off,nfs_export=off. [ 6.986561] urandom-seed: Seeding with /etc/urandom.seed [ 7.047447] procd: - early - [ 7.050398] procd: - watchdog - [ 7.594898] procd: - watchdog - [ 7.599389] procd: - ubus - [ 7.664513] procd: - init - [ 8.294954] kmodloader: loading kernel modules from /etc/modules.d/* [ 8.325095] crypto-safexcel 10320000.crypto: EIP97:230(0,1,4,4)-HIA:270(0,5,5),PE:150/433(alg:7fcdfc00)/0/0/0 [ 8.362703] Loading modules backported from Linux version v6.18.7-0-g5dfbc5357 [ 8.369987] Backport generated by backports.git c8a37ce [ 8.432720] urngd: v1.0.2 started. [ 8.932311] mt798x-wmac 18000000.wifi: HW/SW Version: 0x8a108a10, Build Time: 20240823161240a [ 9.109787] mt798x-wmac 18000000.wifi: WM Firmware Version: ____000000, Build Time: 20240823161304 [ 9.204819] mt798x-wmac 18000000.wifi: WA Firmware Version: DEV_000000, Build Time: 20240823161841 [ 9.302685] mt798x-wmac 18000000.wifi: registering led 'mt76-phy0' [ 9.368295] mt798x-wmac 18000000.wifi: registering led 'mt76-phy1' [ 9.451673] PPP generic driver version 2.4.2 [ 9.457118] NET: Registered PF_PPPOX protocol family [ 9.467974] kmodloader: done loading kernel modules from /etc/modules.d/* [ 12.526674] Airoha AN8801 mdio-bus:1e: sgmii mode - AN [ 12.532462] Airoha AN8801 mdio-bus:1e: Tx, Rx Polarity : 01a01502 [ 12.547899] Airoha AN8801 mdio-bus:1e: LED initialize OK ! [ 12.559275] Airoha AN8801 mdio-bus:1e: surge protection mode - 0R [ 12.566240] Airoha AN8801 mdio-bus:1e: AN8801SB Initialize OK ! (1.1.7) [ 12.576896] mtk_soc_eth 15100000.ethernet eth0: PHY [mdio-bus:1e] driver [Airoha AN8801] (irq=POLL) [ 12.590180] mtk_soc_eth 15100000.ethernet eth0: configuring for inband/sgmii link mode [ 12.612634] br-lan: port 1(eth0) entered blocking state [ 12.617923] br-lan: port 1(eth0) entered disabled state [ 12.623204] mtk_soc_eth 15100000.ethernet eth0: entered allmulticast mode [ 12.630261] mtk_soc_eth 15100000.ethernet eth0: entered promiscuous mode [ 12.659845] mtk_soc_eth 15100000.ethernet eth1: PHY [mdio-bus:00] driver [MediaTek MT7981 PHY] (irq=POLL) [ 12.669478] mtk_soc_eth 15100000.ethernet eth1: configuring for phy/gmii link mode




