hzyitc / openwrt-redmi-ax3000

Openwrt for Redmi AX3000 / Xiaomi CR880x / Xiaomi CR881x
Other
415 stars 85 forks source link

请求:新设备支持 #62

Open UzLung1435 opened 5 months ago

UzLung1435 commented 5 months ago

前些日子拉了联通家宽送了台VS010,几乎一样的硬件参数让我萌生了想移植的想法。遂对ax3000的dts进行修改试图适配vs010。 使用ipq50xx-mainline-kernel-5.15-openwrt-23.05中的AX3000tree修改后进行编译,在启动时出现以下错误:

[   16.495910] ath11k soc:wifi1@c000000: qcn6122
[   16.500757] ath11k soc:wifi1@c000000: FW memory mode: 2
[   16.505355] remoteproc remoteproc2: powering up cd00000.remoteproc:remoteproc_pd2
[   16.510198] remoteproc remoteproc2: Booting fw image IPQ5018/q6_fw.mdt, size 1820
[   16.520559] remoteproc remoteproc2: remote processor cd00000.remoteproc:remoteproc_pd2 is now up
[   16.532118] ath11k c000000.wifi: qmi fail to get qcom,m3-dump-addr, ignore m3 dump mem req
[   16.538388] kmodloader: done loading kernel modules from /etc/modules.d/*
[   16.604091] ath11k soc:wifi1@c000000: qmi ignore invalid mem req type 10
[   16.615491] qcom-q6-mpd cd00000.remoteproc: fatal error received: err_smem_ver.2.1:
[   16.615491] QC Image Version : QC_IMAGE_VERSION_STRING=WLAN.HK.2.7.0.1-01744-QCAHKSWPL_SILICONZ-1
[   16.615491] Image Variant : IMAGE_VARIANT_STRING=5018.wlanfw2.map_spr_spr_evalQ
[   16.615491] platform.c:965 Assertion remote_ddr_mem_req->mem_seg[bdf_mem_idx].addr != 0x0 && remote_ddr_mem_req->mem_seg[bdf_             mem_idx].size == (Q6_DDR_BDF_MAX_SIZE * 2) failed param0 :zero,param1 :zero,param2 :zero
[   16.615491] Thread ID : 0x00000046 Thread name : wlan_platform Process ID : 0x00000002 Process name :wlan1
[   16.615491]
[   16.615491] Registers:
[   16.615491] SP : 0x4bfdbe58
[   16.615491] FP : 0x4bfdbea0
[   16.615491] PC : 0xd025bc70
[   16.615491] SSR : 0x00000000
[   16.615491] BADVA : 0x00000000
[   16.615491] LR : 0xd024a1d0
[   16.615491]
[   16.615491] StackDump
[   16.615491] from:0x4bfdbe58
[   16.615491] to: 0x00000000:
[   16.615491]
[   16.635253] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
[   16.676793] remoteproc remoteproc0: crash detected in cd00000.remoteproc: type fatal error
[   16.676939] remoteproc remoteproc0: handling crash #1 in cd00000.remoteproc
[   16.716294] remoteproc remoteproc0: recovering cd00000.remoteproc
[   16.729362] remoteproc remoteproc0: stopped remote processor cd00000.remoteproc
[   16.844279] remoteproc remoteproc0: remote processor cd00000.remoteproc is now up
[   26.729220] ath11k soc:wifi1@c000000: failed to wait qmi memory request: -110
[   26.729282] ath11k soc:wifi1@c000000: qmi failed to respond fw mem req: -110
[   33.389770] br-lan: port 1(eth0) entered blocking state
[   33.389818] br-lan: port 1(eth0) entered disabled state
[   33.394428] device eth0 entered promiscuous mode
[   48.170659] ath11k c000000.wifi: chip_id 0x0 chip_family 0x4 board_id 0x10 soc_id 0xffffffff
[   48.170736] ath11k c000000.wifi: fw_version 0x270206d0 fw_build_timestamp 2022-08-04 13:28 fw_build_id WLAN.HK.2.7.0.1-01744-             QCAHKSWPL_SILICONZ-1

此时,有线连接无网络,无法dhcp,无线也不工作。

能否在百忙之中赐教🥺十分感谢><

感觉像是我dts没写好的原因(x

hzyitc commented 5 months ago

dts里面保留内存和wifi的内存地址配置有改动吗?跟我dts一样吗?

UzLung1435 commented 5 months ago

dts里面保留内存和wifi的内存地址配置有改动吗?跟我dts一样吗?

reserved-memory下我看你的tree里只有两项所以只改了那两项的。从某个闭源固件里捞出来的如下所示:

reserved-memory {
    #address-cells = <0x02>;
    #size-cells = <0x02>;
    ranges;

    bt@7000000 {
        no-map;
        phandle = <0x2b>;
        reg = <0x00 0x7000000 0x00 0x58000>;
    };

    m3_dump@4D100000 {
        no-map;
        phandle = <0x24>;
        reg = <0x00 0x4d100000 0x00 0x100000>;
    };

    m3_dump_qcn6122_1@4E200000 {
        no-map;
        phandle = <0x26>;
        reg = <0x00 0x4e200000 0x00 0x100000>;
    };

    nss@40000000 {
        no-map;
        reg = <0x00 0x40000000 0x00 0x1000000>;
    };

    q6_code_data@4B000000 {
        no-map;
        reg = <0x00 0x4b000000 0x00 0x60000>;
    };

    q6_etr_dump@4D200000 {
        no-map;
        phandle = <0x21>;
        reg = <0x00 0x4d200000 0x00 0x100000>;
    };

    q6_ipq5018_data@4C400000 {
        no-map;
        phandle = <0x23>;
        reg = <0x00 0x4c400000 0x00 0xd00000>;
    };

    q6_mem_regions@4B000000 {
        no-map;
        phandle = <0x20>;
        reg = <0x00 0x4b000000 0x00 0x3400000>;
    };

    q6_qcn6122_data1@4D300000 {
        no-map;
        phandle = <0x25>;
        reg = <0x00 0x4d300000 0x00 0xf00000>;
    };

    q6_qcn6122_etr_1@4E300000 {
        no-map;
        phandle = <0x27>;
        reg = <0x00 0x4e300000 0x00 0x100000>;
    };

    sbl@4aa00000 {
        no-map;
        reg = <0x00 0x4aa00000 0x00 0x100000>;
    };

    smem@4ab00000 {
        no-map;
        phandle = <0x0a>;
        reg = <0x00 0x4ab00000 0x00 0x100000>;
    };

    tz@4ac00000 {
        no-map;
        reg = <0x00 0x4ac00000 0x00 0x400000>;
    };

    tzapp@4a400000 {
        no-map;
        phandle = <0x07>;
    };

    tzapp_data@4a700000 {
        compatible = "shared-dma-pool";
        no-map;
        phandle = <0x08>;
    };

    uboot@4a800000 {
        no-map;
        reg = <0x00 0x4a800000 0x00 0x200000>;
    };
};

wifi的内存配置我看起来是跟你的一样的。 从固件中提取出来的如下所示:

wifi1@c000000 {
    compatible = "qcom,cnss-qcn6122\0qcom,cnss-qcn9100";
    interrupts = <0x00 0x1a0 0x01>;
    mem-region = <0x25>;
    msi-parent = <0x1b>;
    qcom,bdf-addr = <0x00 0x00 0x4d300000 0x00 0x00>;
    qcom,board_id = <0x60>;
    qcom,caldb-addr = <0x00 0x00 0x00 0x00 0x00>;
    qcom,caldb-size = <0x00>;
    qcom,multipd_arch;
    qcom,rproc = <0x29>;
    qcom,tgt-mem-mode = <0x02>;
    qcom,userpd-subsys-name = "q6v5_wcss_userpd2";
    status = "ok";
};

wifi2@c000000 {
    compatible = "qcom,cnss-qcn6122";
    interrupts = <0x00 0x1c0 0x01>;
    msi-parent = <0x1b>;
    qcom,rproc = <0x22>;
    status = "disabled";
};

wifi3@f00000 {
    compatible = "qcom,cnss-qcn9000";
    qca,auto-restart;
    qcom,wlan-ramdump-dynamic = <0x400000>;
    qrtr_node_id = <0x20>;
    status = "disabled";
};

wifi4@f00000 {
    compatible = "qcom,cnss-qcn9000";
    qca,auto-restart;
    qcom,wlan-ramdump-dynamic = <0x400000>;
    qrtr_node_id = <0x21>;
    status = "disabled";
};

wifi5@f00000 {
    compatible = "qcom,cnss-qcn9224";
    qca,auto-restart;
    qcom,wlan-ramdump-dynamic = <0x600000>;
    status = "disabled";
};

wifi@c000000 {
    compatible = "qcom,cnss-qca5018\0qcom,ipq5018-wifi";
    interrupt-names = "misc-pulse1\0misc-latch\0sw-exception\0ce0\0ce1\0ce2\0ce3\0ce4\0ce5\0ce6\0ce7\0ce8\0ce9\0ce10\0ce11\0host2wbm-desc-feed\0host2reo-re-injection\0host2reo-command\0host2rxdma-monitor-ring3\0host2rxdma-monitor-ring2\0host2rxdma-monitor-ring1\0reo2ost-exception\0wbm2host-rx-release\0reo2host-status\0reo2host-destination-ring4\0reo2host-destination-ring3\0reo2host-destination-ring2\0reo2host-destination-ring1\0rxdma2host-monitor-destination-mac3\0rxdma2host-monitor-destination-mac2\0rxdma2host-monitor-destination-mac1\0ppdu-end-interrupts-mac3\0ppdu-end-interrupts-mac2\0ppdu-end-interrupts-mac1\0rxdma2host-monitor-status-ring-mac3\0rxdma2host-monitor-status-ring-mac2\0rxdma2host-monitor-status-ring-mac1\0host2rxdma-host-buf-ring-mac3\0host2rxdma-host-buf-ring-mac2\0host2rxdma-host-buf-ring-mac1\0rxdma2host-destination-ring-mac3\0rxdma2host-destination-ring-mac2\0rxdma2host-destination-ring-mac1\0host2tcl-input-ring4\0host2tcl-input-ring3\0host2tcl-input-ring2\0host2tcl-input-ring1\0wbm2host-tx-completions-ring4\0wbm2host-tx-completions-ring3\0wbm2host-tx-completions-ring2\0wbm2host-tx-completions-ring1\0tcl2host-status-ring";
    interrupts = <0x00 0x120 0x01 0x00 0x121 0x01 0x00 0x122 0x01 0x00 0x124 0x01 0x00 0x125 0x01 0x00 0x126 0x01 0x00 0x127 0x01 0x00 0x128 0x01 0x00 0x129 0x01 0x00 0x12a 0x01 0x00 0x12b 0x01 0x00 0x12c 0x01 0x00 0x12d 0x01 0x00 0x12e 0x01 0x00 0x12f 0x01 0x00 0x130 0x01 0x00 0x131 0x01 0x00 0x132 0x01 0x00 0x133 0x01 0x00 0x134 0x01 0x00 0x135 0x01 0x00 0x136 0x01 0x00 0x137 0x01 0x00 0x14e 0x01 0x00 0x139 0x01 0x00 0x13a 0x01 0x00 0x13b 0x01 0x00 0x13c 0x01 0x00 0x13d 0x01 0x00 0x13e 0x01 0x00 0x13f 0x01 0x00 0x140 0x01 0x00 0x141 0x01 0x00 0x142 0x01 0x00 0x143 0x01 0x00 0x144 0x01 0x00 0x145 0x01 0x00 0x146 0x01 0x00 0x147 0x01 0x00 0x148 0x01 0x00 0x149 0x01 0x00 0x14a 0x01 0x00 0x14b 0x01 0x00 0x14c 0x01 0x00 0x14d 0x01 0x00 0x138 0x01 0x00 0x14f 0x01 0x00 0x156 0x01 0x00 0x150 0x01 0x00 0x151 0x01 0x00 0x152 0x01 0x00 0x153 0x01>;
    mem-region = <0x23>;
    qcom,bdf-addr = <0x00 0x00 0x4c400000 0x00 0x00>;
    qcom,board_id = <0x10>;
    qcom,caldb-addr = <0x00 0x00 0x00 0x00 0x00>;
    qcom,caldb-size = <0x00>;
    qcom,multipd_arch;
    qcom,rproc = <0x28>;
    qcom,tgt-mem-mode = <0x02>;
    qcom,userpd-subsys-name = "q6v5_wcss_userpd1";
    reg = <0xc000000 0x1000000>;
    status = "ok";
};

🥺请您赐教,万分感谢!~

hzyitc commented 5 months ago

保持我的配置不动试一下。

UzLung1435 commented 5 months ago

保持我的配置不动试一下。

保持配置不动,会直接重启( image 大概如上图所示,具体的log我没保存TT

hzyitc commented 5 months ago

保持我的配置不动试一下。

保持配置不动,会直接重启( image 大概如上图所示,具体的log我没保存TT

你这错误日志还在上面,这部分不是

UzLung1435 commented 5 months ago

如果直接使用您编译的AX3000固件,switch和wlan都不工作,下面附上完整的启动日志:


Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 5.4.164 (runner@fv-az1114-505) (gcc version 8.4.0 (OpenWrt GCC 8.4.0 ci-20240308-145228-ee2c84b6)) #0 SMP PREEMPT Fri Mar 8 14:47:37 2024
[    0.000000] CPU: ARMv7 Processor [51af8014] revision 4 (ARMv7), cr=10c0383d
[    0.000000] CPU: div instructions available: patching division code
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] OF: fdt: Machine model: Redmi AX3000
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] psci: probing for conduit method from DT.
[    0.000000] psci: PSCIv1.0 detected in firmware.
[    0.000000] psci: Using standard PSCI v0.2 function IDs
[    0.000000] psci: MIGRATE_INFO_TYPE not supported.
[    0.000000] psci: SMC Calling Convention v1.0
[    0.000000] psci: OSI mode supported.
[    0.000000] percpu: Embedded 15 pages/cpu s32204 r8192 d21044 u61440
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 48576
[    0.000000] Kernel command line: console=ttyMSM0,115200n8 ubi.mtd=rootfs root=mtd:ubi_rootfs rootfstype=squashfs rootwait root=/dev/ubiblock0_1 coherent_pool=2M
[    0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes, linear)
[    0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes, linear)
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] Memory: 183396K/196608K available (6894K kernel code, 262K rwdata, 2088K rodata, 1024K init, 360K bss, 13212K reserved, 0K cma-reserved, 0K highmem)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] rcu: Preemptible hierarchical RCU implementation.
[    0.000000]  Tasks RCU enabled.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[    0.000000] GICv2m: range[mem 0x0b00a000-0x0b00affc], SPI[448:479]
[    0.000000] GICv2m: range[mem 0x0b00b000-0x0b00bffc], SPI[480:511]
[    0.000000] random: get_random_bytes called from start_kernel+0x344/0x4f4 with crng_init=0
[    0.000000] arch_timer: cp15 and mmio timer(s) running at 24.00MHz (virt/virt).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[    0.000007] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[    0.000018] Switching to timer-based delay loop, resolution 41ns
[    0.000423] Console: colour dummy device 80x30
[    0.000456] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)
[    0.000471] pid_max: default: 32768 minimum: 301
[    0.000624] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.000637] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.001531] CPU: Testing write buffer coherency: ok
[    0.001968] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.002779] Setting up static identity map for 0x41300000 - 0x41300060
[    0.002958] rcu: Hierarchical SRCU implementation.
[    0.003445] smp: Bringing up secondary CPUs ...
[    0.004416] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.004600] smp: Brought up 1 node, 2 CPUs
[    0.004621] SMP: Total of 2 processors activated (96.00 BogoMIPS).
[    0.004627] CPU: All CPU(s) started in SVC mode.
[    0.012815] VFP support v0.3: implementor 51 architecture 3 part 40 variant 3 rev 4
[    0.013237] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.013265] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[    0.013424] pinctrl core: initialized pinctrl subsystem
[    0.014542] NET: Registered protocol family 16
[    0.016010] DMA: preallocated 2048 KiB pool for atomic coherent allocations
[    0.017276] cpuidle: using governor ladder
[    0.017332] cpuidle: using governor menu
[    0.017565] NET: Registered protocol family 42
[    0.017909] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[    0.017922] hw-breakpoint: maximum watchpoint size is 8 bytes.
[    0.065116] qcom,gcc-ipq5018 1800000.gcc: Registered ipq5018 GCC clocks provider
[    0.079787] msm_sps_probe: sps:sps is ready
[    0.108171] pps_core: LinuxPPS API ver. 1 registered
[    0.108183] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.108207] PTP clock support registered
[    0.109047] Advanced Linux Sound Architecture Driver Initialized.
[    0.109154] workqueue: max_active 576 requested for napi_workq is out of range, clamping between 1 and 512
[    0.110534] clocksource: Switched to clocksource arch_sys_counter
[    0.114938] thermal_sys: Registered thermal governor 'step_wise'
[    0.114944] thermal_sys: Registered thermal governor 'user_space'
[    0.115978] NET: Registered protocol family 2
[    0.116116] IP idents hash table entries: 4096 (order: 3, 32768 bytes, linear)
[    0.116948] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
[    0.116992] TCP established hash table entries: 2048 (order: 1, 8192 bytes, linear)
[    0.117025] TCP bind hash table entries: 2048 (order: 2, 16384 bytes, linear)
[    0.117067] TCP: Hash tables configured (established 2048 bind 2048)
[    0.117183] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
[    0.117213] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
[    0.117478] NET: Registered protocol family 1
[    0.117518] PCI: CLS 0 bytes, default 64
[    0.118993] workingset: timestamp_bits=14 max_order=16 bucket_order=2
[    0.124774] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.124787] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[    0.162308] Key type asymmetric registered
[    0.162328] Asymmetric key parser 'x509' registered
[    0.162403] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[    0.164586] bam-dma-engine 704000.dma: num-channels unspecified in dt
[    0.164603] bam-dma-engine 704000.dma: num-ees unspecified in dt
[    0.165438] bam-dma-engine 7884000.dma: qcom,controlled-remotely unspecified
[    0.166384] bam-dma-engine 7984000.dma: qcom,controlled-remotely unspecified
[    0.168276] CPU: IPQ5000, SoC Version: 1.1
[    0.168992] TZ Log : Will warn on Access Violation, as paniconaccessviolation is not set
[    0.170196] msm_serial 78af000.serial: msm_serial: detected port #0
[    0.170243] msm_serial 78af000.serial: uartclk = 1843199
[    0.170310] 78af000.serial: ttyMSM0 at MMIO 0x78af000 (irq = 29, base_baud = 115199) is a MSM
[    0.170342] msm_serial: console setup on port #0
[    0.761442] printk: console [ttyMSM0] enabled
[    0.766411] msm_serial: driver initialized
[    0.770970] random: fast init done
[    0.774434] random: crng init done
[    0.781627] brd: module loaded
[    0.786224] loop: module loaded
[    0.788380] nand: device found, Manufacturer ID: 0xe5, Chip ID: 0x21
[    0.788407] nand: Unknown DS35M1GA SPI NAND 1G 1.8V
[    0.794817] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
[    0.799380] qcom-nandc 79b0000.qpic-nand: cfg0 9a3c08d0 cfg1 8287440 ecc_buf_cfg 203 ecc_bch cfg 42040700 cw_size 528 cw_data 516 strength 4 parity_bytes 12 steps 4
[    0.807184] qcom-nandc 79b0000.qpic-nand: x4 mode enabled already remotely
[    0.826331] 16 fixed-partitions partitions found on MTD device qcom_nand.0
[    0.828530] Creating 16 MTD partitions on "qcom_nand.0":
[    0.835453] 0x000000000000-0x000000080000 : "0:SBL1"
[    0.842186] 0x000000080000-0x000000100000 : "0:MIBIB"
[    0.847123] 0x000000100000-0x000000140000 : "0:BOOTCONFIG"
[    0.851888] 0x000000140000-0x000000180000 : "0:BOOTCONFIG1"
[    0.857180] 0x000000180000-0x000000280000 : "0:QSEE"
[    0.863440] 0x000000280000-0x000000380000 : "0:QSEE_1"
[    0.868612] 0x000000380000-0x0000003c0000 : "0:DEVCFG"
[    0.873001] 0x0000003c0000-0x000000400000 : "0:DEVCFG_1"
[    0.877965] 0x000000400000-0x000000440000 : "0:CDT"
[    0.883479] 0x000000440000-0x000000480000 : "0:CDT_1"
[    0.888016] 0x000000480000-0x000000500000 : "0:APPSBLENV"
[    0.893590] 0x000000500000-0x000000640000 : "0:APPSBL"
[    0.899561] 0x000000640000-0x000000780000 : "0:APPSBL_1"
[    0.904583] 0x000000780000-0x000000880000 : "0:ART"
[    0.909768] 0x000000880000-0x000000900000 : "0:TRAINING"
[    0.914034] 0x000000900000-0x000007700000 : "rootfs"
[    1.012749] mtd: device 15 (rootfs) set to be root filesystem
[    1.013023] mtdsplit: no squashfs found in "rootfs"
[    1.018744] libphy: Fixed MDIO Bus: probed
[    1.242527] qca-mdio 88000.mdio: Could not find phy-reset-gpio
[    1.242735] libphy: qca_mdio: probed
[    1.247859] qca-mdio 88000.mdio: qca-mdio driver was registered
[    1.691671] qca-mdio 90000.mdio: Could not find phy-reset-gpio
[    1.691869] libphy: qca_mdio: probed
[    1.699061] qca-mdio 90000.mdio: qca-mdio driver was registered
[    1.810451] i2c /dev entries driver
[    1.811367] qcom-tsens 4a9000.thermal-sensor: tsens device is not enabled
[    1.814505] cpufreq: cpufreq_online: CPU0: Running at unlisted freq: 799999 KHz
[    1.819811] cpufreq: cpufreq_online: CPU0: Unlisted initial frequency changed to: 800000 KHz
[    1.828519] sdhci: Secure Digital Host Controller Interface driver
[    1.835565] sdhci: Copyright(c) Pierre Ossman
[    1.841487] sdhci-pltfm: SDHCI platform and OF driver helper
[    1.846311]
[    1.846311] Version Rollback Feature Disabled
[    1.853914] remoteproc remoteproc0: cd00000.remoteproc is available
[    1.858254] remoteproc remoteproc1: 4ab000.remoteproc_pd1 is available
[    1.864435] remoteproc remoteproc2: cd00000.remoteproc:remoteproc_pd2 is available
[    1.870505] coresight-tmc 6048000.tmc: No Q6 ETR memory region specified
[    1.877722] coresight-tmc 6047000.tmc: failed to get flush cti, defer probe
[    1.884671] coresight-dynamic-funnel 6041000.funnel: Uses obsolete Coresight DT bindings
[    1.893641] coresight coresight-etm0: CPU0: ETM v4.0 initialized
[    1.899461] coresight-etm4x 619c000.etm: CPU0: (null) initialized
[    1.906019] coresight coresight-etm1: CPU1: ETM v4.0 initialized
[    1.911490] coresight-etm4x 619d000.etm: CPU1: (null) initialized
[    1.917777] coresight-stm 6002000.stm: coresight-stm : stm_register_device failed, probing deferred
[    1.923732] OF: graph: no port node found in /soc/cti@6010000
[    1.932668] OF: graph: no port node found in /soc/cti@6011000
[    1.938506] OF: graph: no port node found in /soc/cti@6012000
[    1.944304] OF: graph: no port node found in /soc/cti@6013000
[    1.949948] OF: graph: no port node found in /soc/cti@6014000
[    1.955759] OF: graph: no port node found in /soc/cti@6015000
[    1.961473] OF: graph: no port node found in /soc/cti@6016000
[    1.967141] OF: graph: no port node found in /soc/cti@6017000
[    1.972950] OF: graph: no port node found in /soc/cti@6018000
[    1.978591] OF: graph: no port node found in /soc/cti@6019000
[    1.984400] OF: graph: no port node found in /soc/cti@601a000
[    1.990069] OF: graph: no port node found in /soc/cti@601b000
[    1.995851] OF: graph: no port node found in /soc/cti@601c000
[    2.001614] OF: graph: no port node found in /soc/cti@601d000
[    2.007260] OF: graph: no port node found in /soc/cti@601e000
[    2.013035] OF: graph: no port node found in /soc/cti@601f000
[    2.018724] OF: graph: no port node found in /soc/cti@6198000
[    2.024531] OF: graph: no port node found in /soc/cti@6199000
[    2.030160] OF: graph: no port node found in /soc/cti@610c000
[    2.036979] OF: graph: no port node found in /soc/hwevent@6101000
[    2.041450] coresight-hwevent 6101000.hwevent: No csr data
[    2.047799] OF: graph: no port node found in /soc/csr@6001000
[    2.053018] coresight-csr 6001000.csr: CSR initialized: coresight-csr
[    2.060763] NET: Registered protocol family 10
[    2.066200] Segment Routing with IPv6
[    2.069482] NET: Registered protocol family 17
[    2.073412] Bridge firewalling registered
[    2.077492] 8021q: 802.1Q VLAN Support v1.8
[    2.081811] Registering SWP/SWPB emulation handler
[    2.098964] coresight-tmc 6048000.tmc: No Q6 ETR memory region specified
[    2.099125] sps_register_bam_device: sps:BAM 0x06064000 is registered
[    2.106036] coresight coresight-stm: STM32 initialized
[    2.111403] ubi0: attaching mtd15
[    2.392936] ubi0: scanning is finished
[    2.398846] ubi0: attached mtd15 (name "rootfs", size 110 MiB)
[    2.398872] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
[    2.403629] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
[    2.410420] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096
[    2.417309] ubi0: good PEBs: 880, bad PEBs: 0, corrupted PEBs: 0
[    2.424070] ubi0: user volume: 3, internal volumes: 1, max. volumes count: 128
[    2.430300] ubi0: max/mean erase counter: 1/0, WL threshold: 4096, image sequence number: 1709909257
[    2.437363] ubi0: available PEBs: 0, total reserved PEBs: 880, PEBs reserved for bad PEB handling: 20
[    2.446683] ubi0: background thread "ubi_bgt0d" started, PID 84
[    2.447613] block ubiblock0_1: created from ubi0:1(rootfs)
[    2.461544] hctosys: unable to open rtc device (rtc0)
[    2.467735] ALSA device list:
[    2.472201]   No soundcards found.
[    2.486151] VFS: Mounted root (squashfs filesystem) readonly on device 254:0.
[    2.487438] Freeing unused kernel memory: 1024K
[    2.530803] Run /sbin/init as init process
[    2.823729] init: Console is alive
[    2.824115] init: - watchdog -
[    3.484040] kmodloader: loading kernel modules from /etc/modules-boot.d/*
[    3.540372] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
[    3.541256] init: - preinit -
Failed to connect to the switch. Use the "list" command to see which switches are available.
Failed to connect to the switch. Use the "list" command to see which switches are available.
Failed to connect to the switch. Use the "list" command to see which switches are available.
Failed to connect to the switch. Use the "list" command to see which switches are available.
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
[    8.359024] UBIFS (ubi0:2): default file-system created
[    8.359416] UBIFS (ubi0:2): Mounting in unauthenticated mode
[    8.363342] UBIFS (ubi0:2): background thread "ubifs_bgt0_2" started, PID 158
[    8.399224] UBIFS (ubi0:2): UBIFS: mounted UBI device 0, volume 2, name "rootfs_data"
[    8.399256] UBIFS (ubi0:2): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
[    8.406106] UBIFS (ubi0:2): FS size: 95993856 bytes (91 MiB, 756 LEBs), journal size 4825088 bytes (4 MiB, 38 LEBs)
[    8.415949] UBIFS (ubi0:2): reserved for root: 4534026 bytes (4427 KiB)
[    8.426188] UBIFS (ubi0:2): media format: w5/r0 (latest is w5/r0), UUID 2B9A22C5-8011-40FE-ADE1-31B8B9A5652E, small LPT model
[    8.434354] mount_root: overlay filesystem has not been fully initialized yet
[    8.444768] mount_root: switching to ubifs overlay
[    8.455761] urandom-seed: Seed file not found (/etc/urandom.seed)
[    8.498225] procd: - early -
[    8.498344] procd: - watchdog -
[    9.087810] procd: - watchdog -
[    9.127065] procd: - ubus -
[    9.182687] procd: - init -
Please press Enter to activate this console.
[    9.553311] kmodloader: loading kernel modules from /etc/modules.d/*
[    9.566924] ssdk_switch_device_num_init[1210]:INFO:ess-switch dts node number: 2
[    9.566976] ssdk_dt_get_switch_node[1015]:INFO:ess-switch DT exist!
[    9.573533] ssdk_dt_parse_access_mode[901]:INFO:switch_access_mode: local bus
[    9.579368] ssdk_dt_parse_access_mode[914]:INFO:switchreg_base_addr: 0x39c00000
[    9.586684] ssdk_dt_parse_access_mode[915]:INFO:switchreg_size: 0x200000
[    9.593805] ssdk_dt_parse_mac_mode[304]:INFO:mac mode = 0xf
[    9.600733] ssdk_dt_parse_mac_mode[310]:INFO:mac mode1 doesn't exit!
[    9.606015] ssdk_dt_parse_mac_mode[319]:INFO:mac mode2 doesn't exit!
[    9.612666] ssdk_dt_parse_port_bmp[802]:INFO:port_bmp doesn't exist!
[    9.618975] ssdk_dt_parse_uniphy[341]:INFO:ess-uniphy DT exist!
[    9.625311] ssdk_dt_parse_led[988]:INFO:current dts led_source_num is 0
[    9.630961] ssdk_plat_init start
[    9.920729] urngd: v1.0.2 started.
[   12.200554] ssdk_mp_reset_init[812]:INFO:MP reset successfully!
[   12.200613] ssdk_gcc_clock_init[1206]:INFO:SSDK gcc clock init successfully!
[   12.206568] mpge_phy_api_ops_init[1089]:INFO:qca probe mpge phy driver succeeded!
[   12.213045] mpge_phy_dac_set[917]:INFO:phy mdac is set as 0x10
[   12.219996] mpge_phy_dac_set[929]:INFO:phy edac is set as 0x10
[   12.225749] regi_init[3785]:INFO:Initializing SCOMPHY!
[   13.394569] _adpt_mp_uniphy_clk_output_ctrl_set[236]:INFO:uniphy will output clock as 25000000Hz
[   13.394619] ssdk_switch_register[1859]:INFO:Chip version 0xee
[   13.402467] qca_link_polling_select[1367]:INFO:link-polling-required node does not exist
[   13.408051] ssdk_switch_register[1893]:INFO:polling is selected
[   13.416235] regi_init[3795]:INFO:Initializing SCOMPHY Done!!
[   13.421897] ssdk_dt_get_switch_node[1015]:INFO:ess-switch DT exist!
[   13.427760] ssdk_dt_parse_access_mode[901]:INFO:switch_access_mode: mdio
[   13.433767] ssdk_dt_parse_mac_mode[301]:INFO:mac mode doesn't exit!
[   13.440703] ssdk_dt_parse_mac_mode[310]:INFO:mac mode1 doesn't exit!
[   13.446678] ssdk_dt_parse_mac_mode[319]:INFO:mac mode2 doesn't exit!
[   13.453329] ssdk_dt_parse[1112]:INFO:switch node is qca83xx!
[   13.459612] ssdk_plat_init start
[   13.529574] f1_phy_api_ops_init[1603]:INFO:qca probe f1 phy driver succeeded!
[   13.529598] regi_init[3734]:INFO:Initializing ISISC!!
[   13.535725] OF: /soc/ess-instance/ess-switch1@1: could not get #gpio-cells for /soc/phy@86000
[   13.540742] qca_ar8327_gpio_reset[3660]:ERROR:gpio26 request failed, ret:-517
[   13.549373] ssdk_switch_register[1867]:INFO:Chip version 0x1302
[   13.556387] qca_link_polling_select[1367]:INFO:link-polling-required node does not exist
[   13.562092] ssdk_switch_register[1893]:INFO:polling is selected
[   15.310546] regi_init[3739]:INFO:Initializing ISISC Done!!
[   15.310649] regi_init[3821]:INFO:qca-ssdk module init succeeded!
[   15.319299] (unnamed net_device) (uninitialized): nss_dp_gmac: Registering netdev eth%d(qcom-id:1) with GMAC, mac_base: 0x90f10000
[   15.324939] (unnamed net_device) (uninitialized): nss_dp_gmac: Registering netdev eth%d(qcom-id:2) with GMAC, mac_base: 0x90f40000
[   15.335226] **********************************************************
[   15.344419] * NSS Data Plane driver
[   15.353474] **********************************************************
[   15.411617] qca-nss 7a00000.nss: Direct firmware load for qca-nss0.bin failed with error -2
[   15.411667] qca-nss 7a00000.nss: Falling back to sysfs fallback for: qca-nss0.bin
/lib/firmware/qca-nss0.bin 33
[   15.674272] nss_driver - fw of size 781856  bytes copied to load addr: 40000000, nss_id : 0
[   15.676352] Supported Frequencies -
[   15.676357] 850 MHz
[   15.681577] 1 GHz
[   15.685249]
[   15.689352] 7f0e5e40: set sdma 8e8b5500
[   15.691431] node size 2 # items 4
[   15.694470] memory: 40000000 268435456 (avl 198565888) items 4 active_cores 1
[   15.697951] addr/size storage words 2 2 # words 4 in DTS, ddr size 800000
[   15.705131] 7f0e5e40: NSS core 0 DDR from 40000000 to 40800000
[   15.711940] 7f0e5e40: meminfo init succeed
[   15.720477] gre: GRE over IPv4 demultiplexor driver
[   15.723283] ip_gre: GRE over IPv4 tunneling driver
[   15.735723] Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011)
[   15.747716] node size 2 # items 4
[   15.747754] memory: 40000000 268435456 (avl 198565888) items 4 active_cores 1
[   15.750041] addr/size storage words 2 2 # words 4 in DTS, ddr size 800000
[   15.757219] 7f0e5e40: nss core 0 booted successfully
[   15.781502] PPP generic driver version 2.4.2
[   15.782990] NET: Registered protocol family 24
[   15.791779] nss_wifi_meshmgr_init_module[1997]:Module Build Id: 03/08/24, 15:57:34 loaded
[   15.795489] Loading modules backported from Linux version ee2c84b
[   15.799067] Backport generated by backports.git ee2c84b
[   15.834689] PPTP driver version 0.8.5
[   15.848253] xt_time: kernel timezone is -0000
[   16.027279] ath11k c000000.wifi: ipq5018 hw1.0
[   16.027799] remoteproc remoteproc1: powering up 4ab000.remoteproc_pd1
[   16.068652] remoteproc remoteproc1: Booting fw image IPQ5018/q6_fw.mdt, size 1820
[   16.068780] remoteproc remoteproc0: powering up cd00000.remoteproc
[   16.075288] remoteproc remoteproc0: Booting fw image IPQ5018/q6_fw.mdt, size 1820
[   17.636242] Subsystem error monitoring/handling services are up
[   17.750588] remoteproc remoteproc0: remote processor cd00000.remoteproc is now up
[   17.760699] Subsystem error monitoring/handling services are up
[   17.890602] remoteproc remoteproc1: remote processor 4ab000.remoteproc_pd1 is now up
[   19.910618] ath11k soc:wifi1@c000000: qcn6122
[   19.911047] remoteproc remoteproc2: powering up cd00000.remoteproc:remoteproc_pd2
[   19.914150] remoteproc remoteproc2: Booting fw image IPQ5018/q6_fw.mdt, size 1820
[   19.924377] Subsystem error monitoring/handling services are up
[   20.005756] ath11k soc:wifi1@c000000: qmi ignore invalid mem req type 10
[   20.040589] remoteproc remoteproc2: remote processor cd00000.remoteproc:remoteproc_pd2 is now up
[   20.042615] kmodloader: done loading kernel modules from /etc/modules.d/*
[   34.903167] ath11k c000000.wifi: chip_id 0x0 chip_family 0x4 board_id 0x10 soc_id 0xffffffff
[   34.903210] ath11k c000000.wifi: fw_version 0x270206d0 fw_build_timestamp 2022-08-04 13:28 fw_build_id QC_IMAGE_VERSION_STRING=WLAN.HK.2.7.0.1-01744-QCAHKSWPL_SILICONZ-1
[   34.967605] ath11k soc:wifi1@c000000: chip_id 0x0 chip_family 0x4 board_id 0x60 soc_id 0xffffffff
[   34.967653] ath11k soc:wifi1@c000000: fw_version 0x270206d0 fw_build_timestamp 2022-08-04 13:28 fw_build_id QC_IMAGE_VERSION_STRING=WLAN.HK.2.7.0.1-01744-QCAHKSWPL_SILICONZ-1
[   35.141540] ath11k c000000.wifi: qmi caldata downloaded: type: 2
[   35.180282] ath11k c000000.wifi: No qcom,pta_num entry in dev-tree.
[   35.180324] ath11k c000000.wifi: No qcom,coex_mode entry in dev-tree.
[   35.186624] ath11k c000000.wifi: No qcom,bt-active-time entry in dev-tree.
[   35.194294] ath11k c000000.wifi: No qcom,bt-priority-time entry in dev-tree.
[   35.201003] ath11k c000000.wifi: No qcom,coex-algo entry in dev-tree.
[   35.205948] ath11k c000000.wifi: No qcom,pta-priority entry in dev-tree.
[   35.354921] ath11k soc:wifi1@c000000: qmi caldata downloaded: type: 2
[   35.492435] ath11k c000000.wifi: Direct firmware load for ath11k/IPQ5018/hw1.0/qdss_trace_config.bin failed with error -2
[   35.492482] ath11k c000000.wifi: Falling back to sysfs fallback for: ath11k/IPQ5018/hw1.0/qdss_trace_config.bin
[   35.600921] ath11k soc:wifi1@c000000: Direct firmware load for ath11k/qcn6122/hw1.0/qdss_trace_config.bin failed with error -2
[   35.600957] ath11k soc:wifi1@c000000: Falling back to sysfs fallback for: ath11k/qcn6122/hw1.0/qdss_trace_config.bin
[   35.681134] ECM init
[   35.681224] ECM database jhash random seed: 0xad971e99
[   35.684620] ECM init complete
[   36.257557] ath11k c000000.wifi: Direct firmware load for qdss_trace_config.bin failed with error -2
[   36.257592] ath11k c000000.wifi: Falling back to sysfs fallback for: qdss_trace_config.bin
[   36.949869] ath11k c000000.wifi: qmi failed to load QDSS config: qdss_trace_config.bin
[   36.949914] ath11k c000000.wifi: Failed to download QDSS config to FW: -12
[   38.132576] br-lan: port 1(eth0) entered blocking state
[   38.132604] br-lan: port 1(eth0) entered disabled state
[   38.138867] device eth0 entered promiscuous mode
UzLung1435 commented 5 months ago

同样的,使用某个闭源固件所取得的开机log如下所示:

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 5.4.164 (Author@qsdk12) (gcc version 7.5.0 (OpenWrt GCC 7.5.0 r0-d63f1527e)) #0 SMP PREEMPT Wed Jan 3 10:38:32 2024
[    0.000000] CPU: ARMv7 Processor [51af8014] revision 4 (ARMv7), cr=10c0383d
[    0.000000] CPU: div instructions available: patching division code
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] OF: fdt: Machine model: CUCC VS010
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] OF: reserved mem: OVERLAP DETECTED!
[    0.000000] q6_code_data@4B000000 (0x4b000000--0x4b060000) overlaps with q6_mem_regions@4B000000 (0x4b000000--0x4e400000)
[    0.000000] OF: reserved mem: OVERLAP DETECTED!
[    0.000000] q6_mem_regions@4B000000 (0x4b000000--0x4e400000) overlaps with q6_ipq5018_data@4C400000 (0x4c400000--0x4d100000)
[    0.000000] psci: probing for conduit method from DT.
[    0.000000] psci: PSCIv1.0 detected in firmware.
[    0.000000] psci: Using standard PSCI v0.2 function IDs
[    0.000000] psci: MIGRATE_INFO_TYPE not supported.
[    0.000000] psci: SMC Calling Convention v1.0
[    0.000000] psci: OSI mode supported.
[    0.000000] percpu: Embedded 15 pages/cpu s32076 r8192 d21172 u61440
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 45504
[    0.000000] Kernel command line: console=ttyMSM0,115200n8 ubi.mtd=rootfs root=mtd:ubi_rootfs rootfstype=squashfs rootwait ubi.mtd=rootfs root=/dev/ubiblock0_1 swiotlb=1 coherent_pool=2M
[    0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes, linear)
[    0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes, linear)
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] Memory: 174024K/184320K available (5733K kernel code, 228K rwdata, 1228K rodata, 264K init, 340K bss, 10296K reserved, 0K cma-reserved, 0K highmem)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] rcu: Preemptible hierarchical RCU implementation.
[    0.000000]  Tasks RCU enabled.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[    0.000000] GICv2m: range[mem 0x0b00a000-0x0b00affc], SPI[448:479]
[    0.000000] GICv2m: range[mem 0x0b00b000-0x0b00bffc], SPI[480:511]
[    0.000000] arch_timer: cp15 and mmio timer(s) running at 24.00MHz (virt/virt).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[    0.000006] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[    0.000018] Switching to timer-based delay loop, resolution 41ns
[    0.000377] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)
[    0.000394] pid_max: default: 32768 minimum: 301
[    0.000561] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.000576] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.001558] CPU: Testing write buffer coherency: ok
[    0.002005] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.002917] Setting up static identity map for 0x41208280 - 0x412082e0
[    0.003106] rcu: Hierarchical SRCU implementation.
[    0.003633] smp: Bringing up secondary CPUs ...
[    0.004682] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.004883] smp: Brought up 1 node, 2 CPUs
[    0.004901] SMP: Total of 2 processors activated (96.00 BogoMIPS).
[    0.004907] CPU: All CPU(s) started in SVC mode.
[    0.013993] random: get_random_u32 called from 0x81489934 with crng_init=0
[    0.014171] VFP support v0.3: implementor 51 architecture 3 part 40 variant 3 rev 4
[    0.014662] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.014700] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[    0.014892] pinctrl core: initialized pinctrl subsystem
[    0.016023] NET: Registered protocol family 16
[    0.017544] DMA: preallocated 2048 KiB pool for atomic coherent allocations
[    0.018756] cpuidle: using governor ladder
[    0.018807] cpuidle: using governor menu
[    0.019053] NET: Registered protocol family 42
[    0.019442] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[    0.019454] hw-breakpoint: maximum watchpoint size is 8 bytes.
[    0.069681] qcom,gcc-ipq5018 1800000.gcc: Registered ipq5018 GCC clocks provider
[    0.086403] msm_sps_probe: sps:sps is ready
[    3.082928] pps_core: LinuxPPS API ver. 1 registered
[    3.082940] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    3.082962] PTP clock support registered
[    3.083906] Advanced Linux Sound Architecture Driver Initialized.
[    3.083976] workqueue: max_active 576 requested for napi_workq is out of range, clamping between 1 and 512
[    3.085231] clocksource: Switched to clocksource arch_sys_counter
[    3.086111] thermal_sys: Registered thermal governor 'step_wise'
[    3.086117] thermal_sys: Registered thermal governor 'user_space'
[    3.087289] NET: Registered protocol family 2
[    3.087448] IP idents hash table entries: 4096 (order: 3, 32768 bytes, linear)
[    3.088054] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
[    3.088098] TCP established hash table entries: 2048 (order: 1, 8192 bytes, linear)
[    3.088132] TCP bind hash table entries: 2048 (order: 2, 16384 bytes, linear)
[    3.088175] TCP: Hash tables configured (established 2048 bind 2048)
[    3.088293] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
[    3.088322] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
[    3.088554] NET: Registered protocol family 1
[    3.088595] PCI: CLS 0 bytes, default 64
[    3.089421] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counters available
[    3.090845] Initialise system trusted keyrings
[    3.091132] workingset: timestamp_bits=14 max_order=16 bucket_order=2
[    3.096997] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    3.097011] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[    3.124446] Key type asymmetric registered
[    3.124463] Asymmetric key parser 'x509' registered
[    3.126623] bam-dma-engine 704000.dma: num-channels unspecified in dt
[    3.126638] bam-dma-engine 704000.dma: num-ees unspecified in dt
[    3.127558] bam-dma-engine 7884000.dma: qcom,controlled-remotely unspecified
[    3.128592] bam-dma-engine 7984000.dma: qcom,controlled-remotely unspecified
[    3.130664] CPU: IPQ5000, SoC Version: 1.1
[    3.130676] OEM_ID: 0, PROD_ID: 0
[    3.131421] TZ Log : Will warn on Access Violation, as paniconaccessviolation is not set
[    3.132500] 58000.qcom,msm-eud: ttyEUD0 at MMIO 0x0 (irq = 31, base_baud = 0) is a EUD UART
[    3.133081] msm_serial 78af000.serial: msm_serial: detected port #0
[    3.133128] msm_serial 78af000.serial: uartclk = 1843199
[    3.133191] 78af000.serial: ttyMSM0 at MMIO 0x78af000 (irq = 30, base_baud = 115199) is a MSM
[    3.133220] msm_serial: console setup on port #0
[    3.766502] printk: console [ttyMSM0] enabled
[    3.771487] msm_serial: driver initialized
[    3.776035] random: fast init done
[    3.779514] random: crng init done
[    3.781671] loop: module loaded
[    3.787514] nand: device found, Manufacturer ID: 0xe5, Chip ID: 0x21
[    3.789195] nand: Unknown DS35M1GA SPI NAND 1G 1.8V
[    3.795847] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
[    3.800602] qcom-nandc 79b0000.qpic-nand: x4 mode enabled already remotely
[    3.810328] qcom-nandc 79b0000.qpic-nand: Error in reading max io macro clock from dts
[    3.814974] 16 fixed-partitions partitions found on MTD device qcom_nand.0
[    3.822836] Creating 16 MTD partitions on "qcom_nand.0":
[    3.829675] 0x000000000000-0x000000080000 : "0:SBL1"
[    3.836541] 0x000000080000-0x000000100000 : "0:MIBIB"
[    3.841463] 0x000000100000-0x000000140000 : "0:BOOTCONFIG"
[    3.846237] 0x000000140000-0x000000180000 : "0:BOOTCONFIG1"
[    3.851555] 0x000000180000-0x000000280000 : "0:QSEE"
[    3.857858] 0x000000280000-0x000000380000 : "0:QSEE_1"
[    3.863076] 0x000000380000-0x0000003c0000 : "0:DEVCFG"
[    3.867235] 0x0000003c0000-0x000000400000 : "0:DEVCFG_1"
[    3.872276] 0x000000400000-0x000000440000 : "0:CDT"
[    3.877844] 0x000000440000-0x000000480000 : "0:CDT_1"
[    3.882386] 0x000000480000-0x000000500000 : "0:APPSBLENV"
[    3.887933] 0x000000500000-0x000000640000 : "0:APPSBL"
[    3.893976] 0x000000640000-0x000000780000 : "0:APPSBL_1"
[    3.899099] 0x000000780000-0x000000880000 : "0:ART"
[    3.904219] 0x000000880000-0x000000900000 : "0:TRAINING"
[    3.908419] 0x000000900000-0x000007700000 : "rootfs"
[    4.018860] mtd: device 15 (rootfs) set to be root filesystem
[    4.019183] mtdsplit: no squashfs found in "rootfs"
[    4.024466] spi_qup 78b5000.spi: IN:block:16, fifo:64, OUT:block:16, fifo:64
[    4.029304] spi-nor spi0.0: unrecognized JEDEC id bytes: 00 00 00 00 00 00
[    4.036775] libphy: Fixed MDIO Bus: probed
[    4.254294] qca-mdio 88000.mdio: Could not find phy-reset-gpio
[    4.254520] libphy: qca_mdio: probed
[    4.259781] qca-mdio 88000.mdio: qca-mdio driver was registered
[    4.703292] qca-mdio 90000.mdio: Could not find phy-reset-gpio
[    4.703491] libphy: qca_mdio: probed
[    4.708710] qca-mdio 90000.mdio: qca-mdio driver was registered
[    4.822099] i2c /dev entries driver
[    4.823049] qcom-tsens 4a9000.thermal-sensor: tsens device is not enabled
[    4.826499] cpufreq: cpufreq_online: CPU0: Running at unlisted freq: 799999 KHz
[    4.831408] cpufreq: cpufreq_online: CPU0: Unlisted initial frequency changed to: 800000 KHz
[    4.839469] sdhci: Secure Digital Host Controller Interface driver
[    4.847192] sdhci: Copyright(c) Pierre Ossman
[    4.853112] sdhci-pltfm: SDHCI platform and OF driver helper
[    4.858100]
[    4.858100] Version Rollback Feature Disabled
[    4.865821] remoteproc remoteproc0: cd00000.remoteproc is available
[    4.869963] remoteproc remoteproc1: 4ab000.remoteproc_pd1 is available
[    4.876153] remoteproc remoteproc2: cd00000.remoteproc:remoteproc_pd2 is available
[    4.882343] coresight-tmc 6047000.tmc: failed to get flush cti, defer probe
[    4.889498] coresight-dynamic-funnel 6041000.funnel: Uses obsolete Coresight DT bindings
[    4.898864] coresight coresight-etm0: CPU0: ETM v4.0 initialized
[    4.904424] coresight-etm4x 619c000.etm: CPU0: (null) initialized
[    4.910985] coresight coresight-etm1: CPU1: ETM v4.0 initialized
[    4.916451] coresight-etm4x 619d000.etm: CPU1: (null) initialized
[    4.922756] coresight-stm 6002000.stm: coresight-stm : stm_register_device failed, probing deferred
[    4.928715] OF: graph: no port node found in /soc/cti@6010000
[    4.937659] OF: graph: no port node found in /soc/cti@6011000
[    4.943505] OF: graph: no port node found in /soc/cti@6012000
[    4.949307] OF: graph: no port node found in /soc/cti@6013000
[    4.954935] OF: graph: no port node found in /soc/cti@6014000
[    4.960771] OF: graph: no port node found in /soc/cti@6015000
[    4.966481] OF: graph: no port node found in /soc/cti@6016000
[    4.972121] OF: graph: no port node found in /soc/cti@6017000
[    4.977926] OF: graph: no port node found in /soc/cti@6018000
[    4.983591] OF: graph: no port node found in /soc/cti@6019000
[    4.989376] OF: graph: no port node found in /soc/cti@601a000
[    4.995059] OF: graph: no port node found in /soc/cti@601b000
[    5.000832] OF: graph: no port node found in /soc/cti@601c000
[    5.006583] OF: graph: no port node found in /soc/cti@601d000
[    5.012256] OF: graph: no port node found in /soc/cti@601e000
[    5.018023] OF: graph: no port node found in /soc/cti@601f000
[    5.023716] OF: graph: no port node found in /soc/cti@6198000
[    5.029509] OF: graph: no port node found in /soc/cti@6199000
[    5.035156] OF: graph: no port node found in /soc/cti@610c000
[    5.042095] OF: graph: no port node found in /soc/hwevent@6101000
[    5.046429] coresight-hwevent 6101000.hwevent: No csr data
[    5.052821] OF: graph: no port node found in /soc/csr@6001000
[    5.057997] coresight-csr 6001000.csr: CSR initialized: coresight-csr
[    5.065823] NET: Registered protocol family 10
[    5.071211] Segment Routing with IPv6
[    5.074452] NET: Registered protocol family 17
[    5.078308] Bridge firewalling registered
[    5.082454] 8021q: 802.1Q VLAN Support v1.8
[    5.086800] Registering SWP/SWPB emulation handler
[    5.090687] Loading compiled-in X.509 certificates
[    5.109150] sps_register_bam_device: sps:BAM 0x06064000 is registered
[    5.110402] coresight coresight-stm: STM32 initialized
[    5.114899] ubi0: attaching mtd15
[    5.602215] ubi0: scanning is finished
[    5.608894] ubi0: attached mtd15 (name "rootfs", size 110 MiB)
[    5.608919] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
[    5.613610] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
[    5.620533] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096
[    5.627364] ubi0: good PEBs: 880, bad PEBs: 0, corrupted PEBs: 0
[    5.634096] ubi0: user volume: 3, internal volumes: 1, max. volumes count: 128
[    5.640370] ubi0: max/mean erase counter: 2/0, WL threshold: 4096, image sequence number: 1557122595
[    5.647398] ubi0: available PEBs: 0, total reserved PEBs: 880, PEBs reserved for bad PEB handling: 20
[    5.656721] ubi0: background thread "ubi_bgt0d" started, PID 77
[    5.658884] ubi: mtd15 is already attached to ubi0
[    5.671508] UBI error: cannot attach mtd15
[    5.677360] block ubiblock0_1: created from ubi0:1(rootfs)
[    5.680460] hctosys: unable to open rtc device (rtc0)
[    5.686611] ALSA device list:
[    5.691036]   No soundcards found.
[    5.698423] VFS: Mounted root (squashfs filesystem) readonly on device 254:0.
[    5.698732] Freeing unused kernel memory: 264K
[    5.704524] This architecture does not have kernel memory protection.
[    5.708943] Run /sbin/init as init process
[    5.972475] init: Console is alive
[    5.972738] init: - watchdog -
[    6.822326] kmodloader: loading kernel modules from /etc/modules-boot.d/*
[    6.851110] Button Hotplug driver version 0.4.1
[    6.855078] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
[    6.864424] init: - preinit -
touch: /etc/config/network: Read-only file system
mv: can't create '/etc/board.json': Read-only file system
touch: /etc/config/skb_recycler: Read-only file system
uci: Entry not found
uci: Entry not found
uci: Entry not found
uci: Entry not found
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
[    9.686025] UBIFS (ubi0:2): Mounting in unauthenticated mode
[    9.686368] UBIFS (ubi0:2): background thread "ubifs_bgt0_2" started, PID 150
[    9.717596] UBIFS (ubi0:2): recovery needed
[    9.820601] UBIFS (ubi0:2): recovery completed
[    9.820798] UBIFS (ubi0:2): UBIFS: mounted UBI device 0, volume 2, name "rootfs_data"
[    9.823962] UBIFS (ubi0:2): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
[    9.831913] UBIFS (ubi0:2): FS size: 83042304 bytes (79 MiB, 654 LEBs), journal size 4190208 bytes (3 MiB, 33 LEBs)
[    9.841759] UBIFS (ubi0:2): reserved for root: 3922293 bytes (3830 KiB)
[    9.851992] UBIFS (ubi0:2): media format: w5/r0 (latest is w5/r0), UUID CA546B62-B9DB-481E-B325-3F5759EA37C8, small LPT model
[    9.862926] mount_root: switching to ubifs overlay
[    9.921288] urandom-seed: Seeding with /etc/urandom.seed
[    9.944549] procd: - early -
[    9.944668] procd: - watchdog -
[   10.529769] procd: - watchdog -
[   10.530106] procd: - ubus -
[   10.620580] procd: - init -
Please press Enter to activate this console.
Loading cnss2:
[   10.778040] cnss: INFO: IPC Logging is disabled!
[   10.780327] cnss[2]: INFO: Platform driver probed successfully. plat 0xf27f0826 tgt 0xfffc
[   10.784271] cnss[41]: INFO: Platform driver probed successfully. plat 0x4fb60f2c tgt 0xfffb
[   10.792067] cnss: INFO: cnss_plat_ipc_qmi_svc_init: CNSS Platform IPC QMI Service is started
[   10.798203] cnss[41]: INFO: Default MLO configuration is set!
[   11.125890] cnss: INFO: cnss_plat_ipc_qmi_reg_client_req_handler: QMI Client Connected. QMI Socket Node: 1 Port: 16392 ID: 1
[   11.130613] cnss: INFO: CNSS Daemon connected
[   11.164587] cnss: INFO: cnss_plat_ipc_qmi_init_setup_req_handler: MAC: 0 HW_TRC: 0 CAL: 0
[   11.185358] urngd: v1.0.2 started.
acfg_tool: Issuing blocking call to wait for events
[   11.412720] ssdk_switch_device_num_init[1334]:INFO:ess-switch dts node number: 2
[   11.412798] ssdk_dt_get_switch_node[1123]:INFO:ess-switch DT exist!
[   11.419472] ssdk_dt_parse_access_mode[998]:INFO:switch_access_mode: local bus
[   11.425443] ssdk_dt_parse_access_mode[1011]:INFO:switchreg_base_addr: 0x39c00000
[   11.432465] ssdk_dt_parse_access_mode[1012]:INFO:switchreg_size: 0x200000
[   11.440486] ssdk_dt_parse_mac_mode[327]:INFO:mac mode = 0xf
[   11.446787] ssdk_dt_parse_mac_mode[333]:INFO:mac mode1 doesn't exit!
[   11.452046] ssdk_dt_parse_mac_mode[342]:INFO:mac mode2 doesn't exit!
[   11.458818] ssdk_dt_parse_port_bmp[899]:INFO:port_bmp doesn't exist!
[   11.465059] ssdk_dt_parse_uniphy[364]:INFO:ess-uniphy DT exist!
[   11.471420] ssdk_dt_parse_led[1096]:INFO:current dts led_source_num is 1
[   11.477278] ssdk_plat_init[1698]:INFO:ssdk_plat_init start
[   11.508338] kmodloader: loading kernel modules from /etc/modules.d/*
[   11.543578] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   11.864416] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   11.865791] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[   11.869838] platform regulatory.0: Falling back to sysfs fallback for: regulatory.db
[   11.943848] cfg80211: failed to load regulatory.db
[   14.055252] ssdk_mp_reset_init[818]:INFO:MP reset successfully!
[   14.055314] ssdk_gcc_clock_init[1234]:INFO:SSDK gcc clock init successfully!
[   14.061206] mpge_phy_api_ops_init[1092]:INFO:qca probe mpge phy driver succeeded!
[   14.067703] regi_init[4017]:INFO:Initializing SCOMPHY!
[   14.074816] _ssdk_mac_sw_sync_chip_check[1682]:ERROR:Unsupported chip version 0
[   14.439278] _adpt_mp_uniphy_clk_output_ctrl_set[238]:INFO:uniphy will output clock as 25000000Hz
[   14.439328] ssdk_led_init[152]:INFO:ssdk_led_mode:3, ssdk_led_map:bfc, ssdk_led_src_id:0
[   14.447259] ssdk_switch_register[2043]:INFO:Chip version 0xee
[   14.455239] qca_link_polling_select[1497]:INFO:link-polling-required node does not exist
[   14.460834] ssdk_switch_register[2077]:INFO:polling is selected
[   14.469010] regi_init[4027]:INFO:Initializing SCOMPHY Done!!
[   14.474664] ssdk_dt_get_switch_node[1123]:INFO:ess-switch DT exist!
[   14.480562] ssdk_dt_parse_access_mode[998]:INFO:switch_access_mode: mdio
[   14.486540] ssdk_dt_parse_mac_mode[324]:INFO:mac mode doesn't exit!
[   14.493470] ssdk_dt_parse_mac_mode[333]:INFO:mac mode1 doesn't exit!
[   14.499477] ssdk_dt_parse_mac_mode[342]:INFO:mac mode2 doesn't exit!
[   14.506100] ssdk_dt_parse[1227]:INFO:switch node is qca83xx!
[   14.512395] ssdk_plat_init[1698]:INFO:ssdk_plat_init start
[   14.581698] f1_phy_api_ops_init[1603]:INFO:qca probe f1 phy driver succeeded!
[   14.581720] regi_init[3956]:INFO:Initializing ISISC!!
[   14.587837] OF: /soc/ess-instance/ess-switch1@1: could not get #gpio-cells for /soc/phy@7e000
[   14.592841] qca_ar8327_gpio_reset[3882]:ERROR:gpio26 request failed, ret:-517
[   14.601511] ssdk_switch_register[2051]:INFO:Chip version 0x1302
[   14.608492] qca_link_polling_select[1497]:INFO:link-polling-required node does not exist
[   14.614188] ssdk_switch_register[2077]:INFO:polling is selected
[   16.335242] regi_init[3961]:INFO:Initializing ISISC Done!!
[   16.335344] regi_init[4053]:INFO:qca-ssdk module init succeeded!
[   16.340963] (unnamed net_device) (uninitialized): nss_dp_gmac: Registering netdev eth%d(qcom-id:1) with GMAC, mac_base: 0x95390000
[   16.348073] (unnamed net_device) (uninitialized): nss_dp_gmac: Registering netdev eth%d(qcom-id:2) with GMAC, mac_base: 0x953b0000
[   16.359437] **********************************************************
[   16.369147] * NSS Data Plane driver
[   16.375666] **********************************************************
[   16.413850] loading qca-wifi
[   16.588132] nss_driver - fw of size 785628  bytes copied to load addr: 40000000, nss_id : 0
[   16.589704] Supported Frequencies -
[   16.589708] 850 MHz
[   16.595344] 1 GHz
[   16.599092]
[   16.603211] 7f161300: set sdma 8e4d0a00
[   16.605109] node size 2 # items 4
[   16.608374] memory: 40000000 268435456 (avl 192745472) items 4 active_cores 1
[   16.611788] addr/size storage words 2 2 # words 4 in DTS, ddr size 1000000
[   16.618998] 7f161300: NSS core 0 DDR from 40000000 to 41000000
[   16.625810] 7f161300: meminfo init succeed
[   16.632149] 7f161300: All resources initialized and nss core0 has been brought out of reset
[   16.646621] PPP generic driver version 2.4.2
[   16.655139] NET: Registered protocol family 24
[   16.661759] node size 2 # items 4
[   16.662584] memory: 40000000 268435456 (avl 192905216) items 4 active_cores 1
[   16.664211] QCA multicast snooping installed successfully
[   16.666009] addr/size storage words 2 2 # words 4 in DTS, ddr size 1000000
[   16.677171] cannot find nss-macsec0 node
[   16.678490] 7f161300: nss core 0 booted successfully
[   16.685412] cannot find nss-macsec1 node
[   16.694382] cannot find nss-macsec2 node
[   16.698340] cannot find nss-macsec3 node
[   16.702041] nss_macsec init success
[   16.708128] bt_driver 1943008.bt: bt_parse_ipc
[   16.709211] bt_driver 1943008.bt: bt_parse_mem
[   16.713727] bt_driver 1943008.bt: bt_parse_dt operating in secure mode
[   16.720374] remoteproc remoteproc3: bt_rproc_driver is available
[   16.724788] bt_rproc_driver bt_rproc_driver: Updated XO/TCXO config
[   16.731022] bt_rproc_driver bt_rproc_driver: Probed
[   16.750712] usbcore: registered new interface driver usbfs
[   16.750843] usbcore: registered new interface driver hub
[   16.755358] usbcore: registered new device driver usb
[   16.826618] xt_time: kernel timezone is -0000
[   16.846414] nf_conntrack_rtsp v0.7 loading
[   16.861415] nf_nat_rtsp v0.7 loading
[   16.882049] kmodloader: done loading kernel modules from /etc/modules.d/*
qcawifi configuration is disable
[   19.083619] configuring additional NSS pbufs
[   19.088579] additional pbufs of size 802816 got added to NSS
[   19.360831] qdf: unknown parameter 'mem_debug_disabled' ignored
[   20.221013] wlan: [831:I:RPTR] qca_multi_link_init_module:
[   20.221013] ******QCA Repeater Initialization Done***********
[   20.221013]
[   20.232947] wlan: [831:I:ANY] qdf_ini_parse: INI values read: 85
[   20.232985] wlan: [831:I:ANY] qdf_ini_parse: INI file parse successful
[   20.249269] wlan: [831:I:ANY] qdf_ini_parse: INI values read: 58
[   20.249306] wlan: [831:I:ANY] qdf_ini_parse: INI file parse successful
***** No coldboot or daemon support for ap******
*****cnssdaemon pid=181*********
*****hostapd pid=621*********
*****supplicant pid=627*********
[   20.723681] ECM init
[   20.723776] ECM database jhash random seed: 0x1bf6344c
[   20.835103] ECM init complete
[   21.392352] br-lan: port 1(eth1) entered blocking state
[   21.392382] br-lan: port 1(eth1) entered disabled state
[   21.401229] device eth1 entered promiscuous mode
[   21.413615] br-lan: port 1(eth1) entered blocking state
[   21.413644] br-lan: port 1(eth1) entered forwarding state
[   22.395785] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
[   22.517203] wlan: [1428:I:ANY] =======ol_if_register_wifi3_0==========
[   22.517203]
[   22.517339] wlan: [1428:I:ANY] osif_nss_register_module: NSS wifi ops registered for target_type:1 with soc_ops:7b6bdcea
[   22.526930] remoteproc remoteproc1: powering up 4ab000.remoteproc_pd1
[   22.578620] remoteproc remoteproc1: Booting fw image IPQ5018/q6_fw.mdt, size 1820
[   22.578767] wlan: [1428:I:ANY] ol_ath_wifi_ssr: SSR event 2 bus_type 1
[   22.589839] remoteproc remoteproc0: powering up cd00000.remoteproc
[   22.591586] remoteproc remoteproc0: Booting fw image IPQ5018/q6_fw.mdt, size 1820
[   23.876660] mc_attach: enabled snooping on br-lan.
[   25.091847] Subsystem error monitoring/handling services are up
[   25.205386] remoteproc remoteproc0: remote processor cd00000.remoteproc is now up
[   25.220526] Subsystem error monitoring/handling services are up
[   25.223248] cnss[2]: INFO: QMI WLFW service connected, state: 0x10001
[   25.256829] cnss[2]: INFO: FW INI CFG file IPQ5018/fw_ini_cfg.bin is present
[   25.256879] cnss[2]: INFO: device_id : 65532 mem mode : [2]
[   25.262941] cnss[2]: INFO: platform name: CUCC VS010
[   25.265585] cnss[2]: INFO: FW File 0 download
[   25.277551] cnss[2]: ERR: WARNING: More memory is reserved. Reserved size 0xd00000, Requested size 0xc00000.
[   25.284664] cnss[2]: INFO: Target capability: chip_id: 0x0, chip_family: 0x4, board_id: 0xff, soc_id: 0xffffffff, fw_version: 0x280d85d4, fw_build_timestamp: 2023-01-27 19:35, otp_version: 0x0 eeprom_caldata_read_timeout 0s bdf_dnld_method 1 regdb_mandatory 0 rxgainlut_support 0
[   25.309002] cnss[2]: INFO: Downloading BDF: IPQ5018/regdb.bin, size: 24278
[   25.338363] wlan: [1428:I:ANY] ol_ath_wifi_ssr: SSR event 3 bus_type 1
[   25.338424] wlan: [1428:I:ANY] ol_ath_wifi_ssr: Waiting for probe lock
[   25.343786] wlan: [1428:I:ANY] ol_ath_wifi_ssr: Starting Driver Probe
[   25.351943] cnss[2]: INFO: Downloading BDF: IPQ5018/bdwlan.b10, size: 131072
[   25.358886] cnss[2]: INFO: Waiting for FW ready. Device: 0xfffc, FW ready timeout: 60 seconds
[   25.429452] cnss[2]: WARN: Caldata not present. Skipping caldata download: IPQ5018/caldata.bin
[   25.475325] cnss[2]: INFO: FW ready received for device 0xfffc
[   25.475766] wlan: [1428:I:ANY] pld_ahb_wlan_enable: cnss_mode: Mission mode
[   25.486032] cnss[2]: INFO: Sending mode message, mode: MISSION(0), state: 0x10007
[   25.495687] wlan: [1428:I:ANY] qca_napi_create: napi instance 0 created on pipe 4
[   25.496256] wlan: [1428:I:ANY] __ol_ath_attach: Allocated soc 01cf1ed6
[   25.503015] wlan: [1428:D:dfs] WLAN_DEBUG_DFS1 : dfs_psoc_obj_create_notification: DFS obj attach to psoc successfully
[   25.511925] wlan: [1428:I:ANY] qdf_ini_parse: INI values read: 0
[   25.523187] wlan: [1428:I:ANY] qdf_ini_parse: INI file parse fail: invalid file format
[   25.525824] wlan: [1428:E:CONFIG] cfg_ini_parse_to_store: Failed to parse *.ini file @ QCA5018.ini; status:4
[   25.558881] wlan: [1428:E:CONFIG] cfg_uint_item_handler: num_monitor_vaps=1 - Out of range [0, 0]; Using 0
[   25.559472] wlan: [1428:I:ANY] qdf_ini_parse: INI values read: 71
[   25.569567] wlan: [1428:I:ANY] qdf_ini_parse: INI file parse successful
[   25.576249] wlan: [1428:I:ANY] qdf_ini_section_parse: INI values parse successful read: 6 from section 256M
[   25.580199] wlan: [1428:I:ANY] __ol_ath_attach: dev name soc0
[   25.605642] wlan: [1428:I:ANY] osif_nss_wifi_soc_setup: nss-wifili:#1 register wifili function for soc 29
[   25.605681] wlan: [1428:I:ANY] osif_nss_wifi_soc_setup: nss register id -1 nss config 3 Target Type 1d
[   25.614768] wlan: [1428:I:ANY] ol_ath_soc_attach: WMI attached. wmi_handle 6a8c82c5
[   25.638515] wlan: [1428:I:ANY] htc_wmi_init: HTC Pipe Ready Timeout 6000ms
[   25.638628] wlan: [1428:I:ANY] htc_wmi_init: HT Create . 160e0116
[   25.646041] wlan: [1428:I:ANY] htc_wmi_init: Skipping BMI Done
[   25.650502] wlan: [1428:I:ANY] htc_wmi_init: host_enable 0
[   25.664906] wlan: [1428:I:ANY] ol_target_init_complete: CDP soc attach success
[   25.664948] wlan: [1428:I:ANY] ol_target_init_complete: Soc attach success NSS config 0
[   25.672434] wlan: [1428:I:ANY] htc_set_async_ep: htc_set_async_ep: htc_handle 160e0116, ep 2, value 1
[   25.681055] wlan: [7:I:TIF] HE_CAP Info = 9a08010d
[   25.697853] wlan: [7:I:TIF] Num HW modes = 1
[   25.697886] wlan: [7:I:TIF] Num PHY = 1
[   25.701253] wlan: [7:I:TIF] FW Build Version (Ext.) = 0
[   25.708250] wlan: [7:I:TIF] HDL Version: MajorVersion.MinorVersion = 0.0
[   25.711057] wlan: [7:I:TIF] Preferred HW Mode = 0 Num Radios = 1
[   25.719680] wlan: [7:W:TIF] add_11ax_mode_flags: 11AX wireless modes are not populated by the target in reg capabilities, adding 11AX wireless modes
[   25.724030] wlan: [7:I:TIF] init_deinit_add_11ax_modes: hw_mode_id = 0 phy_id = 0 wireless modes = 0
[   25.736935] wlan: [7:I:ANY] BDF version: 1 CAL version: 0 Status: 0
[   25.752300] wlan: [7:I:TIF] init_deinit_alloc_pdevs: CDP PDEV ATTACH success
[   25.752686] wlan: [7:I:ANY] qdf_ini_section_parse: INI values parse successful read: 3 from section 2G-256M
[   25.759163] wlan: [7:I:TIF] ol_ath_ema_init_ctx: Limit max_mgmt_frm_sz to 1.5K for low mem platforms
[   25.768914] wlan: [7:I:MBSSIE] ol_ath_ema_init_ctx: rnr_field_size_limit_override:2
[   25.777832] wlan: [7:I:MBSSIE] ol_ath_ema_init_ctx: rnr_field_size_limit_override & RNR_SIZE_LIMIT_OVERRIDE_MASK:>2
[   25.785708] wlan: [7:I:MBSSIE] ol_ath_ema_init_ctx: mbss_ie_enable :0x0
[   25.795714] wlan: [7:I:MBSSIE] ol_ath_ema_init_ctx: max_pp: 1
[   25.802261] wlan: [7:I:MBSSIE] ol_ath_ema_sanitize_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7
[   25.808149] wlan: [7:I:MBSSIE] ol_ath_ema_sanitize_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7
[   25.818097] wlan: [7:I:MBSSIE] ol_ath_ema_sanitize_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7
[   25.827978] wlan: [7:I:MBSSIE] ol_ath_ema_sanitize_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7
[   25.838512] wlan: [7:I:MBSSIE] ol_ath_ema_sanitize_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7
[   25.849798] wlan: [7:I:MBSSIE] ol_ath_ema_sanitize_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7
[   25.865320] wlan: [7:I:MBSSIE] ol_ath_ema_sanitize_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7
[   25.866805] wlan: [7:I:MBSSIE] ol_ath_ema_sanitize_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7
[   25.879728] wlan: [7:I:MBSSIE] ol_ath_ema_sanitize_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7
[   25.889809] wlan: [7:I:MBSSIE] ol_ath_ema_sanitize_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7
[   25.898224] wlan: [7:I:MBSSIE] ol_ath_ema_sanitize_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7
[   25.919235] wlan: [7:I:MBSSIE] ol_ath_ema_sanitize_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7
[   25.919274] wlan: [7:I:MBSSIE] ol_ath_ema_sanitize_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7
[   25.939933] wlan: [7:I:MBSSIE] ol_ath_ema_sanitize_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7
[   25.939972] wlan: [7:I:MBSSIE] ol_ath_ema_sanitize_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7
[   25.953917] wlan: [7:I:MBSSIE] ol_ath_ema_sanitize_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7
[   25.958942] wlan: [7:I:MBSSIE] ol_ath_ema_sanitize_vendor_ie_config: vendor_ie_config_low: 0x77777777
[   25.968626] wlan: [7:I:MBSSIE] ol_ath_ema_sanitize_vendor_ie_config: vendor_ie_config_high: 0x77777777
[   25.977730] wlan: [7:I:MBSSIE] ol_ath_ema_sanitize_vendor_ie_config: vendor_ie_size_limit: 128
[   25.987011] wlan: [7:I:MBSSIE] ol_ath_ema_sanitize_optional_ie_config: optional_ie_size_limit: 0x90
[   25.999243] wlan: [7:I:MBSSIE] ol_ath_ema_init_ctx:  max_pp:1  max_ngroups:1
[   26.004403] wlan: [7:I:MBSSIE] ol_ath_ema_determine_max_ngroup: max_non_tx_sz       :456
[   26.012637] wlan: [7:I:MBSSIE] ol_ath_ema_determine_max_ngroup: max_non_tx_sz_limit :360
[   26.020210] wlan: [7:I:MBSSIE] ol_ath_ema_determine_max_ngroup: max_pp              :1
[   26.029508] wlan: [7:I:MBSSIE] ol_ath_ema_determine_max_ngroup: no_of_ntx_vap_in_1_bcn:   1
[   26.036629] wlan: [7:I:MBSSIE] ol_ath_ema_determine_max_ngroup: no_of_ntx_vap_in_pp_bcns: 1
[   26.043932] wlan: [7:I:MBSSIE] ol_ath_ema_determine_max_ngroup: no_of_vaps_in_1_grp:      2
[   26.053969] wlan: [7:I:MBSSIE] ol_ath_ema_determine_max_ngroup: max_ngroup:               8
[   26.061533] wlan: [7:I:MBSSIE] ol_ath_ema_determine_max_ngroup: grp_sz:                   2
[   26.069020] wlan: [7:I:MBSSIE] ol_ath_ema_init_ctx: rnr_6ghz_adv_override:0
[   26.079506] wlan: [7:I:ANY] qdf_ini_section_parse: INI values parse successful read: 0 from section SINGLE_PHY_2G
[   26.084152] wlan: [7:I:TIF] init_deinit_get_total_num_ema_vaps: num_radios: 1
[   26.094952] wlan: [7:I:TIF] init_deinit_get_total_num_ema_vaps: ema_max_vap_cnt: 0
[   26.102803] wlan: [7:I:TIF] init_deinit_get_total_num_vdevs_for_soc: num_vdevs: 9
[   26.110687] wlan: [7:I:TIF] init_deinit_get_total_num_ema_vaps: num_radios: 1
[   26.117231] wlan: [7:I:TIF] init_deinit_get_total_num_ema_vaps: ema_max_vap_cnt: 0
[   26.123926] wlan: [7:I:TIF] init_deinit_get_total_num_vdevs_for_soc: num_vdevs: 9
[   26.131454] wlan: [7:I:TIF] init_deinit_get_total_num_ema_vaps: num_radios: 1
[   26.138997] wlan: [7:I:TIF] init_deinit_get_total_num_ema_vaps: ema_max_vap_cnt: 0
[   26.146133] wlan: [7:I:TIF] init_deinit_get_total_num_vdevs_for_soc: num_vdevs: 9
[   26.147806] sh (1885): drop_caches: 3
[   26.153424] wlan: [7:I:TIF] init_deinit_get_total_num_ema_vaps: num_radios: 1
[   26.165549] wlan: [7:I:TIF] init_deinit_get_total_num_ema_vaps: ema_max_vap_cnt: 0
[   26.171792] wlan: [7:I:TIF] init_deinit_get_total_num_vdevs_for_soc: num_vdevs: 9
[   26.185518] wlan: [7:I:ANY] init_deinit_update_pdev_tgt_info: pdev id:0 wmi_handle:6a8c82c5
[   26.187344] wlan: [7:I:ANY] init_deinit_update_pdev_tgt_info: Pdev = 0 Number of peers = 137 vdevs = 9
[   26.194951] wlan: [7:I:TIF] init_deinit_update_pdev_tgt_info: CDP PDEV INIT success
[   26.308515] wlan: [7:I:ANY] copy_fw_abi_version_tlv: copy_fw_abi_version_tlv: INIT_CMD version: 1, 0, 0x5f414351, 0x4c4d, 0x0, 0x0
[   26.548168] wlan: [7:I:ANY] ready_extract_init_status_tlv: ready_extract_init_status_tlv:0
[   26.555592] wlan: [1428:I:ANY] ol_ath_connect_htc: WMI is ready
[   26.561671] wlan: [1428:I:ANY] ath_get_radio_index: Error: Could not match the device name : wifi%d
[   26.561716] wlan: [1428:E:NSS] [nss-wifili]: pdev:a4b8f05d radio_ifnum:28 scheme_id:0 radio_priority:1
[   26.627136] wlan: [1428:E:TIF] target_if_lro_hash_config: pdev with id 0 is NULL
[   26.627612] wlan: [1428:I:ANY] ol_ath_soc_attach: connect HTC
[   26.636978] wlan: [1428:I:ANY] ol_ath_soc_attach: bypasswmi : 0
[   26.639309] wlan: [1428:I:MSCS] qca_mscs_module_init:
[   26.639309] ****QCA MSCS Initialization Done**** SoC 01cf1ed6
[   26.647027] wlan: [1428:I:ANY] ol_ath_soc_attach: UMAC attach
[   26.659553] wlan: [1428:I:ANY] __ol_ath_attach: pdev_netdev name wifi0
[   26.661722] wlan: [1428:I:ANY] __ol_ath_attach: Skip txrx_pdev_attach_target
[   26.671120] wlan: [1428:I:ANY] __ol_ath_attach: BURSTING enabled by default
[   26.676190] wlan: [1428:I:ANY] ol_ath_pdev_attach: interface_id 0
[   26.683308] wlan: [1428:I:TIF] ol_ath_pdev_regdmn_init:  phy id = 0 Modes supported
[   26.689628] wlan: [1428:I:TIF] ol_ath_pdev_regdmn_init:  11b = 1 11g = 1 11a = 0 11n = 1 11ac = 1 11ax = 1
[   26.697463] wlan: [1428:I:TIF] ol_ath_pdev_regdmn_init:  Reg cap - phy_id = 0 supp_bnd = 1, modes = 680680c, lo_2g = 2312, hi_2g = 2732 lo_g5 = 0, hi_5g = 0
[   26.706765] wlan: [1428:I:ANY] ol_ath_update_wireless_modes: wireless_modes = 680680c before update
[   26.720987] wlan: [1428:I:ANY] ol_ath_update_wireless_modes: Wireless_modes = 680680c after update
[   26.729452] wlan: [1428:I:ANY] ol_ath_update_ext_he_caps: 11ax 2G supported case
[   26.739408] wlan: [1428:I:MBSSIE] ieee80211_mbss_attach: :>
[   26.745118] wlan: [1428:I:MBSSIE] ieee80211_mbss_attach: :<ret:0
[   26.750478] wlan: [1428:I:ANY] ol_resmgr_create: OL Resmgr Init-ed
[   26.757359] wlan: [1428:I:ANY] acfg_attach: acfg_attach: 3532: Netlink socket created:d298394b
[   26.762633] wlan: [1428:I:ANY] ol_ath_stats_attach: periodic_chan_stats: 1
[   26.773664] wlan: [1428:I:ANY] wlan_scan_update_channel_list: num_chan: 11
[   26.778315] wlan: [1428:E:ANY] ol_ath_pdev_attach: Error: LED GPIO is not configured!!
[   26.784891] wlan: [0:I:ANY] ol_ath_pdev_attach: Set global_ic[1], ptr:9cf6702b
[   26.792795] wlan: [0:I:ANY] dp_lag_soc_enable: pdev(9d074a10) Enabling DBDC Repeater 0  soc_lag 016f6882
[   26.800115] wlan: [0:E:NSS] [nss-wifili]: NSS Wifili DBDC Repeater enable message passed
[   26.809806] wlan: [0:I:ANY] dp_lag_pdev_set_primary_radio: pdev(9d074a10) is_primary 0
[   26.818023] wlan: [1428:I:ANY] ol_ath_ucfg_set_rx_pkt_protocol_tagging: Set RX packet type TAG, opcode : 0, pkt_type : 18, metadata : 0xca0,pdev_id = 0, REO dest ring = 5
[   26.818023]
[   26.825581] wlan: [0:I:ANY] ol_ath_twt_enable_complete_event_handler: twt enabled
[   26.842928] wlan: [1428:I:ANY] ol_ath_pri20_cfg_blockchanlist_parse: cfg block channel list is empty
[   26.849871] wlan: [1428:I:ANY] ol_ath_configure_cong_ctrl_max_msdus: pdev_idx = 0 tx_desc_limit = 4096
[   26.859350] wlan: [1428:I:ANY] __ol_ath_attach: needed_headroom reservation 44
[   26.868155] wlan: [1428:I:ANY] ol_ath_enable_fraglist: Enabled Fraglist bit for the radio wifi0 features 41
[   26.876777] wlan: [1428:I:ANY] wlan_cfg80211_init: Number of 2G channels: 11
[   26.886828] wlan: [1428:I:ANY] ieee80211_cfg80211_radio_attach: ic: 0xa4b8f05d, wdev: 0x1504ab4c, wiphy: 0xa7a46b46, netdev: 0x2fbd9b53
[   26.894751] wlan: [1428:I:Dynamic Mode Change] ol_ath_check_and_reconfig_hw_mode: Running with HW mode = 0
[   26.906757] wlan: [1428:E:QLD] qld_register: Handle or address is NULL
[   26.914158] wlan: [1428:I:ANY] wlan_pdev_operation: num_radios=1, wifi_radios[0].sc = a4b8f05d_radio_type = 2
[   26.935557] remoteproc remoteproc1: remote processor 4ab000.remoteproc_pd1 is now up
[   26.935638] remoteproc remoteproc2: powering up cd00000.remoteproc:remoteproc_pd2
[   26.998662] remoteproc remoteproc2: Booting fw image IPQ5018/q6_fw.mdt, size 1820
[   27.003962] wlan: [1428:I:ANY] ol_ath_wifi_ssr: SSR event 2 bus_type 1
[   27.009308] Subsystem error monitoring/handling services are up
[   27.088063] cnss[41]: INFO: QMI WLFW service connected, state: 0x10001
[   27.133128] wlan: [1428:I:ANY] ol_ath_wifi_ssr: SSR event 3 bus_type 1
[   27.133172] wlan: [1428:I:ANY] ol_ath_wifi_ssr: Waiting for probe lock
[   27.138932] wlan: [1428:I:ANY] ol_ath_wifi_ssr: Starting Driver Probe
[   27.145167] cnss[41]: INFO: Waiting for FW ready. Device: 0xfffb, FW ready timeout: 60 seconds
[   27.165153] cnss[41]: INFO: FW INI CFG file qcn6122/fw_ini_cfg.bin is present
[   27.165303] cnss[41]: INFO: device_id : 65531 mem mode : [2]
[   27.171374] cnss[41]: INFO: platform name: CUCC VS010
[   27.174469] cnss[41]: INFO: FW File 0 download
[   27.185054] cnss[41]: ERR: WARNING: More memory is reserved. Reserved size 0xf00000, Requested size 0xcc0000.
[   27.193159] cnss[41]: INFO: Target capability: chip_id: 0x0, chip_family: 0x4, board_id: 0xff, soc_id: 0xffffffff, fw_version: 0x280d85d4, fw_build_timestamp: 2023-01-27 19:35, otp_version: 0x0 eeprom_caldata_read_timeout 0s bdf_dnld_method 1 regdb_mandatory 0 rxgainlut_support 0
[   27.246748] cnss[41]: INFO: Device BAR Info pa: 0x81e00000, va: 0xf72bcbc9, size: 0x200000
[   27.258973] cnss[41]: INFO: Downloading BDF: qcn6122/regdb.bin, size: 24278
[   27.363254] cnss[41]: INFO: Downloading BDF: qcn6122/bdwlan.b60, size: 131072
[   27.491510] cnss[41]: WARN: Caldata not present. Skipping caldata download: qcn6122/caldata_1.bin
[   27.555403] cnss[41]: INFO: FW ready received for device 0xfffb
[   27.555621] wlan: [1428:I:ANY] pld_ahb_wlan_enable: cnss_mode: Mission mode
[   27.565022] cnss[41]: INFO: Sending mode message, mode: MISSION(0), state: 0x10007
[   27.584442] wlan: [1428:I:ANY] qca_napi_create: napi instance 0 created on pipe 4
[   27.584960] wlan: [1428:I:ANY] __ol_ath_attach: Allocated soc edcfd963
[   27.594153] wlan: [1428:D:dfs] WLAN_DEBUG_DFS1 : dfs_psoc_obj_create_notification: DFS obj attach to psoc successfully
[   27.616149] wlan: [1428:I:ANY] qdf_ini_parse: INI values read: 0
[   27.616639] wlan: [1428:I:ANY] qdf_ini_parse: INI file parse fail: invalid file format
[   27.626351] wlan: [1428:E:CONFIG] cfg_ini_parse_to_store: Failed to parse *.ini file @ QCN6122.ini; status:4
[   27.680951] wlan: [1428:E:CONFIG] cfg_uint_item_handler: num_vdevs=16 - Out of range [1, 9]; Using 9
[   27.681071] wlan: [1428:E:CONFIG] cfg_uint_item_handler: num_peers=512 - Out of range [1, 128]; Using 128
[   27.689774] ***** Fast boot VAP mode is enabled wifi0 *****
[   27.704113] wlan: [1428:E:CONFIG] cfg_uint_item_handler: num_monitor_vaps=1 - Out of range [0, 0]; Using 0
[   27.704583] wlan: [1428:I:ANY] qdf_ini_parse: INI values read: 68
[   27.716733] wlan: [1428:I:ANY] qdf_ini_parse: INI file parse successful
[   27.721804] wlan: [1428:I:ANY] qdf_ini_section_parse: INI values parse successful read: 6 from section 256M
[   27.726555] wlan: [1428:I:ANY] __ol_ath_attach: dev name soc1
[   27.738971] debugfs: Directory 'CONFIG' with parent 'qdf' already present!
[   27.744458] wlan: [1428:E:QDF] CONFIG creation failed
[   27.751714] wlan: [1428:I:ANY] osif_nss_wifi_soc_setup: nss-wifili:#1 register wifili function for soc 30
[   27.755053] wlan: [1428:I:ANY] osif_nss_wifi_soc_setup: nss register id -1 nss config 3 Target Type 1e
[   27.772347] wlan: [1428:I:ANY] ol_ath_soc_attach: WMI attached. wmi_handle c12b23ca
[   27.789066] wlan: [1428:I:ANY] htc_wmi_init: HTC Pipe Ready Timeout 6000ms
[   27.789170] wlan: [1428:I:ANY] htc_wmi_init: HT Create . 70fef7fb
[   27.794847] wlan: [1428:I:ANY] htc_wmi_init: Skipping BMI Done
[   27.819490] wlan: [1428:I:ANY] htc_wmi_init: host_enable 0
[   27.844211] wlan: [1428:I:ANY] ol_target_init_complete: CDP soc attach success
[   27.844256] wlan: [1428:I:ANY] ol_target_init_complete: Soc attach success NSS config 0
[   27.855633] wlan: [1428:I:ANY] htc_set_async_ep: htc_set_async_ep: htc_handle 70fef7fb, ep 2, value 1
[   27.860803] wlan: [52:I:TIF] HE_CAP Info = 9a08010d
[   27.868182] wlan: [52:I:TIF] Num HW modes = 1
[   27.872373] wlan: [52:I:TIF] Num PHY = 1
[   27.877110] wlan: [52:I:TIF] FW Build Version (Ext.) = 0
[   27.880895] wlan: [52:I:TIF] HDL Version: MajorVersion.MinorVersion = 0.0
[   27.886457] wlan: [52:I:TIF] Preferred HW Mode = 0 Num Radios = 1
[   27.892953] wlan: [52:W:TIF] add_11ax_mode_flags: 11AX wireless modes are not populated by the target in reg capabilities, adding 11AX wireless modes
[   27.899209] wlan: [52:I:TIF] init_deinit_add_11ax_modes: hw_mode_id = 0 phy_id = 0 wireless modes = 0
[   27.912571] wlan: [52:I:ANY] BDF version: 1 CAL version: 0 Status: 0
[   27.925569] wlan: [52:I:TIF] init_deinit_alloc_pdevs: CDP PDEV ATTACH success
[   27.928357] wlan: [52:I:ANY] qdf_ini_section_parse: INI values parse successful read: 3 from section 5G-256M
[   27.951181] wlan: [52:I:TIF] ol_ath_ema_init_ctx: Limit max_mgmt_frm_sz to 1.5K for low mem platforms
[   27.951222] wlan: [52:I:MBSSIE] ol_ath_ema_init_ctx: rnr_field_size_limit_override:2
[   27.961587] wlan: [52:I:MBSSIE] ol_ath_ema_init_ctx: rnr_field_size_limit_override & RNR_SIZE_LIMIT_OVERRIDE_MASK:>2
[   27.969405] wlan: [52:I:MBSSIE] ol_ath_ema_init_ctx: mbss_ie_enable :0x0
[   27.978372] wlan: [52:I:MBSSIE] ol_ath_ema_init_ctx: max_pp: 1
[   27.984404] wlan: [52:I:MBSSIE] ol_ath_ema_sanitize_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7
[   27.992789] wlan: [52:I:MBSSIE] ol_ath_ema_sanitize_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7
[   28.003658] wlan: [52:I:MBSSIE] ol_ath_ema_sanitize_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7
[   28.011148] wlan: [52:I:MBSSIE] ol_ath_ema_sanitize_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7
[   28.020245] wlan: [52:I:MBSSIE] ol_ath_ema_sanitize_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7
[   28.030948] wlan: [52:I:MBSSIE] ol_ath_ema_sanitize_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7
[   28.043069] wlan: [52:I:MBSSIE] ol_ath_ema_sanitize_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7
[   28.051664] wlan: [52:I:MBSSIE] ol_ath_ema_sanitize_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7
[   28.062288] wlan: [52:I:MBSSIE] ol_ath_ema_sanitize_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7
[   28.071934] wlan: [52:I:MBSSIE] ol_ath_ema_sanitize_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7
[   28.080022] wlan: [52:I:MBSSIE] ol_ath_ema_sanitize_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7
[   28.090883] wlan: [52:I:MBSSIE] ol_ath_ema_sanitize_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7
[   28.101088] wlan: [52:I:MBSSIE] ol_ath_ema_sanitize_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7
[   28.111298] wlan: [52:I:MBSSIE] ol_ath_ema_sanitize_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7
[   28.126262] wlan: [52:I:MBSSIE] ol_ath_ema_sanitize_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7
[   28.128764] wlan: [52:I:MBSSIE] ol_ath_ema_sanitize_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7
[   28.140901] wlan: [52:I:MBSSIE] ol_ath_ema_sanitize_vendor_ie_config: vendor_ie_config_low: 0x77777777
[   28.148907] wlan: [52:I:MBSSIE] ol_ath_ema_sanitize_vendor_ie_config: vendor_ie_config_high: 0x77777777
[   28.170974] wlan: [52:I:MBSSIE] ol_ath_ema_sanitize_vendor_ie_config: vendor_ie_size_limit: 128
[   28.171016] wlan: [52:I:MBSSIE] ol_ath_ema_sanitize_optional_ie_config: optional_ie_size_limit: 0x90
[   28.179251] wlan: [52:I:MBSSIE] ol_ath_ema_init_ctx:  max_pp:1  max_ngroups:1
[   28.192077] wlan: [52:I:MBSSIE] ol_ath_ema_determine_max_ngroup: max_non_tx_sz       :456
[   28.194888] wlan: [52:I:MBSSIE] ol_ath_ema_determine_max_ngroup: max_non_tx_sz_limit :360
[   28.210897] wlan: [52:I:MBSSIE] ol_ath_ema_determine_max_ngroup: max_pp              :1
[   28.211299] wlan: [52:I:MBSSIE] ol_ath_ema_determine_max_ngroup: no_of_ntx_vap_in_1_bcn:   1
[   28.223687] wlan: [52:I:MBSSIE] ol_ath_ema_determine_max_ngroup: no_of_ntx_vap_in_pp_bcns: 1
[   28.230202] wlan: [52:I:MBSSIE] ol_ath_ema_determine_max_ngroup: no_of_vaps_in_1_grp:      2
[   28.244803] wlan: [52:I:MBSSIE] ol_ath_ema_determine_max_ngroup: max_ngroup:               8
[   28.244843] wlan: [52:I:MBSSIE] ol_ath_ema_determine_max_ngroup: grp_sz:                   2
[   28.257136] wlan: [52:I:MBSSIE] ol_ath_ema_init_ctx: rnr_6ghz_adv_override:0
[   28.265771] wlan: [52:I:ANY] qdf_ini_section_parse: INI values parse successful read: 0 from section SINGLE_PHY_5G
[   28.268552] wlan: [52:I:TIF] init_deinit_get_total_num_ema_vaps: num_radios: 1
[   28.281626] wlan: [52:I:TIF] init_deinit_get_total_num_ema_vaps: ema_max_vap_cnt: 0
[   28.290445] wlan: [52:I:TIF] init_deinit_get_total_num_vdevs_for_soc: num_vdevs: 9
[   28.293563] wlan: [52:I:TIF] init_deinit_get_total_num_ema_vaps: num_radios: 1
[   28.307123] wlan: [52:I:TIF] init_deinit_get_total_num_ema_vaps: ema_max_vap_cnt: 0
[   28.308328] wlan: [52:I:TIF] init_deinit_get_total_num_vdevs_for_soc: num_vdevs: 9
[   28.317400] wlan: [52:I:TIF] init_deinit_get_total_num_ema_vaps: num_radios: 1
[   28.323544] wlan: [52:I:TIF] init_deinit_get_total_num_ema_vaps: ema_max_vap_cnt: 0
[   28.344652] wlan: [52:I:TIF] init_deinit_get_total_num_vdevs_for_soc: num_vdevs: 9
[   28.344689] wlan: [52:I:TIF] init_deinit_get_total_num_ema_vaps: num_radios: 1
[   28.360109] wlan: [52:I:TIF] init_deinit_get_total_num_ema_vaps: ema_max_vap_cnt: 0
[   28.360145] wlan: [52:I:TIF] init_deinit_get_total_num_vdevs_for_soc: num_vdevs: 9
[   28.369455] wlan: [52:I:ANY] init_deinit_update_pdev_tgt_info: pdev id:0 wmi_handle:c12b23ca
[   28.374829] wlan: [52:I:ANY] init_deinit_update_pdev_tgt_info: Pdev = 0 Number of peers = 137 vdevs = 9
[   28.394972] wlan: [52:I:TIF] init_deinit_update_pdev_tgt_info: CDP PDEV INIT success
[   28.540532] wlan: [52:I:ANY] copy_fw_abi_version_tlv: copy_fw_abi_version_tlv: INIT_CMD version: 1, 0, 0x5f414351, 0x4c4d, 0x0, 0x0
[   28.720484] wlan: [52:I:ANY] ready_extract_init_status_tlv: ready_extract_init_status_tlv:0
[   28.720754] wlan: [1428:I:ANY] ol_ath_connect_htc: WMI is ready
[   28.735885] wlan: [1428:I:ANY] ath_get_radio_index: Error: Could not match the device name : wifi%d
[   28.735929] wlan: [1428:E:NSS] [nss-wifili]: pdev:bea73215 radio_ifnum:29 scheme_id:1 radio_priority:0
[   28.751475] wlan: [1428:E:TIF] target_if_lro_hash_config: pdev with id 0 is NULL
[   28.753848] wlan: [1428:I:ANY] ol_ath_soc_attach: connect HTC
[   28.763999] wlan: [1428:I:ANY] ol_ath_soc_attach: bypasswmi : 0
[   28.766729] wlan: [1428:I:ANY] ol_ath_soc_attach: UMAC attach
[   28.772188] wlan: [1428:I:ANY] __ol_ath_attach: pdev_netdev name wifi1
[   28.778372] wlan: [1428:I:ANY] __ol_ath_attach: Skip txrx_pdev_attach_target
[   28.786089] wlan: [1428:I:ANY] __ol_ath_attach: BURSTING enabled by default
[   28.791796] wlan: [1428:I:ANY] ol_ath_pdev_attach: interface_id 1
[   28.798636] wlan: [1428:I:TIF] ol_ath_pdev_regdmn_init:  phy id = 0 Modes supported
[   28.804585] wlan: [1428:I:TIF] ol_ath_pdev_regdmn_init:  11b = 0 11g = 0 11a = 1 11n = 1 11ac = 1 11ax = 1
[   28.812326] wlan: [1428:I:TIF] ol_ath_pdev_regdmn_init:  Reg cap - phy_id = 0 supp_bnd = 2, modes = f97f9001, lo_2g = 0, hi_2g = 0 lo_g5 = 5150, hi_5g = 5895
[   28.821999] wlan: [1428:I:ANY] ol_ath_update_wireless_modes: wireless_modes = f97f9001 before update
[   28.843736] wlan: [1428:I:ANY] ol_ath_update_wireless_modes: Wireless_modes = f97f9001 after update
[   28.845131] wlan: [1428:I:ANY] ol_ath_update_ext_he_caps: 11ax 5G supported case
[   28.855117] wlan: [1428:I:MBSSIE] ieee80211_mbss_attach: :>
[   28.861804] wlan: [1428:I:MBSSIE] ieee80211_mbss_attach: :<ret:0
[   28.867004] wlan: [1428:I:ANY] ol_resmgr_create: OL Resmgr Init-ed
[   28.873769] wlan: [1428:I:ANY] acfg_attach: acfg_attach: Offload using existing sock d298394b
[   28.880425] wlan: [1428:I:ANY] acfg_attach: Offload using existing sock d298394b
[   28.880425]
[   28.888337] wlan: [1428:I:ANY] ol_ath_stats_attach: periodic_chan_stats: 1
[   28.900336] wlan: [1428:I:ANY] wlan_scan_update_channel_list: num_chan: 25
[   28.903461] wlan: [0:I:ANY] ol_ath_pdev_attach: Set global_ic[2], ptr:9cf6702b
[   28.910298] wlan: [0:I:ANY] dp_lag_soc_enable: pdev(35fe11b9) Enabling DBDC Repeater 0  soc_lag 27b9c9cb
[   28.917517] wlan: [0:E:NSS] [nss-wifili]: NSS Wifili DBDC Repeater enable message passed
[   28.918560] wlan: [0:I:ANY] dp_lag_pdev_set_primary_radio: pdev(35fe11b9) is_primary 0
[   28.935412] wlan: [1428:I:ANY] ol_ath_ucfg_set_rx_pkt_protocol_tagging: Set RX packet type TAG, opcode : 0, pkt_type : 18, metadata : 0xca0,pdev_id = 0, REO dest ring = 5
[   28.935412]
[   28.935817] wlan: [0:I:ANY] ol_ath_twt_enable_complete_event_handler: twt enabled
[   28.942943] wlan: [1428:I:ANY] ol_ath_pri20_cfg_blockchanlist_parse: cfg block channel list is empty
[   28.971272] wlan: [1428:I:ANY] ol_ath_configure_cong_ctrl_max_msdus: pdev_idx = 0 tx_desc_limit = 4096
[   28.977015] wlan: [1428:I:ANY] __ol_ath_attach: needed_headroom reservation 44
[   28.985520] wlan: [1428:I:ANY] ol_ath_enable_fraglist: Enabled Fraglist bit for the radio wifi1 features 41
[   28.997872] wlan: [1428:I:ANY] ieee80211_cfg80211_radio_attach: ic: 0xbea73215, wdev: 0xbbad9b99, wiphy: 0x62b92096, netdev: 0xb92c5f0d
[   29.007643] wlan: [1428:I:Dynamic Mode Change] ol_ath_check_and_reconfig_hw_mode: Running with HW mode = 0
[   29.025444] wlan: [1428:E:QLD] qld_register: Handle or address is NULL
[   29.025607] wlan: [1428:I:ANY] wlan_pdev_operation: num_radios=2, wifi_radios[1].sc = bea73215_radio_type = 2
[   29.031559] remoteproc remoteproc2: remote processor cd00000.remoteproc:remoteproc_pd2 is now up
[   29.042519] wlan: [1428:I:ANY] init_ath_pci_3_0: ath_ol_pci_wifi3.0 :  (Atheros/multi-bss)
[   29.269043] wlan: [2339:E:MONITOR] mon_soc_ol_attach: pdev object (id: 1) is NULL
[   29.269086] wlan: [2339:E:MONITOR] mon_soc_ol_attach: pdev object (id: 2) is NULL
[   29.299153] wlan: [2339:E:MONITOR] mon_soc_ol_attach: pdev object (id: 1) is NULL
[   29.299201] wlan: [2339:E:MONITOR] mon_soc_ol_attach: pdev object (id: 2) is NULL
[   29.381820] ***** Fast boot VAP mode is enabled wifi1 *****
[   29.383364] ath_pktlog: module license 'Proprietary' taints kernel.
[   29.391608] Disabling lock debugging due to kernel taint
qcawifi qcawificfg80211: enable radio wifi0
[   31.521169] wlan: [3107:I:ANY] wlan_scan_update_channel_list: num_chan: 13
[   31.521379] wlan: [3107:I:ANY] ieee80211_setctry_tryretaining_curchan: [492] Skipping current channel retention during set_country operation
[   31.527156] wlan: [3107:I:ANY] number of channels: 2G = 13 5G = 0, 6G = 0
[   31.539917] wlan: [3107:I:ANY] wlan_cfg80211_set_country: wlan_cfg80211_set_country: Country: CN ret: 0
ol_stats is disabled for non-Lithium platforms
qcawifi qcawificfg80211: enable radio wifi1
[   31.870012] wlan: [3205:I:ANY] wlan_cfg80211_set_hwaddr: wlan_cfg80211_set_hwaddr :00:25:5c:11:62:74 ret: 0
[   31.916559] wlan: [3223:I:ANY] ol_ath_set_config_param: set TXBF_SND_PERIOD: val 100 stat 0
[   31.921463] wlan: [3222:I:ANY] wlan_scan_update_channel_list: num_chan: 13
[   31.928206] wlan: [3222:I:ANY] wlan_scan_update_channel_list: num_chan: 13
[   31.932181] wlan: [3222:I:ANY] ieee80211_setctry_tryretaining_curchan: [492] Skipping current channel retention during set_country operation
[   31.938033] wlan: [3222:I:ANY] number of channels: 2G = 0 5G = 13, 6G = 0
[   31.951090] wlan: [3222:I:ANY] wlan_cfg80211_set_country: wlan_cfg80211_set_country: Country: CN ret: 0
[   32.082303] wlan: [0:I:RPTR] RPTR disconnect_timeout:10
[   32.141893] wlan: [0:I:RPTR] RPTR reconfiguration_timeout:60
ol_stats is disabled for non-Lithium platforms
[   32.227719] wlan: [3269:I:ANY] wlan_cfg80211_set_hwaddr: wlan_cfg80211_set_hwaddr :00:03:7f:12:56:56 ret: 0
[   32.281747] wlan: [3272:I:ANY] ol_ath_set_config_param: set TXBF_SND_PERIOD: val 100 stat 0
ol_stats is disabled for non-Lithium platforms
[   32.459932] wlan: [0:I:RPTR] RPTR disconnect_timeout:10
number of vifs: cfg023579
[   32.522555] wlan: [0:I:RPTR] RPTR reconfiguration_timeout:60
[   32.694065] wlan: [3358:I:ANY] wlan_cfg80211_add_virtual_intf: proprietary mode 6 for interface: ath0 : clone params: 0x00000001
[   32.694170] wlan: [3358:I:MBSSIE] osif_mbssid_sanity_check: mbssid_sanity_ok: YES
[   32.705557] wlan: [3358:I:ANY] osifp_create_wlan_vap: VDEV Create 00:25:5c:11:62:74
[   32.712399] wlan: [3358:I:ANY] wlan_vap_create: devhandle=0xa4b8f05d, opmode=IEEE80211_M_HOSTAP, flags=0x1
[   32.712399]
[   32.720936] wlan: [3358:I:ANY] ol_ath_vap_set_param: Setting SGI value: 1
[   32.732818] wlan: [3358:I:ANY] ol_ath_vap_set_param: VDEV params:HE su_bfee:1|su_bfer:1|mu_bfee:0|mu_bfer:0|dl_muofdma:1|ul_muofdma:1|ul_mumimo:0|dl_muofdma_bfer:0|disable_mu_mimo: 0
[   32.737959] wlan: [3358:I:ANY] ol_ath_vap_set_param: he_bf_cap=0x33
[   32.754878] wlan: [3358:I:ANY] ol_ath_vap_set_param: VDEV params: AC/VHT sounding mode:HE|SU/MU sounding mode:SU|Trig/Non-Trig sounding mode:Non-Trigged
[   32.760433] wlan: [3358:I:ANY] MBO Initialized
[   32.774062] wlan: [3358:I:ANY] OCE Initialized
[   32.778255] wlan: [3358:I:ANY] osif_nss_ol_vap_create: NSS wifi offload VAP create IF 30 nss_id -1
[   32.782589] wlan: [3358:I:ANY] osif_nss_ol_vap_create: NSS radio_if 28
[   32.791857] wlan: [0:I:ANY] osif_nss_vdev_cfg_callback: VDEV configuration success: 0
[   32.798306] wlan: [3358:I:ANY] osif_nss_ol_vap_create: vap create e0d1b872 : if_num 30
[   32.806472] wlan: [3358:I:ANY] ol_ath_set_pn_mgmt_rxfilter: PN RxFilter set to 0
ol_stats is disabled for non-Lithium platforms
[   32.836575] wlan: [3358:I:ANY] osif_create_vap_complete: TX Checksum:1|SG:1|TSO:1|LRO:0
[   32.836609] wlan: [3358:I:ANY] WLAN-NSS: VAP NSS ops initialized
[   32.843589] wlan: [3358:I:RPTR] RPTR vdev flags:0 pdev flags:0 vdev_id:0 pdev_id:0
[   32.857999] wlan: [3358:I:ANY] VAP device ath0 created osifp: (e0d1b872) os_if: (51356b64)
number of vifs: cfg043579
[   33.180492] wlan: [3463:I:ANY] wlan_cfg80211_add_virtual_intf: proprietary mode 6 for interface: ath1 : clone params: 0x00000001
[   33.180611] wlan: [3463:I:MBSSIE] osif_mbssid_sanity_check: mbssid_sanity_ok: YES
[   33.193451] wlan: [3463:I:ANY] osifp_create_wlan_vap: VDEV Create 00:03:7f:12:56:56
[   33.200127] wlan: [3463:I:ANY] wlan_vap_create: devhandle=0xbea73215, opmode=IEEE80211_M_HOSTAP, flags=0x1
[   33.200127]
[   33.207402] wlan: [3463:I:ANY] ol_ath_vap_set_param: Setting SGI value: 1
[   33.218564] wlan: [3463:I:ANY] ol_ath_vap_set_param: VDEV params:HE su_bfee:1|su_bfer:1|mu_bfee:0|mu_bfer:0|dl_muofdma:1|ul_muofdma:1|ul_mumimo:1|dl_muofdma_bfer:0|disable_mu_mimo: 0
[   33.224175] wlan: [3463:I:ANY] ol_ath_vap_set_param: he_bf_cap=0x73
[   33.243142] wlan: [3463:I:ANY] ol_ath_vap_set_param: VDEV params: AC/VHT sounding mode:HE|SU/MU sounding mode:SU|Trig/Non-Trig sounding mode:Non-Trigged
[   33.247465] wlan: [3463:I:ANY] MBO Initialized
[   33.260569] wlan: [3463:I:ANY] OCE Initialized
[   33.264588] wlan: [3463:I:ANY] osif_nss_ol_vap_create: NSS wifi offload VAP create IF 31 nss_id -1
[   33.269225] wlan: [3463:I:ANY] osif_nss_ol_vap_create: NSS radio_if 29
[   33.278259] wlan: [0:I:ANY] osif_nss_vdev_cfg_callback: VDEV configuration success: 0
[   33.284567] wlan: [3463:I:ANY] osif_nss_ol_vap_create: vap create d682c2e9 : if_num 31
[   33.292984] wlan: [3463:I:ANY] ol_ath_set_pn_mgmt_rxfilter: PN RxFilter set to 0
[   33.325306] wlan: [3463:I:ANY] osif_create_vap_complete: TX Checksum:1|SG:1|TSO:1|LRO:0
[   33.325340] wlan: [3463:I:ANY] WLAN-NSS: VAP NSS ops initialized
[   33.332305] wlan: [3463:I:RPTR] RPTR vdev flags:0 pdev flags:0 vdev_id:0 pdev_id:0
[   33.340355] wlan: [3463:I:ANY] VAP device ath1 created osifp: (d682c2e9) os_if: (2f144d7c)
[   36.976628] 8021q: adding VLAN 0 to HW filter on device ath0
[   36.978537] br-lan: port 2(ath0) entered blocking state
[   36.981363] br-lan: port 2(ath0) entered disabled state
[   36.987353] device ath0 entered promiscuous mode
[   36.991969] br-lan: port 2(ath0) entered blocking state
[   36.996447] br-lan: port 2(ath0) entered forwarding state
[   37.173174] wlan: [1209:I:ANY] DES SSID SET=Nwrt_2.4G
[   37.173204] wlan: [1209:I:ANY] desired hw mode: 29
[   37.177887] wlan: [1209:I:MBSSIE] wlan_cfg80211_start_ap: Set tx-vap ath0: vdev_id:0
[   37.181892] wlan: [1209:E:MBSSIE] ieee80211_ucfg_set_txvap: MBSSID is not enabled
[   37.190058] wlan: [1209:I:ANY] wlan_mbss_start_ht40: HT40 Arg: 00000000
OK
[   37.213493] 8021q: adding VLAN 0 to HW filter on device ath1
[   37.215930] br-lan: port 3(ath1) entered blocking state
[   37.218378] br-lan: port 3(ath1) entered disabled state
[   37.225702] device ath1 entered promiscuous mode
[   37.228966] br-lan: port 3(ath1) entered blocking state
[   37.233276] br-lan: port 3(ath1) entered forwarding state
[   37.272953] wlan: [1209:I:ANY] DES SSID SET=Nwrt_5G
[   37.272989] wlan: [1209:I:ANY] wlan_cfg80211_chan_to_phymode: band:1 width: 5 channel_cfreq: 5220 center_freq1: 5250 chandef.center_freq2: 0 flags: 512
[   37.277189] wlan: [1209:I:ANY] HT Support:81dfac98 VHT Support:f034f67f HE Support:9d01aa0b
[   37.290620] wlan: [1209:I:ANY] Max supported wireless mode: 3
[   37.298792] wlan: [1209:I:ANY] Phymode: 31
[   37.298792]
[   37.305179] wlan: [1209:I:MBSSIE] wlan_cfg80211_start_ap: Set tx-vap ath1: vdev_id:0
[   37.310536] wlan: [1209:E:MBSSIE] ieee80211_ucfg_set_txvap: MBSSID is not enabled
OK
OK
[   37.336427] wlan: [0:W:ANY] ieee80211_set_ul_mumimo: Overriding UL MUMIMO configuration to 0 as per Target Capability for VDEV 0
[   37.336498] wlan: [0:I:ANY] ol_ath_vap_set_param: VDEV params:HE su_bfee:1|su_bfer:1|mu_bfee:0|mu_bfer:0|dl_muofdma:1|ul_muofdma:1|ul_mumimo:0|dl_muofdma_bfer:0|disable_mu_mimo: 0
[   37.347139] wlan: [0:I:ANY] ol_ath_vap_set_param: he_bf_cap=0x33
OK
Default Service Class Count: 8
Custom Service Class Count: 1
SLA Count: 7
***** No coldboot or daemon support for ap******
device: wifi0 vifs: cfg023579
device: wifi1 vifs: cfg043579 cfg043579
[   39.020667] ***** Fast boot VAP is completed... *****
[   39.570874] qca-wifi loaded
[   41.384241] wlan: [895:I:ANY] ieee80211_acs_post_event: [EXT] Channel number: 33a6665b
[   41.384282] wlan: [895:I:ANY] wlan_mbss_done_ht40: Channel: 33a6665b
[   41.391705] wlan: [895:I:ANY] ieee80211_ht40intol_evhandler: [EXT] Lock held duration (8ms)
hzyitc commented 5 months ago

看你这日志,wifi好像正常启动了

UzLung1435 commented 4 months ago

看你这日志,wifi好像正常启动了

那下面这个就是全炸的日志了嗯,, 具体是什么问题我也不太会看这样。。

Hit any key to stop autoboot:  0
ubi0: attaching mtd1
ubi0: scanning is finished
ubi0: volume 2 ("rootfs_data") re-sized from 9 to 767 LEBs
ubi0: attached mtd1 (name "mtd=0", size 110 MiB)
ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096
ubi0: good PEBs: 880, bad PEBs: 0, corrupted PEBs: 0
ubi0: user volume: 3, internal volumes: 1, max. volumes count: 128
ubi0: max/mean erase counter: 1/0, WL threshold: 4096, image sequence number: 1681737336
ubi0: available PEBs: 0, total reserved PEBs: 880, PEBs reserved for bad PEB handling: 20
Read 0 bytes from volume kernel to 44000000
No size specified -> Using max size (3809280)
## Loading kernel from FIT Image at 44000000 ...
   Using 'config@mp02.1' configuration
   Trying 'kernel@1' kernel subimage
     Description:  ARM OpenWrt Linux-5.4-qsdk-11.5.0.5
     Type:         Kernel Image
     Compression:  lzma compressed
     Data Start:   0x440000ec
     Data Size:    3640129 Bytes = 3.5 MiB
     Architecture: ARM
     OS:           Linux
     Load Address: 0x41208000
     Entry Point:  0x41208000
     Hash algo:    crc32
     Hash value:   61cd012b
     Hash algo:    sha1
     Hash value:   16cb15e41955db368678d072418b6e41282ccfe0
   Verifying Hash Integrity ... crc32+ sha1+ OK
## Loading fdt from FIT Image at 44000000 ...
   Using 'config@mp02.1' configuration
   Trying 'fdt@1' fdt subimage
     Description:  ARM OpenWrt redmi_ax3000 device tree blob
     Type:         Flat Device Tree
     Compression:  uncompressed
     Data Start:   0x44378d68
     Data Size:    41944 Bytes = 41 KiB
     Architecture: ARM
     Hash algo:    crc32
     Hash value:   270b4868
     Hash algo:    sha1
     Hash value:   b41dbf5b2239956a66600a8995de622d1595437e
   Verifying Hash Integrity ... crc32+ sha1+ OK
   Booting using the fdt blob at 0x44378d68
   Uncompressing Kernel Image ... OK
   Loading Device Tree to 4a3f2000, end 4a3ff3d7 ... OK
Could not find PCI in device tree
Could not find PCI in device tree
Using machid 0x8040000 from environment

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 5.4.164 (runner@fv-az1021-384) (gcc version 8.4.0 (OpenWrt GCC 8.4.0 ci-20240419-161149-07d6dcbb)) #0 SMP PREEMPT Mon Apr 17 13:15:36 2023
[    0.000000] CPU: ARMv7 Processor [51af8014] revision 4 (ARMv7), cr=10c0383d
[    0.000000] CPU: div instructions available: patching division code
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] OF: fdt: Machine model: Redmi AX3000
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] psci: probing for conduit method from DT.
[    0.000000] psci: PSCIv1.0 detected in firmware.
[    0.000000] psci: Using standard PSCI v0.2 function IDs
[    0.000000] psci: MIGRATE_INFO_TYPE not supported.
[    0.000000] psci: SMC Calling Convention v1.0
[    0.000000] psci: OSI mode supported.
[    0.000000] percpu: Embedded 15 pages/cpu s32204 r8192 d21044 u61440
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 48576
[    0.000000] Kernel command line: console=ttyMSM0,115200n8 ubi.mtd=rootfs root=mtd:ubi_rootfs rootfstype=squashfs rootwait root=/dev/ubiblock0_1 coherent_pool=2M
[    0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes, linear)
[    0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes, linear)
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] Memory: 183396K/196608K available (6894K kernel code, 262K rwdata, 2088K rodata, 1024K init, 360K bss, 13212K reserved, 0K cma-reserved, 0K highmem)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] rcu: Preemptible hierarchical RCU implementation.
[    0.000000]  Tasks RCU enabled.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[    0.000000] GICv2m: range[mem 0x0b00a000-0x0b00affc], SPI[448:479]
[    0.000000] GICv2m: range[mem 0x0b00b000-0x0b00bffc], SPI[480:511]
[    0.000000] random: get_random_bytes called from start_kernel+0x344/0x4f4 with crng_init=0
[    0.000000] arch_timer: cp15 and mmio timer(s) running at 24.00MHz (virt/virt).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[    0.000006] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[    0.000018] Switching to timer-based delay loop, resolution 41ns
[    0.000419] Console: colour dummy device 80x30
[    0.000451] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)
[    0.000465] pid_max: default: 32768 minimum: 301
[    0.000614] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.000627] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.001498] CPU: Testing write buffer coherency: ok
[    0.001928] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.002710] Setting up static identity map for 0x41300000 - 0x41300060
[    0.002872] rcu: Hierarchical SRCU implementation.
[    0.003331] smp: Bringing up secondary CPUs ...
[    0.004266] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.004445] smp: Brought up 1 node, 2 CPUs
[    0.004463] SMP: Total of 2 processors activated (96.00 BogoMIPS).
[    0.004469] CPU: All CPU(s) started in SVC mode.
[    0.012615] VFP support v0.3: implementor 51 architecture 3 part 40 variant 3 rev 4
[    0.013029] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.013055] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[    0.013211] pinctrl core: initialized pinctrl subsystem
[    0.014323] NET: Registered protocol family 16
[    0.015785] DMA: preallocated 2048 KiB pool for atomic coherent allocations
[    0.017026] cpuidle: using governor ladder
[    0.017077] cpuidle: using governor menu
[    0.017315] NET: Registered protocol family 42
[    0.017656] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[    0.017667] hw-breakpoint: maximum watchpoint size is 8 bytes.
[    0.064577] qcom,gcc-ipq5018 1800000.gcc: Registered ipq5018 GCC clocks provider
[    0.079071] msm_sps_probe: sps:sps is ready
[    0.106978] pps_core: LinuxPPS API ver. 1 registered
[    0.106989] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.107012] PTP clock support registered
[    0.107838] Advanced Linux Sound Architecture Driver Initialized.
[    0.107940] workqueue: max_active 576 requested for napi_workq is out of range, clamping between 1 and 512
[    0.109122] clocksource: Switched to clocksource arch_sys_counter
[    0.113679] thermal_sys: Registered thermal governor 'step_wise'
[    0.113685] thermal_sys: Registered thermal governor 'user_space'
[    0.114721] NET: Registered protocol family 2
[    0.114861] IP idents hash table entries: 4096 (order: 3, 32768 bytes, linear)
[    0.115687] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
[    0.115730] TCP established hash table entries: 2048 (order: 1, 8192 bytes, linear)
[    0.115764] TCP bind hash table entries: 2048 (order: 2, 16384 bytes, linear)
[    0.115805] TCP: Hash tables configured (established 2048 bind 2048)
[    0.115925] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
[    0.115954] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
[    0.116200] NET: Registered protocol family 1
[    0.116238] PCI: CLS 0 bytes, default 64
[    0.117748] workingset: timestamp_bits=14 max_order=16 bucket_order=2
[    0.123121] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.123133] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[    0.159389] Key type asymmetric registered
[    0.159410] Asymmetric key parser 'x509' registered
[    0.159489] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[    0.161665] bam-dma-engine 704000.dma: num-channels unspecified in dt
[    0.161681] bam-dma-engine 704000.dma: num-ees unspecified in dt
[    0.162487] bam-dma-engine 7884000.dma: qcom,controlled-remotely unspecified
[    0.163409] bam-dma-engine 7984000.dma: qcom,controlled-remotely unspecified
[    0.165277] CPU: IPQ5000, SoC Version: 1.1
[    0.165984] TZ Log : Will warn on Access Violation, as paniconaccessviolation is not set
[    0.167181] msm_serial 78af000.serial: msm_serial: detected port #0
[    0.167226] msm_serial 78af000.serial: uartclk = 1843199
[    0.167290] 78af000.serial: ttyMSM0 at MMIO 0x78af000 (irq = 29, base_baud = 115199) is a MSM
[    0.167320] msm_serial: console setup on port #0
[    0.758490] printk: console [ttyMSM0] enabled
[    0.763494] msm_serial: driver initialized
[    0.767964] random: fast init done
[    0.771643] random: crng init done
[    0.778496] brd: module loaded
[    0.783157] loop: module loaded
[    0.785279] nand: device found, Manufacturer ID: 0xe5, Chip ID: 0x21
[    0.785304] nand: Unknown DS35M1GA SPI NAND 1G 1.8V
[    0.791752] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
[    0.796311] qcom-nandc 79b0000.qpic-nand: cfg0 9a3c08d0 cfg1 8287440 ecc_buf_cfg 203 ecc_bch cfg 42040700 cw_size 528 cw_data 516 strength 4 parity_bytes 12 steps 4
[    0.804112] qcom-nandc 79b0000.qpic-nand: x4 mode enabled already remotely
[    0.823498] 16 fixed-partitions partitions found on MTD device qcom_nand.0
[    0.825462] Creating 16 MTD partitions on "qcom_nand.0":
[    0.832374] 0x000000000000-0x000000080000 : "0:SBL1"
[    0.839090] 0x000000080000-0x000000100000 : "0:MIBIB"
[    0.844063] 0x000000100000-0x000000140000 : "0:BOOTCONFIG"
[    0.848746] 0x000000140000-0x000000180000 : "0:BOOTCONFIG1"
[    0.854196] 0x000000180000-0x000000280000 : "0:QSEE"
[    0.860342] 0x000000280000-0x000000380000 : "0:QSEE_1"
[    0.865489] 0x000000380000-0x0000003c0000 : "0:DEVCFG"
[    0.869915] 0x0000003c0000-0x000000400000 : "0:DEVCFG_1"
[    0.874891] 0x000000400000-0x000000440000 : "0:CDT"
[    0.880442] 0x000000440000-0x000000480000 : "0:CDT_1"
[    0.884946] 0x000000480000-0x000000500000 : "0:APPSBLENV"
[    0.890496] 0x000000500000-0x000000640000 : "0:APPSBL"
[    0.896470] 0x000000640000-0x000000780000 : "0:APPSBL_1"
[    0.901517] 0x000000780000-0x000000880000 : "0:ART"
[    0.906763] 0x000000880000-0x000000900000 : "0:TRAINING"
[    0.910950] 0x000000900000-0x000007700000 : "rootfs"
[    1.007915] mtd: device 15 (rootfs) set to be root filesystem
[    1.008188] mtdsplit: no squashfs found in "rootfs"
[    1.013954] libphy: Fixed MDIO Bus: probed
[    1.237594] qca-mdio 88000.mdio: Could not find phy-reset-gpio
[    1.237800] libphy: qca_mdio: probed
[    1.243046] qca-mdio 88000.mdio: qca-mdio driver was registered
[    1.686536] qca-mdio 90000.mdio: Could not find phy-reset-gpio
[    1.686734] libphy: qca_mdio: probed
[    1.693939] qca-mdio 90000.mdio: qca-mdio driver was registered
[    1.805314] i2c /dev entries driver
[    1.806134] qcom-tsens 4a9000.thermal-sensor: tsens device is not enabled
[    1.809453] cpufreq: cpufreq_online: CPU0: Running at unlisted freq: 799999 KHz
[    1.814622] cpufreq: cpufreq_online: CPU0: Unlisted initial frequency changed to: 800000 KHz
[    1.823336] sdhci: Secure Digital Host Controller Interface driver
[    1.830413] sdhci: Copyright(c) Pierre Ossman
[    1.836328] sdhci-pltfm: SDHCI platform and OF driver helper
[    1.841244]
[    1.841244] Version Rollback Feature Disabled
[    1.848693] remoteproc remoteproc0: cd00000.remoteproc is available
[    1.853180] remoteproc remoteproc1: 4ab000.remoteproc_pd1 is available
[    1.859210] remoteproc remoteproc2: cd00000.remoteproc:remoteproc_pd2 is available
[    1.865359] coresight-tmc 6048000.tmc: No Q6 ETR memory region specified
[    1.872630] coresight-tmc 6047000.tmc: failed to get flush cti, defer probe
[    1.879522] coresight-dynamic-funnel 6041000.funnel: Uses obsolete Coresight DT bindings
[    1.888382] coresight coresight-etm0: CPU0: ETM v4.0 initialized
[    1.894387] coresight-etm4x 619c000.etm: CPU0: (null) initialized
[    1.900833] coresight coresight-etm1: CPU1: ETM v4.0 initialized
[    1.906301] coresight-etm4x 619d000.etm: CPU1: (null) initialized
[    1.912677] coresight-stm 6002000.stm: coresight-stm : stm_register_device failed, probing deferred
[    1.918531] OF: graph: no port node found in /soc/cti@6010000
[    1.927539] OF: graph: no port node found in /soc/cti@6011000
[    1.933423] OF: graph: no port node found in /soc/cti@6012000
[    1.939145] OF: graph: no port node found in /soc/cti@6013000
[    1.944815] OF: graph: no port node found in /soc/cti@6014000
[    1.950591] OF: graph: no port node found in /soc/cti@6015000
[    1.956272] OF: graph: no port node found in /soc/cti@6016000
[    1.962051] OF: graph: no port node found in /soc/cti@6017000
[    1.967744] OF: graph: no port node found in /soc/cti@6018000
[    1.973504] OF: graph: no port node found in /soc/cti@6019000
[    1.979249] OF: graph: no port node found in /soc/cti@601a000
[    1.984926] OF: graph: no port node found in /soc/cti@601b000
[    1.990698] OF: graph: no port node found in /soc/cti@601c000
[    1.996372] OF: graph: no port node found in /soc/cti@601d000
[    2.002182] OF: graph: no port node found in /soc/cti@601e000
[    2.007822] OF: graph: no port node found in /soc/cti@601f000
[    2.013629] OF: graph: no port node found in /soc/cti@6198000
[    2.019371] OF: graph: no port node found in /soc/cti@6199000
[    2.025020] OF: graph: no port node found in /soc/cti@610c000
[    2.031804] OF: graph: no port node found in /soc/hwevent@6101000
[    2.036253] coresight-hwevent 6101000.hwevent: No csr data
[    2.042713] OF: graph: no port node found in /soc/csr@6001000
[    2.047817] coresight-csr 6001000.csr: CSR initialized: coresight-csr
[    2.055577] NET: Registered protocol family 10
[    2.061105] Segment Routing with IPv6
[    2.064341] NET: Registered protocol family 17
[    2.068089] Bridge firewalling registered
[    2.072438] 8021q: 802.1Q VLAN Support v1.8
[    2.076624] Registering SWP/SWPB emulation handler
[    2.093835] coresight-tmc 6048000.tmc: No Q6 ETR memory region specified
[    2.093994] sps_register_bam_device: sps:BAM 0x06064000 is registered
[    2.100862] coresight coresight-stm: STM32 initialized
[    2.106289] ubi0: attaching mtd15
[    2.368047] ubi0: scanning is finished
[    2.373766] ubi0: attached mtd15 (name "rootfs", size 110 MiB)
[    2.373790] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
[    2.378481] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
[    2.385400] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096
[    2.392220] ubi0: good PEBs: 880, bad PEBs: 0, corrupted PEBs: 0
[    2.398967] ubi0: user volume: 3, internal volumes: 1, max. volumes count: 128
[    2.405238] ubi0: max/mean erase counter: 1/0, WL threshold: 4096, image sequence number: 1681737336
[    2.412270] ubi0: available PEBs: 0, total reserved PEBs: 880, PEBs reserved for bad PEB handling: 20
[    2.421613] ubi0: background thread "ubi_bgt0d" started, PID 84
[    2.431512] block ubiblock0_1: created from ubi0:1(rootfs)
[    2.436390] hctosys: unable to open rtc device (rtc0)
[    2.442585] ALSA device list:
[    2.447054]   No soundcards found.
[    2.460926] VFS: Mounted root (squashfs filesystem) readonly on device 254:0.
[    2.462137] Freeing unused kernel memory: 1024K
[    2.509394] Run /sbin/init as init process
[    2.775098] init: Console is alive
[    2.775333] init: - watchdog -
[    3.427237] kmodloader: loading kernel modules from /etc/modules-boot.d/*
[    3.481521] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
[    3.489988] init: - preinit -
Failed to connect to the switch. Use the "list" command to see which switches are available.
Failed to connect to the switch. Use the "list" command to see which switches are available.
Failed to connect to the switch. Use the "list" command to see which switches are available.
Failed to connect to the switch. Use the "list" command to see which switches are available.
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
[    8.252925] UBIFS (ubi0:2): default file-system created
[    8.253316] UBIFS (ubi0:2): Mounting in unauthenticated mode
[    8.257160] UBIFS (ubi0:2): background thread "ubifs_bgt0_2" started, PID 156
[    8.298591] UBIFS (ubi0:2): UBIFS: mounted UBI device 0, volume 2, name "rootfs_data"
[    8.298622] UBIFS (ubi0:2): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
[    8.305471] UBIFS (ubi0:2): FS size: 95993856 bytes (91 MiB, 756 LEBs), journal size 4825088 bytes (4 MiB, 38 LEBs)
[    8.315312] UBIFS (ubi0:2): reserved for root: 4534026 bytes (4427 KiB)
[    8.325552] UBIFS (ubi0:2): media format: w5/r0 (latest is w5/r0), UUID E51F0566-B771-436D-BBFE-E9A43C016640, small LPT model
[    8.333696] mount_root: overlay filesystem has not been fully initialized yet
[    8.344071] mount_root: switching to ubifs overlay
[    8.355002] urandom-seed: Seed file not found (/etc/urandom.seed)
[    8.397462] procd: - early -
[    8.397578] procd: - watchdog -
[    8.982334] procd: - watchdog -
[    9.021486] procd: - ubus -
[    9.076633] procd: - init -
Please press Enter to activate this console.
[    9.419902] urngd: v1.0.2 started.
[    9.440189] kmodloader: loading kernel modules from /etc/modules.d/*
[    9.453769] ssdk_switch_device_num_init[1210]:INFO:ess-switch dts node number: 2
[    9.453818] ssdk_dt_get_switch_node[1015]:INFO:ess-switch DT exist!
[    9.460288] ssdk_dt_parse_access_mode[901]:INFO:switch_access_mode: local bus
[    9.466214] ssdk_dt_parse_access_mode[914]:INFO:switchreg_base_addr: 0x39c00000
[    9.473528] ssdk_dt_parse_access_mode[915]:INFO:switchreg_size: 0x200000
[    9.480637] ssdk_dt_parse_mac_mode[304]:INFO:mac mode = 0xf
[    9.487564] ssdk_dt_parse_mac_mode[310]:INFO:mac mode1 doesn't exit!
[    9.492887] ssdk_dt_parse_mac_mode[319]:INFO:mac mode2 doesn't exit!
[    9.499512] ssdk_dt_parse_port_bmp[802]:INFO:port_bmp doesn't exist!
[    9.505818] ssdk_dt_parse_uniphy[341]:INFO:ess-uniphy DT exist!
[    9.512158] ssdk_dt_parse_led[988]:INFO:current dts led_source_num is 0
[    9.517786] ssdk_plat_init start
[   12.089161] ssdk_mp_reset_init[812]:INFO:MP reset successfully!
[   12.089219] ssdk_gcc_clock_init[1206]:INFO:SSDK gcc clock init successfully!
[   12.095147] mpge_phy_api_ops_init[1089]:INFO:qca probe mpge phy driver succeeded!
[   12.101649] mpge_phy_dac_set[917]:INFO:phy mdac is set as 0x10
[   12.108592] mpge_phy_dac_set[929]:INFO:phy edac is set as 0x10
[   12.114355] regi_init[3785]:INFO:Initializing SCOMPHY!
[   13.283163] _adpt_mp_uniphy_clk_output_ctrl_set[236]:INFO:uniphy will output clock as 25000000Hz
[   13.283215] ssdk_switch_register[1859]:INFO:Chip version 0xee
[   13.291070] qca_link_polling_select[1367]:INFO:link-polling-required node does not exist
[   13.296646] ssdk_switch_register[1893]:INFO:polling is selected
[   13.304830] regi_init[3795]:INFO:Initializing SCOMPHY Done!!
[   13.310485] ssdk_dt_get_switch_node[1015]:INFO:ess-switch DT exist!
[   13.316353] ssdk_dt_parse_access_mode[901]:INFO:switch_access_mode: mdio
[   13.322360] ssdk_dt_parse_mac_mode[301]:INFO:mac mode doesn't exit!
[   13.329295] ssdk_dt_parse_mac_mode[310]:INFO:mac mode1 doesn't exit!
[   13.335271] ssdk_dt_parse_mac_mode[319]:INFO:mac mode2 doesn't exit!
[   13.341924] ssdk_dt_parse[1112]:INFO:switch node is qca83xx!
[   13.348205] ssdk_plat_init start
[   13.418655] f1_phy_api_ops_init[1603]:INFO:qca probe f1 phy driver succeeded!
[   13.418681] regi_init[3734]:INFO:Initializing ISISC!!
[   13.424804] OF: /soc/ess-instance/ess-switch1@1: could not get #gpio-cells for /soc/phy@86000
[   13.429821] qca_ar8327_gpio_reset[3660]:ERROR:gpio26 request failed, ret:-517
[   13.438454] ssdk_switch_register[1867]:INFO:Chip version 0x1302
[   13.445473] qca_link_polling_select[1367]:INFO:link-polling-required node does not exist
[   13.451168] ssdk_switch_register[1893]:INFO:polling is selected
[   15.169144] regi_init[3739]:INFO:Initializing ISISC Done!!
[   15.169246] regi_init[3821]:INFO:qca-ssdk module init succeeded!
[   15.177878] (unnamed net_device) (uninitialized): nss_dp_gmac: Registering netdev eth%d(qcom-id:1) with GMAC, mac_base: 0x90f10000
[   15.183445] (unnamed net_device) (uninitialized): nss_dp_gmac: Registering netdev eth%d(qcom-id:2) with GMAC, mac_base: 0x90f40000
[   15.193780] **********************************************************
[   15.203020] * NSS Data Plane driver
[   15.212026] **********************************************************
[   15.275800] qca-nss 7a00000.nss: Direct firmware load for qca-nss0.bin failed with error -2
[   15.275835] qca-nss 7a00000.nss: Falling back to sysfs fallback for: qca-nss0.bin
/lib/firmware/qca-nss0.bin 33
[   15.529493] nss_driver - fw of size 781856  bytes copied to load addr: 40000000, nss_id : 0
[   15.530968] Supported Frequencies -
[   15.530972] 850 MHz
[   15.536635] 1 GHz
[   15.540569]
[   15.544568] 7f0e5e40: set sdma 8ef6ab00
[   15.546463] node size 2 # items 4
[   15.549752] memory: 40000000 268435456 (avl 198557696) items 4 active_cores 1
[   15.553165] addr/size storage words 2 2 # words 4 in DTS, ddr size 800000
[   15.560315] 7f0e5e40: NSS core 0 DDR from 40000000 to 40800000
[   15.567123] 7f0e5e40: meminfo init succeed
[   15.575714] gre: GRE over IPv4 demultiplexor driver
[   15.578355] ip_gre: GRE over IPv4 tunneling driver
[   15.592159] Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011)
[   15.603590] node size 2 # items 4
[   15.603628] memory: 40000000 268435456 (avl 198557696) items 4 active_cores 1
[   15.605913] addr/size storage words 2 2 # words 4 in DTS, ddr size 800000
[   15.613121] 7f0e5e40: nss core 0 booted successfully
[   15.636376] PPP generic driver version 2.4.2
[   15.637730] NET: Registered protocol family 24
[   15.645841] nss_wifi_meshmgr_init_module[1997]:Module Build Id: 04/19/24, 17:18:07 loaded
[   15.649312] Loading modules backported from Linux version 07d6dcb
[   15.653080] Backport generated by backports.git 07d6dcb
[   15.674297] PPTP driver version 0.8.5
[   15.687593] xt_time: kernel timezone is -0000
[   15.905945] ath11k c000000.wifi: ipq5018 hw1.0
[   15.906517] remoteproc remoteproc1: powering up 4ab000.remoteproc_pd1
[   15.956910] remoteproc remoteproc1: Booting fw image IPQ5018/q6_fw.mdt, size 1820
[   15.957020] remoteproc remoteproc0: powering up cd00000.remoteproc
[   15.964256] remoteproc remoteproc0: Booting fw image IPQ5018/q6_fw.mdt, size 1820
[   17.518128] Subsystem error monitoring/handling services are up
[   17.629188] remoteproc remoteproc0: remote processor cd00000.remoteproc is now up
[   17.639299] Subsystem error monitoring/handling services are up
[   17.759209] remoteproc remoteproc1: remote processor 4ab000.remoteproc_pd1 is now up
[   19.769184] ath11k soc:wifi1@c000000: qcn6122
[   19.769581] remoteproc remoteproc2: powering up cd00000.remoteproc:remoteproc_pd2
[   19.772642] remoteproc remoteproc2: Booting fw image IPQ5018/q6_fw.mdt, size 1820
[   19.783123] Subsystem error monitoring/handling services are up
[   19.864208] ath11k soc:wifi1@c000000: qmi ignore invalid mem req type 10
[   19.899202] remoteproc remoteproc2: remote processor cd00000.remoteproc:remoteproc_pd2 is now up
[   19.900911] kmodloader: done loading kernel modules from /etc/modules.d/*
[   34.689875] ath11k c000000.wifi: chip_id 0x0 chip_family 0x4 board_id 0x10 soc_id 0xffffffff
[   34.689917] ath11k c000000.wifi: fw_version 0x270206d0 fw_build_timestamp 2022-08-04 13:28 fw_build_id QC_IMAGE_VERSION_STRING=WLAN.HK.2.7.0.1-01744-QCAHKSWPL_SILICONZ-1
[   34.752089] ath11k soc:wifi1@c000000: chip_id 0x0 chip_family 0x4 board_id 0x60 soc_id 0xffffffff
[   34.752130] ath11k soc:wifi1@c000000: fw_version 0x270206d0 fw_build_timestamp 2022-08-04 13:28 fw_build_id QC_IMAGE_VERSION_STRING=WLAN.HK.2.7.0.1-01744-QCAHKSWPL_SILICONZ-1
[   34.883893] ath11k c000000.wifi: qmi caldata downloaded: type: 2
[   34.907810] ath11k c000000.wifi: No qcom,pta_num entry in dev-tree.
[   34.907842] ath11k c000000.wifi: No qcom,coex_mode entry in dev-tree.
[   34.913141] ath11k c000000.wifi: No qcom,bt-active-time entry in dev-tree.
[   34.923813] ath11k c000000.wifi: No qcom,bt-priority-time entry in dev-tree.
[   34.926282] ath11k c000000.wifi: No qcom,coex-algo entry in dev-tree.
[   34.934133] ath11k c000000.wifi: No qcom,pta-priority entry in dev-tree.
[   35.028903] ath11k soc:wifi1@c000000: qmi caldata downloaded: type: 2
[   35.193539] ath11k c000000.wifi: Direct firmware load for ath11k/IPQ5018/hw1.0/qdss_trace_config.bin failed with error -2
[   35.193577] ath11k c000000.wifi: Falling back to sysfs fallback for: ath11k/IPQ5018/hw1.0/qdss_trace_config.bin
[   35.247236] ath11k soc:wifi1@c000000: Direct firmware load for ath11k/qcn6122/hw1.0/qdss_trace_config.bin failed with error -2
[   35.247280] ath11k soc:wifi1@c000000: Falling back to sysfs fallback for: ath11k/qcn6122/hw1.0/qdss_trace_config.bin
[   35.670922] ath11k c000000.wifi: Direct firmware load for qdss_trace_config.bin failed with error -2
[   35.670963] ath11k c000000.wifi: Falling back to sysfs fallback for: qdss_trace_config.bin
[   36.021332] ath11k c000000.wifi: qmi failed to load QDSS config: qdss_trace_config.bin
[   36.021376] ath11k c000000.wifi: Failed to download QDSS config to FW: -12
[   41.306892] ECM init
[   41.306972] ECM database jhash random seed: 0x11843574
[   41.310367] ECM init complete
[   43.471112] br-lan: port 1(eth0) entered blocking state
[   43.471147] br-lan: port 1(eth0) entered disabled state
[   43.476843] device eth0 entered promiscuous mode
UzLung1435 commented 4 months ago

看你这日志,wifi好像正常启动了

oo看起来是我的问题哈哈,qsdk需要一些特殊方式才能驱动这我不太会。但是在ipq50xx-mainline-kernel-5.15-openwrt-23.05这个tree下是能跑起来的。 WiFi手动开启后只有2.4GHz的正常显示比特率,仅有286Mbit/s。经测试发现5GHz的wifi并不能正常工作,哪怕切换到AC模式也是无法正常驱动。 网口方面,全部是能识别但不dhcp,无论是lan还是wan都是同样的问题。 还望赐教TT