Support for DLink M32 Mesh System and R32 Router

Hi,
How are the chances to get OpenWrt running on a DLink M32 mesh Router?
What I found so far (https://www.hkepc.com/20973/AI_智能_MESHAX3200_速度_D-Link_EAGLE_PRO_AI_M32_拆機實測):

  • MT7622BV SoC with 2.4GHz wifi
  • MT7975AN + MT7915AN for 5GHz
  • MT7531BE Switch
  • 512MB RAM
  • 128 MB flash

Thanks
Roland

The hardware specs are promising, but it will need porting work (and there may still be nasty surprises on the more software'ish side of things (secure boot, flash partitioning, NAND ECC strategy, signed images, etc.). If you feel comfortable with that (and accept a steep learning curve while doing the porting yourself), go for it - otherwise prefer already fully supported devices.

Ok, I'll have a closer look, seems there area already similar devices supported regarding the used CPU/switch/WLAN hardware:

  • Netgear WAX206
  • Belkin RT3200
  • Linksys E8450

The M32 has a recovery mode similar to other D-Link devices: Press the reset button during power on. This will result in a red led flashing. Then the recovery mode is available in http://192.168.0.1

Disassembly: Remove 4 screws in the bottom and 2 screws in the top (after removing the blue cover on the top), the the board can be pulled out.

Serial console is already labeled on the board:

3.3V, 115200 bps

OEM bootlog part 1:

F0: 102B 0000
F6: 0000 0000
V0: 0000 0000 [0001]
00: 0000 0000
BP: 0000 0041 [0000]
G0: 0190 0000
T0: 0000 0369 [000F]
Jump to BL

UNIVPLL_CON0 = 0xFE000000!!!
mt_pll_init: Set pll frequency for 25M crystal
[PMIC_WRAP]wrap_init pass,the return value=0.
[pmic_init] Preloader Start..................
[pmic_init] MT6380 CHIP Code, reg_val = 0, 1:E2  0:E3
[pmic_init] Done...................
Chip part number:7622B
MT7622 Version: 1.2.8, (iPA)
SSC OFF
mt_pll_post_init: mt_get_cpu_freq = 1350000Khz
mt_pll_post_init: mt_get_mem_freq = 1600000Khz
mt_pll_post_init: mt_get_bus_freq = 1119920Khz
[PLFM] Init I2C: OK(0)

[BLDR] Build Time: 20200518-110732
==== Dump RGU Reg ========
RGU MODE:     4D
RGU LENGTH:   FFE0
RGU STA:      0
RGU INTERVAL: FFF
RGU SWSYSRST: 8000
==== Dump RGU Reg End ====
RGU: g_rgu_satus:0
 mtk_wdt_mode_config  mode value=10, tmp:22000010
PL P ON
WDT does not trigger reboot
WDT NONRST=0x20000000
WDT IRQ_EN=0x340003
RGU mtk_wdt_init:MTK_WDT_DEBUG_CTL(590200F3)
[EMI] MDL number = 2
[EMI] DRAMC calibration start

[EMI] DRAMC calibration end

[EMI]rank size auto detect
[EMI]start_addr[0x40000000]=0x12345678, test_addr[0x48000000]= 0xEDCBA987
[EMI]start_addr[0x40000000]=0x12345678, test_addr[0x50000000]= 0xEDCBA987
[EMI]start_addr[0x40000000]=0xEDCBA987, test_addr[0x60000000]= 0xEDCBA987
[EMI]rank0 size: 0x20000000
[MEM] complex R/W mem test pass
RAM_CONSOLE wdt status (0x0)=0x0
[BBT] BMT.v2 is found at 0x3FF
[PLFM] Init Boot Device: OK(0)

[PART] blksz: 2048B
[PART] [0x0000000000000000-0x000000000007FFFF] "PRELOADER" (256 blocks)
[PART] [0x0000000000080000-0x00000000000BFFFF] "tee1" (128 blocks)
[PART] [0x00000000000C0000-0x000000000013FFFF] "lk" (256 blocks)

Device APC domain init setup:

Domain Setup (0x0)
Domain Setup (0x0)
Device APC domain after setup:
Domain Setup (0x0)
Domain Setup (0x0)
Bad_Block_Table init, sizeof(Bad_Block_Table)= 8192
[PART] Image with part header
[PART] name : LK
[PART] addr : FFFFFFFFh mode : -1
[PART] size : 436452
[PART] magic: 58881688h

[PART] load "lk" from 0x00000000000C0200 (dev) to 0x41E00000 (mem) [SUCCESS]
[PART] load speed: 10147KB/s, 436452 bytes, 42ms
load lk (ret=0)
[PART] Image with part header
[PART] name : atf
[PART] addr : FFFFFFFFh mode : -1
[PART] size : 57936
[PART] magic: 58881688h

[PART] load "tee1" from 0x0000000000080200 (dev) to 0x43000DC0 (mem) [SUCCESS]
[PART] load speed: 9429KB/s, 57936 bytes, 6ms
load tee1 (ret=0)
[BLDR] bldr load tee part ret=0x0, addr=0x43001000
[BLDR] boot part. not found
[BLDR] part_load_images ret=0x0
[BLDR] Others, jump to ATF

[BLDR] jump to 0x41E00000
[BLDR] <0x41E00000>=0xEA00000F
[BLDR] <0x41E00004>=0xE59FF014


U-Boot 2014.04-rc1-gbf1a898-dirty (Aug 13 2021 - 06:46:59)

auto detection g_total_rank_size = 0x1F000000
DRAM:  496 MiB
NAND:  Recognize SNAND: ID [c2 12 ], Device Name [MX35LF1GE4AB], Page Size [2048]B Spare Size [64]B Total Size [128]MB
[mtk_snand] probe successfully!
[BBT] BMT.v2 is found at 0x3ff
128 MiB
In:    serial
Out:   serial
Err:   serial
Net:   mtk_eth
Uip activated
### main_loop entered: bootdelay=3

  *** U-Boot SPI NAND ***

     1. System Load Linux to SDRAM via TFTP.
     2. System Load Linux Kernel then write to Flash via TFTP.
     3. Boot system code via Flash.
     4. System Load U-Boot then write to Flash via TFTP.
     5. System Load U-Boot then write to Flash via Serial.
     6. System Load ATF then write to Flash via TFTP.
     7. System Load Preloader then write to Flash via TFTP.
     8. System Load ROM header then write to Flash via TFTP.
     9. System Load CTP then write to Flash via TFTP.
     a. System Load CTP then Boot to CTP (via Flash).
     b. HTTP server.
     U-Boot console


  Press UP/DOWN to move or Press 1~9,a~b to choose, ENTER to select
ETH already turn on and power on flow will be skipped...

 Waiting for RX_DMA_BUSY status Start... done

mt7531: mt7531_sw_init
mt7531: mt7531_core_pll_setup, hwstrap = 000000ff, xtal=25MHz
mt7531: mt7531_mac_port_setup, port = 6
mt7531: mt7531_set_port_sgmii_force_mode, port = 6
mt7531: timeout waiting for SGMII_LINK
mt7531: mt7531_mac_port_setup, PMCR6 = f805633b
>>>>>>>>>>>>>>>>>>>>>>>>>>>>> START CALIBRATION:
CALDLY = 40
0x1e-e0 = 2929
0x1f-115 = 5
  GE Rext AnaCal Done! (9)(0x29)
 GE R50 AnaCal Done! (11) (0x31)(0xb1)
 GE R50 AnaCal Done! (11) (0x31)(0xb1)
 GE R50 AnaCal Done! (10) (0x32)(0xb2)
 GE R50 AnaCal Done! (11) (0x31)(0xb1)
 GE 1e_174(0xb1b1), 1e_175(0xb2b1)
 GE Tx offset AnaCal Done! (pair-0)(3)(0x22) 0x1e_172=0x2220
 GE Tx offset AnaCal Done! (pair-1)(1)(0x1) 0x1e_172=0x2201
 GE Tx offset AnaCal Done! (pair-2)(4)(0x4) 0x1e_173=0x420
 GE Tx offset AnaCal Done! (pair-3)(3)(0x3) 0x1e_173=0x403
 GE Tx amp AnaCal Done! (pair-0)(1e_12 = 0x701c)
 GE Tx amp AnaCal Done! (pair-1)(1e_17 = 0x1818)
 GE Tx amp AnaCal Done! (pair-2)(1e_19 = 0x1a22)
 GE Tx amp AnaCal Done! (pair-3)(1e_21 = 0x1c24)
PORT 0 RX_DC_OFFSET
before pairA output = f
after pairA output = 1
before pairB output = e
after pairB output = ff
before pairC output = 1e
after pairC output = 1
before pairD output = 1d
after pairD output = 1
-------- gephy-calibration (port:0)(0) --------
CALDLY = 40
 GE R50 AnaCal Done! (13) (0x26)(0xa6)
 GE R50 AnaCal Done! (12) (0x30)(0xb0)
 GE R50 AnaCal Done! (11) (0x31)(0xb1)
 GE R50 AnaCal Done! (12) (0x30)(0xb0)
 GE 1e_174(0xa6b0), 1e_175(0xb1b0)
 GE Tx offset AnaCal Done! (pair-0)(5)(0x24) 0x1e_172=0x2420
 GE Tx offset AnaCal Done! (pair-1)(2)(0x21) 0x1e_172=0x2421
 GE Tx offset AnaCal Done! (pair-2)(2)(0x21) 0x1e_173=0x2120
 GE Tx offset AnaCal Done! (pair-3)(4)(0x4) 0x1e_173=0x2104
 GE Tx amp AnaCal Done! (pair-0)(1e_12 = 0x6419)
 GE Tx amp AnaCal Done! (pair-1)(1e_17 = 0x1d1d)
 GE Tx amp AnaCal Done! (pair-2)(1e_19 = 0x1820)
 GE Tx amp AnaCal Done! (pair-3)(1e_21 = 0x1820)
PORT 1 RX_DC_OFFSET
before pairA output = f
after pairA output = ff
before pairB output = d
after pairB output = ff
before pairC output = e
after pairC output = 0
before pairD output = 1d
after pairD output = fe
-------- gephy-calibration (port:1)(0) --------
CALDLY = 40
 GE R50 AnaCal Done! (12) (0x30)(0xb0)
 GE R50 AnaCal Done! (11) (0x31)(0xb1)
 GE R50 AnaCal Done! (11) (0x31)(0xb1)
 GE R50 AnaCal Done! (10) (0x32)(0xb2)
 GE 1e_174(0xb0b1), 1e_175(0xb1b2)
 GE Tx offset AnaCal Done! (pair-0)(3)(0x22) 0x1e_172=0x2220
 GE Tx offset AnaCal Done! (pair-1)(2)(0x2) 0x1e_172=0x2202
 GE Tx offset AnaCal Done! (pair-2)(4)(0x23) 0x1e_173=0x2320
 GE Tx offset AnaCal Done! (pair-3)(3)(0x3) 0x1e_173=0x2303
 GE Tx amp AnaCal Done! (pair-0)(1e_12 = 0x741d)
 GE Tx amp AnaCal Done! (pair-1)(1e_17 = 0x1c1c)
 GE Tx amp AnaCal Done! (pair-2)(1e_19 = 0x1a22)
 GE Tx amp AnaCal Done! (pair-3)(1e_21 = 0x1a22)
PORT 2 RX_DC_OFFSET
before pairA output = f
after pairA output = 0
before pairB output = 1d
after pairB output = 0
before pairC output = 1d
after pairC output = 1
before pairD output = e
after pairD output = 0
-------- gephy-calibration (port:2)(0) --------
CALDLY = 40
 GE R50 AnaCal Done! (13) (0x26)(0xa6)
 GE R50 AnaCal Done! (12) (0x30)(0xb0)
 GE R50 AnaCal Done! (13) (0x26)(0xa6)
 GE R50 AnaCal Done! (14) (0x24)(0xa4)
 GE 1e_174(0xa6b0), 1e_175(0xa6a4)
 GE Tx offset AnaCal Done! (pair-0)(1)(0x1) 0x1e_172=0x120
 GE Tx offset AnaCal Done! (pair-1)(4)(0x23) 0x1e_172=0x123
 GE Tx offset AnaCal Done! (pair-2)(3)(0x22) 0x1e_173=0x2220
 GE Tx offset AnaCal Done! (pair-3)(3)(0x3) 0x1e_173=0x2203
 GE Tx amp AnaCal Done! (pair-0)(1e_12 = 0x6419)
 GE Tx amp AnaCal Done! (pair-1)(1e_17 = 0x1f1f)
 GE Tx amp AnaCal Done! (pair-2)(1e_19 = 0x1f27)
 GE Tx amp AnaCal Done! (pair-3)(1e_21 = 0x1b23)
PORT 3 RX_DC_OFFSET
before pairA output = 1d
after pairA output = 0
before pairB output = 1e
after pairB output = ff
before pairC output = e
after pairC output = 0
before pairD output = e
after pairD output = ff
-------- gephy-calibration (port:3)(0) --------
CALDLY = 40
 GE R50 AnaCal Done! (9) (0x34)(0xb4)
 GE R50 AnaCal Done! (9) (0x34)(0xb4)
 GE R50 AnaCal Done! (8) (0x35)(0xb5)
 GE R50 AnaCal Done! (9) (0x34)(0xb4)
 GE 1e_174(0xb4b4), 1e_175(0xb5b4)
 GE Tx offset AnaCal Done! (pair-0)(3)(0x22) 0x1e_172=0x2220
 GE Tx offset AnaCal Done! (pair-1)(1)(0x1) 0x1e_172=0x2201
 GE Tx offset AnaCal Done! (pair-2)(1)(0x1) 0x1e_173=0x120
 GE Tx offset AnaCal Done! (pair-3)(2)(0x2) 0x1e_173=0x102
 GE Tx amp AnaCal Done! (pair-0)(1e_12 = 0x5816)
 GE Tx amp AnaCal Done! (pair-1)(1e_17 = 0x1616)
 GE Tx amp AnaCal Done! (pair-2)(1e_19 = 0x1018)
 GE Tx amp AnaCal Done! (pair-3)(1e_21 = 0x1018)
PORT 4 RX_DC_OFFSET
before pairA output = 1e
after pairA output = ff
before pairB output = e
after pairB output = 1
before pairC output = 1e
after pairC output = ff
before pairD output = e
after pairD output = ff
-------- gephy-calibration (port:4)(0) --------
 0x1b000014 = 0x00110214
start load_p_section
load_section: start p mode
load_section: found csxf tag
csxf->magic: 5343
csxf->checksum: 8051
csxf->body_length: 000014ad
csxf->body_encoding: 00
csxf->raw_length: 000014ad
check p section: ok
load P section success @180000
 romid: (DLK6E6010001)
 sys info PV 01
 model name: (M32)
 ecn no: (200909100001)
 beid rule: 190A
 beid mac: << WAN_MAC >>
 default ip: 192:168:0:1
aup_start Using mtk_eth device
mcast upgrade timeout.

NAND read: device 0 offset 0x2c0000, size 0x2000
 8192 bytes read: OK
[do_read_image_blks]This is a FIT image,img_size = 0x2d942c
[do_read_image_blks]img_blks = 0x5b3
[do_read_image_blks]img_align_size = 0x2d9800

NAND read: device 0 offset 0x2c0000, size 0x2d9800
[mtk_snand_check_bch_error] ECC-C, #err:1, PA=1589, S=2
NFI Less than 2 bit error, ignore
 2988032 bytes read: OK
bootm flag=0, states=70f
## Loading kernel from FIT Image at 4007ff28 ...
   Using 'config@1' configuration
   Trying 'kernel@1' kernel subimage
     Description:  ARM64 mt7622-covr326x Linux-4.4.124
     Type:         Kernel Image
     Compression:  lzma compressed
     Data Start:   0x40080018
     Data Size:    2956940 Bytes = 2.8 MiB
     Architecture: AArch64
     OS:           Linux
     Load Address: 0x41080000
     Entry Point:  0x41080000
     Hash algo:    crc32
     Hash value:   5892889d
     Hash algo:    sha1
     Hash value:   ffb2cfbbdff58e4ed1f6aea6c007af6c5000710f
   Verifying Hash Integrity ... crc32+ sha1+ OK
## Loading fdt from FIT Image at 4007ff28 ...
   Using 'config@1' configuration
   Trying 'fdt@1' fdt subimage
     Description:  ARM64 mt7622-covr326x device tree blob
     Type:         Flat Device Tree
     Compression:  uncompressed
     Data Start:   0x40351fdc
     Data Size:    28749 Bytes = 28.1 KiB
     Architecture: AArch64
     Hash algo:    crc32
     Hash value:   bc180f0b
     Hash algo:    sha1
     Hash value:   6983b73f0bfa717b27f7105c4a2effce77a98cc9
   Verifying Hash Integrity ... crc32+ sha1+ OK
   Booting using the fdt blob at 0x40351fdc
   Uncompressing Kernel Image ... OK
   Loading Device Tree to 5cd9c000, end 5cda604c ... OK
bootargs:(console=ttyS0,115200n1 loglevel=8 swiotlb=512 rootfstype=squashfs boot_part=Kernel1)

Starting kernel ...

[ATF][    13.425391]save kernel info
[ATF][    13.428422]Kernel_EL2
[ATF][    13.431178]Kernel is 64Bit
[ATF][    13.434366]pc=0x41080000, r0=0x5cd9c000, r1=0x0
INFO:    BL3-1: Preparing for EL3 exit to normal world, Kernel
INFO:    BL3-1: Next image address = 0x41080000
INFO:    BL3-1: Next image spsr = 0x3c9
[ATF][    13.452635]el3_exit
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 4.4.124 (oe-user@oe-host) (gcc version 7.3.0 (GCC) ) #1 SMP PREEMPT Thu Apr 21 10:33:53 UTC 2022
[    0.000000] Boot CPU: AArch64 Processor [410fd034]
[    0.000000] On node 0 totalpages: 131024
[    0.000000]   DMA zone: 2048 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 131024 pages, LIFO batch:31
[    0.000000] psci: probing for conduit method from DT.
[    0.000000] psci: PSCIv0.2 detected in firmware.
[    0.000000] psci: Using standard PSCI v0.2 function IDs
[    0.000000] psci: Trusted OS migration not required
[    0.000000] PERCPU: Embedded 19 pages/cpu @ffffffc01ffa6000 s39320 r8192 d30312 u77824
[    0.000000] pcpu-alloc: s39320 r8192 d30312 u77824 alloc=19*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1
[    0.000000] Detected VIPT I-cache on CPU0
[    0.000000] CPU features: enabling workaround for ARM erratum 845719
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 128976
[    0.000000] Kernel command line: console=ttyS0,115200n1 loglevel=8 swiotlb=512 rootfstype=squashfs boot_part=Kernel1
[    0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)
[    0.000000] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)
[    0.000000] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.000000] software IO TLB [mem 0x5fcf4000-0x5fdf4000] (1MB) mapped at [ffffffc01fcf4000-ffffffc01fdf3fff]
[    0.000000] Memory: 496880K/524096K available (5620K kernel code, 446K rwdata, 1712K rodata, 360K init, 406K bss, 27216K reserved, 0K cma-reserved)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     modules : 0xffffff8000000000 - 0xffffff8008000000   (   128 MB)
[    0.000000]     vmalloc : 0xffffff8008000000 - 0xffffffbdbfff0000   (   246 GB)
[    0.000000]       .init : 0xffffff80087ad000 - 0xffffff8008807000   (   360 KB)
[    0.000000]       .text : 0xffffff8008080000 - 0xffffff80085fe000   (  5624 KB)
[    0.000000]     .rodata : 0xffffff80085fe000 - 0xffffff80087ad000   (  1724 KB)
[    0.000000]       .data : 0xffffff8008807000 - 0xffffff8008876b38   (   447 KB)
[    0.000000]     vmemmap : 0xffffffbdc0000000 - 0xffffffbfc0000000   (     8 GB maximum)
[    0.000000]               0xffffffbdc0000000 - 0xffffffbdc0800000   (     8 MB actual)
[    0.000000]     fixed   : 0xffffffbffe7fb000 - 0xffffffbffec00000   (  4116 KB)
[    0.000000]     PCI I/O : 0xffffffbffee00000 - 0xffffffbfffe00000   (    16 MB)
[    0.000000]     memory  : 0xffffffc000000000 - 0xffffffc020000000   (   512 MB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000]  Build-time adjustment of leaf fanout to 64.
[    0.000000] NR_IRQS:64 nr_irqs:64 0
[    0.000000] Architected cp15 timer(s) running at 12.50MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x2e2049cda, max_idle_ns: 440795202628 ns
[    0.000004] sched_clock: 56 bits at 12MHz, resolution 80ns, wraps every 4398046511080ns
[    0.000058] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 191126102035 ns
[    0.000224] Console: colour dummy device 80x25
[    0.000239] Calibrating delay loop (skipped), value calculated using timer frequency.. 25.00 BogoMIPS (lpj=50000)
[    0.000247] pid_max: default: 32768 minimum: 301
[    0.000295] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)
[    0.000301] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)
[    0.000766] sched-energy: CPU device node has no sched-energy-costs
[    0.000773] Invalid sched_group_energy for CPU0
[    0.000776] CPU0: update cpu_capacity 1024
[    0.000805] ASID allocator initialised with 32768 entries
[    0.032100] Detected VIPT I-cache on CPU1
[    0.032129] Invalid sched_group_energy for CPU1
[    0.032131] CPU1: update cpu_capacity 1024
[    0.032133] CPU1: Booted secondary processor [410fd034]
[    0.032167] Brought up 2 CPUs
[    0.032179] SMP: Total of 2 processors activated.
[    0.032186] CPU: All CPU(s) started at EL2
[    0.032199] alternatives: patching kernel code
[    0.032292] Invalid sched_group_energy for CPU1
[    0.032298] Invalid sched_group_energy for Cluster1
[    0.032301] Invalid sched_group_energy for CPU0
[    0.032304] Invalid sched_group_energy for Cluster0
[    0.032548] devtmpfs: initialized
[    0.036756] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.036774] futex hash table entries: 512 (order: 4, 65536 bytes)
[    0.036886] pinctrl core: initialized pinctrl subsystem
[    0.037403] NET: Registered protocol family 16
[    0.037840] [SPM] spm_base = ffffff8008026000
[    0.037845] [SPM] spm_irq_0 = 6, spm_irq_1 = 7
[    0.037848] [SPM] spm_irq_2 = 8, spm_irq_3 = 9
[    0.037851] [SPM] set spm as wakeup devcie.
[    0.037856] [SPM] spm_rtc cnt: 24414.
[    0.052080] cpuidle: using governor menu
[    0.052141] vdso: 2 pages (1 code @ ffffff8008603000, 1 data @ ffffff800880c000)
[    0.052297] DMA: preallocated 256 KiB pool for atomic allocations
[    0.052380] Serial: AMBA PL011 UART driver
[    0.052432] [SPM] PWAKE_EN:1, PCMWDT_EN:0, BYPASS_SYSPWREQ:0, I2C_CHANNEL:2
[    0.052437] [SLP] SLEEP_DPIDLE_EN:1, REPLACE_DEF_WAKESRC:0, SUSPEND_LOG_EN:1
[    0.081152] vgaarb: loaded
[    0.081355] SCSI subsystem initialized
[    0.081560] usbcore: registered new interface driver usbfs
[    0.081597] usbcore: registered new interface driver hub
[    0.081636] usbcore: registered new device driver usb
[    0.083027] rbus 18000000.wbsys: PCI host bridge to bus 0000:00
[    0.083043] pci_bus 0000:00: root bus resource [mem 0x18000000-0x180fffff]
[    0.083050] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.083069] pci 0000:00:00.0: [14c3:7622] type 00 class 0x000280
[    0.083085] pci 0000:00:00.0: reg 0x10: [mem 0x18000000-0x1800000f 64bit]
[    0.083091] pci 0000:00:00.0: reg 0x18: [mem 0x00000000-0x0000000f]
[    0.083098] pci 0000:00:00.0: reg 0x1c: [mem 0x00000000-0x0000000f]
[    0.083104] pci 0000:00:00.0: reg 0x20: [mem 0x00000000-0x0000000f]
[    0.083111] pci 0000:00:00.0: reg 0x24: [mem 0x00000000-0x0000000f]
[    0.083143] pci 0000:00:00.0: of_irq_parse_pci() failed with rc=-22
[    0.083446] clocksource: Switched to clocksource arch_sys_counter
[    0.089302] NET: Registered protocol family 2
[    0.089668] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
[    0.089699] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)
[    0.089756] TCP: Hash tables configured (established 4096 bind 4096)
[    0.089802] UDP hash table entries: 256 (order: 1, 8192 bytes)
[    0.089815] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[    0.089920] NET: Registered protocol family 1
[    0.089958] PCI: CLS 0 bytes, default 128
[    0.097250] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.097433] jffs2: version 2.2 (NAND) (SUMMARY) (ZLIB) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[    0.097869] fuse init (API version 7.23)
[    0.101411] NET: Registered protocol family 38
[    0.101452] io scheduler noop registered
[    0.101690] io scheduler cfq registered (default)
[    0.119677] mtk-pcie 1a140000.pcie: pcie rc 0 linkup success
[    0.219703] mtk-pcie 1a140000.pcie: Port1 link down
[    0.219858] mtk-pcie 1a140000.pcie: PCI host bridge to bus 0001:00
[    0.219867] pci_bus 0001:00: root bus resource [??? 0x00000000 flags 0x0]
[    0.219874] pci_bus 0001:00: root bus resource [mem 0x20000000-0x2fffffff]
[    0.219881] pci_bus 0001:00: root bus resource [bus 00-ff]
[    0.219916] pci 0001:00:00.0: [14c3:5396] type 01 class 0x060400
[    0.219968] pci 0001:00:00.0: reg 0x10: [mem 0x00000000-0xffffffff 64bit pref]
[    0.220088] pci 0001:00:00.0: of_irq_parse_pci() failed with rc=-22
[    0.220211] pci 0001:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    0.220432] pci 0001:01:00.0: [14c3:7915] type 00 class 0x000280
[    0.220737] pci 0001:01:00.0: reg 0x10: [mem 0x00000000-0x000fffff 64bit pref]
[    0.220850] pci 0001:01:00.0: reg 0x18: [mem 0x00000000-0x00003fff 64bit pref]
[    0.220963] pci 0001:01:00.0: reg 0x20: [mem 0x00000000-0x00000fff 64bit pref]
[    0.221476] pci 0001:01:00.0: supports D1 D2
[    0.221483] pci 0001:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.227513] pci_bus 0001:01: busn_res: [bus 01-ff] end is updated to 01
[    0.227551] pci 0001:00:00.0: BAR 0: no space for [mem size 0x100000000 64bit pref]
[    0.227558] pci 0001:00:00.0: BAR 0: failed to assign [mem size 0x100000000 64bit pref]
[    0.227564] pci 0001:00:00.0: BAR 8: assigned [mem 0x20000000-0x201fffff]
[    0.227574] pci 0001:01:00.0: BAR 0: assigned [mem 0x20000000-0x200fffff 64bit pref]
[    0.227665] pci 0001:01:00.0: BAR 2: assigned [mem 0x20100000-0x20103fff 64bit pref]
[    0.227756] pci 0001:01:00.0: BAR 4: assigned [mem 0x20104000-0x20104fff 64bit pref]
[    0.227845] pci 0001:00:00.0: PCI bridge to [bus 01]
[    0.227857] pci 0001:00:00.0:   bridge window [mem 0x20000000-0x201fffff]
[    0.227915] pcieport 0001:00:00.0: of_irq_parse_pci() failed with rc=-22
[    0.227930] pcieport 0001:00:00.0: enabling device (0000 -> 0002)
[    0.228091] pcieport 0001:00:00.0: Signaling PME through PCIe PME interrupt
[    0.228097] pci 0001:01:00.0: Signaling PME through PCIe PME interrupt
[    0.228106] pcie_pme 0001:00:00.0:pcie01: service driver pcie_pme loaded
[    0.232760] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    0.233905] console [ttyS0] disabled
[    0.254068] 11002000.serial: ttyS0 at MMIO 0x11002000 (irq = 230, base_baud = 1562500) is a ST16650V2
[    1.117809] console [ttyS0] enabled
[    1.141905] 11005000.serial: ttyS1 at MMIO 0x11005000 (irq = 231, base_baud = 1562500) is a ST16650V2
[    1.151861] Unable to detect cache hierarchy for CPU 0
[    1.160121] loop: module loaded
[    1.163749] dump_power_table[0] = { .cpufreq_khz = 1350000,  .cpufreq_ncpu = 2,      .cpufreq_power = 995 }
[    1.173091] dump_power_table[1] = { .cpufreq_khz = 1262500,  .cpufreq_ncpu = 2,      .cpufreq_power = 811 }
[    1.182309] dump_power_table[2] = { .cpufreq_khz = 1137500,  .cpufreq_ncpu = 2,      .cpufreq_power = 736 }
[    1.191527] dump_power_table[3] = { .cpufreq_khz = 1025000,  .cpufreq_ncpu = 2,      .cpufreq_power = 624 }
[    1.200748] dump_power_table[4] = { .cpufreq_khz = 1350000,  .cpufreq_ncpu = 1,      .cpufreq_power = 517 }
[    1.209966] dump_power_table[5] = { .cpufreq_khz = 812500,   .cpufreq_ncpu = 2,      .cpufreq_power = 492 }
[    1.219095] dump_power_table[6] = { .cpufreq_khz = 1262500,  .cpufreq_ncpu = 1,      .cpufreq_power = 377 }
[    1.228316] dump_power_table[7] = { .cpufreq_khz = 600000,   .cpufreq_ncpu = 2,      .cpufreq_power = 376 }
[    1.237444] dump_power_table[8] = { .cpufreq_khz = 1137500,  .cpufreq_ncpu = 1,      .cpufreq_power = 333 }
[    1.246658] dump_power_table[9] = { .cpufreq_khz = 437500,   .cpufreq_ncpu = 2,      .cpufreq_power = 295 }
[    1.255785] dump_power_table[10] = { .cpufreq_khz = 1025000, .cpufreq_ncpu = 1,      .cpufreq_power = 258 }
[    1.265085] dump_power_table[11] = { .cpufreq_khz = 300000,  .cpufreq_ncpu = 2,      .cpufreq_power = 225 }
[    1.274299] dump_power_table[12] = { .cpufreq_khz = 812500,  .cpufreq_ncpu = 1,      .cpufreq_power = 204 }
[    1.283513] dump_power_table[13] = { .cpufreq_khz = 600000,  .cpufreq_ncpu = 1,      .cpufreq_power = 166 }
[    1.292727] dump_power_table[14] = { .cpufreq_khz = 437500,  .cpufreq_ncpu = 1,      .cpufreq_power = 140 }
[    1.301940] dump_power_table[15] = { .cpufreq_khz = 300000,  .cpufreq_ncpu = 1,      .cpufreq_power = 119 }
[    1.312291] [cal] calefuse1  = 0x7da7ab80
[    1.316220] [cal] calefuse2  = 0x458010
[    1.319970] [cal] g_adc_ge_t = 0x27a
[    1.323541] [cal] g_adc_oe_t = 0x1f6
[    1.327106] [cal] g_degc_cali        = 0x2e
[    1.330679] [cal] g_adc_cali_en_t    = 0x1
[    1.334511] [cal] g_o_slope  = 0x0
[    1.337825] [cal] g_o_slope_sign     = 0x0
[    1.341569] [cal] g_id               = 0x0
[    1.344535] [cal] g_o_vtsmcu1        = 0x0
[    1.348019] [cal] g_o_vtsmcu2        = 0x116
[    1.351679] [cal] g_o_vtsmcu3        = 0x0
[    1.355156] [cal] g_o_vtsmcu4        = 0x0
[    1.358643] [cal] g_ge               = 0x129
[    1.361780] [cal] g_gain             = 0x2839
[    1.365177] [cal] g_x_roomt1 = 0x1f6c
[    1.372351] mtk-snand 1100d000.snfi: mtk_snand_init_hw
[    1.377503] mtk-snand 1100d000.snfi: # MTK SNAND # : Use HW ECC
[    1.393535] Recognize NAND: ID [
[    1.396586] c2 12
[    1.398596] ], [MX35LF1GE4AB], Page[2048]B, Spare [64]B Total [128]MB
[    1.405408] nand: device found, Manufacturer ID: 0xc2, Chip ID: 0x12
[    1.411756] nand: Macronix SNAND 128MiB 3,3V 8-bit
[    1.416547] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
[    1.424111] [NAND]select ecc bit:4, sparesize :64
[    1.430251] [BBT] BMT.v2 is found at 0x3ff
[    1.434377] 12 ofpart partitions found on MTD device MTK-SNAND
[    1.440207] Creating 12 MTD partitions on "MTK-SNAND":
[    1.445345] 0x000000000000-0x000000080000 : "Preloader"
[    1.451526] 0x000000080000-0x0000000c0000 : "ATF"
[    1.456905] 0x0000000c0000-0x000000140000 : "Bootloader"
[    1.463038] 0x000000140000-0x000000180000 : "BootConfig"
[    1.469027] 0x000000180000-0x0000001c0000 : "Odm"
[    1.474404] 0x0000001c0000-0x000000240000 : "Config1"
[    1.480289] 0x000000240000-0x0000002c0000 : "Config2"
[    1.486186] 0x0000002c0000-0x000002fc0000 : "Kernel1"
[    1.519656] 2 fit-fw partitions found on MTD device Kernel1
[    1.525230] 0x0000002c0000-0x0000005a0000 : "kernel"
[    1.532455] 0x0000005a0000-0x000002fc0000 : "rootfs"
[    1.563616] mtd: device 9 (rootfs) set to be root filesystem
[    1.569280] 1 squashfs-split partitions found on MTD device rootfs
[    1.575461] 0x000002620000-0x000002fc0000 : "rootfs_data"
[    1.587239] 0x000002fc0000-0x000005cc0000 : "Kernel2"
[    1.620244] 0x000005cc0000-0x000005dc0000 : "Factory"
[    1.626428] 0x000005dc0000-0x000005fc0000 : "Mydlink"
[    1.633224] 0x000005fc0000-0x0000062c0000 : "Storage"
[    1.640646] mtk-snand 1100d000.snfi: [mtk_snand] probe successfully!
[    1.648734] libphy: Fixed MDIO Bus: probed
[    1.653202] sean debug physpeed = 2500
[    1.690698] libphy: mdio: probed
[    1.693951] mtk_soc_eth 1b100000.ethernet: generated random MAC address ba:bd:50:3d:ce:f1
[    1.702297] mtk_soc_eth 1b100000.ethernet: connected mac 0 to PHY at fixed-0:00 [uid=00000000, driver=Generic PHY]
[    1.712957] mtk_soc_eth 1b100000.ethernet eth0: mediatek frame engine at 0xffffff8008980000, irq 250
[    1.722093] netif_napi_add() called with weight 256 on device
[    1.728029] PPP generic driver version 2.4.2
[    1.732430] PPP BSD Compression module registered
[    1.737142] PPP Deflate Compression module registered
[    1.742211] PPP MPPE Compression module registered
[    1.747004] NET: Registered protocol family 24
[    1.751465] PPTP driver version 0.8.5
[    1.755584] 1a0c0000.usb supply vbus not found, using dummy regulator
[    1.762054] 1a0c0000.usb supply vusb33 not found, using dummy regulator
[    1.768948] xhci-mtk 1a0c0000.usb: xHCI Host Controller
[    1.774186] xhci-mtk 1a0c0000.usb: new USB bus registered, assigned bus number 1
[    1.781666] xhci-mtk 1a0c0000.usb: hcc params 0x01403198 hci version 0x96 quirks 0x00210010
[    1.790046] xhci-mtk 1a0c0000.usb: irq 246, io mem 0x1a0c0000
[    1.796231] hub 1-0:1.0: USB hub found
[    1.799995] hub 1-0:1.0: 2 ports detected
[    1.804275] xhci-mtk 1a0c0000.usb: xHCI Host Controller
[    1.809503] xhci-mtk 1a0c0000.usb: new USB bus registered, assigned bus number 2
[    1.816933] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.825384] hub 2-0:1.0: USB hub found
[    1.829145] hub 2-0:1.0: 1 port detected
[    1.833402] usbcore: registered new interface driver usb-storage
[    1.839650] rtc rtc0: alarm rollover: day
[    1.843661] rtc rtc0: invalid alarm value: 1900-1-2 2022213768:1073741856:0
[    1.850728] rtc rtc0: test: dev (254:0)
[    1.854571] rtc-test rtc-test.0: rtc core: registered test as rtc0
[    1.860839] rtc rtc1: alarm rollover: day
[    1.864852] rtc rtc1: invalid alarm value: 1900-1-2 2022213768:1073741856:0
[    1.871904] rtc rtc1: test: dev (254:1)
[    1.875739] rtc-test rtc-test.1: rtc core: registered test as rtc1
[    1.881927] i2c /dev entries driver
[    1.886848] MTK_WDT_NONRST_REG(20000000)
[    1.890991] mtk-wdt 10212000.watchdog: register restart_handler on reboot_notifier_list for psci reset
[    1.900302] mtk-wdt 10212000.watchdog: Watchdog enabled (timeout=31 sec, nowayout=0)
[    1.908313] register cpuidle driver!!!!!!!!!!!!!!!!!
[    1.913566] sdhci: Secure Digital Host Controller Interface driver
[    1.919751] sdhci: Copyright(c) Pierre Ossman
[    1.924535] msdc_drv_probe!
[    1.927714] mtk-msdc 11230000.mmc: Regulator set error -22: 3300000 - 3300000
[    1.973946] mtk-msdc 11230000.mmc: Regulator set error -22: 3300000 - 3300000
[    2.024019] mtk-msdc 11230000.mmc: Regulator set error -22: 3300000 - 3300000
[    2.076197] mtk-msdc 11230000.mmc: Regulator set error -22: 3300000 - 3300000
[    2.699452] mtk_soc_eth 1b100000.ethernet: path gmac1_sgmii in set_mux_gdm1_to_gmac1_esw updated = 1
[    2.708584] mtk_soc_eth 1b100000.ethernet: mux mux_gmac2_gmac0_to_gephy isn't present on the SoC
[    2.717365] mtk_soc_eth 1b100000.ethernet: mux mux_u3_gmac2_to_qphy isn't present on the SoC
[    2.725803] mtk_soc_eth 1b100000.ethernet: path gmac1_sgmii in set_mux_gmac1_gmac2_to_sgmii_rgmii updated = 1
[    2.735712] mtk_soc_eth 1b100000.ethernet: mux mux_gmac12_to_gephy_sgmii isn't present on the SoC
[    3.969220] u32 classifier
[    3.971956] Netfilter messages via NETLINK v0.30.
[    3.976702] nf_conntrack version 0.5.0 (3881 buckets, 15524 max)
[    3.982985] ctnetlink v0.93: registering with nfnetlink.
[    3.988435] xt_time: kernel timezone is -0000
[    3.992802] ip_set: protocol 6
[    3.995945] ipip: IPv4 over IPv4 tunneling driver
[    4.000983] gre: GRE over IPv4 demultiplexor driver
[    4.005867] ip_gre: GRE over IPv4 tunneling driver

OEM bootlog part 2:

[    4.011349] ip_tables: (C) 2000-2006 Netfilter Core Team
[    4.016791] Initializing XFRM netlink socket
[    4.021592] NET: Registered protocol family 10
[    4.026920] sit: IPv6 over IPv4 tunneling driver
[    4.032284] NET: Registered protocol family 17
[    4.036758] NET: Registered protocol family 15
[    4.041234] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
[    4.053892] Bridge firewalling registered
[    4.057911] Ebtables v2.0 registered
[    4.061618] l2tp_core: L2TP core driver, V2.0
[    4.065989] l2tp_ppp: PPPoL2TP kernel driver, V2.0
[    4.070783] 8021q: 802.1Q VLAN Support v1.8
[    4.075477] registered taskstats version 1
[    4.619765] mt753x gsw@0: Switch is MediaTek MT7531BE rev 1
[    4.629869] mt753x gsw@0: HWSTRAP=0xff XTAL=25MHz
[    4.641096] libphy: mt753x_mdio: probed
[    4.899708] random: nonblocking pool is initialized
[    4.932902] mt753x gsw@0: >>>>>>>>>>>>>>>>>>>>>>>>>>>>> START CALIBRATION:
[    4.941075] mt753x gsw@0: -------- gephy-calbration (port:0) --------
[    4.957812] CALDLY = 40
[    5.030034] 0x1e-e0 = 2929
[    5.034738] 0x1f-115 = 5
[    5.037269]   GE Rext AnaCal Done! (9)(0x29)
[    5.116831]  GE R50 AnaCal Done! (11) (0x31)(0xb1)
[    5.191069]  GE R50 AnaCal Done! (11) (0x31)(0xb1)
[    5.259934]  GE R50 AnaCal Done! (10) (0x32)(0xb2)
[    5.334138]  GE R50 AnaCal Done! (11) (0x31)(0xb1)
[    5.342497]  GE 1e_174(0xb1b1), 1e_175(0xb2b1)
[    5.390664]  GE Tx offset AnaCal Done! (pair-0)(3)(0x22) 0x1e_172=0x2220
[    5.413332]  GE Tx offset AnaCal Done! (pair-1)(1)(0x1) 0x1e_172=0x2201
[    5.451858]  GE Tx offset AnaCal Done! (pair-2)(4)(0x4) 0x1e_173=0x420
[    5.485015]  GE Tx offset AnaCal Done! (pair-3)(3)(0x3) 0x1e_173=0x403
[    5.590990]  GE Tx amp AnaCal Done! (pair-0)(1e_12 = 0x701c)
[    5.627876]  GE Tx amp AnaCal Done! (pair-1)(1e_17 = 0x1818)
[    5.688665]  GE Tx amp AnaCal Done! (pair-2)(1e_19 = 0x1b23)
[    5.749444]  GE Tx amp AnaCal Done! (pair-3)(1e_21 = 0x1c24)
[    5.803256] PORT 0 RX_DC_OFFSET
[    5.817540] before pairA output = f
[    5.823106] after pairA output = 1
[    5.828505] before pairB output = e
[    5.834070] after pairB output = 0
[    5.839468] before pairC output = 1e
[    5.845113] after pairC output = 1
[    5.850511] before pairD output = 1d
[    5.856163] after pairD output = 1
[    5.859865] mt753x gsw@0: -------- gephy-calbration (port:1) --------
[    5.876562] CALDLY = 40
[    5.959508]  GE R50 AnaCal Done! (13) (0x26)(0xa6)
[    6.039100]  GE R50 AnaCal Done! (12) (0x30)(0xb0)
[    6.113317]  GE R50 AnaCal Done! (11) (0x31)(0xb1)
[    6.192865]  GE R50 AnaCal Done! (12) (0x30)(0xb0)
[    6.201235]  GE 1e_174(0xa6b0), 1e_175(0xb1b0)
[    6.260042]  GE Tx offset AnaCal Done! (pair-0)(5)(0x24) 0x1e_172=0x2420
[    6.288040]  GE Tx offset AnaCal Done! (pair-1)(2)(0x21) 0x1e_172=0x2421
[    6.310687]  GE Tx offset AnaCal Done! (pair-2)(1)(0x1) 0x1e_173=0x120
[    6.349166]  GE Tx offset AnaCal Done! (pair-3)(4)(0x4) 0x1e_173=0x104
[    6.428641]  GE Tx amp AnaCal Done! (pair-0)(1e_12 = 0x6419)
[    6.492017]  GE Tx amp AnaCal Done! (pair-1)(1e_17 = 0x1d1d)
[    6.526293]  GE Tx amp AnaCal Done! (pair-2)(1e_19 = 0x1820)
[    6.560548]  GE Tx amp AnaCal Done! (pair-3)(1e_21 = 0x1820)
[    6.614276] PORT 1 RX_DC_OFFSET
[    6.628566] before pairA output = f
[    6.634128] after pairA output = ff
[    6.639613] before pairB output = d
[    6.645169] after pairB output = ff
[    6.650652] before pairC output = e
[    6.656215] after pairC output = 0
[    6.661612] before pairD output = 1e
[    6.667263] after pairD output = 1
[    6.670965] mt753x gsw@0: -------- gephy-calbration (port:2) --------
[    6.687668] CALDLY = 40
[    6.765221]  GE R50 AnaCal Done! (12) (0x30)(0xb0)
[    6.839148]  GE R50 AnaCal Done! (11) (0x31)(0xb1)
[    6.912676]  GE R50 AnaCal Done! (11) (0x31)(0xb1)
[    6.980968]  GE R50 AnaCal Done! (10) (0x32)(0xb2)
[    6.989292]  GE 1e_174(0xb0b1), 1e_175(0xb1b2)
[    7.037073]  GE Tx offset AnaCal Done! (pair-0)(3)(0x22) 0x1e_172=0x2220
[    7.064854]  GE Tx offset AnaCal Done! (pair-1)(2)(0x2) 0x1e_172=0x2202
[    7.103126]  GE Tx offset AnaCal Done! (pair-2)(4)(0x23) 0x1e_173=0x2320
[    7.136162]  GE Tx offset AnaCal Done! (pair-3)(3)(0x3) 0x1e_173=0x2303
[    7.234726]  GE Tx amp AnaCal Done! (pair-0)(1e_12 = 0x741d)
[    7.297535]  GE Tx amp AnaCal Done! (pair-1)(1e_17 = 0x1c1c)
[    7.338098]  GE Tx amp AnaCal Done! (pair-2)(1e_19 = 0x1a22)
[    7.385172]  GE Tx amp AnaCal Done! (pair-3)(1e_21 = 0x1a22)
[    7.438416] PORT 2 RX_DC_OFFSET
[    7.452623] before pairA output = f
[    7.458167] after pairA output = 0
[    7.463551] before pairB output = 1d
[    7.469166] after pairB output = 0
[    7.474543] before pairC output = 1d
[    7.480173] after pairC output = 1
[    7.485547] before pairD output = e
[    7.491092] after pairD output = 0
[    7.494791] mt753x gsw@0: -------- gephy-calbration (port:3) --------
[    7.511413] CALDLY = 40
[    7.593597]  GE R50 AnaCal Done! (13) (0x26)(0xa6)
[    7.672403]  GE R50 AnaCal Done! (12) (0x30)(0xb0)
[    7.756460]  GE R50 AnaCal Done! (13) (0x26)(0xa6)
[    7.845849]  GE R50 AnaCal Done! (14) (0x24)(0xa4)
[    7.854167]  GE 1e_174(0xa6b0), 1e_175(0xa6a4)
[    7.891387]  GE Tx offset AnaCal Done! (pair-0)(1)(0x20) 0x1e_172=0x2020
[    7.929730]  GE Tx offset AnaCal Done! (pair-1)(4)(0x23) 0x1e_172=0x2023
[    7.962805]  GE Tx offset AnaCal Done! (pair-2)(3)(0x22) 0x1e_173=0x2220
[    7.995867]  GE Tx offset AnaCal Done! (pair-3)(3)(0x3) 0x1e_173=0x2203
[    8.074803]  GE Tx amp AnaCal Done! (pair-0)(1e_12 = 0x681a)
[    8.150731]  GE Tx amp AnaCal Done! (pair-1)(1e_17 = 0x1f1f)
[    8.230639]  GE Tx amp AnaCal Done! (pair-2)(1e_19 = 0x2028)
[    8.277823]  GE Tx amp AnaCal Done! (pair-3)(1e_21 = 0x1b23)
[    8.331124] PORT 3 RX_DC_OFFSET
[    8.345326] before pairA output = 1d
[    8.350957] after pairA output = 0
[    8.356339] before pairB output = 1e
[    8.361964] after pairB output = ff
[    8.367422] before pairC output = e
[    8.372965] after pairC output = 0
[    8.378340] before pairD output = e
[    8.383884] after pairD output = ff
[    8.387663] mt753x gsw@0: -------- gephy-calbration (port:4) --------
[    8.404292] CALDLY = 40
[    8.465314]  GE R50 AnaCal Done! (9) (0x34)(0xb4)
[    8.528201]  GE R50 AnaCal Done! (9) (0x34)(0xb4)
[    8.585805]  GE R50 AnaCal Done! (8) (0x35)(0xb5)
[    8.648686]  GE R50 AnaCal Done! (9) (0x34)(0xb4)
[    8.656916]  GE 1e_174(0xb4b4), 1e_175(0xb5b4)
[    8.704670]  GE Tx offset AnaCal Done! (pair-0)(3)(0x22) 0x1e_172=0x2220
[    8.727163]  GE Tx offset AnaCal Done! (pair-1)(1)(0x1) 0x1e_172=0x2201
[    8.749519]  GE Tx offset AnaCal Done! (pair-2)(1)(0x1) 0x1e_173=0x120
[    8.777125]  GE Tx offset AnaCal Done! (pair-3)(2)(0x2) 0x1e_173=0x102
[    8.855924]  GE Tx amp AnaCal Done! (pair-0)(1e_12 = 0x5816)
[    8.892466]  GE Tx amp AnaCal Done! (pair-1)(1e_17 = 0x1616)
[    8.972408]  GE Tx amp AnaCal Done! (pair-2)(1e_19 = 0x1018)
[    9.052323]  GE Tx amp AnaCal Done! (pair-3)(1e_21 = 0x1018)
[    9.105568] PORT 4 RX_DC_OFFSET
[    9.119721] before pairA output = 1e
[    9.125351] after pairA output = ff
[    9.130815] before pairB output = e
[    9.136366] after pairB output = 1
[    9.141742] before pairC output = 1e
[    9.147372] after pairC output = ff
[    9.152838] before pairD output = e
[    9.158381] after pairD output = ff
[    9.164490] [SPM] pwrap node has not register regmap
[    9.169890] regulator regulator.3: info->modeset_reg 0xc = 0x181c32a2
[    9.177268] regulator regulator.3: info->modeset_reg 0xc = 0x101c32a2
[    9.192190] VFS: Mounted root (squashfs filesystem) readonly on device 31:9.
[    9.201012] devtmpfs: mounted
[    9.204147] Freeing unused kernel memory: 360K
[    9.208601] This architecture does not have kernel memory protection.
INIT: version 2.88 booting
create r/w /etc folder
create r/w /var folder
run /usr/etc/rcS (project/etc.rcS)
/etc/rcS.d/S01create-perst-part.sh:18: command not found: file
Usage: mkfs.ext4 [-c|-l filename] [-b block-size] [-C cluster-size]
        [-i bytes-per-inode] [-I inode-size] [-J journal-options]
        [-G flex-group-size] [-N number-of-inodes] [-d root-directory]
        [-m reserved-blocks-percentage] [-o creator-os]
        [-g blocks-per-group] [-L volume-label] [-M last-mounted-directory]
        [-O feature[,...]] [-r fs-revision] [-E extended-option[,...]]
        [-t fs-type] [-T usage-type ] [-U UUID] [-e errors_behavior][-z undo_file]
        [-jnqvDFSV] device [blocks-count]
Fuse filesystem already available.
Mounting fuse control filesystem.
Starting udev
[   11.024159] udevd[916]: starting version 3.2.5
[   11.062951] udevd[917]: starting eudev-3.2.5
hwclock: settimeofday: Invalid argument
cat: read error: Is a directory
cat: read error: Is a directory
cat: read error: Is a directory
Starting mount /var/config: main: do jffs2_boot
do_jffs2_mkdir: create folder /var/storage ok
[   12.678040] jffs2: CLEANMARKER node found at 0x00000000 has totlen 0xc != normal 0x0
[   12.697338] jffs2: Empty flash at 0x00000080 ends at 0x00000800
[   12.744005] jffs2: notice: (1481) jffs2_build_xattr_subsystem: complete building xattr subsystem, 0 of xdatum (0 unchecked, 0 orphan) and 0 of xref (0 dead, 0 orphan) found.
do_jffs2_mount: 1st, mount /dev/mtdblock14 to /var/storage ok
done
Starting untar webui-dlink: done
Starting paccess: read_psec2datfile: done!
done
Starting csman: [csmsal_open]feed_csiddata (/tmp/csman/pre1.dat:5293)
[csmsal_open]feed_csiddata (/tmp/csman/pre4.dat:549)
[csmsal_open]feed_csiddata (/tmp/csman/pre7.dat:466)
hookcs_load[183]: section_tag cmark:0x07 secid:0x07 magic:0x2B24 ts:0x00000012 imglen:0x00005BC8 imgchk:0xD80C tagchk:0x99ED
[hookcs_load] C Area img Icksum() OK!(D80C)(D80C)(5BC8)
hookcs_load[183]: section_tag cmark:0x07 secid:0x07 magic:0x2B24 ts:0x00000011 imglen:0x00005BD9 imgchk:0x7F9A tagchk:0xF24F
[hookcs_load] C Area img Icksum() OK!(7F9A)(7F9A)(5BD9)
C section 1 is up to date, load C section 1...
[csmsal_open]feed_csiddata csection
[csm_svr_init]csmsal open("/tmp/csman"), fd=171
done
Starting syslogd/klogd: done
fs.protected_hardlinks = 1
fs.protected_symlinks = 1
mount: /sys/kernel/debug: none already mounted or mount point busy.
insmod: ERROR: could not insert module /lib/modules/4.4.124/extra/misc_gpioled.ko: File exists
Starting commander: /dev/mf_dev
Fri Apr 22 12:11:33 UTC 2022
[   18.662309] mediatek-mt7622-pinctrl 10005000.pinctrl: pin MDI_RN_P0 already requested by 10005000.pinctrl:463; cannot claim for 10005000.pinctrl:463
[   18.675660] mediatek-mt7622-pinctrl 10005000.pinctrl: pin-54 (10005000.pinctrl:463) status -22
[   18.684290] <misc>gpio_led_set: cannot get gpio54 through pinctrl_request_gpio
[   18.945668] mediatek-mt7622-pinctrl 10005000.pinctrl: pin MDI_RN_P0 already requested by 10005000.pinctrl:463; cannot claim for 10005000.pinctrl:463
[   18.959024] mediatek-mt7622-pinctrl 10005000.pinctrl: pin-54 (10005000.pinctrl:463) status -22
[   18.967651] <misc>gpio_led_set: cannot get gpio54 through pinctrl_request_gpio
Ether WAN NUM = 1
WAN = << WAN_MAC >>
LAN = << LAN_MAC >>
WLAN0 = << WLAN0_MAC >>
WLAN1 = << WLAN1_MAC >>
WLAN2 = << WLAN2_MAC >>
WLAN3 = << WLAN3_MAC >>
WLAN4 = << WLAN4_MAC >>
WLAN5 = << WLAN5_MAC >>
WLAN6 = << WLAN6_MAC >>
WLAN7 = << WLAN7_MAC >>
BEID STATUS  : 0 , STATUS OK!
ifconfig: SIOCGIFFLAGS: No such device
[vlan] vlan - v1.0.3
[vlan] vlan Start
[vlan] Complete Cmd
WAN = << WAN_MAC >>
LAN = << LAN_MAC >>
WLAN0 = << WLAN0_MAC >>
WLAN1 = << WLAN1_MAC >>
WLAN2 = << WLAN2_MAC >>
WLAN3 = << WLAN3_MAC >>
WLAN4 = << WLAN4_MAC >>
WLAN5 = << WLAN5_MAC >>
WLAN6 = << WLAN6_MAC >>
WLAN7 = << WLAN7_MAC >>
BEID STATUS  : 0 , STATUS OK!
[vlan] Interface br0 Have Down
ifconfig: SIOCGIFFLAGS: No such device
[vlan] Interface brx0 Have Down
[vlan] Brx Interface brx0 Down
bridge brx0 doesn't exist; can't delete it
ifconfig: SIOCGIFFLAGS: No such device
[vlan] Interface brx1 Have Down
[vlan] Brx Interface brx1 Down
bridge brx1 doesn't exist; can't delete it
[vlan] Interface eth0.1 Have Down
[vlan] Interface eth0.3 Have Down
[vlan] Interface eth0.4 Have Down
[vlan] triple play = 0
[vlan] wanNum = 1, lanNum = 2, virturalwanNum = 0
[vlan] wanIndex = 0, lanIndex = 1, virtualwanIndex = 3
[vlan] wan port map: 0
[vlan] i = 0 position = 0 type = 1 portIndex = 0 portLogic = 0 portPhyId = 4
[vlan] i = 0 wanPosition = 0 wanIndex = 99 vwBindWanIndex = -1
[vlan] i = 0 wanMac = << WAN_MAC >>
[vlan] i = 0 portMac = 000000000000
[vlan] i = 0 wanInterface = eth0.2
[vlan] i = 0 portInterface = eth0
[vlan] lan port map: 1 2 -1
[vlan] i = 1 position = 1 type = 2 portIndex = 1 portLogic = 1 portPhyId = 3
[vlan] i = 1 lanIndex = 0
[vlan] i = 1 lanMac = << LAN_MAC >>
[vlan] i = 1 portMac = 000000000000
[vlan] i = 1 portInterface = eth0
[vlan] i = 1 lanInterface =
[vlan] i = 2 position = 2 type = 2 portIndex = 2 portLogic = 2 portPhyId = 2
[vlan] i = 2 lanIndex = 1
[vlan] i = 2 lanMac = << LAN_MAC >>
[vlan] i = 2 portMac = 000000000000
[vlan] i = 2 portInterface = eth0
[vlan] i = 2 lanInterface =
[vlan] i = 1 lanInterface = eth0.1
[vlan] i = 2 lanInterface = eth0.1
[vlan] Vlan First Run
Added VLAN with VID == 1 to IF -:eth0:-
WARNING:  VLAN 1 does not work with many switches,
consider another number if you have problems.
Added VLAN with VID == 2 to IF -:eth0:-
set hello timer failed: Numerical result out of range
[   20.346634] device eth0.1 entered promiscuous mode
ifconfig: SIOCSIFFLAGS: Network is down
[vlan] Interface eth0.1 Have Down
[   20.370949] IPv6: ADDRCONF(NETDEV_UP): br0: link is not ready
[vlan] Interface br0 Have Up
[vlan] Br Interface br0 Up
ifconfig: SIOCSIFFLAGS: Network is down
[vlan] Interface eth0.2 Have Down
ifconfig: SIOCSIFFLAGS: Network is down
[vlan] Interface eth0.2 Have Down
REG_ATC_ADDR is 0x7ff0002
done.
killall: mapd: no process killed
killall: p1905_managerd: no process killed
killall: wapp: no process killed
[vlan] vlan End
NETWORK Initialization finished. Result: 1
init watchdog
init vlan
init lan
Init Lan
init stp
init ondemand
init multiwan
Initialize MultiWAN
wantype = 0, wantype index = 99, wan mode = 1, route enable = 1
fo enable = 0, fo stay enable = 0, fo trigger = 0, fo time = 0, fo sequence = 0
init multi_ondemand
init load_balance
init spap
init ddns
init snmp
SNMP Enterprise Number = 12823
SNMP Enterprise Name =
SNMP Enterprise OID = 1.3.6.1.4.1.12823
SNMP Version: 5.8
zsh:1: command not found: snmpd-action
init time
Get time from RTC(ds3232)
[   22.543530] rtc-ds3232: probe of 1-0068 failed with error -110
[   22.549393] i2c i2c-1: new_device: Instantiated device ds3232 at 0x68
init user
cat: can't open '/etc/passwd.tmp': No such file or directory
init dhcpsrv
[   22.898488] device eth0 entered promiscuous mode
[   22.903234] br0: port 1(eth0.1) entered forwarding state
[   22.908571] br0: port 1(eth0.1) entered forwarding state
[   22.914061] IPv6: ADDRCONF(NETDEV_CHANGE): br0: link becomes ready
ifconfig: SIOCGIFFLAGS: No such device
device br0 already exists; can't create bridge with the same name
IP        = 192.168.000.001
Mask      = 255.255.255.000 (ffffff00) - aka /24
IP range start = 192.168.0.1
IP range end   = 192.168.0.254
DHCP Server IP pool start = 192.168.0.100
DHCP Server IP pool end   = 192.168.0.249
sip : 1, eip : 254
ptr_ip_start : 100 , ptr_ip_end : 249
DHCP Server IP pool OKOK!!
BusyBox v1.27.2 (2022-04-15 10:19:47 UTC) multi-call binary.

Usage: rm [-irf] FILE...
dnsmasq config start
dnsmasq config end
Start Dnsmasq DHCP at init
init dnsrelay
init routing
sh: can't open input file: /var/run/tagbase_bind_wan.clr
rm: can't remove '/var/run/tagbase_bind_wan.clr': No such file or directory
init route_protocol
init nat
init keepalive
init syslog_interval_timer
init schedule
init load_balance
init ftp_alg
init rtsp_alg
start the RTSP ALG modules
[   23.977915] nf_conntrack_rtsp v0.7 loading
==NAT Stop wan999 ALL==
NAT nat-draft stop rule start
[   23.997776] nf_nat_rtsp v0.7 loading
handle_rtsp_alg: load RTSP ALG modules
 init qos
init reboot
init reset_btn
init sshd
spi_exception_deinit start
init sip_alg
init https
init wireless_mode
module 1 INIT AP ROUTER MODE
Module One AP ROUTER MODE
module 2 INIT AP ROUTER MODE
Module Two AP ROUTER MODE
dnsmasq config start
spi end
clear /usr/bin/spi spi_exception_deinit
mmi_nat_stop
mmi_nat_start
NAT nat-draft stop rule end
==NAT Start wan999 ALL==
NAT nat-draft stop rule start
spi_exception_deinit start
spi end
clear /usr/bin/spi spi_exception_deinit
mmi_nat_stop
dnsmasq config end
init wlanap
mmi_nat_start
NAT nat-draft stop rule end
NAT nat-draft start rule start
All Log Alert options from Firewall are disable.
nat-draft stop_ip_forward start
nat-draft stop_ip_forward end
mwlb start
mwlb end
admin start
admin end
virtual computer start
virtual computer end
wanalias start
wanalias end
portfwd start
portfwd end
Single DMZ start
nat_info.wan_index == 999
mac-control start
mac-control end
discard_ping start
discard_ping end
inblkwpkts start
[   24.638300] ip6_tables: (C) 2000-2006 Netfilter Core Team
inblkwpkts end
adjust_mss start
adjust_mss end
fwd-recent start
fwd-recent end
NAT alg start
NAT alg end
pkt-filter start
pkt-filter end
pkt-filterv6 start
pkt-filterv6 end
l7appblk start
l7appblk end
url-block start
fwd_block_url_file_extension
url-block end
url-block start
fwd_block_url
url-block end
nat-draft start_ip_forward start
sh /var/nat/ip_forward.clr
nat-draft start_ip_forward end
stealth-mode start
[   25.622332] pci 0000:00:00.0: BAR 0: assigned [mem 0x18000000-0x180fffff 64bit]
[   25.629699] pci 0000:00:00.0: BAR 0: error updating (0x18000004 != 0x000004)
[   25.636769] pci 0000:00:00.0: BAR 2: no space for [mem size 0x00000010]
[   25.643396] pci 0000:00:00.0: BAR 2: failed to assign [mem size 0x00000010]
[   25.650368] pci 0000:00:00.0: BAR 3: no space for [mem size 0x00000010]
[   25.657000] pci 0000:00:00.0: BAR 3: failed to assign [mem size 0x00000010]
[   25.663973] pci 0000:00:00.0: BAR 4: no space for [mem size 0x00000010]
[   25.670612] pci 0000:00:00.0: BAR 4: failed to assign [mem size 0x00000010]
[   25.677583] pci 0000:00:00.0: BAR 5: no space for [mem size 0x00000010]
[   25.684214] pci 0000:00:00.0: BAR 5: failed to assign [mem size 0x00000010]
[   25.691336] pci 0001:01:00.0: [14c3:7915] type 00 class 0x000280
[   25.697736] pci 0001:01:00.0: reg 0x10: [mem 0x20000000-0x200fffff 64bit pref]
[   25.705088] pci 0001:01:00.0: reg 0x18: [mem 0x20100000-0x20103fff 64bit pref]
[   25.712444] pci 0001:01:00.0: reg 0x20: [mem 0x20104000-0x20104fff 64bit pref]
[   25.720290] pci 0001:01:00.0: supports D1 D2
[   25.724569] pci 0001:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[   25.731883] pci 0001:01:00.0: BAR 0: assigned [mem 0x20000000-0x200fffff 64bit pref]
[   25.739741] pci 0001:01:00.0: BAR 2: assigned [mem 0x20100000-0x20103fff 64bit pref]
[   25.747595] pci 0001:01:00.0: BAR 4: assigned [mem 0x20104000-0x20104fff 64bit pref]
get_wifi_module_info
can not find cisd(8000F500) on Psetion
can not find cisd(8000F501) on Psetion
init wpa
init wlanapcli_profile
Initial WLANAPCLI_PROFILE
init iom
zsh:1: command not found: event_managed
init wan_led
init status_led
init igmp
zsh:1: no such file or directory: /proc/tc3162/switch_reg
init mupnpd
init recent
init bonjour
init dnscrypt_proxy
init aplan
init pptp
init pptpserv
init l2tp
init l2tpserv
init gre
init ipsec
init x509
init scep
init dns_redirect
init vrrp
init ntpsrv
init ipv6
init v6filter
init ddnsv6
init grouping
init data_logging
init recieve_alter_mode
init guestzone
init mesh
init mydlink
[   25.946040] jffs2: CLEANMARKER node found at 0x00000000 has totlen 0xc != normal 0x0
[   25.966602] jffs2: CLEANMARKER node found at 0x00020000 has totlen 0xc != normal 0x0
[   25.986893] jffs2: CLEANMARKER node found at 0x00040000 has totlen 0xc != normal 0x0
[   26.034679] jffs2: notice: (2014) jffs2_build_xattr_subsystem: complete building xattr subsystem, 0 of xdatum (0 unchecked, 0 orphan) and 0 of xref (0 dead, 0 orphan) found.
read_csid2rawfile: done!
read_csid2rawfile: done!
stealth-mode end
spi_exception_deinit start
spi end
spi_exception_init start
spi end
pre_spi_mode start
spi end
security_v6 start
security_v6 end
Conntrack -F start
Wait 2 seconds
init WPS
init ClientInfo
init dlink_fota
init dlink_speedtest
read_csid2rawfile: done!
read_csid2rawfile: done!
 size=16384 num=64 uir_thread_count=80
 select timeout=10 0
done
Configuring packages on first boot....
 (This may take several minutes. Please do not power off the machine.)
 Create regular thread: watchdog
 Create regular thread: time
WiFi Module One Operation Mode is changed
WiFi Module Two Operation Mode is changed
WiFi Operation Mode is Changed and Apply Wirelessmode Alter from Commander
Disable WAN bridges to LAN
device eth0.2 is not a slave of br0
Configuring dhcp-server.
Sorry, rule does not exist.
Module One AP ROUTER MODE
Module Two AP ROUTER MODE
zsh:1: command not found: vlantag2
[   28.707485] watchdog watchdog0: watchdog did not stop!
 Adding system startup for /etc/init.d/dhcp-server.
dnsmasq config start
dnsmasq config end
Configuring dnsmasq.
update-rc.d: /etc/init.d/dnsmasq: file does not exist
Configuring keepalived.
update-rc.d: /etc/init.d/keepalived exists during rc.d purge (use -f to force)
Configuring vsftpd.
wlan_phase_two_config
killall: rt2860apd: no process killed
Wireless 8021X Stop
Disable WLAN interface.
WLAN One interface down!
killall: mosquitto: no process killed
ifconfig: SIOCGIFFLAGS: No such device
killall: EasyMeshDaemon: no process killed
killall: emhandler: no process killed
killall: emLooping: no process killed
interface ra0 does not exist!
killall: emDiscovery: no process killed
killall: mapd: no process killed
ifconfig: SIOCGIFFLAGS: No such device
killall: p1905_managerd: no process killed
killall: wapp: no process killed
rmmod: ERROR: Module mapfilter is not currently loaded
killall: bs20: no process killed
interface ra1 does not exist!
ifconfig: SIOCGIFFLAGS: No such device
interface wds0 does not exist!
ifconfig: SIOCGIFFLAGS: No such device
interface wds1 does not exist!
ifconfig: SIOCGIFFLAGS: No such device
interface wds2 does not exist!
ifconfig: SIOCGIFFLAGS: No such device
interface wds3 does not exist!
ifconfig: SIOCGIFFLAGS: No such device
WLAN Two interface down!
ifconfig: SIOCGIFFLAGS: No such device
interface rai0 does not exist!
ifconfig: SIOCGIFFLAGS: No such device
interface rai1 does not exist!
ifconfig: SIOCGIFFLAGS: No such device
interface wdsi0 does not exist!
ifconfig: SIOCGIFFLAGS: No such device
interface wdsi1 does not exist!
ifconfig: SIOCGIFFLAGS: No such device
interface wdsi2 does not exist!
ifconfig: SIOCGIFFLAGS: No such device
interface wdsi3 does not exist!
ifconfig: SIOCGIFFLAGS: No such device
rmmod: ERROR: Module mt_whnat is not currently loaded
killall: fwdd: no process killed
rmmod: ERROR: Module mtfwd is not currently loaded
rmmod: ERROR: Module mt_wifi_ap is not currently loaded
rmmod: ERROR: Module mt7915_mt_wifi_ap is not currently loaded
killall: ACSDaemon: no process killed
Enable WLAN interface.
assigned dat_path:/etc/Wireless/RT2860AP/l1profile.dat
dat_path:/etc/Wireless/RT2860AP/l1profile.dat
assigned dat_path:/etc/Wireless/RT2860AP/RT2860AP1.dat
assigned csid_index:1
dat_path:/etc/Wireless/RT2860AP/RT2860AP1.dat
assigned dat_path:/etc/Wireless/RT2860AP/RT2860AP2.dat
assigned csid_index:2
dat_path:/etc/Wireless/RT2860AP/RT2860AP2.dat
[   29.815765] mediatek_soc_hnat 1b100000.hnat: wan = eth0.2
[   29.822258] mediatek_soc_hnat 1b100000.hnat: lan = eth0.1
[   29.828075] mediatek_soc_hnat 1b100000.hnat: ppd = eth0.1
[   29.833559] mediatek_soc_hnat 1b100000.hnat: gmac num = 1
[   29.839955] mediatek_soc_hnat 1b100000.hnat: FOE entry number = 8192
[   29.846901] mediatek_soc_hnat 1b100000.hnat: hwnat start
cat: read error: Is a directory
cat: read error: Is a directory
cat: read error: Is a directory
Undefined users:
> quagga
Skipping /etc/default/volatiles/volatiles.03_quagga
Undefined users:
> radvd
Skipping /etc/default/volatiles/volatiles.03_radvd
update-rc.d: /etc/init.d/vsftpd: file does not exist
INIT: Entering runlevel: 5
Configuring network interfaces... RTNETLINK answers: File exists
Starting OpenBSD Secure Shell server: sshd
Conntrack -F end
  generating ssh RSA host key...
NAT nat-draft stop rule end
[   30.448035] mt_wifi_ap: module license 'Proprietary' taints kernel.
[   30.454345] Disabling lock debugging due to kernel taint
[   30.483328] register mt_drv
[   30.490396]
[   30.490396] == pAd = ffffff8009501000, size = 7020416, Status=0 ==
[   30.498079] AP Driver version-5.1.0.0
[   30.502276] read sub id = 2
[   30.505124] Use 1st ePAeLNA default bin.
[   30.509232] Use 1st /etc_ro/wlan/MT7622_EEPROM.bin default bin.
[   30.515166] <--mt7622_init()
[   30.518880] <-- RTMPAllocTxRxRingMemory, Status=0
  generating ssh ECDSA host key...
  generating ssh ED25519 host key...
done.
Error: There is no config file for conntrackd
Starting DHCP server: .
Starting ntpd: done
/etc/rc5.d/S20xl2tpd:.:23: no such file or directory: /lib/lsb/init-functions
chgrp: unknown group adm
mv: can't rename 'boot.0': No such file or directory
[   31.737870] register mt_drv
[   31.741602] mt_drv 0001:01:00.0: enabling device (0000 -> 0002)
[   31.763187]
[   31.763187]
[   31.763187] === pAd = ffffff800a901000, size = 29657728 ===
[   31.763187]
[   31.775392] <-- RTMPAllocAdapterBlock, Status=0
[   31.780529] PCI CSRBaseAddress =0xffffff800a800000, csr_addr=0xffffff800a800000!
[   31.788034] RTMPInitPCIeDevice():device_id=0x7915
[   31.792871] mt7915_init()-->
[   31.795763] Use 1st iPAiLNA default bin.
[   31.799769] <--mt7915_init()
[   31.804996] wdev_init(caller:RTMP_COM_IoctlHandle+0x348/0x1700 [mt7915_mt_wifi_ap]), wdev(0)
[   31.813815] Rx[0] Ring: total 24576 bytes allocated
[   31.818783] Rx[1] Ring: total 24576 bytes allocated
[   31.824155] Rx[2] Ring: total 8192 bytes allocated
[   31.829830] Rx[3] Ring: total 16384 bytes allocated
[   31.835182] Rx[4] Ring: total 8192 bytes allocated
[   31.840003] <-- pci_alloc_tx_rx_ring_mem, Status=0
[   31.868140] whnat_module_init(): module init and register callback for whnat
[   31.875238] create whnat_ctrl ok!!!
[   31.878847] wed_slot_map_get(): assign slot_id:0 for entry: 0!
[   31.878862] wed_slot_map_get(): assign slot_id:1 for entry: 1!
WLAN One interfa[   31.878954] whnat_hif_pcie_mirror_probe(): hif_cfg base addr=ffffff80093c4400
ce up!

dlinkdistro (Yocto Project Reference Distro) 2.5.1 M32-D002 /dev/ttyS0

[   31.905479] ra0: ===> main_virtual_if_open
M32-D002 login:[   31.911260] load l1profile succeed!
 [   32.219096] APWdsInitialize():WdsEntry Number=4
[   32.224492] RtmpOSFileOpen(): Error 2 opening /etc/Wireless/RT2860/RT2860_5G.dat
[   32.231902] Open file "/etc/Wireless/RT2860/RT2860_5G.dat" failed!
[   32.238285] CfgSetCountryRegion():region(255) out of range!
[   32.244099] RTMPSetProfileParameters,0-0-1-FC:A5:D0:00:00:00;0-0-1-34:29:8F:00:00:00;0-0-1-48:E1:E9:00:00:00
[   32.253929] RTMPSetProfileParameters,0-0-1-FC:A5:D0:00:00:00
[   32.259601] SET IOT-STA: BAND[0] MACTYPE(0) HANDLE(1) MAC[fc:a5:d0:0:0:0]
[   32.266388] RTMPSetProfileParameters,0-0-1-34:29:8F:00:00:00
[   32.272054] SET IOT-STA: BAND[0] MACTYPE(0) HANDLE(1) MAC[34:29:8f:0:0:0]
[   32.278841] RTMPSetProfileParameters,0-0-1-48:E1:E9:00:00:00
[   32.284507] SET IOT-STA: BAND[0] MACTYPE(0) HANDLE(1) MAC[48:e1:e9:0:0:0]
[   32.291355] SSID[0]=M32-D002, EdcaIdx=0
[   32.295249] SSID[1]=M32-backhaul-D002, EdcaIdx=0
[   32.299949] DBDC Mode=0, eDBDC_mode = 0
[   32.303798] BSS0 PhyMode=14
[   32.306589] wmode_band_equal(): Band Equal!
[   32.310799] auto_ch_select_set_cfg(): BandIdx0, AutoChannelAtBootup=1, AutoChannelAlg = 1
[   32.318979] auto_ch_select_set_cfg(): BandIdx1, AutoChannelAtBootup=0, AutoChannelAlg = 0
[   32.327620] BandSteering=1
[   32.330406] [TxPower] BAND0: 100
[   32.334421] [PERCENTAGEenable] BAND0: 1
[   32.338354] [BFBACKOFFenable] BAND0: 1
[   32.342331] FragThreshold[0]=2346
[   32.347493] RTMPSetProfileParameters(): ACSCheckTime[0]=0 seconds
[   32.353589] RTMPSetProfileParameters(): ACSCheckTime[1]=0 seconds
[   32.360118] read_etxbf: ETxBfEnCond = 1
[   32.363961] read_etxbf: BSSID[0]
[   32.367181] read_etxbf: MBSS[0] ETxBfEnCond = 1
[   32.371719] read_etxbf: More BSSID[1]
[   32.375375] read_etxbf: More MBSS[1] ETxBfEnCond = 1
[   32.385637] MAP_MODE=1
[   32.391376] If/wds0 - PeerPhyOpMode=2
[   32.395046] If/wds1 - PeerPhyOpMode=2
[   32.398708] If/wds2 - PeerPhyOpMode=2
[   32.402376] If/wds3 - PeerPhyOpMode=2
[   32.406246] APWdsInitialize():WdsEntry Number=4
[   32.410781] WDS-Enable mode=0
[   32.414812] HT: WDEV[0] Ext Channel = ABOVE
[   32.419122] HT: greenap_cap = 0
[   32.434506] WtcSetMaxStaNum: BssidNum:2, MaxStaNum:124 (WdsNum:4, ApcliNum:1, MaxNumChipRept:16), MinMcastWcid:125
[   32.444996] Fair Queueing Scheduler Initialization...
[   32.450200] Top Init Done!

OEM bootlog part 3:

[   32.452914] Use dev_alloc_skb
[   32.456289] RX[0] DESC ffffffc0162c0000 size = 8192
[   32.461316] RX[1] DESC ffffffc0162c2000 size = 8192
[   32.466295] cut_through_init(): ct sw token number = 4095
[   32.471819] cut_through_token_list_init(): TokenList inited done!id_head/tail=0/4096
[   32.479567] cut_through_token_list_init(): ffffffc0129fca10,ffffffc0129fca10
[   32.486735] cut_through_token_list_init(): TokenList inited done!id_head/tail=0/4096
[   32.494491] cut_through_token_list_init(): ffffffc0129fca30,ffffffc0129fca30
[   32.501625] Hif Init Done!
[   32.504339] ctl->txq = ffffff8009b77600
[   32.508180] ctl->rxq = ffffff8009b77618
[   32.512021] ctl->ackq = ffffff8009b77630
[   32.515945] ctl->kickq = ffffff8009b77648
[   32.519958] ctl->tx_doneq = ffffff8009b77660
[   32.524229] ctl->rx_doneq = ffffff8009b77678
[   32.545976] Parsing patch header
[   32.549233]  Built date: 20200821025910a
[   32.553236]
[   32.554719]  Platform: ALPS
[   32.557542]  HW/SW version: 0x8a108a10
[   32.561322]  Patch version: 0x00000010
[   32.565106]  Target address: 0x9c000, length: 82080
[   32.570151] patch is not ready && get semaphore success
[   32.575441] EventGenericEventHandler: CMD Success
[   32.580658] MtCmdPatchFinishReq
[   32.595057] EventGenericEventHandler: CMD Success
[   32.599801] release patch semaphore
[   32.603291] WfMcuHwInit: Before NICLoadFirmware, check ICapMode = 0
[   32.609578] Parsing CPU 0 fw tailer
[   32.613069]  Chip ID: 0x06
[   32.615792]  Eco version: 0x00
[   32.618850]  Region number: 0x00
[   32.622099]  Format version: 0x00
[   32.625432]  Ram version: _reserved_
[   32.629064]  Built date: 20200821030117
[   32.633065]  Common crc: 0x0
[   32.635951] Parsing tailer region 0
[   32.639441]  Feature set: 0x01
[   32.642501]  Target address: 0xb7000, Download size: 249856
[   32.648078] Parsing tailer region 1
[   32.651566]  Feature set: 0x01
[   32.654625]  Target address: 0x203dc00, Download size: 50384
[   32.660330] EventGenericEventHandler: CMD Success
[   32.669043] EventGenericEventHandler: CMD Success
[   32.674150] MtCmdFwStartReq: override = 0x0, address = 0x0
[   32.721151] EventGenericEventHandler: CMD Success
[   32.725866] MCU Init Done!
[   32.728585] efuse_probe: efuse = 2
[   32.731993] RtmpChipOpsEepromHook::e2p_type=0, inf_Type=4
[   32.737390] RtmpEepromGetDefault::e2p_dafault=2
[   32.741924] RtmpChipOpsEepromHook: E2P type(2), E2pAccessMode = 2, E2P default = 2
[   32.749494] NVM is FLASH mode. dev_idx [0] FLASH OFFSET [0x0]
[   32.755609] NICReadEEPROMParameters: EEPROM 0x52 b300
[   32.761368] mt7622_pa_lna_set(): read antCtrl = 2, polCtrl = 0, wifiStreams = 44
[   32.769018] mt7622_tssi_set(): nic_cfg1=0, mode=0
[   34.000140] Country Region from e2p = 0
[   34.004062] read sub id = 2
[   34.006854] RcRadioInit(): DbdcMode=0, ConcurrentBand=1
[   34.012086] RcRadioInit(): pRadioCtrl=ffffffc016df11d8,Band=0,rfcap=1,channel=1,PhyMode=2 extCha=0xf
[   34.021230] MtSingleSkuLoadParam: RF_LOCKDOWN Feature OFF !!!
[   34.027462] MtBfBackOffLoadParam: RF_LOCKDOWN Feature OFF !!!
[   34.033344] EEPROM Init Done!
[   34.036325] mt_mac_init()-->
[   34.039206] mt7622_init_mac_cr(): TMAC_TRCR0=0x82783c8c
[   34.044450] <--mt_mac_init()
[   34.065907] CmdRxHdrTransBLUpdateRsp::EventExtCmdResult.u4Status = 0x0
[   34.082964] CmdRxHdrTransBLUpdateRsp::EventExtCmdResult.u4Status = 0x0
[   34.100020] CmdRxHdrTransBLUpdateRsp::EventExtCmdResult.u4Status = 0x0
[   34.106549] MAC Init Done!
[   34.109259] MT7622BBPInit() todo
[   34.112490] PHY Init Done!
[   34.115808] MtCmdSetMacTxRx:(ret = 0)
[   34.119614] ap_ftkd> Initialize FT KDP Module...
[   34.124242] BndStrg_Init()
BndStrg_TableInit(),Invalid Channel:0 pMbss apidx:0
[   34.132566] Error in BndStrg_Init(), error code = 9 on apidx = 0
[   34.138588] Main bssid = 00:00:00:00:00:00
[   34.142860] MtCmdSetMacTxRx:(ret = 0)
[   34.153826] MtCmdSetMacTxRx:(ret = 0)
[   34.157500] <==== mt_wifi_init, Status=0
[   34.161436] TxBfModuleEnCtrl:It's not DBDC mode
[   34.166018] MtCmdEDCCACtrl: BandIdx: 0, EDCCACtrl: 0
[   34.171007] MtCmdEDCCACtrl: BandIdx: 1, EDCCACtrl: 1
[   34.176690] The new WDS interface MAC = 00:00:00:00:00:00, MacTabMatchWCID = 0
[   34.184598] The new WDS interface MAC = 00:00:00:00:00:00, MacTabMatchWCID = 0
[   34.192341] The new WDS interface MAC = 00:00:00:00:00:00, MacTabMatchWCID = 0
[   34.200101] The new WDS interface MAC = 00:00:00:00:00:00, MacTabMatchWCID = 0
[   34.207855] Total allocated 4 WDS interfaces!
[   34.212704] WtcSetMaxStaNum: BssidNum:2, MaxStaNum:124 (WdsNum:4, ApcliNum:1, MaxNumChipRept:16), MinMcastWcid:125
[   34.247844] RedInit: set Driver/N9 RED Enable to 1.
[   34.252747] RedInit: RED Initiailize Done.
[   34.256847] cp_support_is_enabled: set Driver CP_SUPPORT to Mode 2.
[   34.263124] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_UP
[   34.269404] wifi_sys_open(), wdev idx = 0
[   34.273418] wdev_attr_update(): wdevId0 = << WLAN0_MAC >>
[   34.278996] [RcGetHdevByPhyMode] channel 0 fix for rdev fetching
[   34.285080]  [RadarStateCheck] RD_NORMAL_MODE
[   34.290485] phy_freq_adjust : no prim_ch value for adjust!
[   34.297239] Caller: wlan_operate_init+0xdc/0x118 [mt_wifi_ap]
[   34.303016] phy_mode=14, ch=0, wdev_type=1
[   34.307116] ht_cap->HtCapInfo: ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=0
[   34.316429] ht_cap->HtCapParm: mdpu_density=5, ampdu_factor=3
[   34.324996] AP inf up for ra_0(func_idx) OmacIdx=0
[   34.332107] mtd_isr::DriverOwn = TRUE
[   34.335795] AsicRadioOnOffCtrl(): DbdcIdx=0 RadioOn
[   34.347224] ApAutoChannelAtBootUp----------------->
[   34.352120] ApAutoChannelAtBootUp: AutoChannelBootup[0] = 1
[   34.357870] MtCmdSetMacTxRx:(ret = 0)
[   34.361555] MtCmdChannelSwitch: control_chl = 1,control_ch2=0, central_chl = 1 DBDCIdx= 0, Band= 0
[   34.370519] BW = 0,TXStream = 4, RXStream = 4, scan(1)
[   34.607459] MtCmdChannelSwitch: control_chl = 2,control_ch2=0, central_chl = 2 DBDCIdx= 0, Band= 0
[   34.616437] BW = 0,TXStream = 4, RXStream = 4, scan(1)
[   34.847455] MtCmdChannelSwitch: control_chl = 3,control_ch2=0, central_chl = 3 DBDCIdx= 0, Band= 0
[   34.856425] BW = 0,TXStream = 4, RXStream = 4, scan(1)
[   35.079464] MtCmdChannelSwitch: control_chl = 4,control_ch2=0, central_chl = 4 DBDCIdx= 0, Band= 0
[   35.088434] BW = 0,TXStream = 4, RXStream = 4, scan(1)
[   35.311456] MtCmdChannelSwitch: control_chl = 5,control_ch2=0, central_chl = 5 DBDCIdx= 0, Band= 0
[   35.320422] BW = 0,TXStream = 4, RXStream = 4, scan(1)
[   35.543458] MtCmdChannelSwitch: control_chl = 6,control_ch2=0, central_chl = 6 DBDCIdx= 0, Band= 0
[   35.552425] BW = 0,TXStream = 4, RXStream = 4, scan(1)
[   35.775459] MtCmdChannelSwitch: control_chl = 7,control_ch2=0, central_chl = 7 DBDCIdx= 0, Band= 0
[   35.784430] BW = 0,TXStream = 4, RXStream = 4, scan(1)
[   36.019545] MtCmdChannelSwitch: control_chl = 8,control_ch2=0, central_chl = 8 DBDCIdx= 0, Band= 0
[   36.028517] BW = 0,TXStream = 4, RXStream = 4, scan(1)
[   36.251457] MtCmdChannelSwitch: control_chl = 9,control_ch2=0, central_chl = 9 DBDCIdx= 0, Band= 0
[   36.260426] BW = 0,TXStream = 4, RXStream = 4, scan(1)
[   36.467456] MtCmdChannelSwitch: control_chl = 10,control_ch2=0, central_chl = 10 DBDCIdx= 0, Band= 0
[   36.476592] BW = 0,TXStream = 4, RXStream = 4, scan(1)
[   36.683457] MtCmdChannelSwitch: control_chl = 11,control_ch2=0, central_chl = 11 DBDCIdx= 0, Band= 0
[   36.692595] BW = 0,TXStream = 4, RXStream = 4, scan(1)
[   36.899460] MtCmdChannelSwitch: control_chl = 12,control_ch2=0, central_chl = 12 DBDCIdx= 0, Band= 0
[   36.908601] BW = 0,TXStream = 4, RXStream = 4, scan(1)
[   37.115464] MtCmdChannelSwitch: control_chl = 13,control_ch2=0, central_chl = 13 DBDCIdx= 0, Band= 0
[   37.124648] BW = 0,TXStream = 4, RXStream = 4, scan(1)
[   37.331463] ApAutoChannelAtBootUp : Auto channel selection: Selected channel = 1, IsAband = 0
[   37.340004]  AutoChSelUpdateChannel(): Update channel for wdev for this band PhyMode = 14, Channel = 1
[   37.350112] MtCmdChannelSwitch: control_chl = 1,control_ch2=0, central_chl = 3 DBDCIdx= 0, Band= 0
[   37.359070] BW = 1,TXStream = 4, RXStream = 4, scan(0)
[   37.383277] ApAutoChannelAtBootUp<-----------------
[   37.388189] [PMF]APPMFInit:: apidx=0, MFPC=1, MFPR=0, SHA256=0
[   37.394034] [PMF]PMF_MakeRsnIeGMgmtCipher: Insert BIP to the group management cipher of RSNIE
[   37.402636] wifi_sys_linkup(), wdev idx = 0
[   37.406844] wtc_acquire_groupkey_wcid: Found a non-occupied wtbl_idx:127 for WDEV_TYPE:1
[   37.406844]  LinkToOmacIdx = 0, LinkToWdevType = 1
[   37.468634] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 0, CmdBssInfoBmcRate.u2McTransmit = 0
[   37.528424] UpdateBeaconHandler, BCN_UPDATE_INIT, OmacIdx = 0
[   37.534195] APStartUpForMbss: BssIndex = 0 channel = 1
[   37.539376] MtCmdTxPowerDropCtrl: ucPowerDrop: 100, BandIdx: 0
[   37.545226] MtCmdTxCCKStream: u1CCKTxStream: 1, BandIdx: 0
[   37.552411] BndStrg_SetInfFlags(): BSS(<< WLAN0_MAC >>) set 2G Inf ra0 ready.
Enable 20/40 BSSCoex Channel Scan(BssCoex=1)
[   37.565914] MtCmdSetMacTxRx:(ret = 0)
[   37.569593] MtCmdChannelSwitch: control_chl = 1,control_ch2=0, central_chl = 1 DBDCIdx= 0, Band= 0
[   37.578557] BW = 0,TXStream = 4, RXStream = 4, scan(1)
[   37.602791] AP OBSS SYNC - BBP R4 to 20MHz.l
[   37.903455] MtCmdChannelSwitch: control_chl = 2,control_ch2=0, central_chl = 2 DBDCIdx= 0, Band= 0
[   37.912420] BW = 0,TXStream = 4, RXStream = 4, scan(1)
[   37.936650] AP OBSS SYNC - BBP R4 to 20MHz.l
[   38.239452] MtCmdChannelSwitch: control_chl = 3,control_ch2=0, central_chl = 3 DBDCIdx= 0, Band= 0
[   38.248424] BW = 0,TXStream = 4, RXStream = 4, scan(1)
[   38.272679] AP OBSS SYNC - BBP R4 to 20MHz.l
[   38.575456] MtCmdChannelSwitch: control_chl = 4,control_ch2=0, central_chl = 4 DBDCIdx= 0, Band= 0
[   38.584423] BW = 0,TXStream = 4, RXStream = 4, scan(1)
[   38.608639] AP OBSS SYNC - BBP R4 to 20MHz.l
[   38.911455] MtCmdChannelSwitch: control_chl = 5,control_ch2=0, central_chl = 5 DBDCIdx= 0, Band= 0
[   38.920419] BW = 0,TXStream = 4, RXStream = 4, scan(1)
[   38.944664] AP OBSS SYNC - BBP R4 to 20MHz.l
[   39.247460] MtCmdChannelSwitch: control_chl = 6,control_ch2=0, central_chl = 6 DBDCIdx= 0, Band= 0
[   39.256431] BW = 0,TXStream = 4, RXStream = 4, scan(1)
[   39.280645] AP OBSS SYNC - BBP R4 to 20MHz.l
[   39.583456] MtCmdChannelSwitch: control_chl = 7,control_ch2=0, central_chl = 7 DBDCIdx= 0, Band= 0
[   39.592433] BW = 0,TXStream = 4, RXStream = 4, scan(1)
[   39.616670] AP OBSS SYNC - BBP R4 to 20MHz.l
[   39.919456] MtCmdChannelSwitch: control_chl = 8,control_ch2=0, central_chl = 8 DBDCIdx= 0, Band= 0
[   39.928423] BW = 0,TXStream = 4, RXStream = 4, scan(1)
[   39.952664] AP OBSS SYNC - BBP R4 to 20MHz.l
[   40.255444] Channel[Idx=0, Ch=1].bEffectedChannel=0x2!
[   40.260596] Channel[Idx=1, Ch=2].bEffectedChannel=0x0!
[   40.265738] Channel[Idx=2, Ch=3].bEffectedChannel=0x0!
[   40.270879] Channel[Idx=3, Ch=4].bEffectedChannel=0x0!
[   40.276022] Channel[Idx=4, Ch=5].bEffectedChannel=0x2!
[   40.281163] needFallBack=TRUE due to OP/OT!
[   40.285352] Channel[Idx=5, Ch=6].bEffectedChannel=0x2!
[   40.290496] needFallBack=TRUE due to OP/OT!
[   40.294684] Channel[Idx=6, Ch=7].bEffectedChannel=0x0!
[   40.299825] Channel[Idx=7, Ch=8].bEffectedChannel=0x0!
[   40.304991] MtCmdChannelSwitch: control_chl = 1,control_ch2=0, central_chl = 3 DBDCIdx= 0, Band= 0
[   40.313952] BW = 1,TXStream = 4, RXStream = 4, scan(0)
[   40.338225] apidx 0 for WscUUIDInit
[   40.341781] Generate UUID for apidx(0)
[   40.345565] mtk_ppe_dev_register_hook : ineterface ra0 register (1)
[   41.357242] device ra0 entered promiscuous mode
[   41.361829] br0: port 2(ra0) entered forwarding state
[   41.366897] br0: port 2(ra0) entered forwarding state
Set multicast_to_unicast kernel option to 1 on interface eth0.1
Set multicast_to_unicast kernel option to 1 on interface ra0
ra0 Channel Value: 1
WLAN Two interface up!
[   41.449898] rai0: ===> main_virtual_if_open
[   41.454120] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_INIT
[   41.460880] load l1profile succeed!
[   41.464516] WHNAT=1
[   41.466611] whnat_cap_support(): chip_id=7915 is in WHNAT support list
[   41.473181] wifi_slot_get(): bus name=PCI Bus 0001:01, funid=0, get slot id=0
[   41.480334] whnat_entry_acquire(): PCIE SLOT:0, hook to WHNAT,entry id=0
[   41.487248] wed_init(0): irq=11,base_addr=0xffffff80093f2000
[   41.493836] wed_ring_init(): wed ring init result = 0
[   41.509621] create wed ok!!!
[   41.512746] wdma_init(): wdma(0) base addr=ffffff80093fe800
[   41.518347] wdma_init(): wdma(0) irq[0]=253
[   41.522545] wdma_init(): wdma(0) irq[1]=254
[   41.526739] wdma_init(): wdma(0) irq[2]=255
[   41.531641] wifi_chip_probe(): Chang CHIP IRQ: 259 to WHNAT IRQ: 11
[   41.537915] wifi_slot_get(): bus name=PCI Bus 0001:01, funid=0, get slot id=0
[   41.545138] whnat_probe(): probe fail since whnat is full!
[   41.550638] whnat_dev0: probe of 1020a000.wed2 failed with error -1
[   41.557079] mt_service_open: wlan service opens successfully!
[   41.565934] APWdsInitialize():WdsEntry[0~15]
[   41.571788] BssidNum=2
[   41.574142] Pf2MbssIdxMap:
[   41.576856]  0  1
[   41.579367] E2pAccessMode=2
[   41.582314] SSID[0]=M32-D002, EdcaIdx=0
[   41.586210] SSID[1]=M32-backhaul-D002, EdcaIdx=0
[   41.590926] RTMPSetProfileParameters(): DBDC Mode=0, eDBDC_mode = 0
[   41.597251] cfg_mode=17
[   41.599703] cfg_mode=17
[   41.602143] cfg_mode=17
[   41.604597] wmode_band_equal(): Band Equal!
[   41.608887] auto_ch_select_set_cfg(): BandIdx0, AutoChannelAtBootup=1, AutoChannelAlg = 1
[   41.617079] auto_ch_select_set_cfg(): BandIdx1, AutoChannelAtBootup=0, AutoChannelAlg = 0
[   41.625350] Index0 Channel=0
[   41.628558] BandSteering=1
[   41.631353] [TxPower] BAND0: 100
[   41.636016] [SKUenable] BAND0: 1
[   41.639244] [SkuTableIdx]: 1
[   41.642211] [CCKTxStream] BAND0: 4
[   41.645625] [PERCENTAGEenable] BAND0: 1
[   41.649473] [BFBACKOFFenable] BAND0: 1
[   41.653387] [MaxRuOfdma] BAND0: 8
[   41.656783] [MaxDLMuMimo] BAND0: 4
[   41.660266] [MaxULMuMimo] BAND0: 2
[   41.663817] profile: FragThreshold[0]=2346
[   41.668185] APEdca0
[   41.670363] APEdca1
[   41.672555] APEdca2
[   41.674730] APEdca3
[   41.677562] UAPSDCapable[0]=0
[   41.680528] UAPSDCapable[1]=0
[   41.683501] UAPSDCapable[2]=0
[   41.686461] UAPSDCapable[3]=0
[   41.689430] UAPSDCapable[4]=0
[   41.692398] UAPSDCapable[5]=0
[   41.695358] UAPSDCapable[6]=0
[   41.698329] UAPSDCapable[7]=0
[   41.701297] UAPSDCapable[8]=0
[   41.704268] UAPSDCapable[9]=0
[   41.707227] UAPSDCapable[10]=0
[   41.710284] UAPSDCapable[11]=0
[   41.713336] UAPSDCapable[12]=0
[   41.716402] UAPSDCapable[13]=0
[   41.719456] UAPSDCapable[14]=0
[   41.722502] UAPSDCapable[15]=0
[   41.725562] UAPSDCapable[16]=0
[   41.728613] UAPSDCapable[17]=0
[   41.731722] UAPSDCapable[18]=0
[   41.734768] UAPSDCapable[19]=0
[   41.737828] UAPSDCapable[20]=0
[   41.740883] UAPSDCapable[21]=0
[   41.743941] UAPSDCapable[22]=0
[   41.746987] UAPSDCapable[23]=0
[   41.750045] UAPSDCapable[24]=0
[   41.753096] UAPSDCapable[25]=0
[   41.756155] UAPSDCapable[26]=0
[   41.759202] UAPSDCapable[27]=0
[   41.762258] UAPSDCapable[28]=0
[   41.765313] UAPSDCapable[29]=0
[   41.768370] UAPSDCapable[30]=0
[   41.771420] UAPSDCapable[31]=0
[   41.774482] default ApCliUAPSDCapable[0]=0
[   41.778575] default ApCliUAPSDCapable[1]=0
[   41.783370] DfsZeroWaitCacTime=255/255
[   41.787141] RTMPSetProfileParameters(): ACSCheckTime[0]=0 seconds
[   41.793239] RTMPSetProfileParameters(): ACSCheckTime[1]=0 seconds
[   41.799506] read_itxbf: ITxBfEn = 0
[   41.802987] read_itxbf: BSSID[0]
[   41.806219] read_itxbf: MBSS[0] ITxBfEn = 0
[   41.810403] read_itxbf: More BSSID[1]
[   41.814065] read_itxbf: More MBSS[1] ITxBfEn = 0
[   41.818690] read_itxbf: Common.ITxBfEn = 0
[   41.822849] read_etxbf: ETxBfEnCond = 1
[   41.826688] read_etxbf: BSSID[0]
[   41.829914] read_etxbf: MBSS[0] ETxBfEnCond = 1
[   41.834499] read_etxbf: More BSSID[1]
[   41.838166] read_etxbf: More MBSS[1] ETxBfEnCond = 1
[   41.843931] MBSS[0] MuOfdmaDlEnable = 1
[   41.847768] More MBSS[1] MuOfdmaDlEnable = 1
[   41.852124] MBSS[0] MuOfdmaUlEnable = 1
[   41.855960] More MBSS[1] MuOfdmaUlEnable = 1
[   41.860316] MBSS[0] MuMimoDlEnable = 1
[   41.864066] More MBSS[1] MuMimoDlEnable = 1
[   41.868338] MBSS[0] MuMimoUlEnable = 1
[   41.872095] More MBSS[1] MuMimoUlEnable = 1
[   41.884116] [PMF]Set_PMFMFPC_Proc:: apidx=0, Desired MFPC=1
[   41.889693] [PMF]Set_PMFMFPC_Proc:: apidx=1, Desired MFPC=1
[   41.895347] [PMF]Set_PMFMFPR_Proc:: apidx=0, Desired MFPR=0
[   41.900919] [PMF]Set_PMFMFPR_Proc:: apidx=1, Desired MFPR=0
[   41.906574] [PMF]Set_PMFSHA256_Proc:: apidx=0, Desired PMFSHA256=0
[   41.912754] [PMF]Set_PMFSHA256_Proc:: apidx=1, Desired PMFSHA256=0
[   41.919457] MAP_MODE=1
[   41.922193] ApCliEntry[0].Enable=0
[   41.927071] rtmp_read_wds_from_file(): WDS Profile
[   41.931999] WDS Number: band[0]=0, band[1]=0
[   41.936307] WDS-Enable mode=0
[   41.939334] If/wds0 - PeerPhyMode=0x11
[   41.943088] If/wds1 - PeerPhyMode=0x11
[   41.946835] If/wds2 - PeerPhyMode=0x11
[   41.950587] If/wds3 - PeerPhyMode=0x11
[   41.955610] HT_BAWinSize: wdev[0]: (TX=256, RX=256)
[   41.960710] HT: WDEV[0] Ext Channel = ABOVE
[   41.965027] HT: greenap_cap = 0
[   41.998423] rtmp_read_mlme_multiqueue_parms_from_file(): Mlme.MultiQEnable=1
[   42.005558] rtmp_read_mlme_multiqueue_parms_from_file(): [hp_q_ration]-[np_q_ration]-[lp_q_ration] = 8-4-1
[   42.015315] WtcSetMaxStaNum: MaxStaNum:236, BssidNum:2, WdsNum:16, MSTANum:1, MaxNumChipRept:32, MinMcastWcid:285
[   42.025612] Top Init Done!
[   42.028347] Use dev_alloc_skb
[   42.031309] token_tx_queue_init(): ct sw token number = 1023
[   42.037100] token_tx_queue_init(): token que inited done!id_head/tail=0/1024
[   42.044155] token_tx_queue_init(): ffffffc01df0d208,ffffffc01df0d208
[   42.052043] TxRing[0]: attr:0, total 2048 entry initialized
[   42.058437] TxRing[1]: attr:0, total 2048 entry initialized
[   42.064161] RX[0] DESC ffffff8009389000 size = 24576
[   42.070203] RX[1] DESC ffffff8009390000 size = 24576
[   42.076281] RX[2] DESC ffffff8009397000 size = 8192
[   42.081511] RX[3] DESC ffffff800939a000 size = 16384
[   42.087193] RX[4] DESC ffffff800939f000 size = 8192
[   42.092658] -->TX_RING_0[0xd7300]: Attr:0, Base=0x52a20000, Cnt=2048!
[   42.099168] -->TX_RING_1[0xd7310]: Attr:0, Base=0x52af8000, Cnt=2048!
[   42.105667] -->TX_RING_2[0xd5400]: Attr:3, Base=0x529f7000, Cnt=128!
[   42.112067] -->TX_RING_3[0xd5410]: Attr:2, Base=0x529f8000, Cnt=256!
[   42.118433] -->TX_RING_4[0xd5440]: Attr:1, Base=0x529f9000, Cnt=256!
[   42.124808] -->RX_RING_0[0xd4500]: Base=0x52b80000, Cnt=1536
[   42.130472] -->RX_RING_1[0xd4510]: Base=0x52b88000, Cnt=1536
[   42.136215] -->RX_RING_2[0xd5500]: Base=0x52a0c000, Cnt=512
[   42.141796] -->RX_RING_3[0xd7410]: Base=0x55c94000, Cnt=1024
[   42.147456] -->RX_RING_4[0xd5520]: Base=0x52a0e000, Cnt=512
[   42.153041] wdma_dma_ctrl(): WDMA_GLO_CFG=40000450
[   42.157867] Hif Init Done!
[   42.163695] pci_driver_own_by_port: success to clear p=0 fw own, from(1): 1 is interrupt mode, 2 is polling mode.
[   42.173958] driver_own: port=1 is not enabled
[   42.178323] fw_prepare():using E2 ROM patch
[   42.182509] fw_prepare():using E2 RAM
[   42.186191] Parsing patch header
[   42.189421]  Built date: 20201105222230a
[   42.193421]
[   42.194904]  Platform: ALPS
[   42.197726]  HW/SW version: 0x8a108a10
[   42.201507]  Patch version: 0xffffffff
[   42.205289]  Section num: 0x2, subsys: 0x4
[   42.209394]  Section 0: type = 0x30002, offset = 0xe0, size = 0xfc90
[   42.215749]  Target address: 0x200000, length: 0xfc90
[   42.220806]  Section 1: type = 0x30002, offset = 0xfd70, size = 0x13720
[   42.227446]  Target address: 0xe000f000, length: 0x13720
[   42.232913] Patch SEM Status = 2
[   42.236177] patch is not ready && get semaphore success
[   42.241454] Start address = 0x200000, DL length = 64656, Data mode = 0x80000000
[   42.249951] EventGenericEventHandler: CMD Success
[   42.254675] MtCmdAddressLenReq:(ret = 0)
[   42.258891] Start address = 0xe000f000, DL length = 79648, Data mode = 0x80000000
[   42.267549] EventGenericEventHandler: CMD Success
[   42.272286] MtCmdAddressLenReq:(ret = 0)
[   42.276709] MtCmdPatchFinishReq
[   42.283646] EventGenericEventHandler: CMD Success
[   42.288569] Patch SEM Status = 3
[   42.291809] release patch semaphore
[   42.295293]  WfMcuHwInit: Before NICLoadFirmware, check ICapMode = 0
[   42.302450] Parsing CPU 0 fw tailer
[   42.305944]  Chip ID: 0x0b
[   42.308669]  Eco version: 0x01
[   42.311751]  Region number: 0x07
[   42.314985]  Format version: 0x02
[   42.318354]  Format flag: 0x01
[   42.321428]  Ram version: ____000000
[   42.325070]  Built date: 20201105222304
[   42.328982]  Common crc: 0xaa870ac
[   42.332390] Parsing tailer region 0
[   42.335946]  Decomp crc: 0x0
[   42.338820]  Decomp size: 0x0
[   42.341810]  Decomp block size: 0x0
[   42.345304]  Target address: 0x21fc00
[   42.348969]  Download size: 110592
[   42.352370]  Feature set: 0x20
[   42.355440] Parsing tailer region 1
[   42.358921]  Decomp crc: 0x0
[   42.361805]  Decomp size: 0x0
[   42.364773]  Decomp block size: 0x0
[   42.368266]  Target address: 0x31dc00
[   42.371930]  Download size: 205824
[   42.375323]  Feature set: 0x00
[   42.378400] Parsing tailer region 2
[   42.381896]  Decomp crc: 0x0
[   42.384776]  Decomp size: 0x0
[   42.387748]  Decomp block size: 0x0
[   42.391249]  Target address: 0x417400
[   42.394918]  Download size: 31744
[   42.398234]  Feature set: 0x00
[   42.401305] Parsing tailer region 3
[   42.404799]  Decomp crc: 0x0
[   42.407680]  Decomp size: 0x0
[   42.410639]  Decomp block size: 0x0
[   42.414133]  Target address: 0xe0022800
[   42.417969]  Download size: 411136
[   42.421375]  Feature set: 0x00
[   42.424452] Parsing tailer region 4
[   42.427946]  Decomp crc: 0x0
[   42.430818]  Decomp size: 0x0
[   42.433789]  Decomp block size: 0x0
[   42.437333]  Target address: 0xe0086e00
[   42.441173]  Download size: 332288
[   42.444596]  Feature set: 0x00
[   42.447667] Parsing tailer region 5
[   42.451146]  Decomp crc: 0x0
[   42.454031]  Decomp size: 0x0
[   42.456998]  Decomp block size: 0x0
[   42.460490]  Target address: 0x23ac00
[   42.464150]  Download size: 87040
[   42.467468]  Feature set: 0x00
[   42.470530] Parsing tailer region 6
[   42.474025]  Decomp crc: 0x0
[   42.476913]  Decomp size: 0x0
[   42.479884]  Decomp block size: 0x0
[   42.483363]  Target address: 0x400000
[   42.487029]  Download size: 81920
[   42.490342]  Feature set: 0x00
[   42.493415]  Release info: header tag = 0, total length = 68
[   42.499085]  tag 1, padding length = 3, tag length = 61
[   42.504313]  payload: t-neptune-main-mt7915-1953-MT7915D_1953_MT7621-20201105221902
[   42.512269] Start address = 0x21fc00, DL length = 110592, Data mode = 0x80000000
[   42.520873] EventGenericEventHandler: CMD Success
[   42.525621] MtCmdAddressLenReq:(ret = 0)
[   42.529994] Start address = 0x31dc00, DL length = 205824, Data mode = 0x80000000
[   42.538762] EventGenericEventHandler: CMD Success
[   42.543471] MtCmdAddressLenReq:(ret = 0)
[   42.548208] Start address = 0x417400, DL length = 31744, Data mode = 0x80000000
[   42.556711] EventGenericEventHandler: CMD Success
[   42.561416] MtCmdAddressLenReq:(ret = 0)
[   42.565471] Start address = 0xe0022800, DL length = 411136, Data mode = 0x80000000
[   42.574233] EventGenericEventHandler: CMD Success
[   42.578990] MtCmdAddressLenReq:(ret = 0)
[   42.584523] Start address = 0xe0086e00, DL length = 332288, Data mode = 0x80000000
[   42.593314] EventGenericEventHandler: CMD Success
[   42.598104] MtCmdAddressLenReq:(ret = 0)
[   42.603308] Start address = 0x23ac00, DL length = 87040, Data mode = 0x80000000
[   42.611821] EventGenericEventHandler: CMD Success
[   42.616560] MtCmdAddressLenReq:(ret = 0)
[   42.620849] Start address = 0x400000, DL length = 81920, Data mode = 0x80000000
[   42.629366] EventGenericEventHandler: CMD Success
[   42.634098] MtCmdAddressLenReq:(ret = 0)
[   42.638418] MtCmdFwStartReq: override = 0x1, address = 0x21fc00
[   42.645528] EventGenericEventHandler: CMD Success
[   42.650314] Parsing CPU 1 fw tailer
[   42.653810]  Chip ID: 0x00
[   42.656548]  Eco version: 0x01
[   42.659633]  Region number: 0x03
[   42.662866]  Format version: 0x02
[   42.666204]  Format flag: 0x01
[   42.669282]  Ram version: DEV_000000
[   42.672913]  Built date: 20201105222323
[   42.676843]  Common crc: 0x8fcbc5ad
[   42.680339] Parsing tailer region 0
[   42.683827]  Decomp crc: 0x0
[   42.686700]  Decomp size: 0x0
[   42.689673]  Decomp block size: 0x0
[   42.693161]  Target address: 0x10200000
[   42.697000]  Download size: 88512
[   42.700313]  Feature set: 0x00
[   42.703372] Parsing tailer region 1
[   42.706866]  Decomp crc: 0x0
[   42.709747]  Decomp size: 0x0
[   42.712718]  Decomp block size: 0x0
[   42.716206]  Target address: 0x10300000
[   42.720046]  Download size: 19392
[   42.723352]  Feature set: 0x00
[   42.726422] Parsing tailer region 2
[   42.729925]  Decomp crc: 0x0
[   42.732804]  Decomp size: 0x0
[   42.735831]  Decomp block size: 0x0
[   42.739311]  Target address: 0xe0000000
[   42.743154]  Download size: 8768
[   42.746383]  Feature set: 0x00
[   42.749458]  Release info: header tag = 0, total length = 0
[   42.755041] Start address = 0x10200000, DL length = 88512, Data mode = 0x80000010
[   42.763727] EventGenericEventHandler: CMD Success
[   42.768466] MtCmdAddressLenReq:(ret = 0)
[   42.773014] Start address = 0x10300000, DL length = 19392, Data mode = 0x80000010
[   42.781717] EventGenericEventHandler: CMD Success
[   42.786460] MtCmdAddressLenReq:(ret = 0)
[   42.790498] Start address = 0xe0000000, DL length = 8768, Data mode = 0x80000010
[   42.799121] EventGenericEventHandler: CMD Success
[   42.803848] MtCmdAddressLenReq:(ret = 0)
[   42.807834] MtCmdFwStartReq: override = 0x4, address = 0x0
[   42.913118] EventGenericEventHandler: CMD Success
[   42.917856] :MtCmdCr4Capability: option(0)
[   42.921988] MCU Init Done!
[   42.924715] efuse_probe: efuse = 10000012
[   42.928731] RtmpChipOpsEepromHook::e2p_type=2, inf_Type=5
[   42.934134] RtmpEepromGetDefault::e2p_dafault=1
[   42.938669] RtmpChipOpsEepromHook: E2P type(2), E2pAccessMode = 2, E2P default = 1
[   42.946250] NVM is FLASH mode. dev_idx [0] FLASH OFFSET [0x5000]
[   42.952268] rtmp_nv_init(): EEPROM Size[131072]
[   42.958049] [EEPROMImage - PreCalImageInfo - PreCalImage - TxDPDImage]
[   42.958049] [0xffffffc00f9a0000 - 0xffffffc00f9a0e00 - 0xffffffc00f9a0e10 - 0xffffffc00f9ad220]
[   42.974801] validFlashEepromID(): eeFlashId=7915, pAd->ChipID=7915
[   42.980994] NICReadEEPROMParameters: EEPROM 0x62 0
[   48.217664] Country Region from e2p = 0
[   48.221545] antenna_default_reset() todo
[   48.225476] antenna_default_reset() value = 0x2424, TxPath = 4, RxPath = 4
[   48.232388] RTMPReadTxPwrPerRate(458): Don't Support this now!
[   48.238233] rc_radio_init(): DBDC MODE=0, ConcurrentBand=1
[   48.243847] rc_radio_init(): radio_ctrl=ffffffc012af1ee8,Band=0,rfcap=3,channel=1,PhyMode=2 extCha=0xf
[   48.253185] ucAction = 0, ucBandIdx = 0, ucSmthIntlBypass = 0
[   48.258938] AntCfgInit(3415): Not support for HIF_MT yet!
[   48.264357] mt7915_check_RF_lock_down: RFlockDown Enable: 0
[   48.269930] MtReadPwrLimitTable: sku table idx: 1
mt7915_check_RF_lock_down: RFlockDown Enable: 0
[   48.281676] mt7915_check_RF_lock_down: RFlockDown Enable: 0
[   48.287255] MtReadPwrLimitTable: sku table idx: 1
mt7915_check_RF_lock_down: RFlockDown Enable: 0
[   48.299102] EEPROM Init Done!
[   48.302097] mac_init()-->
[   48.304724] init_mac_cr()-->
[   48.307611] <--mac_init()
[   48.313337] CmdRxHdrTransBLUpdateRsp::EventExtCmdResult.u4Status = 0x0
[   48.321642] CmdRxHdrTransBLUpdateRsp::EventExtCmdResult.u4Status = 0x0
[   48.329976] CmdRxHdrTransBLUpdateRsp::EventExtCmdResult.u4Status = 0x0
[   48.336558] MAC Init Done!
[   48.339259] BBPInit():BBP Initialization.....
[   48.343711]  Band 0: valid=1, Band=2, CBW=1, CentCh/PrimCh=1/1, prim_ch_idx=0, txStream=2
[   48.351918]  Band 1: valid=0, Band=0, CBW=0, CentCh/PrimCh=0/0, prim_ch_idx=0, txStream=0
[   48.360099] BBPInit() todo
[   48.362798] PHY Init Done!
[   48.371819] tx_pwr_comp_init():NotSupportYet!
[   48.376375] MtCmdSetMacTxRx:(ret = 0)
[   48.380329] ap_ftkd> Initialize FT KDP Module...
[   48.385026] Main bssid = 00:00:00:00:00:00
[   48.389147] SetMuruPlatformTypeProc: param.ucPlatformType = 2
[   48.394933] muru_cfg_dlul_limits:(Ret = 1
[   48.398956] muru_cfg_dlul_limits:(Ret = 1
[   48.403205] MtCmdSetMacTxRx:(ret = 0)
[   48.406882] <==== mt_wifi_init, Status=0
[   48.410812] TxBfModuleEnCtrl:It's not DBDC mode
[   48.415373] CmdHeraStbcPriorityCtrl: u1BandIdx=0, u1Operation=1, u1StbcPriority=0
[   48.422876] CTS/ACK Timeout Range should between [0xFFFF:0]!!
[   48.428628] [set_datcfg_ack_cts_timeout](10924): DAT config band(0) cck_timeout Fail!
[   48.436543] CTS/ACK Timeout Range should between [0xFFFF:0]!!
[   48.442293] [set_datcfg_ack_cts_timeout](10935): DAT config band(0) ofdm_timeout Fail!
[   48.450228] CTS/ACK Timeout Range should between [0xFFFF:0]!!
[   48.455977] [set_datcfg_ack_cts_timeout](10946): DAT config band(0) ofdma_timeout Fail!
[   48.463978] CTS/ACK Timeout Range should between [0xFFFF:0]!!
[   48.469728] [set_datcfg_ack_cts_timeout](10924): DAT config band(1) cck_timeout Fail!
[   48.477556] CTS/ACK Timeout Range should between [0xFFFF:0]!!
[   48.483304] [set_datcfg_ack_cts_timeout](10935): DAT config band(1) ofdm_timeout Fail!
[   48.491227] CTS/ACK Timeout Range should between [0xFFFF:0]!!
[   48.496976] [set_datcfg_ack_cts_timeout](10946): DAT config band(1) ofdma_timeout Fail!
[   48.505016] Register MBSSID IF 1 (rai1)
[   48.510716] wdev_init(caller:mbss_create_vif+0x2bc/0x4b0 [mt7915_mt_wifi_ap]), wdev(1)
[   48.519182] MSTA_Init (1) ---> ApCli
[   48.522848] Register MSTA IF (apclii0) , pAd->MSTANum = 1
[   48.530116] wdev_init(caller:MSTA_Init+0x344/0x590 [mt7915_mt_wifi_ap]), wdev(2)
[   48.539809] Caller: dump_ht_cap+0x10/0x20 [mt7915_mt_wifi_ap]

OEM bootlog part 4:

[   48.545599]
[   48.545599] phy_mode=177, ch=0, wdev_type=2
[   48.551264] ht_cap: ht_cap->HtCapInfo,
[   48.555104] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1
[   48.562762] ht_cap: ht_cap->HtCapParm,
[   48.566594] mdpu_density=0, ampdu_factor=3
[   48.571223] mt_service_init: wlan service inits successfully!
[   48.576989] WtcSetMaxStaNum: MaxStaNum:236, BssidNum:2, WdsNum:16, MSTANum:1, MaxNumChipRept:32, MinMcastWcid:285
[   48.704140] RedInit: set CR4/N9 RED Enable to 1.
[   48.708766] RedInit: RED Initiailize Done.
[   48.713044] cp_support_is_enabled: set CR4 CP_SUPPORT to Mode 3.
[   48.719056] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_UP
[   48.725337] wifi_sys_open(), wdev idx = 0
[   48.729359] ucAction = 0, ucBandIdx = 0, ucSmthIntlBypass = 0
[   48.735127] BuildChannelList() BandIdx = 0, PhyMode = 177, ChListNum = 4:
[   48.742025] DfsBuildChannelList(): Done
[   48.745875] phy_oper_init(): operate TxStream = 4, RxStream = 4
[   48.751813]  [RadarStateCheck] RD_NORMAL_MODE
[   48.757216] phy_freq_adjust : no prim_ch value for adjust!
[   48.764580] Caller: wlan_operate_init+0xf8/0x130 [mt7915_mt_wifi_ap]
[   48.770988]
[   48.770988] phy_mode=177, ch=0, wdev_type=1
[   48.776685] ht_cap: ht_cap->HtCapInfo,
[   48.780524] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1
[   48.788214] ht_cap: ht_cap->HtCapParm,
[   48.792053] mdpu_density=5, ampdu_factor=3
[   48.796228] hw_ctrl_flow_v2_open: wdev_idx=0
[   48.800698] AP inf up for ra_0(func_idx) OmacIdx=0
[   48.805509] AsicRadioOnOffCtrl(): DbdcIdx=0 RadioOn
[   48.810550] BndStrg_Init()
BndStrg_TableInit(),Invalid Channel:0 pMbss apidx:0
[   48.818834] Error in BndStrg_Init(), error code = 9 on apidx = 0
[   48.824849] BndStrg_TableInit(),Invalid Channel:0 pMbss apidx:1
[   48.830769] Error in BndStrg_Init(), error code = 9 on apidx = 1
[   48.836822] ApAutoChannelAtBootUp----------------->
[   48.841779] ApAutoChannelAtBootUp: AutoChannelBootup[0] = 1
[   48.847535] MtCmdSetMacTxRx:(ret = 0)
[   48.851210] [AutoChSelBuildChannelListFor5G] ChListNum5G = 4
[   48.858860] UpdateBeaconHandler, wdev(0) bss not ready (state:0, caller:MTAPAutoSelectChannel+0x198/0x420 [mt7915_mt_wifi_ap])!!
[   49.737563] UpdateBeaconHandler, wdev(0) bss not ready (state:0, caller:MTAPAutoSelectChannel+0x338/0x420 [mt7915_mt_wifi_ap])!!
[   49.749251] ApAutoChannelAtBootUp : Auto channel selection: Selected channel = 40, IsAband = 1
[   49.757875]  [RadarStateCheck] RD_NORMAL_MODE
[   49.981250] DfsBuildChannelList(): Done
[   49.985138] zero_wait_dfs_switch_ch(): outband ch 0, ch_stat 0
[   49.990981] ApAutoChannelAtBootUp<-----------------
[   49.997708] ===> APStartUpForMbss(caller:ap_inf_open+0x138/0x1c0 [mt7915_mt_wifi_ap]), mbss_idx:0, CfgMode:177
[   50.007781] [PMF]APPMFInit:: apidx=0, MFPC=1, MFPR=0, SHA256=0
[   50.013629] [PMF]PMF_MakeRsnIeGMgmtCipher: Insert BIP to the group management cipher of RSNIE
[   50.024197] Caller: dump_ht_cap+0x10/0x20 [mt7915_mt_wifi_ap]
[   50.030031]
[   50.030031] phy_mode=177, ch=40, wdev_type=1
[   50.035782] ht_cap: ht_cap->HtCapInfo,
[   50.039622] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1
[   50.047280] ht_cap: ht_cap->HtCapParm,
[   50.051114] mdpu_density=5, ampdu_factor=3
[   50.055223] Enable 20/40 BSSCoex Channel Scan(BssCoex=1)
[   50.062432] ap_link_up(caller:wdev_do_linkup+0x1c/0x30 [mt7915_mt_wifi_ap]), wdev(0)
[   50.070533] wifi_sys_linkup, wdev idx = 0
[   50.144136] wtc_acquire_groupkey_wcid: Found a non-occupied wtbl_idx:287 for WDEV_TYPE:1
[   50.144136]  LinkToOmacIdx = 0, LinkToWdevType = 1
[   50.157006] TRTableInsertMcastEntry:band0 group_idx[0]=0
[   50.162333] wifi_sys_linkup:wdev(type=0,func_idx=1,wdev_idx=0),BssIndex(0)
[   50.169236] hw_ctrl_flow_v2_link_up: wdev_idx=0
[   50.173968] (bssUpdateChannel), ucPrimCh=40, ucCentChSeg0=42, ucCentChSeg1=0, BW=2, ucHetbRU26Disable=0, ucHetbAllDisable=1
[   50.185112] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 8320, CmdBssInfoBmcRate.u2McTransmit = 8320
[   50.201345] UpdateBeaconHandler, BCN_UPDATE_INIT, OmacIdx = 0 (rai0)
[   50.207705]  Band0 BcnInitedRnd = 15
[   50.211291] MtCmdTxPowerSKUCtrl: tx_pwr_sku_en: 1, BandIdx: 0
[   50.217064] MtCmdTxBfBackoffCtrl: fgTxBFBackoffEn: 1, BandIdx: 0
[   50.223092] MtCmdTxPowerPercentCtrl: fgTxPowerPercentEn: 1, BandIdx: 0
[   50.229661] TxCCKStreamCtrl: set wrong parameters
[   50.241881] BndStrg_SetInfFlags(): BSS(<< WLAN1_MAC >>) set 5G Inf rai0 ready.
set muru_update_he_cfg()!!!!
[   50.253934] PrintSrCmd:
[   50.253934] u1CmdSubId = 1, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0
[   50.253934] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0
[   50.267995] PrintSrCmd:
[   50.267995] u1CmdSubId = 5, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0
[   50.267995] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0
[   50.282031] PrintSrCmd:
[   50.282031] u1CmdSubId = 3, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0
[   50.282031] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1
[   50.296076] PrintSrCmd:
[   50.296076] u1CmdSubId = 23, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0
[   50.296076] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0
[   50.310216] MtCmdTxPwrShowInfo: ucTxPowerInfoCatg: 2, BandIdx: 0
[   50.316328] apidx 0 for WscUUIDInit
[   50.316457] [mtf_txpower_all_rate_info] band_idx:0 pwr:18 ChBand:5G ePAGain:0
[   50.326951] Generate UUID for apidx(0)
[   50.330741] WDS_Init():wds_num[0]=0, count=0, MAX_WDS_ENTRY=16, if_idx=0, flg_wds_init=0
[   50.338835] Total allocated 0 WDS(es) for band0!
[   50.343545] mtk_ppe_dev_register_hook : ineterface rai0 register (2)
[   51.355356] device rai0 entered promiscuous mode
[   51.360036] br0: port 3(rai0) entered forwarding state
[   51.365194] br0: port 3(rai0) entered forwarding state
[   51.392053] rai1: ===> mbss_virtual_if_open
Set multicast_to[   51.396406] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_INIT
_unicast kernel [   51.404503] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_UP
option to 1 on i[   51.411849] wifi_sys_open(), wdev idx = 1
[   51.417385] ucAction = 0, ucBandIdx = 0, ucSmthIntlBypass = 0

[   51.424356] phy_oper_init(): operate TxStream = 4, RxStream = 4
[   51.432376] Caller: wlan_operate_init+0xf8/0x130 [mt7915_mt_wifi_ap]
[   51.438835]
[   51.438835] phy_mode=177, ch=40, wdev_type=1
[   51.445098] ht_cap: ht_cap->HtCapInfo,
[   51.448963] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1
[   51.456820] ht_cap: ht_cap->HtCapParm,
[   51.460660] mdpu_density=0, ampdu_factor=3
[   51.464965] hw_ctrl_flow_v2_open: wdev_idx=1
[   51.469384] AP inf up for ra_1(func_idx) OmacIdx=17
[   51.474411] AsicRadioOnOffCtrl(): DbdcIdx=0 RadioOn
[   51.479552] BndStrg_Init()
ApAutoChannelAtBootUp----------------->
[   51.486828] ApAutoChannelAtBootUp: AutoChannelBootup[0] = 1
[   51.492821] MtCmdSetMacTxRx:(ret = 0)
[   51.496518]  ap_run_at_boot() : ACS is disable !!
[   51.503946] ===> APStartUpForMbss(caller:ap_inf_open+0x138/0x1c0 [mt7915_mt_wifi_ap]), mbss_idx:1, CfgMode:177
[   51.514035] [PMF]APPMFInit:: apidx=1, MFPC=1, MFPR=0, SHA256=0
[   51.584773] [PMF]PMF_MakeRsnIeGMgmtCipher: Insert BIP to the group management cipher of RSNIE
[   51.595268] Caller: dump_ht_cap+0x10/0x20 [mt7915_mt_wifi_ap]
[   51.601467]
[   51.601467] phy_mode=177, ch=40, wdev_type=1
[   51.607250] ht_cap: ht_cap->HtCapInfo,
[   51.611097] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1
[   51.619018] ht_cap: ht_cap->HtCapParm,
[   51.622862] mdpu_density=0, ampdu_factor=3
[   51.627104] Enable 20/40 BSSCoex Channel Scan(BssCoex=1)
[   51.634389] ap_link_up(caller:wdev_do_linkup+0x1c/0x30 [mt7915_mt_wifi_ap]), wdev(1)
[   51.642174] wifi_sys_linkup, wdev idx = 1
[   51.716122] wtc_acquire_groupkey_wcid: Found a non-occupied wtbl_idx:286 for WDEV_TYPE:1
[   51.716122]  LinkToOmacIdx = 11, LinkToWdevType = 1
[   51.729123] TRTableInsertMcastEntry:band0 group_idx[1]=1
[   51.734457] wifi_sys_linkup:wdev(type=1,func_idx=1,wdev_idx=1),BssIndex(1)
[   51.741650] hw_ctrl_flow_v2_link_up: wdev_idx=1
[   51.746376] (bssUpdateChannel), ucPrimCh=40, ucCentChSeg0=42, ucCentChSeg1=0, BW=2, ucHetbRU26Disable=0, ucHetbAllDisable=1
[   51.757514] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 8192, CmdBssInfoBmcRate.u2McTransmit = 8192
[   51.774535] UpdateBeaconHandler, BCN_UPDATE_INIT, OmacIdx = 11 (rai0)
[   51.781002] MtCmdTxPowerSKUCtrl: tx_pwr_sku_en: 1, BandIdx: 0
[   51.786996] MtCmdTxBfBackoffCtrl: fgTxBFBackoffEn: 1, BandIdx: 0
[   51.793117] MtCmdTxPowerPercentCtrl: fgTxPowerPercentEn: 1, BandIdx: 0
[   51.799941] TxCCKStreamCtrl: set wrong parameters
[   51.812147] BndStrg_SetInfFlags(): BSS(06:BA:D6:50:D0:04) set 5G Inf rai1 ready.
set muru_update_he_cfg()!!!!
[   51.824097] PrintSrCmd:
[   51.824097] u1CmdSubId = 1, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0
[   51.824097] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0
[   51.838546] PrintSrCmd:
[   51.838546] u1CmdSubId = 5, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0
[   51.838546] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0
[   51.852651] PrintSrCmd:
[   51.852651] u1CmdSubId = 3, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0
[   51.852651] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1
[   51.867125] PrintSrCmd:
[   51.867125] u1CmdSubId = 23, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0
[   51.867125] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0
[   51.881272] MtCmdTxPwrShowInfo: ucTxPowerInfoCatg: 2, BandIdx: 0
[   51.887707] apidx 1 for WscUUIDInit
[   51.887829] [mtf_txpower_all_rate_info] band_idx:0 pwr:18 ChBand:5G ePAGain:0
[   51.898352] Generate UUID for apidx(1)
[   51.902427] mtk_ppe_dev_register_hook : ineterface rai1 register (3)
Set multicast_to_unicast kernel option to 1 on interface ra0
Set multicast_to_unicast kernel option to 1 on interface rai0
[   52.914178] device rai1 entered promiscuous mode
[   52.918876] br0: port 4(rai1) entered forwarding state
[   52.924038] br0: port 4(rai1) entered forwarding state
Set multicast_to_unicast kernel option to 1 on interface eth0.1
Set multicast_to_unicast kernel option to 1 on interface ra0
Set multicast_to_unicast kernel option to 1 on interface rai0
rai0 Channel Value: 40
Set multicast_to_unicast kernel option to 1 on interface rai1
nf_handle_macctl_wlanap 2522 iwpriv ra0 set AccessPolicy=0
nf_handle_macctl_wlanap 2539 iwpriv rai0 set AccessPolicy=0
nf_handle_macctl_wlanap 2539 iwpriv rai1 set AccessPolicy=0
Run emdaemons after wifi done
optind:1 argc:2
get_device_info...
[   55.396825] Current mapfilter version v2.0.2
[   55.405974] Set_Map_Proc current MAP MODE is 1
[   55.415097] Set_Map_Proc current MAP MODE is 1
[process_options]Default interface: ra0
[disable_dhcp_client]TODO: disable dhcp client!!!!!!!!!!!
[main]Map cfg file: /etc/map/mapd_cfg Map user cfg: /etc/map/mapd_user.cfg
[main]WAPP version: v2.0.0
wapp cmm type version: v2.0.0
[main]Initialize socket
[driver_wext_init]Initialize ralink wext interface
[main]Initialize IAPP
=====
WAPP DAEMON VER:v2.0.0
=====
[driver_wext_wapp_support_version]
driver_support_wapp_ver=[v2.0.2]
[driver_wext_wapp_support_version]driver support WAPP ver (v2.0.2) < cur WAPP ver (v2.0.0)
=====
WAPP DAEMON VER:v2.0.0
=====
[driver_wext_wapp_support_version]
driver_support_wapp_ver=[v2.0.2]
[driver_wext_wapp_support_version]driver support WAPP ver (v2.0.2) < cur WAPP ver (v2.0.0)
=====
WAPP DAEMON VER:v2.0.0
=====
[driver_wext_wapp_support_version]
driver_support_wapp_ver=[v2.0.2]
[driver_wext_wapp_support_version]driver support WAPP ver (v2.0.2) < cur WAPP ver (v2.0.0)
=====
WAPP DAEMON VER:v2.0.0
=====
[driver_wext_wapp_support_version]
driver_support_wapp_ver=[v2.0.2]
[driver_wext_wapp_support_version]driver support WAPP ver (v2.0.2) < cur WAPP ver (v2.0.0)
[get_map_parameters]get param(Enable_WPS_toggle_5GL_5GH) fail
[get_map_parameters]get param(MaxStaAllowed) fail
get_if_info for br0
interface index is 10
get_if_info OK
Clean up temporary socket
bind_arp: ifindex=10
Binding to ifindex 10
bind_arp: ifindex=11
Binding to ifindex 11
bind_arp: ifindex=12
Binding to ifindex 12
[mt_iapp_get_wifi_iface_mac]iapp> mt_iapp_get_wifi_iface_mac - IfName[0]: ra0
MAC: 0x7ffd930c78, len = 6
0x0000 : 04 ba d6 50 d0 03
[mt_iapp_get_wifi_iface_mac]iapp> mt_iapp_get_wifi_iface_mac - IfName[1]: rai0
MAC: 0x7ffd930c7e, len = 6
0x0000 : 04 ba d6 50 d0 04
[mt_iapp_get_wifi_iface_mac]iapp> mt_iapp_get_wifi_iface_mac - IfName[2]: rai1
MAC: 0x7ffd930c84, len = 6
0x0000 : 06 ba d6 50 d0 04
bind_arp: ifindex=19
Binding to ifindex 19
bind_arp: ifindex=20
Binding to ifindex 20
[wapp_init_ap_config]typelen=9, filelen=16
[wapp_set_interworking_enable]wapp_set_interworking_enable
[   55.714021] Enable GAS service for MBSSID[0]
[driver_wext_get[   55.718847] Enable GAS service for MBSSID[0]
_oid]driver_wext[   55.724169] Unknow Parameter:8
_get_oid: oid=0x[   55.728746] Unknow Parameter:0
941 len (6) fail[   55.733118] Unknow Parameter:1
ed
[hotspot_get[   55.737523] Unknow Parameter:2
_bssid]hessid_le[   55.741905] Unknow Parameter:3
n is not six
[w[   55.746358] Set_AP_VENDOR_SPECIFIC_IE: Unknown OUIType = 16
app_set_interwor[   55.753352] Set_AP_VENDOR_SPECIFIC_IE: Unknown OUIType = 9
king_enable]wapp[   55.760143] set_wapp_cmm_ie: Unknown IE(EID = 111)
_set_interworkin[   55.766331] set_wapp_cmm_ie: Unknown IE(EID = 110)
g_enable
[   55.772565] Set_HotSpot_OnOff ==> wdev[0] is already in [OFF] STATE , skip.
[hotspot_onoff]Disable hotspot2.0 feature(ra0)
[driver_wext_get[   55.784788] Set_Fh_Bss_Proc ra0 wdev->MAPCfg.DevOwnRole 0x0
_oid]driver_wext_get_oid: oid=0x93e len (8) failed
[hotspot_ono[   55.795742] Set_Fh_Bss_Proc ra0 wdev->MAPCfg.DevOwnRole 0x20
ff]Disable hotspot2.0 feature(rai0)
[driver_wext_set_oid]driver_wext_set_oid: oid=0x925 len (8) failed
wdev_qu[   55.811985] Set_Fh_Bss_Proc rai0 wdev->MAPCfg.DevOwnRole 0x0
ery_rsp_handle: dev_type = 1, mac = << WLAN0_MAC >>, ifname = [   55.822476] Set_Fh_Bss_Proc rai0 wdev->MAPCfg.DevOwnRole 0x20
ra0
(156241920) aquired a new card id 1
[wapp_reset_backhaul_config]wapp_reset_backhaul_config
misc_cap (11):
         m[   55.839057] Set_Fh_Bss_Proc rai1 wdev->MAPCfg.DevOwnRole 0x40
ax_num_of_cli = 64
         max_num_of_bss = 16
[   55.850963] Set_Fh_Bss_Proc rai1 wdev->MAPCfg.DevOwnRole 0x60

         max_num_of_block_cli = 128
ht_cap (11):
         tx_stream = 4, rx_stream = 4, sgi_20 = 1, sgi_40 = 1, ht_40 = 0
vht_cap (11):
         sup_tx_mcs[]= aa ff sup_rx_mcs[] = 170 255
         tx_stream = 4, rx_stream = 4
         sgi_80 = 1, sgi_160 = 1
         vht160 = 0, vht8080 = 0
         su_bf = 0, mu_bf = 0
[driver_wext_get_oid]driver_wext_get_oid: oid=0x99d len (24) failed
he_cap (11):
         tx_stream = 0, rx_stream = 0, he_160 = 0, he_8080 = 0, he_mcs_len = 0
chn_list: (11)
         op_class = 83
         op_ch = 1
         band = 14
         ch_list_num = 13
         non_op_chn_num = 0
         dl_mcs = 31
op_class: (11)
         num_of_op_class = 3
         opClass = 81, chn_num = 13
         opClass = 83, chn_num = 9
         opClass = 84, chn_num = 9
bss_info: (11)
         table idx = 0
         ssid = M32-D002
         SsidLen = 8
         map role = 32
         Bssid = [04][ba][d6][50][d0][03]
         Identifier = [04][ba][d6][50][d0][03]
[driver_wext_get_oid]driver_wext_get_oid: oid=0x68a len (4) failed
[driver_wnm_btm_onoff]driver_wnm_btm_onoff
[driver_wnm_btm_onoff]driver_wnm_btm_onoff: cmd->command_body[0] = 1
[driver_rrm_onoff]driver_rrm_onoff
wdev_query_rsp_handle: dev_type = 1, mac = << WLAN1_MAC >>, ifname = rai0
(177213440) aquired a new card id 2
[wapp_reset_backhaul_config]wapp_reset_backhaul_config
misc_cap (12):
         max_num_of_cli = 64
         max_num_of_bss = 32
         num_of_bss     = 2
         max_num_of_block_cli = 128
ht_cap (12):
         tx_stream = 4, rx_stream = 4, sgi_20 = 1, sgi_40 = 1, ht_40 = 1
vht_cap (12):
         sup_tx_mcs[]= aa ff sup_rx_mcs[] = 170 255
         tx_stream = 4, rx_stream = 4
         sgi_80 = 1, sgi_160 = 1
         vht160 = 0, vht8080 = 0
         su_bf = 1, mu_bf = 1
he_cap (12):
         tx_stream = 4, rx_stream = 4, he_160 = 0, he_8080 = 0, he_mcs_len = 2
chn_list: (12)
         op_class = 129
         op_ch = 40
         band = 177
         ch_list_num = 4
         non_op_chn_num = 2
         dl_mcs = 9
op_class: (12)
         num_of_op_class = 6
         opClass = 115, chn_num = 4
         opClass = 116, chn_num = 2
         opClass = 117, chn_num = 2
         opClass = 128, chn_num = 1
         opClass = 129, chn_num = 1
         opClass = 130, chn_num = 1
bss_info: (12)
         table idx = 1
         ssid = M32-D002
         SsidLen = 8
         map role = 32
         Bssid = [04][ba][d6][50][d0][04]
         Identifier = [04][ba][d6][50][d0][04]
[driver_wnm_btm_onoff]driver_wnm_btm_onoff
[driver_wnm_btm_onoff]driver_wnm_btm_onoff: cmd->command_body[0] = 1
[driver_rrm_onoff]driver_rrm_onoff
wdev_query_rsp_handle: dev_type = 1, mac = 06:ba:d6:50:d0:04, ifname = rai1
[wapp_reset_backhaul_config]wapp_reset_backhaul_config
misc_cap (19):
         max_num_of_cli = 64
         max_num_of_bss = 32
         num_of_bss     = 2
         max_num_of_block_cli = 128
ht_cap (19):
         tx_stream = 4, rx_stream = 4, sgi_20 = 1, sgi_40 = 1, ht_40 = 1
vht_cap (19):
         sup_tx_mcs[]= aa ff sup_rx_mcs[] = 170 255
         tx_stream = 4, rx_stream = 4
         sgi_80 = 1, sgi_160 = 1
         vht160 = 0, vht8080 = 0
         su_bf = 1, mu_bf = 1
he_cap (19):
         tx_stream = 4, rx_stream = 4, he_160 = 0, he_8080 = 0, he_mcs_len = 2
chn_list: (19)
         op_class = 129
         op_ch = 40
         band = 177
         ch_list_num = 4
         non_op_chn_num = 2
         dl_mcs = 9
op_class: (19)
         num_of_op_class = 6
         opClass = 115, chn_num = 4
         opClass = 116, chn_num = 2
         opClass = 117, chn_num = 2
         opClass = 128, chn_num = 1
         opClass = 129, chn_num = 1
         opClass = 130, chn_num = 1
bss_info: (19)
         table idx = 2
         ssid = M32-backhaul-D002
         SsidLen = 17
         map role = 96
         Bssid = [06][ba][d6][50][d0][04]
         Identifier = [06][ba][d6][50][d0][04]
[driver_wnm_btm_onoff]driver_wnm_btm_onoff
[driver_wnm_btm_onoff]driver_wnm_btm_onoff: cmd->command_body[0] = 1
[driver_rrm_onoff]driver_rrm_onoff
[   56.615478] do_map_set_ctl==>cmd(1905)
[   56.619232] do_map_set_ctl==>almac(<< LAN_MAC >>)
[   56.637990] handle_map_command Traffic Seperation(0)
[   56.642987] handle_map_command Traffic Seperation(1)
[   56.648198] handle_ts_default_8021q vid=4095, pcp=0
[   56.653093] ts policy number=0
daemon mapd attached \x00/tmp/wa[   58.577286] do_map_set_ctl==>cmd(1905)
pp_ctrl
[WAPP]m[   58.581306] do_map_set_ctl==>almac(<< WLAN0_MAC >>)
ap_send_wirelss_inf_info
send info ra0, role: wiap, dev type = 1
MAC Address = << WLAN0_MAC >>
send info rai0, role: wiap, dev type = 1
MAC Address = << WLAN1_MAC >>
send info rai1, role: wiap, dev type = 1
MAC Address = 06:ba:d6:50:d0:04
get_device_info...
contents to file written successfully !
ctrler_found
[WAPP]map_send_wirelss_inf_info
send info ra0, role: wiap, dev type = 1
MAC Address = << WLAN0_MAC >>
send info rai0, role: wiap, dev type = 1
MAC Address = << WLAN1_MAC >>
send info rai1, role: wiap, dev type = 1
MAC Address = 06:ba:d6:50:d0:04
[mapd_get_channel_scan_capab_from_driver]mapd_get_channel_scan_capab_from_driver 4367 0 1
[mapd_get_channel_scan_capab_from_driver]mapd_get_channel_scan_capab_from_driver 4375: 2G
[mapd_get_channel_scan_capab_from_driver]mapd_get_channel_scan_capab_from_driver 4367 1 40
[mapd_get_channel_scan_capab_from_driver]mapd_get_channel_scan_capab_from_driver 4367 2 0
[mapd_get_channel_scan_capab_from_driver]mapd_get_channel_scan_capab_from_driver 4367 3 0
[mapd_get_channel_scan_capab_from_driver]mapd_get_channel_scan_capab_from_driver 4367 4 0
[mapd_get_channel_scan_capab_from_driver]mapd_get_channel_scan_capab_from_driver 4367 5 0
ScanCapab: 0x2ed6d810, len = 310
0x0000 : 02 00 00 00 00 01 00 00 03 3c 00 00 00 02 51 00
0x0010 : 00 00 00 00 00 00 00 00 00 00 00 00 00 52 00 00
0x0020 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x0030 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x0040 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x0050 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x0060 : 00 00 00 00 00 00 00 00 00 00 00 00 02 00 00 03
0x0070 : 3c 00 00 00 04 73 00 00 00 00 00 00 00 00 00 00
0x0080 : 00 00 00 00 76 00 00 00 00 00 00 00 00 00 00 00
0x0090 : 00 00 00 79 00 00 00 00 00 00 00 00 00 00 00 00
0x00a0 : 00 00 7d 00 00 00 00 00 00 00 00 00 00 00 00 00
0x00b0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x00c0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x00d0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x00e0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x00f0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x0100 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x0110 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x0120 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x0130 : 00 00 00 00 00 00
in WAPP driver_cap->cac_mode 0in WAPP driver_cap->cac_mode 0[map_build_cac_cap]map_build_cac_cap 2820
[map_build_cac_cap]
 ptr 28, map_event->length-28[map_build_chn_pref]map_build_chn_pref
[map_send_ch_list_dfs_info]map_send_ch_list_dfs_info
[map_handler]WAPP_USER_GET_METRIC_REP_INTERVAL_CAP
[map_send_metric_reporting_capability_msg]map_send_metric_reporting_capability_msg
[map_build_metric_reporting_info]map_build_metric_reporting_info
[map_build_metric_reporting_info]map_build_metric_reporting_info 60
[wapp_read_wts_map_config]set bss index=1, mac=ff:ff:ff:ff:ff:ff, opclass=8x, ssid=TTMyLUQwMDI=, authmode=0020, encrytype=0008, key=tuvfv84986, bh_bss=0, fh_bss=1 hidden_ssid=0
[wapp_read_wts_map_config]set bss index=2, mac=ff:ff:ff:ff:ff:ff, opclass=11x, ssid=TTMyLUQwMDI=, authmode=0020, encrytype=0008, key=tuvfv84986, bh_bss=0, fh_bss=1 hidden_ssid=0
[wapp_read_wts_map_config]set bss index=3, mac=ff:ff:ff:ff:ff:ff, opclass=11x, ssid=TTMyLWJhY2toYXVsLUQwMDI=, authmode=0060, encrytype=0008, key=xejkd67379, bh_bss=1, fh_bss=0 hidden_ssid=1
[wapp_read_wts_map_config]config_bss_num=3
[map_build_chn_pref]map_build_chn_pref
[map_send_ch_list_dfs_info]map_send_ch_list_dfs_info
[map_handler]WAPP_USER_GET_METRIC_REP_INTERVAL_CAP
[map_send_metric_reporting_capability_msg]map_send_metric_reporting_capability_msg
[map_build_metric_reporting_info]map_build_metric_reporting_info
[map_build_metric_reporting_info]map_build_metric_reporting_info 60
[map_build_chn_pref]map_build_chn_pref
[map_send_ch_list_dfs_info]map_send_ch_list_dfs_info
map_build_ap_he_cap: - Unknow HE Tx Spatial Stream!!
map_build_ap_he_cap: - Unknow HE Rx Spatial Stream!!
[map_handler]WAPP_USER_GET_METRIC_REP_INTERVAL_CAP
[map_send_metric_reporting_capability_msg]map_send_metric_reporting_[   59.925666] handle_map_command Dynamic Load Balance(0)
capability_msg
[   59.932734] mapfilter: Stop drop the specific ip packets now !!
 [map_build_metric_reporting_info]map_build_metric_reporting_info
[   59.944979] Set_Bh_Bss_Proc ra0 bandIdx = 0 ,DevOwnRole 0x20

[map_build_met[   59.951094] ----->free map device rcu ffffffc010707990
ric_reporting_in[   59.951096] ----->free map device rcu ffffffc010707d10
fo]map_build_met[   59.951097] ----->free map device rcu ffffffc010707890
ric_reporting_in[   59.951099] ----->free map device rcu ffffffc010707710
fo 60
[map_buil[   59.977398] mapfilter: Stop drop the specific ip packets now !!
 d_chn_pref]map_build_chn_pref
[map_send_ch_list_dfs_info]map_send_ch_list_dfs_i
nfo
[vlan] vlan[   59.990385] Set_Fh_Bss_Proc ra0 wdev->MAPCfg.DevOwnRole 0x20
 - v1.0.3

v1.25
map_build_ap_he_cap: - Unknow HE Tx Spatial Stream!!
map_[   60.004631] Set_Bh_Bss_Proc rai1 bandIdx = 0 ,DevOwnRole 0x20
build_ap_he_cap: - Unknow HE Rx Spatial Stream!!
Created SM Eventloop successf[   60.017007] Set_Fh_Bss_Proc rai1 wdev->MAPCfg.DevOwnRole 0x20
ully
[map_handler]WAPP_USER_GET_METRIC_REP_INTERVAL_CAP
[map_send_metric_reporting_capability[   60.031355] Set_Bh_Bss_Proc rai1 bandIdx = 0 ,DevOwnRole 0x60
_msg]map_send_metric_reporting_capability_msg
[map_build_metric[   60.043184] Set_Bh_Bss_Proc rai0 bandIdx = 0 ,DevOwnRole 0x20
_reporting_info]map_build_metric_reporting_info
[map_build_metric_reporting_info]map_build_metric_reporting_inf[   60.058229] Set_Fh_Bss_Proc rai0 wdev->MAPCfg.DevOwnRole 0x20
o 60
[vlan] vlan Start
[vlan] triple play = 0
wdev_set_bss_role-[ra0] i_am_fh_bss 1 , i_am_bh_bss 0
[vlan] wanNum = 1, lanNum = 2, virturalwanNum = 0
[vlan] wanIndex = 0, lanIndex = 1, virtualwanIndex = 3
[vlan] wan port map: 0
[vlan] i = 0 position = 0 type = 1 portIndex = 0 portLogic = 0 portPhyId = 4
[vlan] i = 0 wanPosition = 0 wanIndex = 99 vwBindWanIndex = -1
[vlan] i = 0 wanMac = << WAN_MAC >>
[vlan] i = 0 portMac = 000000000000
[vlan] i = 0 wanInterface = eth0.2
[vlan] i = 0 portInterface = eth0
[vlan] lan port map: 1 2 -1
[vlan] i = 1 position = 1 type = 2 portIndex = 1 portLogic = 1 portPhyId = 3
[vlan] i = 1 lanIndex = 0
[[   60.121247] [PMF]APPMFInit:: apidx=0, MFPC=1, MFPR=0, SHA256=0
vlan] i = 1 lanM[   60.128680] [PMF]PMF_MakeRsnIeGMgmtCipher: Insert BIP to the group management cipher of RSNIE
ac = << MAC_BASE >>[   60.138438] wifi_sys_linkdown(), wdev idx = 0
2
[vlan] i = 1 portMac = 000000000000
[vlan] i = 1 portInterface = eth0
[vlan] i = 1 lanInterface =
[vlan] i = 2 position = 2 type = 2 portIndex = 2 portLogic = 2 portPhyId = 2
[vlan] i = 2 lanIndex = 1
[vlan] i = 2 lanMac = << LAN_MAC >>
[vlan] i =[   60.165605] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 0, CmdBssInfoBmcRate.u2McTransmit = 0
 2 portMac = 000000000000
[vlan] i = 2 portInterface = eth0
[vlan] i = 2 lanInterface =
[vlan] i = 1 lanInterface = eth0.1
[vlan] i = 2 lanInterface = eth0.1
[vlan] Port Map 0011000
[vlan] Complete Cmd
[vlan] Vlan Cmd Exit
[vlan] vlan End
[vlan] vlan - v1.0.3
[vlan] vlan Start
wdev_set_bss_role-[rai1] i_am_fh_bss 1 , i_am_bh_bss 1
[vlan] triple play = 0
[vlan] wanNum = 1, lanNum = 2,[   60.211115] wifi_sys_close(), wdev idx = 0
 virturalwanNum = 0
[vlan] wanIndex = 0, lanInd[   60.218876] wifi_sys_open(), wdev idx = 0
ex = 1, virtualw[   60.224312] wdev_attr_update(): wdevId0 = << WLAN0_MAC >>
anIndex = 3
[vl[   60.231290]  [RadarStateCheck] RD_NORMAL_MODE
an] wan port map: 0
[vlan] i = [   60.239353] Caller: wlan_operate_init+0xdc/0x118 [mt_wifi_ap]
0 position = 0 t[   60.246634] phy_mode=14, ch=1, wdev_type=1
ype = 1 portInde[   60.252069] ht_cap->HtCapInfo: ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=0
x = 0 portLogic [   60.262778] ht_cap->HtCapParm: mdpu_density=5, ampdu_factor=3
= 0 portPhyId = 4
[vlan] i = 0 wanPosition = 0 [   60.272639] wifi_sys_linkup(), wdev idx = 0
wanIndex = 99 vw[   60.278382] wtc_acquire_groupkey_wcid: Found a non-occupied wtbl_idx:127 for WDEV_TYPE:1
[   60.278382]  LinkToOmacIdx = 0, LinkToWdevType = 1
BindWanIndex = -1
[vlan] i = 0 wanMac = << WAN_MAC >>
[vlan] i = 0 portMac = 000000000000
[vlan] i = 0 wanInterface = eth0.2
[vlan] i = 0 portInterface = eth0
[vlan] lan port map: 1 2 -1
[vlan] i = 1 position = 1 type = 2 portIndex = 1 portLogic = 1 portPhyId = 3
[vlan] i = 1 lanIndex = 0
[vlan] i = 1 lanMac = << LAN_MAC >>
[vlan] i = 1 portMac = 000000000000
[vlan] i = 1 portInterface = eth0
[vlan] i = 1 lanInterface =
[vlan] i = 2 position = 2 type = 2 portIndex = 2 portLogic = 2 portPhyId = 2
[vlan] i = 2 lanIndex = 1
[vlan] i = 2 lanMac = << LAN_MAC >>
[   60.341292] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 0, CmdBssInfoBmcRate.u2McTransmit = 0
[vlan] i = 2 portMac = 000000000000
[vlan] i = 2 portInterface = eth0
[vlan] i = 2 lanInterface =
[vlan] i = 1 lanInterface = eth0.1
[vlan] i = 2 lanInterface = eth0.1
[vlan] Port Map 0011000
[vlan] Complete Cmd
[vlan] Vlan Cmd Exit
[vlan] vlan End

OEM bootlog part 5:

[MASTER_SM] Loading Configuration :
Filename with path is /tmp/emDaemon/dlinkEmeshMQTTlogFile.txt
wdev_set_bss_role-[rai0] i_am_fh_bss 1 , i_am_bh_bss 0
[map_acl_system_cmd]map_acl_system_cmd ACL type = 2
[map_acl_system_cmd]map_acl_system_cmd ACL type = 2
[map_acl_system_cmd]map_acl_system_cm[   60.402356] UpdateBeaconHandler, BCN_UPDATE_INIT, OmacIdx = 0
d ACL type = 2
0 ssid=M32-D002, autmode=0x0020, encryptype=0x0008, key=tuvfv84986 bh_bss=0, fh_bss=1
[fill_sec[   60.416667] Set_Bh_Bss_Proc ra0 bandIdx = 0 ,DevOwnRole 0x20
_info]fill_sec_info, kapil: auth = WPA2PSK len=7
[fill_sec_info[   60.428276] Set_Fh_Bss_Proc ra0 wdev->MAPCfg.DevOwnRole 0x20
]fill_sec_info, encryptype(3) = AES
set sec_info:
         ifname = ra0
         auth = WPA2PSK
         encryp = AES
         passphrases = tuvfv84986
1-iwpriv ra0 set AuthMode=WPA2PSK;
zsh:1: command not found: wifi_config_save
[wdev_set_sec_and_ssid] [wdev_set_sec_and_ssid] Send AuthMode Command: wifi_config_save ra0 AuthMode WPA2PSK, ret = 32512
2-iwpriv ra0 set EncrypType=AES;
zsh:1: command not found: wifi_config_save
[wdev_set_sec_and_ssid] [wdev_set_sec_and_ssid] Send EncrypType Command: wifi_config_save ra0 EncrypType AES, ret = 32512
set psk:
         ifname = ra0
         psk = tuvfv84986
[driver_wext_set_psk]driver_wext_set_psk : tuvfv84986
zsh:1: command not found: wifi_config_save
[driver_wext_set_psk] [driver_wext_set_psk] Send WPAPSK Command: wifi_config_save ra0 WPAPSK "tuvfv84986"[   60.501595] [PMF]APPMFInit:: apidx=0, MFPC=1, MFPR=0, SHA256=0
, ret = 32512
[[   60.509052] [PMF]PMF_MakeRsnIeGMgmtCipher: Insert BIP to the group management cipher of RSNIE
driver_wext_set_ssid]driver_wext_set_ssid : M32-D002
M32-D002
[   60.524025] wifi_sys_linkdown(), wdev idx = 0
zsh:1: command n[   60.528853] ExtEventBeaconLostHandler::FW EVENT (<< WLAN1_MAC >>), Reason 0x10
ot found: wifi_c[   60.537457]   AP Beacon OFF!!!
onfig_save
[dri[   60.542633] wifi_sys_linkdown:wdev(type=1,func_idx=0,wdev_idx=0),BssIndex(0)
ver_wext_set_ssi[   60.550437] hw_ctrl_flow_v2_link_down: wdev_idx=0
d] [driver_wext_set_ssid] Send SSID Command: wifi_config_save ra0 SSID "M32-D002", ret = 32512
wdev_set_bss_role-[ra0] i_am_fh_bss 1 , i_am_bh_bss 0
set ifname = ra0
         hidessid = 0
zsh:1: command not foun[   60.574310] (bssUpdateChannel), ucPrimCh=40, ucCentChSeg0=42, ucCentChSeg1=0, BW=2, ucHetbRU26Disable=0, ucHetbAllDisable=1
d: wifi_config_s[   60.586253] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 0, CmdBssInfoBmcRate.u2McTransmit = 0
ave
[wdev_set_hidden_ssid] [wde[   60.600786] wifi_sys_close, wdev idx = 0
v_set_hidden_ssi[   60.605459] hw_ctrl_flow_v2_close: wdev_idx=0
d] Send HideSSID[   60.611365] wifi_sys_open(), wdev idx = 0
 Command: wifi_c[   60.616829] ucAction = 0, ucBandIdx = 0, ucSmthIntlBypass = 0
onfig_save ra0 H[   60.623666] phy_oper_init(): operate TxStream = 4, RxStream = 4
ideSSID 0, ret = 32512
[map_con[   60.633015] Caller: wlan_operate_init+0xf8/0x130 [mt7915_mt_wifi_ap]
fig_wireless_set[   60.640153]
[   60.640153] phy_mode=177, ch=40, wdev_type=1
ting_msg][   60.647236] ht_cap: ht_cap->HtCapInfo,
radio id=0000 ca[   60.652435] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1
rdid=0001 set MA[   60.661564] ht_cap: ht_cap->HtCapParm,
P_CONF_CONFED
 mdpu_density=5, ampdu_factor=3
[0m0 ssid=M32-D0[   60.672276] hw_ctrl_flow_v2_open: wdev_idx=0
02, autmode=0x00[   60.678331] wifi_sys_linkup, wdev idx = 0
20, encryptype=0x0008, key=tuvfv84986 bh_bss=0, fh_bss=1
1 ssid=M32-backhaul-D002, autmode=0x0060, encryptype=0x0008, key=xejkd67379 bh_bss=1, fh_bss=0
[fill_sec_info]fill_sec_info, kapil: auth = WPA2PSK len=7
[fill_sec_info]fill_sec_info, encryptype(3) = AES
[driver_wext_get_oid]driver_wext_get_oid: oid=0x530 len (4) failed
set sec_info:
         ifname = rai0
         auth = WPA2PSK
         encryp = AES
         passphrases = tuvfv84986
1-iwpriv rai0 set AuthMode=WPA2PSK;
handle_nat: nat restart
Force to start schedule without consider the Time Sync status!
zsh:1: command not found: wifi_config_save
[wdev_set_sec_and_ssid] [wdev_set_sec_and_ssid] Send AuthMode Command: wifi_config_save rai0 AuthMode WPA2PSK, ret = 32512
2-iwpriv rai0 set EncrypType=AES;
zsh:1: command not found: wifi_config_save
[wdev_set_sec_and[   60.753174] wtc_acquire_groupkey_wcid: Found a non-occupied wtbl_idx:287 for WDEV_TYPE:1
[   60.753174]  LinkToOmacIdx = 0, LinkToWdevType = 1
_ssid] [wdev_set[   60.766932] TRTableInsertMcastEntry:band0 group_idx[0]=0
_sec_and_ssid] S[   60.773604] wifi_sys_linkup:wdev(type=0,func_idx=1,wdev_idx=0),BssIndex(0)
end EncrypType C[   60.781828] hw_ctrl_flow_v2_link_up: wdev_idx=0
ommand: wifi_con[   60.787907] (bssUpdateChannel), ucPrimCh=40, ucCentChSeg0=42, ucCentChSeg1=0, BW=2, ucHetbRU26Disable=0, ucHetbAllDisable=1
fig_save rai0 En[   60.800288] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 8320, CmdBssInfoBmcRate.u2McTransmit = 8320
crypType AES, ret = 32512
set psk:
         ifname = rai0
         psk = tu[   60.817809] UpdateBeaconHandler, BCN_UPDATE_INIT, OmacIdx = 0 (rai0)
vfv84986
[drive[   60.825722] bcn_buf_init():BcnPkt is allocated!, bcn offload=1
r_wext_set_psk]driver_wext_set_psk : tuvfv84986
==NAT Stop wan999 ALL==
NAT nat-draft stop rule start
zsh:1: command not found: wifi_config_save
[driver_wext_set_psk] [driver_wext_set_psk][   60.848184] Set_Bh_Bss_Proc rai0 bandIdx = 0 ,DevOwnRole 0x20
 Send WPAPSK Command: wifi_config_save rai0 WPAPSK "tuvfv84986", ret = 32512
[driver_wext_set_ssid]driver_wext_set_ssid : M32-D002
create dhcpd6.leases xxxxxxxxxxxxxxxx
   60.869631] Set_Fh_Bss_Proc rai0 wdev->MAPCfg.DevOwnRole 0x20
;33m[V] [start][1637]WirelessRouter Mode
[RNRCoordinator] Exist f8:e4:3b:70:a8:18
[RNRCoordinator] use = 1
1650615133: mosquitto version 1.6.8 starting
1650615133: Config loaded from /etc/emDaemon/mosquitto.conf.
1650615133: Opening ipv4 listen socket on port 1883.
1650615133: Opening ipv6 listen socket on port 1883.
1650615133: Warning: Mosquitto should not be run as root/administrator.
zsh:1: command not found: wifi_config_save
[driver_wext_set_ssid] [driver_wext_set_ssid] Send SSID Command: wifi_config_save rai0 SSID "M32-D002", ret = 32512
wdev_set_bss_role-[rai0] i_am_fh_bss 1 , i_am_bh_bss 0
RTNETLINK answers: No[   60.930637] [PMF]APPMFInit:: apidx=1, MFPC=1, MFPR=0, SHA256=0
 such file or directory
set ifname = rai0
         hidessid = 0
zsh:1: command not found: wifi_config_save
[wdev_set_hidden_ssid] [wdev_set_hidden_ssid] Send HideSSID Command: wifi_config_save rai0 HideSSID 0, ret = 32512
[fill_sec_info]fill_sec_info, kapil: auth = WPA2PSKWPA3PSK len=14
[fill_sec_info]fill_sec_info, encryptype(3) = AES
[driver_wext_get_oid]driver_wext_get_oid: oid=0x530 len (4) failed
set sec_info:
         ifname = rai1
         auth = WPA2PSKWPA3PSK
         encryp = AES
         passphrases = xejkd67379
1-iwpriv rai1 set AuthMode=WPA2PSKWPA3PSK;
spi_exception_deinit start
zsh:1: command not found: wifi_config_save
[wdev_set_sec_and_ssid] [wdev_set_sec_and_ssid] Send AuthMode Command: wifi_config_save rai1 AuthMode WPA2PSKWPA3PSK, ret = 32512
2-iwpriv rai1 set EncrypType=AES;
zsh:1: command not found: wifi_config_save
[wdev_set_sec_and_ssid] [wdev_set_sec_and_ssid] Send EncrypType[   61.014012] [PMF]PMF_MakeRsnIeGMgmtCipher: Insert BIP to the group management cipher of RSNIE
 Command: wifi_c[   61.024094] wifi_sys_linkdown(), wdev idx = 1
onfig_save rai1 [   61.024254] ExtEventBeaconLostHandler::FW EVENT (06:ba:d6:50:d0:04), Reason 0x10
EncrypType AES, [   61.024255]   AP Beacon OFF!!!
ret = 32512
set[   61.042966] wifi_sys_linkdown:wdev(type=1,func_idx=1,wdev_idx=1),BssIndex(1)
 psk:
         ifname [   61.051438] hw_ctrl_flow_v2_link_down: wdev_idx=1
= rai1
         psk = xejkd67379
[dri[   61.059118] (bssUpdateChannel), ucPrimCh=40, ucCentChSeg0=42, ucCentChSeg1=0, BW=2, ucHetbRU26Disable=0, ucHetbAllDisable=1
ver_wext_set_psk[   61.071418] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 0, CmdBssInfoBmcRate.u2McTransmit = 0
]driver_wext_set_psk : xejkd67379
zsh:1: comman[   61.087056] wifi_sys_close, wdev idx = 1
d not found: wif[   61.092755] hw_ctrl_flow_v2_close: wdev_idx=1
i_config_save
[[   61.098518] wifi_sys_open(), wdev idx = 1
driver_wext_set_[   61.103688] ucAction = 0, ucBandIdx = 0, ucSmthIntlBypass = 0
psk] [driver_wex[   61.110723] phy_oper_init(): operate TxStream = 4, RxStream = 4
t_set_psk] Send WPAPSK Command: [   61.120002] Caller: wlan_operate_init+0xf8/0x130 [mt7915_mt_wifi_ap]
wifi_config_save[   61.127902]
[   61.127902] phy_mode=177, ch=40, wdev_type=1
 rai1 WPAPSK "xe[   61.134969] ht_cap: ht_cap->HtCapInfo,
jkd67379", ret =[   61.140147] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1
 32512
[driver_[   61.149207] ht_cap: ht_cap->HtCapParm,
wext_set_ssid]dr[   61.154402] mdpu_density=0, ampdu_factor=3
iver_wext_set_ss[   61.159941] hw_ctrl_flow_v2_open: wdev_idx=1
id : M32-backhau[   61.165690] wifi_sys_linkup, wdev idx = 1
l-D002
spi end
clear /usr/bin/spi spi_exception_deinit
switch port=4 egress rate limit off
1650615133: New connection from 192.168.0.1 on port 1883.
1650615133: New client connected from 192.168.0.1 as mosqMaster|3660-D002 (p2, c1, k20, u'admin').
switch port=4 ingress rate limit off
[   61.241273] wtc_acquire_groupkey_wcid: Found a non-occupied wtbl_idx:286 for WDEV_TYPE:1
[   61.241273]  LinkToOmacIdx = 11, LinkToWdevType = 1
[   61.254231] TRTableInsertMcastEntry:band0 group_idx[1]=1
[   61.259558] wifi_sys_linkup:wdev(type=1,func_idx=1,wdev_idx=1),BssIndex(1)
[   61.266481] hw_ctrl_flow_v2_link_up: wdev_idx=1
[   61.271026] (bssUpdateChannel), ucPrimCh=40, ucCentChSeg0=42, ucCentChSeg1=0, BW=2, ucHetbRU26Disable=0, ucHetbAllDisable=1
[   61.282238] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 8192, CmdBssInfoBmcRate.u2McTransmit = 8192
[   61.299198] UpdateBeaconHandler, BCN_UPDATE_INIT, OmacIdx = 11 (rai0)
[   61.305684] bcn_buf_init():BcnPkt is allocated!, bcn offload=1
zsh:1: command not found: wifi_config_save
[driver_wext_set_ssid] [driver_wext_set_ssid] Send SSID Command: wif[   61.323923] Set_Fh_Bss_Proc rai1 wdev->MAPCfg.DevOwnRole 0x40
i_config_save rai1 SSID "M32-backhaul-D002", ret = 32512
wdev_set_bss_role-[rai1] i_am_fh_bss 0[   61.338817] Set_Bh_Bss_Proc rai1 bandIdx = 0 ,DevOwnRole 0x0
 , i_am_bh_bss 1
[   61.355906] Set_Bh_Bss_Proc rai1 bandIdx = 0 ,DevOwnRole 0x40
set ifname = rai1
         hidessid = 1
zsh:1: command not found: wifi_config_save
[wde[   61.388045] PhyStatGetRssi: invalid entry. no station link up.
v_set_hidden_ssid] [wdev_set_hidden_ssid] Send HideSSID Command: wifi_config_save rai1 HideSSID 1, ret = 32512
[map_config_wireless_setting_msg]radio id=0000 cardid=0002 set MAP_CONF_CONFED
[set_bh_wsc_profile]set_bh_wsc_profile
send BH config to ra0
[wapp_set_bh_wsc_profile] wpa3 config, set bh config as wpa2[wapp_set_bh_wsc_profile]wapd sends WPAPSK = xejkd67379
send BH config to rai0
[wapp_set_bh_wsc_profile] wpa3 config, set bh config as wpa2[wapp_set_bh_wsc_profile]wapd sends WPAPSK = xejkd67379
send BH config to rai1
[wapp_set_bh_wsc_profile] wpa3 config, set bh config as wpa2[wapp_set_bh_wsc_profile]wapd sends WPAPSK = xejkd67379
[check_redio_conf_status]check_redio_conf_status auto config done
[map_build_chn_pref]map_build_chn_pref
[map_send_ch_list_dfs_info]map_send_ch_list_dfs_info
map_build_ap_he_cap: - Unknow HE Tx Spatial Stream!!
map_build_ap_he_cap: - Unknow HE Rx Spatial Stream!!
[map_handler]WAPP_USER_GET_METRIC_REP_INTERVAL_CAP
[map_send_metric_reporting_capability_msg]map_send_metric_reporting_capability_msg
[map_build_metric_reporting_info]map_build_metric_reporting_info
[map_build_metric_reporting_info]map_build_metric_reporting_info 60
[map_build_chn_pref]map_build_chn_pref
[map_send_ch_list_dfs_info]map_send_ch_list_dfs_info
[map_handler]WAPP_USER_GET_METRIC_REP_INTERVAL_CAP
[map_send_metric_reporting_capability_msg]map_send_metric_reporting_capability_msg
[map_build_metric_reporting_info]map_build_metric_reporting_info
[map_build_metric_reporting_info]map_build_metric_reporting_info 60
clear /var/nat/blkwan.wan99.clr
clear /var/nat/blkwan_pkts.clr
clear /var/nat/blkwan_ftp.clr
mmi_nat_stop
mmi_nat_start
NAT nat-draft stop rule end
==NAT Start wan999 ALL==
NAT nat-draft stop rule start
spi_exception_deinit start
spi end
clear /usr/bin/spi spi_exception_deinit
mmi_nat_stop
mmi_nat_start
NAT nat-draft stop rule end
NAT nat-draft start rule start
All Log Alert options from Firewall are disable.
nat-draft stop_ip_forward start
nat-draft stop_ip_forward end
mwlb start
mwlb end
admin start
admin end
virtual computer start
virtual computer end
wanalias start
wanalias end
portfwd start
portfwd end
Single DMZ start
nat_info.wan_index == 999
restart the SIP ALG modules
mac-control start
mac-control end
discard_ping start
discard_ping end
inblkwpkts start
RTNETLINK answers: Cannot assign requested address
inblkwpkts end
adjust_mss start
adjust_mss end
sh /var/nat/BT.clr
fwd-recent start
fwd-recent end
NAT alg start
NAT alg end
pkt-filter start
pkt-filter end
pkt-filterv6 start
pkt-filterv6 end
l7appblk start
l7appblk end
url-block start
fwd_block_url_file_extension
url-block end
url-block start
fwd_block_url
url-block end
nat-draft start_ip_forward start
sh /var/nat/ip_forward.clr
nat-draft start_ip_forward end
stealth-mode start
ping6: sendto: Cannot assign requested address
[   63.359206] PhyStatGetRssi: invalid entry. no station link up.
111111 all 11111111111
0,2
set_sitesuvey...
radioid:0,2
rm: can't remove '/tmp/testresult/chstats': No such [   64.149670] set_AcsScan_proc: bd = 1, rp = 1, bw = 1
file or director[   64.155222] ch=1
y
rm: can't rem[   64.158348] band[0], thres 2 (ipi_threshold), period 0 (ms)
ove '/tmp/testresult/radiostats': No such file or directory
0
interface:ra0
Interface doesn't accept private ioctl...
set (8BE2): Invalid argument
[   65.147473] ch_count=1 scan_count=0 ch=2 0  0
[   65.163680] ch=2
[   65.165539] ch_count=1 scan_count=0 ch=2 0  0
stealth-mode end
spi_exception_deinit start
spi end
spi_exception_init start
spi end
pre_spi_mode start
spi end
security_v6 start
security_v6 end
Conntrack -F start
Wait 2 seconds
[   66.147632] ch_count=2 scan_count=0 ch=3 0  0
[   66.164184] ch=3
[   66.166053] ch_count=2 scan_count=0 ch=3 0  0
[   66.862122] PhyStatGetRssi: invalid entry. no station link up.
[   67.147475] ch_count=3 scan_count=0 ch=4 0  0
[   67.163689] ch=4
[   67.165539] ch_count=3 scan_count=0 ch=4 0  0
Conntrack -F end
NAT nat-draft stop rule end
restart the SIP ALG modules
Start Mini-UPNP !!
[   68.147575] ch_count=4 scan_count=0 ch=5 0  0
[   68.167702] ch=5
[   68.169585] ch_count=4 scan_count=0 ch=5 0  0
Start Mini-UPNP !!
==NAT Stop wan999 mupnpd==
NAT nat-draft stop rule start
NAT nat-draft stop rule end
==NAT Start wan999 mupnpd==
NAT nat-draft stop rule start
NAT nat-draft stop rule end
NAT nat-draft start rule start
nat-draft stop_ip_forward start
func not 'ALL', return
discard_ping start
discard_ping end
sh /var/nat/blkwan.clr
inblkwpkts start
inblkwpkts end
adjust_mss start
adjust_mss end
sh /var/nat/BT.clr
NAT alg start
NAT alg end
nat-draft start_ip_forward start
func not 'ALL', return
sh /var/nat/stealth.clr
stealth-mode start
[   69.147476] ch_count=5 scan_count=0 ch=6 0  0
[   69.167706] ch=6
[   69.169574] ch_count=5 scan_count=0 ch=6 0  0
[   70.147476] ch_count=6 scan_count=0 ch=7 0  0
[   70.167664] ch=7
[   70.169518] ch_count=6 scan_count=0 ch=7 0  0
[   71.147474] ch_count=7 scan_count=0 ch=8 0  0
[   71.167691] ch=8
[   71.169544] ch_count=7 scan_count=0 ch=8 0  0
stealth-mode end
security_v6 start
security_v6 end
NAT nat-draft stop rule end
[   72.147541] ch_count=8 scan_count=0 ch=9 0  0
[   72.171759] ch=9
[   72.173652] ch_count=8 scan_count=0 ch=9 0  0
[   73.147466] ch_count=9 scan_count=0 ch=10 0  0
[   73.171688] ch=10
[   73.173622] ch_count=9 scan_count=0 ch=10 0  0
[   74.147482] ch_count=10 scan_count=0 ch=11 0  0
[   74.171692] ch=11
[   74.173626] ch_count=10 scan_count=0 ch=11 0  0
[   74.425458] PhyStatGetRssi: invalid entry. no station link up.
[   75.147552] ch_count=11 scan_count=0 ch=12 0  0
[   75.171695] ch=12
[   75.173632] ch_count=11 scan_count=0 ch=12 0  0
## Lunching system normally completed! ##
[   76.147469] ch_count=12 scan_count=0 ch=13 0  0
[   76.171745] ch=13
[   76.173689] ch_count=12 scan_count=0 ch=13 0  0
ZZZZZ 77777: mydlink
[   77.828728] PhyStatGetRssi: invalid entry. no station link up.
Enter GetMyDLinkSettings_put
Enter GetMyDLinkSettings_get
Enter GetNetworkSettings_put
Enter GetNetworkSettings_get
Enter GetWanSettings_put
GetWanSettings_WANID:WAN01 GetWanSettings_WAN_INDEX=99
Enter GetWanSettings_get
[   81.176450] PhyStatGetRssi: invalid entry. no station link up.
[   84.513142] PhyStatGetRssi: invalid entry. no station link up.
[   87.911830] PhyStatGetRssi: invalid entry. no station link up.
2
interface:rai0
[   89.173414] set_AcsScan_proc: bd = 2, rp = 1, bw = 1
[   89.178514] ch=36
[   89.180454] band[0], thres 2 (ipi_threshold), period 1000 (ms)
Interface doesn't accept private ioctl...
set (8BE2): Invalid argument
[   90.183789] ch=40
[   90.185741] ch_count=1 scan_count=0 ch=40 0  0
[   91.183698] ch=44
[   91.185660] ch_count=2 scan_count=0 ch=44 0  0
[   91.287152] PhyStatGetRssi: invalid entry. no station link up.
[   92.183790] ch=48
[   92.185778] ch_count=3 scan_count=0 ch=48 0  0
[   94.647021] PhyStatGetRssi: invalid entry. no station link up.
[   98.253200] PhyStatGetRssi: invalid entry. no station link up.
[   98.284957] PhyStatGetRssi: invalid entry. no station link up.
[  101.636297] PhyStatGetRssi: invalid entry. no station link up.
[  104.996720] PhyStatGetRssi: invalid entry. no station link up.
[  108.379176] PhyStatGetRssi: invalid entry. no station link up.
[  111.816269] PhyStatGetRssi: invalid entry. no station link up.
[  115.193192] PhyStatGetRssi: invalid entry. no station link up.
[  118.571515] PhyStatGetRssi: invalid entry. no station link up.
[  122.019000] PhyStatGetRssi: invalid entry. no station link up.
[  125.470407] PhyStatGetRssi: invalid entry. no station link up.
[  128.874429] PhyStatGetRssi: invalid entry. no station link up.
[  132.272667] PhyStatGetRssi: invalid entry. no station link up.
[  132.293830] PhyStatGetRssi: invalid entry. no station link up.
[  135.724590] PhyStatGetRssi: invalid entry. no station link up.
[  139.135325] PhyStatGetRssi: invalid entry. no station link up.
[  142.540711] PhyStatGetRssi: invalid entry. no station link up.
[  145.944176] PhyStatGetRssi: invalid entry. no station link up.
[  149.334230] PhyStatGetRssi: invalid entry. no station link up.
[  152.740203] PhyStatGetRssi: invalid entry. no station link up.
[  156.214063] PhyStatGetRssi: invalid entry. no station link up.
[  159.616936] PhyStatGetRssi: invalid entry. no station link up.
[  163.000333] PhyStatGetRssi: invalid entry. no station link up.
[  166.406637] PhyStatGetRssi: invalid entry. no station link up.
[  166.423577] PhyStatGetRssi: invalid entry. no station link up.
[  169.830095] PhyStatGetRssi: invalid entry. no station link up.
[  173.212358] PhyStatGetRssi: invalid entry. no station link up.
[

Output of "help" in U-Boot:

MT7622> help
?       - alias for 'help'
backup_message- print backup message.
base    - print or set address offset
bdinfo  - print Board Info structure
boot    - boot default, i.e., run 'bootcmd'
boot_to_ctp- boot to ctp
bootd   - boot default, i.e., run 'bootcmd'
bootm   - boot application image from memory
bootmenu- ANSI terminal bootmenu
bootp   - boot image via network using BOOTP/TFTP protocol
chpart  - change active partition
cmp     - memory compare
coninfo - print console devices and information
cp      - memory copy
crc32   - checksum calculation
ctp_check- check if ctp in load_addr is normal.
download_setting- set download image file name , and device IP , server IP before upgrade
echo    - echo args to console
editenv - edit environment variable
env     - environment handling commands
esw_read- esw_read   - Dump external switch/GMAC status !!

exit    - exit script
ext4load- load binary file from a Ext4 filesystem
ext4ls  - list files in a directory (default /)
ext4write- create a file in the root directory
false   - do nothing, unsuccessfully
fatinfo - print information about filesystem
fatload - load binary file from a dos filesystem
fatls   - list files in a directory (default /)
fdt     - flattened device tree utility commands
filesize_check- check if filesize of the image that you want to upgrade is normal.
go      - start application at address 'addr'
help    - print command description/usage
http_upgrade- http_upgrade
image_blks- read image size from img_size or image header if no specifying img_size, and divided by blk_size and save image blocks in image_blks variable.
image_check- check if image in load_addr is normal.
iminfo  - print header information for application image
imxtract- extract a part of a multi-image
invaild_env- need to invaild env.
itest   - return true/false on integer compare
loadb   - load binary file over serial line (kermit mode)
loads   - load S-Record file over serial line
loadx   - load binary file over serial line (xmodem mode)
loady   - load binary file over serial line (ymodem mode)
loop    - infinite loop on address range
md      - memory display
mdio    - mdio   - Ralink PHY register R/W command !!

mm      - memory modify (auto-incrementing address)
mtdparts- define flash/nand partitions
mtest   - simple RAM read/write test
mtk_image_blks- read image size from image header (MTK format) located at load_addr, divided by blk_size and save image blocks in image_blks variable.
mw      - memory write (fill)
nand    - NAND sub-system
nboot   - boot from NAND device
nm      - memory modify (constant address)
nor     - nor   - nor flash command

ping    - send ICMP ECHO_REQUEST to network host
printenv- print environment variables
reco_message- print recovery message.
reg     - reg   - Mediatek PHY register R/W command !!

reset   - Perform RESET of the CPU
run     - run commands in an environment variable
saveenv - save environment variables to persistent storage
serious_image_check- seriously check if image in load_addr is normal.
setenv  - set environment variables
showvar - print local hushshell variables
sleep   - delay execution for some time
snor    - snor   - spi-nor flash command

source  - run script from memory
switch_rxcal- Re-cal PHY Rx DC offset of mt7531 switch !!
switch_txcal- Re-cal PHY Tx offset of mt7531 switch !!
test    - minimal test like /bin/sh
tftpboot- boot image via network using TFTP protocol
true    - do nothing, successfully
uboot_check- check if uboot in load_addr is normal.
uip     - uip - uip command

version - print monitor, compiler and linker version
wdt     - on/off watchdog by 'timeout'

try to bootm the initramfs of the e8450.

Good choice :smiley:
I used https://downloads.openwrt.org/releases/22.03.5/targets/mediatek/mt7622/openwrt-22.03.5-mediatek-mt7622-linksys_e8450-initramfs-kernel.bin:

Bytes transferred = 8193328 (7d0530 hex)
get filesize 0x7d0530
bootm flag=0, states=70f
## Loading kernel from FIT Image at 4007ff28 ...
   Using 'config-1' configuration
   Trying 'kernel-1' kernel subimage
     Description:  ARM64 OpenWrt Linux-5.10.176
     Type:         Kernel Image
     Compression:  lzma compressed
     Data Start:   0x40080014
     Data Size:    3758015 Bytes = 3.6 MiB
     Architecture: AArch64
     OS:           Linux
     Load Address: 0x44000000
     Entry Point:  0x44000000
     Hash algo:    crc32
     Hash value:   6ce76540
     Hash algo:    sha1
     Hash value:   ad94e7385a7675743c104e3f6020a6b74566e2c7
   Verifying Hash Integrity ... crc32+ sha1+ OK
## Loading ramdisk from FIT Image at 4007ff28 ...
   Using 'config-1' configuration
   Trying 'initrd-1' ramdisk subimage
     Description:  ARM64 OpenWrt linksys_e8450 initrd
     Type:         RAMDisk Image
     Compression:  Unknown Compression
     Data Start:   0x4041590c
     Data Size:    4402340 Bytes = 4.2 MiB
     Architecture: AArch64
     OS:           Linux
     Load Address: unavailable
     Entry Point:  unavailable
     Hash algo:    crc32
     Hash value:   da29d54b
     Hash algo:    sha1
     Hash value:   5a7ac063e4c65e6914621d3c46642e459c81b6d7
   Verifying Hash Integrity ... crc32+ sha1+ OK
## Loading fdt from FIT Image at 4007ff28 ...
   Using 'config-1' configuration
   Trying 'fdt-1' fdt subimage
     Description:  ARM64 OpenWrt linksys_e8450 device tree blob
     Type:         Flat Device Tree
     Compression:  uncompressed
     Data Start:   0x408486bc
     Data Size:    30822 Bytes = 30.1 KiB
     Architecture: AArch64
     Hash algo:    crc32
     Hash value:   a4a9f415
     Hash algo:    sha1
     Hash value:   ad25a4e947ccc27b4b4702b3f0face3138142be3
   Verifying Hash Integrity ... crc32+ sha1+ OK
   Booting using the fdt blob at 0x408486bc
   Uncompressing Kernel Image ... OK
   Loading Ramdisk to 5c973000, end 5cda5ca4 ... OK
   Loading Device Tree to 5c968000, end 5c972865 ... OK
bootargs:(console=ttyS0,115200n1 loglevel=8 swiotlb=512 rootfstype=squashfs boot_part=Kernel1)

Starting kernel ...

[ATF][   304.912017]save kernel info
[ATF][   304.915049]Kernel_EL2
[ATF][   304.917805]Kernel is 64Bit
[ATF][   304.920993]pc=0x44000000, r0=0x5c968000, r1=0x0
INFO:    BL3-1: Preparing for EL3 exit to normal world, Kernel
INFO:    BL3-1: Next image address = 0x44000000
INFO:    BL3-1: Next image spsr = 0x3c9
[ATF][   304.939261]el3_exit
[    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[    0.000000] Linux version 5.10.176 (builder@buildhost) (aarch64-openwrt-linux-musl-gcc (OpenWrt GCC 11.2.0 r20134-5f15225c1e) 11.2.0, GNU ld (GNU Binutils) 2.37) #0 SMP Thu Apr 27 20:28:15 2023
[    0.000000] Machine model: Linksys E8450
[    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-0x000000005fffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x000000005fffffff]
[    0.000000] On node 0 totalpages: 131072
[    0.000000]   DMA zone: 2048 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 131072 pages, LIFO batch:31
[    0.000000] psci: probing for conduit method from DT.
[    0.000000] psci: PSCIv0.2 detected in firmware.
[    0.000000] psci: Using standard PSCI v0.2 function IDs
[    0.000000] psci: Trusted OS migration not required
[    0.000000] percpu: Embedded 20 pages/cpu s44312 r8192 d29416 u81920
[    0.000000] pcpu-alloc: s44312 r8192 d29416 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: ARM erratum 845719
[    0.000000] CPU features: kernel page table isolation disabled by kernel configuration
[    0.000000] CPU features: detected: ARM erratum 843419
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 129024
[    0.000000] Kernel command line: console=ttyS0,115200n1 loglevel=8 swiotlb=512 rootfstype=squashfs boot_part=Kernel1
[    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: 489748K/524288K available (8318K kernel code, 894K rwdata, 1448K rodata, 448K init, 300K bss, 34540K 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]  Tracing variant of Tasks RCU enabled.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[    0.000000] GIC: GICv2 detected, but range too small and irqchip.gicv2_force_probe not set
[    0.000000] arch_timer: cp15 timer(s) running at 12.50MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x2e2049cda, max_idle_ns: 440795202628 ns
[    0.000003] sched_clock: 56 bits at 12MHz, resolution 80ns, wraps every 4398046511080ns
[    0.000217] Calibrating delay loop (skipped), value calculated using timer frequency.. 25.00 BogoMIPS (lpj=125000)
[    0.000227] pid_max: default: 32768 minimum: 301
[    0.000307] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes, linear)
[    0.000316] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes, linear)
[    0.001343] rcu: Hierarchical SRCU implementation.
[    0.001447] dyndbg: Ignore empty _ddebug table in a CONFIG_DYNAMIC_DEBUG_CORE build
[    0.001658] smp: Bringing up secondary CPUs ...
[    0.002002] Detected VIPT I-cache on CPU1
[    0.002047] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[    0.002112] smp: Brought up 1 node, 2 CPUs
[    0.002121] SMP: Total of 2 processors activated.
[    0.002125] CPU features: detected: 32-bit EL0 Support
[    0.002130] CPU features: detected: CRC32 instructions
[    0.002242] CPU: All CPU(s) started at EL2
[    0.002253] alternatives: patching kernel code
[    0.005697] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.005719] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[    0.005809] pinctrl core: initialized pinctrl subsystem
[    0.006974] NET: Registered protocol family 16
[    0.007277] DMA: preallocated 128 KiB GFP_KERNEL pool for atomic allocations
[    0.007303] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.007325] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.007610] thermal_sys: Registered thermal governor 'fair_share'
[    0.007614] thermal_sys: Registered thermal governor 'bang_bang'
[    0.007618] thermal_sys: Registered thermal governor 'step_wise'
[    0.007623] thermal_sys: Registered thermal governor 'user_space'
[    0.007835] ASID allocator initialised with 65536 entries
[    0.008203] pstore: Registered ramoops as persistent store backend
[    0.008209] ramoops: using 0x10000@0x42ff0000, ecc: 0
[    0.036033] cryptd: max_cpu_qlen set to 1000
[    0.038327] SCSI subsystem initialized
[    0.038478] libata version 3.00 loaded.
[    0.038628] usbcore: registered new interface driver usbfs
[    0.038662] usbcore: registered new interface driver hub
[    0.038687] usbcore: registered new device driver usb
[    0.039796] clocksource: Switched to clocksource arch_sys_counter
[    0.040410] NET: Registered protocol family 2
[    0.040524] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.040974] tcp_listen_portaddr_hash hash table entries: 256 (order: 0, 4096 bytes, linear)
[    0.040991] TCP established hash table entries: 4096 (order: 3, 32768 bytes, linear)
[    0.041022] TCP bind hash table entries: 4096 (order: 4, 65536 bytes, linear)
[    0.041079] TCP: Hash tables configured (established 4096 bind 4096)
[    0.041144] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
[    0.041160] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
[    0.041246] NET: Registered protocol family 1
[    0.041268] PCI: CLS 0 bytes, default 64
[    0.041483] Unpacking initramfs...
[    1.085628] Freeing initrd memory: 4296K
[    1.088090] workingset: timestamp_bits=46 max_order=17 bucket_order=0
[    1.090677] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    1.090687] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[    1.123294] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[    1.123759] mtk-tphy 1a0c4000.usb-phy: failed to get ref_clk(id-1)
[    1.128032] mt-pmic-pwrap 10001000.pwrap: unexpected interrupt int=0x1
[    1.142569] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
[    1.144436] printk: console [ttyS0] disabled
[    1.164670] 11002000.serial: ttyS0 at MMIO 0x11002000 (irq = 22, base_baud = 1562500) is a ST16650V2
[    1.770106] printk: console [ttyS0] enabled
[    1.795029] 11004000.serial: ttyS1 at MMIO 0x11004000 (irq = 23, base_baud = 1562500) is a ST16650V2
[    1.804851] 1100c000.serial: ttyS2 at MMIO 0x1100c000 (irq = 27, base_baud = 17499995) is a MediaTek BTIF
[    1.814508] serial serial0: tty port ttyS2 registered
[    1.820130] mtk_rng 1020f000.rng: registered RNG driver
[    1.820145] hwrng: no data available
[    1.825568] cacheinfo: Unable to detect cache hierarchy for CPU 0
[    1.837455] loop: module loaded
[    1.840620] Loading iSCSI transport class v2.0-870.
[    1.846748] mtk-snand 1100d000.snfi: chip is MX35LF1GE4AB, size 128MB, page size 2048, oob size 64
[    1.856902] [BBT] BMT.v2 is found at 0x3ff
[    1.864416] 12 fixed-partitions partitions found on MTD device 1100d000.snfi
[    1.871540] OF: Bad cell count for /snfi@1100d000/partitions
[    1.877205] OF: Bad cell count for /snfi@1100d000/partitions
[    1.883310] OF: Bad cell count for /snfi@1100d000/partitions
[    1.888972] OF: Bad cell count for /snfi@1100d000/partitions
[    1.894733] OF: Bad cell count for /snfi@1100d000/partitions
[    1.900401] OF: Bad cell count for /snfi@1100d000/partitions
[    1.906141] Creating 12 MTD partitions on "1100d000.snfi":
[    1.911628] 0x000000000000-0x000000080000 : "Preloader"
[    1.917650] 0x000000080000-0x0000000c0000 : "ATF"
[    1.922880] 0x0000000c0000-0x000000140000 : "u-boot"
[    1.928566] 0x000000140000-0x0000001c0000 : "u-boot-env"
[    1.934613] 0x0000001c0000-0x0000002c0000 : "factory"
[    1.940889] 0x000000300000-0x000000320000 : "devinfo"
[    1.946285] 0x000000320000-0x000000340000 : "senv"
[    1.951460] 0x000000360000-0x000000380000 : "bootseq"
[    1.956878] 0x000000500000-0x000002300000 : "firmware1"
[    1.991267] 0x000002300000-0x000004100000 : "firmware2"
[    2.025811] 0x000004100000-0x000005a00000 : "data"
[    2.055080] 0x000005a00000-0x000006e00000 : "mfg"
[    2.121065] mtk_soc_eth 1b100000.ethernet: generated random MAC address ae:00:1f:3d:78:f0
[    2.129524] mtk_soc_eth 1b100000.ethernet eth0: mediatek frame engine at 0xffffffc011280000, irq 37
[    2.139978] i2c /dev entries driver
[    2.144502] mtk-wdt 10212000.watchdog: Watchdog enabled (timeout=31 sec, nowayout=0)
[    2.155360] NET: Registered protocol family 10
[    2.160611] Segment Routing with IPv6
[    2.164308] NET: Registered protocol family 17
[    2.168770] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[    2.181813] 8021q: 802.1Q VLAN Support v1.8
[    2.187155] pstore: Using crash dump compression: deflate
[    2.202180] mtk-pcie 1a143000.pcie: host bridge /pcie@1a143000 ranges:
[    2.208717] mtk-pcie 1a143000.pcie: Parsing ranges property...
[    2.214566] mtk-pcie 1a143000.pcie:      MEM 0x0020000000..0x0027ffffff -> 0x0020000000
[    2.239070] mtk-pcie 1a143000.pcie: PCI host bridge to bus 0000:00
[    2.245260] pci_bus 0000:00: root bus resource [bus 00-ff]
[    2.250742] pci_bus 0000:00: root bus resource [mem 0x20000000-0x27ffffff]
[    2.257608] pci_bus 0000:00: scanning bus
[    2.261661] pci 0000:00:00.0: [14c3:3258] type 01 class 0x060400
[    2.267688] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x1ffffffff 64bit pref]
[    2.276539] pci_bus 0000:00: fixups for bus
[    2.280728] pci 0000:00:00.0: scanning [bus 00-00] behind bridge, pass 0
[    2.287421] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    2.295433] pci 0000:00:00.0: scanning [bus 00-00] behind bridge, pass 1
[    2.302221] pci_bus 0000:01: scanning bus
[    2.306434] pci 0000:01:00.0: [14c3:7915] type 00 class 0x000280
[    2.312616] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x000fffff 64bit pref]
[    2.319939] pci 0000:01:00.0: reg 0x18: [mem 0x00000000-0x00003fff 64bit pref]
[    2.327259] pci 0000:01:00.0: reg 0x20: [mem 0x00000000-0x00000fff 64bit pref]
[    2.335215] pci 0000:01:00.0: supports D1 D2
[    2.339477] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    2.346113] pci 0000:01:00.0: PME# disabled
[    2.350596] pci 0000:01:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x1 link at 0000:00:00.0 (capable of 4.000 Gb/s with 5.0 GT/s PCIe x1 link)
[    2.391141] pci_bus 0000:01: fixups for bus
[    2.395318] pci_bus 0000:01: bus scan returning with max=01
[    2.400896] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[    2.407506] pci_bus 0000:00: bus scan returning with max=01
[    2.413090] pci 0000:00:00.0: BAR 0: no space for [mem size 0x200000000 64bit pref]
[    2.420741] pci 0000:00:00.0: BAR 0: failed to assign [mem size 0x200000000 64bit pref]
[    2.428736] pci 0000:00:00.0: BAR 8: assigned [mem 0x20000000-0x201fffff]
[    2.435523] pci 0000:01:00.0: BAR 0: assigned [mem 0x20000000-0x200fffff 64bit pref]
[    2.443346] pci 0000:01:00.0: BAR 2: assigned [mem 0x20100000-0x20103fff 64bit pref]
[    2.451171] pci 0000:01:00.0: BAR 4: assigned [mem 0x20104000-0x20104fff 64bit pref]
[    2.458989] pci 0000:00:00.0: PCI bridge to [bus 01]
[    2.463955] pci 0000:00:00.0:   bridge window [mem 0x20000000-0x201fffff]
[    2.470813] pcieport 0000:00:00.0: of_irq_parse_pci: failed with rc=-22
[    2.477418] pcieport 0000:00:00.0: assign IRQ: got 0
[    2.482389] pcieport 0000:00:00.0: enabling device (0000 -> 0002)
[    2.488491] pcieport 0000:00:00.0: enabling bus mastering
[    2.494360] mtk-pcie 1a145000.pcie: host bridge /pcie@1a145000 ranges:
[    2.500892] mtk-pcie 1a145000.pcie: Parsing ranges property...
[    2.506723] mtk-pcie 1a145000.pcie:      MEM 0x0028000000..0x002fffffff -> 0x0028000000
[    2.614904] mtk-pcie 1a145000.pcie: Port1 link down
[    2.619879] mtk-pcie 1a145000.pcie: PCI host bridge to bus 0001:00
[    2.626054] pci_bus 0001:00: root bus resource [bus 00-ff]
[    2.631539] pci_bus 0001:00: root bus resource [mem 0x28000000-0x2fffffff]
[    2.638404] pci_bus 0001:00: scanning bus
[    2.643656] pci_bus 0001:00: fixups for bus
[    2.647831] pci_bus 0001:00: bus scan returning with max=00
[    2.653675] mtk_hsdma 1b007000.dma-controller: Using 3 as missing dma-requests property
[    2.661877] mtk_hsdma 1b007000.dma-controller: MediaTek HSDMA driver registered
[    2.737536] mt7530 mdio-bus:00 lan1 (uninitialized): PHY [mt7530-0:00] driver [MediaTek MT7531 PHY] (irq=145)
[    2.757301] mt7530 mdio-bus:00 lan2 (uninitialized): PHY [mt7530-0:01] driver [MediaTek MT7531 PHY] (irq=146)
[    2.776936] mt7530 mdio-bus:00 lan3 (uninitialized): PHY [mt7530-0:02] driver [MediaTek MT7531 PHY] (irq=147)
[    2.796566] mt7530 mdio-bus:00 lan4 (uninitialized): PHY [mt7530-0:03] driver [MediaTek MT7531 PHY] (irq=148)
[    2.816375] mt7530 mdio-bus:00 wan (uninitialized): PHY [mt7530-0:04] driver [MediaTek MT7531 PHY] (irq=149)
[    2.828096] mt7530 mdio-bus:00: configuring for fixed/2500base-x link mode
[    2.835147] DSA: tree 0 setup
[    2.835339] mt7530 mdio-bus:00: Link is Up - 2.5Gbps/Full - flow control rx/tx
[    2.838890] xhci-mtk 1a0c0000.usb: xHCI Host Controller
[    2.850579] xhci-mtk 1a0c0000.usb: new USB bus registered, assigned bus number 1
[    2.859616] xhci-mtk 1a0c0000.usb: hcc params 0x01403198 hci version 0x96 quirks 0x0000000000210010
[    2.868700] xhci-mtk 1a0c0000.usb: irq 31, io mem 0x1a0c0000
[    2.874448] xhci-mtk 1a0c0000.usb: xHCI Host Controller
[    2.879669] xhci-mtk 1a0c0000.usb: new USB bus registered, assigned bus number 2
[    2.887065] xhci-mtk 1a0c0000.usb: Host supports USB 3.0 SuperSpeed
[    2.893649] hub 1-0:1.0: USB hub found
[    2.897408] hub 1-0:1.0: 2 ports detected
[    2.901671] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    2.909990] hub 2-0:1.0: USB hub found
[    2.913751] hub 2-0:1.0: 1 port detected
[    2.918578] UBI error: no valid UBI magic found inside mtd10
[    2.925155] Freeing unused kernel memory: 448K
[    2.949898] Run /init as init process
[    2.953550]   with arguments:
[    2.956508]     /init
[    2.958771]   with environment:
[    2.961916]     HOME=/
[    2.964266]     TERM=linux
[    2.966963]     boot_part=Kernel1
[    3.119195] init: Console is alive
[    3.122868] init: - watchdog -
[    3.129483] kmodloader: loading kernel modules from /etc/modules-boot.d/*
[    3.139375] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
[    3.156603] init: - preinit -
[    3.200815] mtk_soc_eth 1b100000.ethernet eth0: configuring for fixed/2500base-x link mode
[    3.209315] mtk_soc_eth 1b100000.ethernet eth0: Link is Up - 2.5Gbps/Full - flow control rx/tx
[    3.218148] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[    3.225142] mt7530 mdio-bus:00 lan1: configuring for phy/gmii link mode
[    3.232390] 8021q: adding VLAN 0 to HW filter on device lan1
[    3.244949] random: procd: uninitialized urandom read (4 bytes read)
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.286947] procd: - early -
[    7.289924] procd: - watchdog -
[    7.809178] procd: - watchdog -
[    7.812502] procd: - ubus -
[    7.817580] random: ubusd: uninitialized urandom read (4 bytes read)
[    7.864972] random: ubusd: uninitialized urandom read (4 bytes read)
[    7.871447] random: ubusd: uninitialized urandom read (4 bytes read)
[    7.878620] procd: - init -
Please press Enter to activate this console.
[    7.977204] urngd: v1.0.2 started.
[    8.005430] random: crng init done
[    8.008840] random: 22 urandom warning(s) missed due to ratelimiting
[    8.021177] kmodloader: loading kernel modules from /etc/modules.d/*
[    8.029563] Loading modules backported from Linux version v5.15.92-0-ge515b9902f5f
[    8.037200] Backport generated by backports.git v5.15.92-1-0-gdfe0f60c
[    8.078189] mt7622-wmac 18000000.wmac: Invalid MAC address, using random address 8a:04:38:42:df:04
[    8.088671] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[    8.110182] mt7622-wmac 18000000.wmac: HW/SW Version: 0x8a108a10, Build Time: 20190801210006a
[    8.110182]
[    8.124457] PPP generic driver version 2.4.2
[    8.129937] NET: Registered protocol family 24
[    8.137551] kmodloader: done loading kernel modules from /etc/modules.d/*
[    8.139137] mt7622-wmac 18000000.wmac: N9 Firmware Version: _reserved_, Build Time: 20220630094834
[   11.651354] mtk_soc_eth 1b100000.ethernet eth0: Link is Down
[   11.661284] mtk_soc_eth 1b100000.ethernet eth0: configuring for fixed/2500base-x link mode
[   11.674496] mtk_soc_eth 1b100000.ethernet eth0: Link is Up - 2.5Gbps/Full - flow control rx/tx
[   11.683209] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   11.691562] mt7530 mdio-bus:00 lan1: configuring for phy/gmii link mode
[   11.698894] 8021q: adding VLAN 0 to HW filter on device lan1
[   11.707062] br-lan: port 1(lan1) entered blocking state
[   11.712350] br-lan: port 1(lan1) entered disabled state
[   11.718132] device lan1 entered promiscuous mode
[   11.722888] device eth0 entered promiscuous mode
[   11.735820] mt7530 mdio-bus:00 lan2: configuring for phy/gmii link mode
[   11.746563] 8021q: adding VLAN 0 to HW filter on device lan2
[   11.755011] br-lan: port 2(lan2) entered blocking state
[   11.760375] br-lan: port 2(lan2) entered disabled state
[   11.770443] device lan2 entered promiscuous mode
[   11.783542] mt7530 mdio-bus:00 lan3: configuring for phy/gmii link mode
[   11.792905] 8021q: adding VLAN 0 to HW filter on device lan3
[   11.802269] br-lan: port 3(lan3) entered blocking state
[   11.807526] br-lan: port 3(lan3) entered disabled state
[   11.815762] device lan3 entered promiscuous mode
[   11.828340] mt7530 mdio-bus:00 lan4: configuring for phy/gmii link mode
[   11.847282] 8021q: adding VLAN 0 to HW filter on device lan4
[   11.851653] mt7530 mdio-bus:00 lan4: Link is Up - 1Gbps/Full - flow control rx/tx
[   11.857584] br-lan: port 4(lan4) entered blocking state
[   11.865703] br-lan: port 4(lan4) entered disabled state
[   11.882123] device lan4 entered promiscuous mode
[   11.892526] br-lan: port 4(lan4) entered blocking state
[   11.897760] br-lan: port 4(lan4) entered forwarding state
[   11.920335] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
[   11.932137] mt7530 mdio-bus:00 wan: configuring for phy/gmii link mode
[   11.939218] 8021q: adding VLAN 0 to HW filter on device wan



BusyBox v1.35.0 (2023-04-27 20:28:15 UTC) built-in shell (ash)

  _______                     ________        __
 |       |.-----.-----.-----.|  |  |  |.----.|  |_
 |   -   ||  _  |  -__|     ||  |  |  ||   _||   _|
 |_______||   __|_____|__|__||________||__|  |____|
          |__| W I R E L E S S   F R E E D O M
 -----------------------------------------------------
 OpenWrt 22.03.5, r20134-5f15225c1e
 -----------------------------------------------------
=== WARNING! =====================================
There is no root password defined on this device!
Use the "passwd" command to set up a new password
in order to prevent unauthorized SSH logins.
--------------------------------------------------
root@OpenWrt:/#

The LAN interfaces are basically working (ping ok).
iwinfo shows wlan0 and scanning shows the 2.4GHz networks. 5GHz is not yet present.

I also started device support in https://github.com/RolandoMagico/openwrt/tree/D-Link_EAGLE_PRO_AI_M32, OpenWrt kernel image is booting:

Bytes transferred = 7537008 (730170 hex)
get filesize 0x730170
bootm flag=0, states=70f
## Loading kernel from FIT Image at 4007ff28 ...
   Using 'config-1' configuration
   Trying 'kernel-1' kernel subimage
     Description:  ARM64 OpenWrt Linux-5.15.119
     Type:         Kernel Image
     Compression:  lzma compressed
     Data Start:   0x40080014
     Data Size:    3840425 Bytes = 3.7 MiB
     Architecture: AArch64
     OS:           Linux
     Load Address: 0x44000000
     Entry Point:  0x44000000
     Hash algo:    crc32
     Hash value:   536b9210
     Hash algo:    sha1
     Hash value:   180eda4439068322b482dc8d930232d48e784a42
   Verifying Hash Integrity ... crc32+ sha1+ OK
## Loading ramdisk from FIT Image at 4007ff28 ...
   Using 'config-1' configuration
   Trying 'initrd-1' ramdisk subimage
     Description:  ARM64 OpenWrt dlink_eagle-pro-ai-m32 initrd
     Type:         RAMDisk Image
     Compression:  Unknown Compression
     Data Start:   0x40429b00
     Data Size:    3663900 Bytes = 3.5 MiB
     Architecture: AArch64
     OS:           Linux
     Load Address: unavailable
     Entry Point:  unavailable
     Hash algo:    crc32
     Hash value:   2bbeeb9c
     Hash algo:    sha1
     Hash value:   bf6326c135fd96e85ec41f5c18a9220a3055cdaf
   Verifying Hash Integrity ... crc32+ sha1+ OK
## Loading fdt from FIT Image at 4007ff28 ...
   Using 'config-1' configuration
   Trying 'fdt-1' fdt subimage
     Description:  ARM64 OpenWrt dlink_eagle-pro-ai-m32 device tree blob
     Type:         Flat Device Tree
     Compression:  uncompressed
     Data Start:   0x407a8430
     Data Size:    30506 Bytes = 29.8 KiB
     Architecture: AArch64
     Hash algo:    crc32
     Hash value:   8cd3e3ea
     Hash algo:    sha1
     Hash value:   36c93c481b72de5f94e8f9d020e70ecae0a213d8
   Verifying Hash Integrity ... crc32+ sha1+ OK
   Booting using the fdt blob at 0x407a8430
   Uncompressing Kernel Image ... OK
   Loading Ramdisk to 5ca28000, end 5cda681c ... OK
   Loading Device Tree to 5ca1d000, end 5ca27729 ... OK
bootargs:(console=ttyS0,115200n1 loglevel=8 swiotlb=512 rootfstype=squashfs boot_part=Kernel1)

Starting kernel ...

[ATF][    17.740966]save kernel info
[ATF][    17.743998]Kernel_EL2
[ATF][    17.746754]Kernel is 64Bit
[ATF][    17.749942]pc=0x44000000, r0=0x5ca1d000, r1=0x0
INFO:    BL3-1: Preparing for EL3 exit to normal world, Kernel
INFO:    BL3-1: Next image address = 0x44000000
INFO:    BL3-1: Next image spsr = 0x3c9
[ATF][    17.768211]el3_exit
[    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[    0.000000] Linux version 5.15.119 (roland@roland-virtual-machine) (aarch64-openwrt-linux-musl-gcc (OpenWrt GCC 12.3.0 r23497-2b8077e1dd) 12.3.0, GNU ld (GNU Binutils) 2.40.0) #0 SMP Mon Jul 3 14:08:58 2023
[    0.000000] Machine model: D-Link EAGLE PRO AI M32
[    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-0x000000005fffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x000000005fffffff]
[    0.000000] psci: probing for conduit method from DT.
[    0.000000] psci: PSCIv0.2 detected in firmware.
[    0.000000] psci: Using standard PSCI v0.2 function IDs
[    0.000000] psci: Trusted OS migration not required
[    0.000000] percpu: Embedded 17 pages/cpu s29592 r8192 d31848 u69632
[    0.000000] pcpu-alloc: s29592 r8192 d31848 u69632 alloc=17*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1
[    0.000000] Detected VIPT I-cache on CPU0
[    0.000000] CPU features: kernel page table isolation disabled by kernel configuration
[    0.000000] CPU features: detected: ARM erratum 843419
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 129024
[    0.000000] Kernel command line: console=ttyS0,115200n1 loglevel=8 swiotlb=512 rootfstype=squashfs boot_part=Kernel1
[    0.000000] Unknown kernel command line parameters "boot_part=Kernel1", will be passed to user space.
[    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: 498164K/524288K available (8064K kernel code, 888K rwdata, 2156K rodata, 448K init, 293K bss, 26124K 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]  Tracing variant of Tasks RCU enabled.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[    0.000000] Root IRQ handler: gic_handle_irq
[    0.000000] GIC: Using split EOI/Deactivate mode
[    0.000000] arch_timer: cp15 timer(s) running at 12.50MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x2e2049cda, max_idle_ns: 440795202628 ns
[    0.000000] sched_clock: 56 bits at 12MHz, resolution 80ns, wraps every 4398046511080ns
[    0.000178] Calibrating delay loop (skipped), value calculated using timer frequency.. 25.00 BogoMIPS (lpj=125000)
[    0.000189] pid_max: default: 32768 minimum: 301
[    0.000470] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes, linear)
[    0.000482] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes, linear)
[    0.001828] rcu: Hierarchical SRCU implementation.
[    0.002168] smp: Bringing up secondary CPUs ...
[    0.002534] Detected VIPT I-cache on CPU1
[    0.002581] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[    0.002648] smp: Brought up 1 node, 2 CPUs
[    0.002657] SMP: Total of 2 processors activated.
[    0.002662] CPU features: detected: 32-bit EL0 Support
[    0.002666] CPU features: detected: CRC32 instructions
[    0.002698] CPU features: emulated: Privileged Access Never (PAN) using TTBR0_EL1 switching
[    0.002761] CPU: All CPU(s) started at EL2
[    0.002772] alternatives: patching kernel code
[    0.007092] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.007118] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[    0.007275] pinctrl core: initialized pinctrl subsystem
[    0.007925] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.008223] DMA: preallocated 128 KiB GFP_KERNEL pool for atomic allocations
[    0.008251] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.008284] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.008550] thermal_sys: Registered thermal governor 'fair_share'
[    0.008554] thermal_sys: Registered thermal governor 'bang_bang'
[    0.008558] thermal_sys: Registered thermal governor 'step_wise'
[    0.008562] thermal_sys: Registered thermal governor 'user_space'
[    0.008750] ASID allocator initialised with 65536 entries
[    0.009085] pstore: Registered ramoops as persistent store backend
[    0.009091] ramoops: using 0x10000@0x42ff0000, ecc: 0
[    0.029454] cryptd: max_cpu_qlen set to 1000
[    0.031517] SCSI subsystem initialized
[    0.031633] libata version 3.00 loaded.
[    0.032654] clocksource: Switched to clocksource arch_sys_counter
[    0.033256] NET: Registered PF_INET protocol family
[    0.033362] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.033761] tcp_listen_portaddr_hash hash table entries: 256 (order: 0, 4096 bytes, linear)
[    0.033777] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.033785] TCP established hash table entries: 4096 (order: 3, 32768 bytes, linear)
[    0.033814] TCP bind hash table entries: 4096 (order: 4, 65536 bytes, linear)
[    0.033867] TCP: Hash tables configured (established 4096 bind 4096)
[    0.033933] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
[    0.033950] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
[    0.034054] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.034082] PCI: CLS 0 bytes, default 64
[    0.034445] Unpacking initramfs...
[    0.043816] workingset: timestamp_bits=46 max_order=17 bucket_order=0
[    0.047225] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.047239] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[    0.082172] mt7622-pinctrl 10211000.pinctrl: invalid group "pwm_ch7_2" for function "pwm"
[    0.085628] mt-pmic-pwrap 10001000.pwrap: unexpected interrupt int=0x1
[    0.100145] Serial: 8250/16550 driver, 3 ports, IRQ sharing disabled
[    0.100922] printk: console [ttyS0] disabled
[    0.121175] 11002000.serial: ttyS0 at MMIO 0x11002000 (irq = 125, base_baud = 1562500) is a ST16650V2
[    0.702862] printk: console [ttyS0] enabled
[    0.727883] 11004000.serial: ttyS1 at MMIO 0x11004000 (irq = 126, base_baud = 1562500) is a ST16650V2
[    0.737847] 1100c000.serial: ttyS2 at MMIO 0x1100c000 (irq = 130, base_baud = 17499995) is a MediaTek BTIF
[    0.747637] serial serial0: tty port ttyS2 registered
[    0.753670] mtk_rng 1020f000.rng: registered RNG driver
[    0.759322] random: crng init done
[    0.765786] loop: module loaded
[    0.769298] mtk-ecc 1100e000.ecc: probed
[    0.776212] spi-nand spi2.0: Macronix SPI NAND was found.
[    0.781618] spi-nand spi2.0: 128 MiB, block size: 128 KiB, page size: 2048, OOB size: 64
[    0.789837] mtk-snand 1100d000.spi: ECC strength: 4 bits per 512 bytes
[    0.797750] [BBT] BMT.v2 is found at 0x3ff
[    0.996212] Freeing initrd memory: 3576K
[    1.008294] 11 fixed-partitions partitions found on MTD device spi2.0
[    1.014784] OF: Bad cell count for /spi@1100d000/flash@0/partitions
[    1.021069] OF: Bad cell count for /spi@1100d000/flash@0/partitions
[    1.027626] OF: Bad cell count for /spi@1100d000/flash@0/partitions
[    1.033944] OF: Bad cell count for /spi@1100d000/flash@0/partitions
[    1.040325] Creating 11 MTD partitions on "spi2.0":
[    1.045203] 0x000000000000-0x000000080000 : "Preloader"
[    1.051446] 0x000000080000-0x0000000c0000 : "ATF"
[    1.056876] 0x0000000c0000-0x000000140000 : "Bootloader"
[    1.062998] 0x000000140000-0x0000001c0000 : "BootConfig"
[    1.069065] 0x000000180000-0x0000001c0000 : "Odm"
[    1.074105] 0x0000001c0000-0x0000002c0000 : "Config1"
[    1.080475] 0x000000180000-0x000000200000 : "Config2"
[    1.085782] 0x0000002c0000-0x0000028c0000 : "Kernel1"
[    1.130126] 2 fixed-partitions partitions found on MTD device Kernel1
[    1.136582] Creating 2 MTD partitions on "Kernel1":
[    1.141453] 0x000000000000-0x0000002e0000 : "kernel"
[    1.146663] 0x0000002e0000-0x000002d00000 : "rootfs"
[    1.151623] mtd: partition "rootfs" extends beyond the end of device "Kernel1" -- size truncated to 0x2320000
[    1.161859] mtd: setting mtd9 (rootfs) as root device
[    1.167071] 1 squashfs-split partitions found on MTD device rootfs
[    1.173253] 0x000002360000-0x000002600000 : "rootfs_data"
[    1.178894] 0x000002fc0000-0x000005cc0000 : "Kernel2"
[    1.230521] 0x000005cc0000-0x000005dc0000 : "Factory"
[    1.236881] 0x000005dc0000-0x000005fc0000 : "Storage"
[    1.374573] DSA: tree 0 has no CPU port
[    1.378420] mt7530-mdio: probe of mdio-bus:00 failed with error -22
[    1.624089] mtk_soc_eth 1b100000.ethernet eth0: mediatek frame engine at 0xffffffc008de0000, irq 140
[    1.633903] i2c_dev: i2c /dev entries driver
[    1.639179] mtk-wdt 10212000.watchdog: IRQ index 0 not found
[    1.644992] mtk-wdt 10212000.watchdog: Watchdog enabled (timeout=31 sec, nowayout=0)
[    1.654544] NET: Registered PF_INET6 protocol family
[    1.660206] Segment Routing with IPv6
[    1.663932] In-situ OAM (IOAM) with IPv6
[    1.667885] NET: Registered PF_PACKET protocol family
[    1.673034] 8021q: 802.1Q VLAN Support v1.8
[    1.678782] pstore: Using crash dump compression: deflate
[    1.695192] mtk-pcie 1a143000.pcie: host bridge /pcie@1a143000 ranges:
[    1.701748] mtk-pcie 1a143000.pcie: Parsing ranges property...
[    1.707712] mtk-pcie 1a143000.pcie:      MEM 0x0020000000..0x0027ffffff -> 0x0020000000
[    1.849123] mtk-pcie 1a143000.pcie: PCI host bridge to bus 0000:00
[    1.855324] pci_bus 0000:00: root bus resource [bus 00-ff]
[    1.860807] pci_bus 0000:00: root bus resource [mem 0x20000000-0x27ffffff]
[    1.867684] pci_bus 0000:00: scanning bus
[    1.871892] pci 0000:00:00.0: [14c3:3258] type 01 class 0x060400
[    1.878086] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x1ffffffff 64bit pref]
[    1.887991] pci_bus 0000:00: fixups for bus
[    1.892185] pci 0000:00:00.0: scanning [bus 00-00] behind bridge, pass 0
[    1.898894] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    1.906971] pci 0000:00:00.0: scanning [bus 00-00] behind bridge, pass 1
[    1.914048] pci_bus 0000:01: scanning bus
[    1.918262] pci 0000:01:00.0: [14c3:7915] type 00 class 0x000280
[    1.924451] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x000fffff 64bit pref]
[    1.931776] pci 0000:01:00.0: reg 0x18: [mem 0x00000000-0x00003fff 64bit pref]
[    1.939105] pci 0000:01:00.0: reg 0x20: [mem 0x00000000-0x00000fff 64bit pref]
[    1.947070] pci 0000:01:00.0: supports D1 D2
[    1.951335] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.957979] pci 0000:01:00.0: PME# disabled
[    1.962479] pci 0000:01:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x1 link at 0000:00:00.0 (capable of 4.000 Gb/s with 5.0 GT/s PCIe x1 link)
[    2.006000] pci_bus 0000:01: fixups for bus
[    2.010198] pci_bus 0000:01: bus scan returning with max=01
[    2.015809] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[    2.022445] pci_bus 0000:00: bus scan returning with max=01
[    2.028089] pci 0000:00:00.0: BAR 0: no space for [mem size 0x200000000 64bit pref]
[    2.035788] pci 0000:00:00.0: BAR 0: failed to assign [mem size 0x200000000 64bit pref]
[    2.043856] pci 0000:00:00.0: BAR 8: assigned [mem 0x20000000-0x201fffff]
[    2.050665] pci 0000:01:00.0: BAR 0: assigned [mem 0x20000000-0x200fffff 64bit pref]
[    2.058534] pci 0000:01:00.0: BAR 2: assigned [mem 0x20100000-0x20103fff 64bit pref]
[    2.066402] pci 0000:01:00.0: BAR 4: assigned [mem 0x20104000-0x20104fff 64bit pref]
[    2.074267] pci 0000:00:00.0: PCI bridge to [bus 01]
[    2.079246] pci 0000:00:00.0:   bridge window [mem 0x20000000-0x201fffff]
[    2.086270] pcieport 0000:00:00.0: assign IRQ: got 145
[    2.091434] pcieport 0000:00:00.0: enabling device (0000 -> 0002)
[    2.097585] pcieport 0000:00:00.0: enabling bus mastering
[    2.103096] mtk-pcie 1a143000.pcie: msi#0 address_hi 0x0 address_lo 0x44d7d0c0
[    2.110643] pcieport 0000:00:00.0: PME: Signaling with IRQ 145
[    2.116684] pcieport 0000:00:00.0: saving config space at offset 0x0 (reading 0x325814c3)
[    2.124898] pcieport 0000:00:00.0: saving config space at offset 0x4 (reading 0x100006)
[    2.132930] pcieport 0000:00:00.0: saving config space at offset 0x8 (reading 0x6040000)
[    2.141029] pcieport 0000:00:00.0: saving config space at offset 0xc (reading 0x10000)
[    2.148971] pcieport 0000:00:00.0: saving config space at offset 0x10 (reading 0xc)
[    2.156654] pcieport 0000:00:00.0: saving config space at offset 0x14 (reading 0x0)
[    2.164336] pcieport 0000:00:00.0: saving config space at offset 0x18 (reading 0x40010100)
[    2.172609] pcieport 0000:00:00.0: saving config space at offset 0x1c (reading 0x4200000)
[    2.180811] pcieport 0000:00:00.0: saving config space at offset 0x20 (reading 0x20102000)
[    2.189102] pcieport 0000:00:00.0: saving config space at offset 0x24 (reading 0x0)
[    2.196783] pcieport 0000:00:00.0: saving config space at offset 0x28 (reading 0x0)
[    2.204465] pcieport 0000:00:00.0: saving config space at offset 0x2c (reading 0x0)
[    2.212129] pcieport 0000:00:00.0: saving config space at offset 0x30 (reading 0x0)
[    2.219810] pcieport 0000:00:00.0: saving config space at offset 0x34 (reading 0x50)
[    2.227580] pcieport 0000:00:00.0: saving config space at offset 0x38 (reading 0x0)
[    2.235261] pcieport 0000:00:00.0: saving config space at offset 0x3c (reading 0x20191)
[    2.244178] mtk-pcie 1a145000.pcie: host bridge /pcie@1a145000 ranges:
[    2.250740] mtk-pcie 1a145000.pcie: Parsing ranges property...
[    2.256617] mtk-pcie 1a145000.pcie:      MEM 0x0028000000..0x002fffffff -> 0x0028000000
[    2.482742] mtk-pcie 1a145000.pcie: Port1 link down
[    2.487771] mtk-pcie 1a145000.pcie: PCI host bridge to bus 0001:00
[    2.493971] pci_bus 0001:00: root bus resource [bus 00-ff]
[    2.499457] pci_bus 0001:00: root bus resource [mem 0x28000000-0x2fffffff]
[    2.506338] pci_bus 0001:00: scanning bus
[    2.512057] pci_bus 0001:00: fixups for bus
[    2.516241] pci_bus 0001:00: bus scan returning with max=00
[    2.522356] mtk_hsdma 1b007000.dma-controller: MediaTek HSDMA driver registered
[    2.531037] Freeing unused kernel memory: 448K
[    2.562771] Run /init as init process
[    2.566436]   with arguments:
[    2.569398]     /init
[    2.571665]   with environment:
[    2.574826]     HOME=/
[    2.577181]     TERM=linux
[    2.579883]     boot_part=Kernel1
[    2.749878] init: Console is alive
[    2.753649] init: - watchdog -
[    2.760231] kmodloader: loading kernel modules from /etc/modules-boot.d/*
[    2.769677] mt7622-pinctrl 10211000.pinctrl: pin SPI_CS already requested by 1100d000.spi; cannot claim for pinctrl_moore:422
[    2.781020] mt7622-pinctrl 10211000.pinctrl: pin-13 (pinctrl_moore:422) status -22
[    2.788592] leds-gpio: probe of leds failed with error -22
[    2.794426] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
[    2.807480] init: - preinit -
[    2.863450] mtk_soc_eth 1b100000.ethernet eth0: configuring for fixed/2500base-x link mode
[    2.872131] mtk_soc_eth 1b100000.ethernet eth0: Link is Up - 2.5Gbps/Full - flow control rx/tx
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
[    4.922275] procd: - early -
[    4.925283] procd: - watchdog -
[    5.452272] procd: - watchdog -
[    5.455815] procd: - ubus -
[    5.511685] procd: - init -
Please press Enter to activate this console.
[    5.642198] urngd: v1.0.2 started.
[    5.674422] kmodloader: loading kernel modules from /etc/modules.d/*
[    5.683012] Loading modules backported from Linux version v6.1.24-0-g0102425ac76b
[    5.690501] Backport generated by backports.git v5.15.92-1-44-gd6ea70fafd36
[    5.733878] mt7622-wmac 18000000.wmac: Invalid MAC address, using random address ba:51:89:0d:35:dd
[    5.745009] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[    5.771459] PPP generic driver version 2.4.2
[    5.773104] mt7622-wmac 18000000.wmac: HW/SW Version: 0x8a108a10, Build Time: 20190801210006a
[    5.773104]
[    5.786108] NET: Registered PF_PPPOX protocol family
[    5.795541] kmodloader: done loading kernel modules from /etc/modules.d/*
[    5.802502] mt7622-wmac 18000000.wmac: N9 Firmware Version: _reserved_, Build Time: 20220630094834
[   10.819817] mtk_soc_eth 1b100000.ethernet eth0: Link is Down
[   10.833880] mtk_soc_eth 1b100000.ethernet eth0: configuring for fixed/2500base-x link mode
[   10.843486] mtk_soc_eth 1b100000.ethernet eth0: Link is Up - 2.5Gbps/Full - flow control rx/tx
[   10.843847] br-lan: port 1(eth0) entered blocking state
[   10.857371] br-lan: port 1(eth0) entered disabled state
[   10.862751] device eth0 entered promiscuous mode
[   10.869190] br-lan: port 1(eth0) entered blocking state
[   10.874465] br-lan: port 1(eth0) entered forwarding state



BusyBox v1.36.1 (2023-07-03 13:36:17 UTC) built-in shell (ash)

  _______                     ________        __
 |       |.-----.-----.-----.|  |  |  |.----.|  |_
 |   -   ||  _  |  -__|     ||  |  |  ||   _||   _|
 |_______||   __|_____|__|__||________||__|  |____|
          |__| W I R E L E S S   F R E E D O M
 -----------------------------------------------------
 OpenWrt SNAPSHOT, r23498-bad0cdd810
 -----------------------------------------------------
=== WARNING! =====================================
There is no root password defined on this device!
Use the "passwd" command to set up a new password
in order to prevent unauthorized SSH logins.
--------------------------------------------------
root@OpenWrt:/#

LAN is not working, 2.4GHz WLAN seems to work
Update: LAN is working

Any hints how to get 5GHz wifi working?
Output of iwinfo:
root@OpenWrt:/# iwinfo

wlan0     ESSID: unknown
          Access Point: E2:A2:24:09:8C:02
          Mode: Client  Channel: unknown (unknown)  HT Mode: NOHT
          Center Channel 1: unknown 2: unknown
          Tx-Power: 6 dBm  Link Quality: unknown/70
          Signal: unknown  Noise: unknown
          Bit Rate: unknown
          Encryption: unknown
          Type: nl80211  HW Mode(s): 802.11b/g/n
          Hardware: embedded [MediaTek MT7622]
          TX power offset: none
          Frequency offset: none
          Supports VAPs: yes  PHY name: phy0

Output of lspci:

root@OpenWrt:/# lspci
00:00.0 PCI bridge: MEDIATEK Corp. Device 3258
01:00.0 Unclassified device [0002]: MEDIATEK Corp. MT7915E 802.11ax PCI Express Wireless Network Adapter

dmesg reports an error:
mt7915e 0000:01:00.0: eeprom load fail, use default bin

So maybe some problem when loading calibration data from flash?
I included kmod-mt7815e and kmod-mt7915-firmware in the image.

WLAN0 and WLAN1 are working now. Problem was that the mt76 eeprom data were in a different location (factory partition istead of config partition). Does this make sense?
I checked the firmware images from https://github.com/openwrt/mt76/tree/master/firmware and found similar data only in the factory partition.
Not sure why wlan0 worked with the wrong eeprom data but wlan1 didn't.

Try something like https://www.openrouter.info/forum/viewtopic.php?p=48451#p48451 as a workaround, or look how it was implemented for Mercusys MR70X (this workaround is for the MR70X, using an openwrt D-Link DIR-853-R1 firmware).
Use google translate, if you need.

Thanks for the link. I assume I can skip the workaround if wifi works now direct after booting?

Network interfaces and LEDs are working, next I want to have a look at flashing. Are there any instructions how to start?

Output of env print in uboot:

MT7622> env print
AMIT_BOOT_BRANCH=bpi3
AMIT_BOOT_BUILDTIME=Fri 13 Aug 2021 06:46:59 AM UTC
AMIT_BOOT_VERSION=bf1a898b54c35a636320b1d2235e563180e6b9ea
arch=arm
atf_filename=trustzone.bin
baudrate=115200
board=mt7622-covr326x
board_name=mt7622-covr326x
boot0=download_setting kernel;tftpboot ${loadaddr} ${kernel_filename}; bootm
boot1=download_setting kernel;tftpboot ${loadaddr} ${kernel_filename};run boot_wr_img;run boot_rd_img;bootm
boot11=uip main; reset
boot2=run boot_rd_auto_sw_img
boot3=download_setting uboot;tftpboot ${loadaddr} ${uboot_filename};run wr_uboot;invaild_env
boot4=loadb;run wr_uboot;invaild_env
boot5=download_setting atf;tftpboot ${loadaddr} ${atf_filename};run wr_atf
boot6=download_setting preloader;tftpboot ${loadaddr} ${preloader_filename};run wr_pl
boot7=download_setting hdr;tftpboot ${loadaddr} ${hdr_filename};run wr_rom_hdr
boot8=download_setting ctp;tftpboot ${loadaddr} ${ctp_filename};run wr_ctp
boot9=run boot_rd_ctp;boot_to_ctp
boot_by_part=if itest.s ${boot_part} == 1; then run set_act1; run ub1; else run set_act2; run ub2; fi
boot_by_tryactive=if itest.s ${sw_tryactive} == 0; then setenv sw_tryactive 2; setenv sw_active 1; saveenv; run en_wdt; run ub1; else setenv sw_tryactive 2; setenv sw_active 2; saveenv; run en_wdt; run ub2; fi
boot_part=1
boot_rd_auto_sw_img=if itest.s ${sw_tryactive} == 2; then run boot_by_part; else run boot_by_tryactive; fi
boot_rd_ctp=nand read 0x40000000 0x1400000 3000000
boot_rd_img=if test ${boot_part} = 2; then nand read ${loadaddr} 0x2FC0000 2000;image_blks 2048;nand read ${loadaddr} 0x2FC0000 ${img_align_size};else nand read ${loadaddr} 0x2C0000 2000;image_blks 2048;nand read ${loadaddr} 0x2C0000 ${img_align_size};fi
boot_wr_img=filesize_check 0x3000000;if test ${filesize_result} = good; then image_blks 131072;if test ${boot_part} = 2; then nand erase 0x2FC0000 ${filesize};image_blks 2048;nand write ${loadaddr} 0x2FC0000 ${filesize};else nand erase 0x2C0000 ${filesize};image_blks 2048;nand write ${loadaddr} 0x2C0000 ${filesize};fi;fi
bootargs=console=ttyS0,115200n1 loglevel=8 swiotlb=512 rootfstype=squashfs boot_part=Kernel${sw_active}
bootcmd=No
bootdelay=3
bootfile=iverson_uImage
bootmenu_0=1. System Load Linux to SDRAM via TFTP.=run boot0
bootmenu_1=2. System Load Linux Kernel then write to Flash via TFTP.=run boot1
bootmenu_10=b. HTTP server.=run boot11
bootmenu_2=3. Boot system code via Flash.=run boot2
bootmenu_3=4. System Load U-Boot then write to Flash via TFTP.=run boot3
bootmenu_4=5. System Load U-Boot then write to Flash via Serial.=run boot4
bootmenu_5=6. System Load ATF then write to Flash via TFTP.=run boot5
bootmenu_6=7. System Load Preloader then write to Flash via TFTP.=run boot6
bootmenu_7=8. System Load ROM header then write to Flash via TFTP.=run boot7
bootmenu_8=9. System Load CTP then write to Flash via TFTP.=run boot8
bootmenu_9=a. System Load CTP then Boot to CTP (via Flash).=run boot9
bootmenu_delay=30
cpu=armv7
ctp_filename=ctp.bin
en_wdt=wdt on 30
ethact=mtk_eth
ethaddr=00:0C:E7:11:22:33
fdt_high=0x6c000000
flashimage_filename=flashimage.bin
gpt_filename=GPT_EMMC
hdr_filename=hdr.binary
invaild_env=no
ipaddr=10.10.10.254
kernel_filename=iverson_uImage
loadaddr=0x4007FF28
mupgrade_en=1
preloader_filename=preloader_fpga7622_64_ldvt.bin
serverip=10.10.10.3
set_act1=if itest.s ${sw_active} != 1; then setenv sw_active 1; saveenv; fi
set_act2=if itest.s ${sw_active} != 2; then setenv sw_active 2; saveenv; fi
soc=mt7622
stderr=serial
stdin=serial
stdout=serial
sw_active=1
sw_commit=1
sw_tryactive=2
ub1=nand read ${loadaddr} 0x2C0000 2000; image_blks 2048; nand read ${loadaddr} 0x2C0000 ${img_align_size}; bootm; run ub1to2; uip main; reset
ub1to2=nand read ${loadaddr} 0x2FC0000 2000; image_blks 2048; nand read ${loadaddr} 0x2FC0000 ${img_align_size}; bootm
ub2=nand read ${loadaddr} 0x2FC0000 2000; image_blks 2048; nand read ${loadaddr} 0x2FC0000 ${img_align_size}; bootm; run ub2to1; uip main; reset
ub2to1=nand read ${loadaddr} 0x2C0000 2000; image_blks 2048; nand read ${loadaddr} 0x2C0000 ${img_align_size}; bootm
uboot_filename=u-boot-mtk.bin
vendor=mediatek
wr_atf=filesize_check 0x20000;if test ${filesize_result} = good; then mtk_image_blks 131072;nand erase 0x80000  ${filesize} ;mtk_image_blks 2048;nand write ${loadaddr} 0x80000 ${filesize};fi
wr_ctp=filesize_check 0xF20000;if test ${filesize_result} = good; then nand erase 0x1400000 3000000 ;nand write ${loadaddr} 0x1400000 3000000;fi
wr_flashimage=filesize_check 0x8000000;if test ${filesize_result} = good; then nand erase.chip ;nand write ${loadaddr} 0x0 8000000;fi
wr_pl=filesize_check 0x40000;if test ${filesize_result} = good; then nand erase 0x00000 40000 ;nand write ${loadaddr} 0x00000 40000;fi
wr_rom_hdr=filesize_check 0x40000;if test ${filesize_result} = good; then nand erase 0x00000 20000 ;nand write ${loadaddr} 0x00000 20000;fi
wr_uboot=filesize_check 0x80000;if test ${filesize_result} = good; then mtk_image_blks 131072;nand erase 0xC0000  ${filesize} ;mtk_image_blks 2048;nand write ${loadaddr} 0xC0000 ${filesize};fi

Environment size: 5191/8188 bytes