coolsnowwolf / lede

Lean's LEDE source
Other
29.96k stars 19.55k forks source link

5.15内核cpu频率缺失 #10234

Closed ghost closed 2 years ago

ghost commented 2 years ago

ipq807x系(ax6),用5.15内核编译出的固件/sys/devices/system/cpu/cpufreq目录为空,因此cpu频率get不到,温度显示正常,5.10内核一切正常。 (虽说已不再支持米系,还是小小反馈一下,若能排查修复万分感谢,如有冒犯可直接关闭issue)

mitsukileung commented 2 years ago

Adbyby Plus+ 也没法启动。5.10时没有问题

coolsnowwolf commented 2 years ago

dts 文件看一下?

ghost commented 2 years ago

dts 文件看一下?

感谢lean大佬回复,文件是复制 @lovehackintosh 大佬的

https://github.com/AXBNG/LEDE/blob/master/target/linux/ipq807x/files-5.15/arch/arm64/boot/dts/qcom/ipq8071-ax6.dts https://github.com/AXBNG/LEDE/blob/master/target/linux/ipq807x/files-5.15/arch/arm64/boot/dts/qcom/ipq8071-ax3600.dtsi

xiangfeidexiaohuo commented 2 years ago

我也发现了,虽然也不觉得影响啥

misaka36 commented 2 years ago

我发现5.15的CoreMark只有1017mhz的10682分 ,5.10跑分是1382mhz的1.8万分 仅编译performance调度

ghost commented 2 years ago

我发现5.15的CoreMark只有1017mhz的10682分 ,5.10跑分是1382mhz的18万分 仅编译performance调度

我这保持默认的5.15大概1.7万多些,比5.10稍低些倒也不会差太多hhh

misaka36 commented 2 years ago

我这保持默认的5.15大概1.7万多些,比5.10稍低些倒也不会差太多hhh

我的直接锁最低频率,也改不了,不知道删掉这几行行不行

        opp-1017600000 {
            opp-hz = /bits/ 64 <1017600000>;
            opp-microvolt = <1>;
            clock-latency-ns = <200000>;
        };
mitsukileung commented 2 years ago

我这保持默认的5.15大概1.7万多些,比5.10稍低些倒也不会差太多hhh

我的直接锁最低频率,也改不了,不知道删掉这几行行不行

      opp-1017600000 {
          opp-hz = /bits/ 64 <1017600000>;
          opp-microvolt = <1>;
          clock-latency-ns = <200000>;
      };

大佬,还有日志不断出现这些内容是什么?

Thu Oct 6 23:27:13 2022 daemon.notice hostapd: wlan1: BEACON-REQ-TX-STATUS a4:d1:8c:12:09:3c 156 ack=1 Thu Oct 6 23:27:13 2022 daemon.notice hostapd: wlan1: BEACON-RESP-RX a4:d1:8c:12:09:3c 156 00 Thu Oct 6 23:27:13 2022 daemon.notice hostapd: wlan1: BEACON-REQ-TX-STATUS fc:be:7b:3a:de:7d 159 ack=1 Thu Oct 6 23:27:13 2022 daemon.notice hostapd: wlan1: BEACON-REQ-TX-STATUS d2:82:53:32:0b:21 158 ack=1 Thu Oct 6 23:27:13 2022 daemon.notice hostapd: wlan1: BEACON-RESP-RX d2:82:53:32:0b:21 158 04 Thu Oct 6 23:27:13 2022 daemon.notice hostapd: wlan1: BEACON-REQ-TX-STATUS 84:8e:0c:9e:95:1e 154 ack=1 Thu Oct 6 23:27:13 2022 daemon.notice hostapd: wlan1: BEACON-RESP-RX 84:8e:0c:9e:95:1e 154 00 Thu Oct 6 23:27:14 2022 daemon.notice hostapd: wlan1: BEACON-REQ-TX-STATUS 78:7e:61:32:e0:5b 153 ack=0 Thu Oct 6 23:27:22 2022 daemon.notice hostapd: wlan2: BEACON-REQ-TX-STATUS f4:f5:db:cc:1e:59 61 ack=1 Thu Oct 6 23:27:22 2022 daemon.notice hostapd: wlan2: BEACON-REQ-TX-STATUS 9c:2e:a1:b2:61:19 59 ack=0 Thu Oct 6 23:27:22 2022 daemon.notice hostapd: wlan2: BEACON-RESP-RX f4:f5:db:cc:1e:59 61 00 510b0000000000000000000002c4008cdef9b46acd000000000001d6fedfbccf060000006400311400074d697473756b69010882848b960c12182403010b05040002010a0706555320010b1e2a010232043048606c30140100000fac040100000fac040100000fac020c000b050500530000460572000000003b0251002d1aef1103ffff0000000000000000000001000000000000000000003d160b0004000000000000000000000000000000000000007f0a04000802010001400040ff1a230d00189a401002604c887ec1839c010c00fafffaff191cc771ff0724f43f000cfcffff0e260008a9ff2fa9ff4575ff6575ff Thu Oct 6 23:27:22 2022 daemon.notice hostapd: wlan2: BEACON-REQ-TX-STATUS de:aa:1a:8b:30:1a 60 ack=1 Thu Oct 6 23:27:22 2022 daemon.notice hostapd: wlan2: BEACON-RESP-RX de:aa:1a:8b:30:1a 60 4f Thu Oct 6 23:27:23 2022 daemon.notice hostapd: wlan2: BEACON-REQ-TX-STATUS 90:b2:1f:c0:bd:b9 58 ack=1 Thu Oct 6 23:27:23 2022 daemon.notice hostapd: wlan2: BEACON-RESP-RX 90:b2:1f:c0:bd:b9 58 00 Thu Oct 6 23:27:23 2022 daemon.notice hostapd: wlan2: BEACON-REQ-TX-STATUS 70:47:e9:c3:76:1b 57 ack=1

misaka36 commented 2 years ago

@mitsukileung wifi状态日志,不用管忽略即可

misaka36 commented 2 years ago

关于频率缺失这个问题,可以尝试添加mhz这个包https://github.com/robimarko/openwrt/commit/30ee62ebab0fc45e4d14cac62fdc6cff91bac59a

ghost commented 2 years ago

关于频率缺失这个问题,可以尝试添加mhz这个包robimarko/openwrt@30ee62e

是的我也看到了这个,还没有尝试,但我想类似于netdata和cpufreq之类的插件应该无法读取(╯︵╰)

coolsnowwolf commented 2 years ago

image

已修复

misaka36 commented 2 years ago

是这个commit修复的吗https://github.com/coolsnowwolf/luci/commit/2a380a31c99bce8f3ceb22645abeb33f09299b2e 我上次编译时确实选的Shortcut-FE ECM,cpu频率缺失 还是因为我几天前改了一下dts修复的吗?https://github.com/AXBNG/LEDE/commit/84437ba92a19a6d96cb710bc3cce816c281165fd

mitsukileung commented 2 years ago

是这个commit修复的吗coolsnowwolf/luci@2a380a3 我上次编译时确实选的Shortcut-FE ECM,cpu频率缺失 还是因为我几天前改了一下dts修复的吗?AXBNG@84437ba

好像还是一样,还是缺失

ghost commented 2 years ago

是这个commit修复的吗coolsnowwolf/luci@2a380a3 我上次编译时确实选的Shortcut-FE ECM,cpu频率缺失 还是因为我几天前改了一下dts修复的吗?AXBNG@84437ba

我还没试暂时不清楚诶,dtsi删的那些应该没的影响,只是重复的内容,删了之后我记得我重新编过还是没得频率。 等我有空重新编下试试

misaka36 commented 2 years ago

全新clone编译问题依旧

kernel日志
  
 
[    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[    0.000000] Linux version 5.15.74 (clover@msi) (aarch64-openwrt-linux-musl-gcc (OpenWrt GCC 12.2.0 r5240-1953d466f) 12.2.0, GNU ld (GNU Binutils) 2.39) #0 SMP Mon Oct 17 01:55:17 2022
[    0.000000] Machine model: Xiaomi Mi AIoT Router AX3600
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000040000000-0x000000005fffffff]
[    0.000000]   DMA32    empty
[    0.000000]   Normal   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000040000000-0x0000000040ffffff]
[    0.000000]   node   0: [mem 0x0000000041000000-0x000000004a3fffff]
[    0.000000]   node   0: [mem 0x000000004a400000-0x000000004a4fffff]
[    0.000000]   node   0: [mem 0x000000004a500000-0x000000004a5fffff]
[    0.000000]   node   0: [mem 0x000000004a600000-0x000000004e8fffff]
[    0.000000]   node   0: [mem 0x000000004e900000-0x000000005fffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x000000005fffffff]
[    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 17 pages/cpu s30296 r8192 d31144 u69632
[    0.000000] pcpu-alloc: s30296 r8192 d31144 u69632 alloc=17*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 
[    0.000000] Detected VIPT I-cache on CPU0
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 129024
[    0.000000] Kernel command line: console=ttyMSM0,115200n8 ubi.mtd=rootfs root=mtd:ubi_rootfs rootfstype=squashfs rootwait root=/dev/ubiblock0_1
[    0.000000] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.000000] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] Memory: 414592K/524288K available (8704K kernel code, 904K rwdata, 1988K rodata, 1280K init, 284K bss, 109696K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] rcu: Hierarchical RCU implementation.
[    0.000000]  Tracing variant of Tasks RCU enabled.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[    0.000000] Root IRQ handler: gic_handle_irq
[    0.000000] GICv2m: range[mem 0x0b00a000-0x0b00affc], SPI[448:479]
[    0.000000] arch_timer: cp15 and mmio timer(s) running at 19.20MHz (virt/virt).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
[    0.000000] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
[    0.000100] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
[    0.000117] pid_max: default: 32768 minimum: 301
[    0.000266] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes, linear)
[    0.000283] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes, linear)
[    0.001774] rcu: Hierarchical SRCU implementation.
[    0.001920] dyndbg: Ignore empty _ddebug table in a CONFIG_DYNAMIC_DEBUG_CORE build
[    0.002387] smp: Bringing up secondary CPUs ...
[    0.002942] Detected VIPT I-cache on CPU1
[    0.003008] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[    0.003576] Detected VIPT I-cache on CPU2
[    0.003616] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[    0.004142] Detected VIPT I-cache on CPU3
[    0.004178] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[    0.004244] smp: Brought up 1 node, 4 CPUs
[    0.004268] SMP: Total of 4 processors activated.
[    0.004275] CPU features: detected: 32-bit EL0 Support
[    0.004282] CPU features: detected: CRC32 instructions
[    0.004331] CPU features: emulated: Privileged Access Never (PAN) using TTBR0_EL1 switching
[    0.004341] CPU: All CPU(s) started at EL1
[    0.004362] alternatives: patching kernel code
[    0.011666] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.011702] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.011859] pinctrl core: initialized pinctrl subsystem
[    0.012899] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.013358] DMA: preallocated 128 KiB GFP_KERNEL pool for atomic allocations
[    0.013400] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.013437] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.013761] thermal_sys: Registered thermal governor 'step_wise'
[    0.015067] cpuidle: using governor menu
[    0.015288] ASID allocator initialised with 65536 entries
[    0.069846] qcom,cpr4-apss-regulator b018000.cpr4-ctrl: CPR valid fuse count: 4
[    0.079582] cryptd: max_cpu_qlen set to 1000
[    0.082559] SCSI subsystem initialized
[    0.082735] usbcore: registered new interface driver usbfs
[    0.082775] usbcore: registered new interface driver hub
[    0.082813] usbcore: registered new device driver usb
[    0.083036] CPUidle PSCI: failed to enable OSI mode: -95
[    0.083368] qcom_scm: convention: smc arm 64
[    0.084501] clocksource: Switched to clocksource arch_sys_counter
[    0.085143] NET: Registered PF_INET protocol family
[    0.085281] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.085815] tcp_listen_portaddr_hash hash table entries: 256 (order: 0, 4096 bytes, linear)
[    0.085839] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.085854] TCP established hash table entries: 4096 (order: 3, 32768 bytes, linear)
[    0.085904] TCP bind hash table entries: 4096 (order: 4, 65536 bytes, linear)
[    0.085984] TCP: Hash tables configured (established 4096 bind 4096)
[    0.086069] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
[    0.086098] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
[    0.086246] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.086279] PCI: CLS 0 bytes, default 64
[    0.091825] workingset: timestamp_bits=46 max_order=17 bucket_order=0
[    0.095512] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.095532] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[    0.151566] qcom-qmp-phy 84000.phy: Registered Qcom-QMP phy
[    0.153139] qcom-pcie 20000000.pci: host bridge /soc/pci@20000000 ranges:
[    0.153199] qcom-pcie 20000000.pci:       IO 0x0020200000..0x002020ffff -> 0x0020200000
[    0.153225] qcom-pcie 20000000.pci:      MEM 0x0020220000..0x002fffffff -> 0x0020220000
[    0.276061] qcom-pcie 20000000.pci: iATU unroll: enabled
[    0.276083] qcom-pcie 20000000.pci: Detected iATU regions: 8 outbound, 8 inbound
[    0.376150] qcom-pcie 20000000.pci: Link up
[    0.376307] qcom-pcie 20000000.pci: PCI host bridge to bus 0000:00
[    0.376320] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.376335] pci_bus 0000:00: root bus resource [io  0x0000-0xffff] (bus address [0x20200000-0x2020ffff])
[    0.376347] pci_bus 0000:00: root bus resource [mem 0x20220000-0x2fffffff]
[    0.376392] pci 0000:00:00.0: [17cb:1002] type 01 class 0x060400
[    0.376420] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x00000fff]
[    0.376502] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
[    0.379210] pci 0000:01:00.0: [168c:0050] type 00 class 0x028000
[    0.379350] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x001fffff 64bit]
[    0.379565] pci 0000:01:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
[    0.380017] pci 0000:01:00.0: supports D1
[    0.380028] pci 0000:01:00.0: PME# supported from D0 D1 D3hot
[    0.382568] pci 0000:00:00.0: BAR 8: assigned [mem 0x20300000-0x205fffff]
[    0.382588] pci 0000:00:00.0: BAR 9: assigned [mem 0x20600000-0x207fffff 64bit pref]
[    0.382601] pci 0000:00:00.0: BAR 0: assigned [mem 0x20220000-0x20220fff]
[    0.382616] pci 0000:00:00.0: BAR 7: assigned [io  0x1000-0x1fff]
[    0.382631] pci 0000:01:00.0: BAR 0: assigned [mem 0x20400000-0x205fffff 64bit]
[    0.382701] pci 0000:01:00.0: BAR 6: assigned [mem 0x20300000-0x2030ffff pref]
[    0.382715] pci 0000:00:00.0: PCI bridge to [bus 01-ff]
[    0.382726] pci 0000:00:00.0:   bridge window [io  0x1000-0x1fff]
[    0.382738] pci 0000:00:00.0:   bridge window [mem 0x20300000-0x205fffff]
[    0.382750] pci 0000:00:00.0:   bridge window [mem 0x20600000-0x207fffff 64bit pref]
[    0.384552] pcieport 0000:00:00.0: PME: Signaling with IRQ 101
[    0.384856] pcieport 0000:00:00.0: AER: enabled with IRQ 101
[    0.385842] bam-dma-engine 704000.dma-controller: num-channels unspecified in dt
[    0.385862] bam-dma-engine 704000.dma-controller: num-ees unspecified in dt
[    0.389617] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[    0.390182] msm_serial 78b3000.serial: msm_serial: detected port #0
[    0.390222] msm_serial 78b3000.serial: uartclk = 3686400
[    0.390267] 78b3000.serial: ttyMSM0 at MMIO 0x78b3000 (irq = 22, base_baud = 230400) is a MSM
[    0.390299] msm_serial: console setup on port #0
[    1.203004] printk: console [ttyMSM0] enabled
[    1.208136] msm_serial: driver initialized
[    1.215998] loop: module loaded
[    1.217292] nand: device found, Manufacturer ID: 0xc8, Chip ID: 0xaa
[    1.218970] nand: ESMT GD9FS2G8F2A
[    1.225575] nand: 256 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 128
[    1.229575] spmi spmi-0: PMIC arbiter version v2 (0x20010000)
[    1.238116] s1: supplied by regulator-dummy
[    1.242412] s2: supplied by regulator-dummy
[    1.246402] vdd_s3: supplied by regulator-dummy
[    1.250672] vdd_s4: supplied by regulator-dummy
[    1.255234] s5: supplied by regulator-dummy
[    1.259573] l1: supplied by regulator-dummy
[    1.263751] l2: supplied by regulator-dummy
[    1.267934] l3: supplied by regulator-dummy
[    1.272064] l4: supplied by regulator-dummy
[    1.276258] l5: supplied by regulator-dummy
[    1.280421] l6: supplied by regulator-dummy
[    1.284586] l7: supplied by regulator-dummy
[    1.288739] l8: supplied by regulator-dummy
[    1.292926] l9: supplied by regulator-dummy
[    1.297198] l11: supplied by regulator-dummy
[    1.301241] l12: supplied by regulator-dummy
[    1.305794] l13: supplied by regulator-dummy
[    1.323223] i2c_dev: i2c /dev entries driver
[    1.326949] sdhci: Secure Digital Host Controller Interface driver
[    1.326999] sdhci: Copyright(c) Pierre Ossman
[    1.332554] sdhci-pltfm: SDHCI platform and OF driver helper
[    1.337657] remoteproc remoteproc0: releasing cd00000.q6v5_wcss
[    1.343483] NET: Registered PF_INET6 protocol family
[    1.349169] Segment Routing with IPv6
[    1.353593] In-situ OAM (IOAM) with IPv6
[    1.357194] NET: Registered PF_PACKET protocol family
[    1.361171] Bridge firewalling registered
[    1.366074] 8021q: 802.1Q VLAN Support v1.8
[    1.386285] qcom,cpr4-apss-regulator b018000.cpr4-ctrl: CPR valid fuse count: 4
[    1.386603] cpr4_ipq807x_apss_read_fuse_data: apc_corner: speed bin = 0
[    1.392411] cpr4_ipq807x_apss_read_fuse_data: apc_corner: CPR fusing revision = 1
[    1.399069] cpr4_ipq807x_apss_read_fuse_data: apc_corner: CPR misc fuse value = 0
[    1.406681] cpr4_ipq807x_apss_read_fuse_data: apc_corner: Voltage boost fuse config = 0 boost = disable
[    1.414175] cpr3_mem_acc_init: apc: not using memory accelerator regulator
[    1.423324] cpr4_ipq807x_apss_calculate_open_loop_voltages: apc_corner: fused      SVS: open-loop= 704000 uV
[    1.430272] cpr4_ipq807x_apss_calculate_open_loop_voltages: apc_corner: fused      NOM: open-loop= 816000 uV
[    1.440253] cpr4_ipq807x_apss_calculate_open_loop_voltages: apc_corner: fused    TURBO: open-loop= 872000 uV
[    1.450063] cpr4_ipq807x_apss_calculate_open_loop_voltages: apc_corner: fused   STURBO: open-loop= 960000 uV
[    1.459917] cpr4_ipq807x_apss_calculate_target_quotients: apc_corner: fused      SVS: quot[ 7]= 736, quot_offset[ 7]=   0
[    1.469683] cpr4_ipq807x_apss_calculate_target_quotients: apc_corner: fused      NOM: quot[ 7]= 955, quot_offset[ 7]= 215
[    1.480533] cpr4_ipq807x_apss_calculate_target_quotients: apc_corner: fused    TURBO: quot[ 7]=1051, quot_offset[ 7]=  95
[    1.491472] cpr4_ipq807x_apss_calculate_target_quotients: apc_corner: fused   STURBO: quot[ 7]=1215, quot_offset[ 7]= 160
[    1.502541] cpr3_regulator_init_ctrl: apc: Default CPR mode = closed-loop
[    1.504762] nand: device found, Manufacturer ID: 0xc8, Chip ID: 0xaa
[    1.520125] nand: ESMT GD9FS2G8F2A
[    1.526545] nand: 256 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 128
[    1.530032] 14 qcomsmem partitions found on MTD device qcom_nand.0
[    1.537323] Creating 14 MTD partitions on "qcom_nand.0":
[    1.543539] 0x000000000000-0x000000100000 : "0:sbl1"
[    1.550261] 0x000000100000-0x000000200000 : "0:mibib"
[    1.555096] 0x000000200000-0x000000500000 : "0:qsee"
[    1.561561] 0x000000500000-0x000000580000 : "0:devcfg"
[    1.564735] 0x000000580000-0x000000600000 : "0:rpm"
[    1.569609] 0x000000600000-0x000000680000 : "0:cdt"
[    1.574397] 0x000000680000-0x000000700000 : "0:appsblenv"
[    1.579278] 0x000000700000-0x000000800000 : "0:appsbl"
[    1.585224] 0x000000800000-0x000000880000 : "0:art"
[    1.589835] 0x000000880000-0x000000900000 : "bdata"
[    1.594655] 0x000000900000-0x000000980000 : "crash"
[    1.599493] 0x000000980000-0x000000a00000 : "crash_syslog"
[    1.604354] 0x000000a00000-0x00000fa00000 : "rootfs"
[    1.798054] mtd: device 12 (rootfs) set to be root filesystem
[    1.798353] mtdsplit: no squashfs found in "rootfs"
[    1.802788] 0x00000fa00000-0x00000fa80000 : "rsvd0"
[    1.813640] remoteproc remoteproc0: cd00000.q6v5_wcss is available
[    1.815210] ubi0: attaching mtd12
[    2.464511] random: crng init done
[    2.939260] ubi0: scanning is finished
[    2.946873] ubi0: attached mtd12 (name "rootfs", size 240 MiB)
[    2.946914] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
[    2.951607] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
[    2.958481] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096
[    2.965328] ubi0: good PEBs: 1920, bad PEBs: 0, corrupted PEBs: 0
[    2.972091] ubi0: user volume: 3, internal volumes: 1, max. volumes count: 128
[    2.978350] ubi0: max/mean erase counter: 3/1, WL threshold: 4096, image sequence number: 1659589738
[    2.985473] ubi0: available PEBs: 0, total reserved PEBs: 1920, PEBs reserved for bad PEB handling: 40
[    2.994776] ubi0: background thread "ubi_bgt0d" started, PID 492
[    2.995672] block ubiblock0_1: created from ubi0:1(rootfs)
[    3.016030] VFS: Mounted root (squashfs filesystem) readonly on device 254:0.
[    3.016734] Freeing unused kernel memory: 1280K
[    3.064776] Run /sbin/init as init process
[    3.064799]   with arguments:
[    3.064802]     /sbin/init
[    3.064806]   with environment:
[    3.064809]     HOME=/
[    3.064812]     TERM=linux
[    3.464130] init: Console is alive
[    3.464311] init: - watchdog -
[    4.553069] kmodloader: loading kernel modules from /etc/modules-boot.d/*
[    4.657125] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
[    4.665853] init: - preinit -
[    9.063809] mount_root: loading kmods from internal overlay
[    9.077372] kmodloader: loading kernel modules from //etc/modules-boot.d/*
[    9.080648] kmodloader: done loading kernel modules from //etc/modules-boot.d/*
[    9.245640] mtdblock: MTD device '0:sbl1' is NAND, please consider using UBI block devices instead.
[    9.261638] mtdblock: MTD device '0:mibib' is NAND, please consider using UBI block devices instead.
[    9.275354] mtdblock: MTD device 'crash' is NAND, please consider using UBI block devices instead.
[    9.290193] mtdblock: MTD device 'crash_syslog' is NAND, please consider using UBI block devices instead.
[    9.305050] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
[    9.319897] mtdblock: MTD device 'rsvd0' is NAND, please consider using UBI block devices instead.
[    9.334744] mtdblock: MTD device '0:qsee' is NAND, please consider using UBI block devices instead.
[    9.348392] mtdblock: MTD device '0:devcfg' is NAND, please consider using UBI block devices instead.
[    9.362040] mtdblock: MTD device '0:rpm' is NAND, please consider using UBI block devices instead.
[    9.375733] mtdblock: MTD device '0:cdt' is NAND, please consider using UBI block devices instead.
[    9.389363] mtdblock: MTD device '0:appsblenv' is NAND, please consider using UBI block devices instead.
[    9.402995] mtdblock: MTD device '0:appsbl' is NAND, please consider using UBI block devices instead.
[    9.416658] mtdblock: MTD device '0:art' is NAND, please consider using UBI block devices instead.
[    9.430301] mtdblock: MTD device 'bdata' is NAND, please consider using UBI block devices instead.
[    9.473550] block: attempting to load /etc/config/fstab
[    9.476048] block: unable to load configuration (fstab: Entry not found)
[    9.477649] block: no usable configuration
[    9.486283] UBIFS (ubi0:2): Mounting in unauthenticated mode
[    9.488532] UBIFS (ubi0:2): background thread "ubifs_bgt0_2" started, PID 586
[    9.554325] UBIFS (ubi0:2): UBIFS: mounted UBI device 0, volume 2, name "rootfs_data"
[    9.554362] UBIFS (ubi0:2): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
[    9.561159] UBIFS (ubi0:2): FS size: 218525696 bytes (208 MiB, 1721 LEBs), max 1733 LEBs, journal size 10919936 bytes (10 MiB, 86 LEBs)
[    9.571062] UBIFS (ubi0:2): reserved for root: 4952683 bytes (4836 KiB)
[    9.583018] UBIFS (ubi0:2): media format: w5/r0 (latest is w5/r0), UUID 83CABF06-E714-454A-997D-C3238DAE4D75, small LPT model
[    9.594013] mtdblock: MTD device '0:sbl1' is NAND, please consider using UBI block devices instead.
[    9.614867] mtdblock: MTD device '0:mibib' is NAND, please consider using UBI block devices instead.
[    9.628321] mtdblock: MTD device 'crash' is NAND, please consider using UBI block devices instead.
[    9.642966] mtdblock: MTD device 'crash_syslog' is NAND, please consider using UBI block devices instead.
[    9.657613] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
[    9.672211] mtdblock: MTD device 'rsvd0' is NAND, please consider using UBI block devices instead.
[    9.686913] mtdblock: MTD device '0:qsee' is NAND, please consider using UBI block devices instead.
[    9.700345] mtdblock: MTD device '0:devcfg' is NAND, please consider using UBI block devices instead.
[    9.713769] mtdblock: MTD device '0:rpm' is NAND, please consider using UBI block devices instead.
[    9.727215] mtdblock: MTD device '0:cdt' is NAND, please consider using UBI block devices instead.
[    9.740633] mtdblock: MTD device '0:appsblenv' is NAND, please consider using UBI block devices instead.
[    9.754044] mtdblock: MTD device '0:appsbl' is NAND, please consider using UBI block devices instead.
[    9.767461] mtdblock: MTD device '0:art' is NAND, please consider using UBI block devices instead.
[    9.780896] mtdblock: MTD device 'bdata' is NAND, please consider using UBI block devices instead.
[    9.810845] block: attempting to load /etc/config/fstab
[    9.810967] block: unable to load configuration (fstab: Entry not found)
[    9.814965] block: no usable configuration
[    9.822717] mount_root: overlay filesystem has not been fully initialized yet
[    9.826352] mount_root: switching to ubifs overlay
[    9.837825] overlayfs: null uuid detected in lower fs '/', falling back to xino=off,index=off,nfs_export=off.
[   10.537342] urandom-seed: Seed file not found (/etc/urandom.seed)
[   10.650270] procd: - early -
[   10.650388] procd: - watchdog -
[   10.768870] mtdblock: MTD device '0:sbl1' is NAND, please consider using UBI block devices instead.
[   10.783140] mtdblock: MTD device '0:mibib' is NAND, please consider using UBI block devices instead.
[   10.796792] mtdblock: MTD device 'crash' is NAND, please consider using UBI block devices instead.
[   10.811536] mtdblock: MTD device 'crash_syslog' is NAND, please consider using UBI block devices instead.
[   10.826279] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
[   10.840974] mtdblock: MTD device 'rsvd0' is NAND, please consider using UBI block devices instead.
[   10.855710] mtdblock: MTD device '0:qsee' is NAND, please consider using UBI block devices instead.
[   10.869231] mtdblock: MTD device '0:devcfg' is NAND, please consider using UBI block devices instead.
[   10.882762] mtdblock: MTD device '0:rpm' is NAND, please consider using UBI block devices instead.
[   10.896331] mtdblock: MTD device '0:cdt' is NAND, please consider using UBI block devices instead.
[   10.909843] mtdblock: MTD device '0:appsblenv' is NAND, please consider using UBI block devices instead.
[   10.923363] mtdblock: MTD device '0:appsbl' is NAND, please consider using UBI block devices instead.
[   10.936909] mtdblock: MTD device '0:art' is NAND, please consider using UBI block devices instead.
[   10.950446] mtdblock: MTD device 'bdata' is NAND, please consider using UBI block devices instead.
[   10.995263] mtdblock: MTD device '0:sbl1' is NAND, please consider using UBI block devices instead.
[   11.009081] mtdblock: MTD device '0:mibib' is NAND, please consider using UBI block devices instead.
[   11.022626] mtdblock: MTD device 'crash' is NAND, please consider using UBI block devices instead.
[   11.037414] mtdblock: MTD device 'crash_syslog' is NAND, please consider using UBI block devices instead.
[   11.052173] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
[   11.066854] mtdblock: MTD device 'rsvd0' is NAND, please consider using UBI block devices instead.
[   11.081563] mtdblock: MTD device '0:qsee' is NAND, please consider using UBI block devices instead.
[   11.095069] mtdblock: MTD device '0:devcfg' is NAND, please consider using UBI block devices instead.
[   11.108567] mtdblock: MTD device '0:rpm' is NAND, please consider using UBI block devices instead.
[   11.122074] mtdblock: MTD device '0:cdt' is NAND, please consider using UBI block devices instead.
[   11.135596] mtdblock: MTD device '0:appsblenv' is NAND, please consider using UBI block devices instead.
[   11.149109] mtdblock: MTD device '0:appsbl' is NAND, please consider using UBI block devices instead.
[   11.162596] mtdblock: MTD device '0:art' is NAND, please consider using UBI block devices instead.
[   11.176118] mtdblock: MTD device 'bdata' is NAND, please consider using UBI block devices instead.
[   11.187209] procd: - watchdog -
[   11.187490] procd: - ubus -
[   11.249598] mtdblock: MTD device '0:sbl1' is NAND, please consider using UBI block devices instead.
[   11.263519] mtdblock: MTD device '0:mibib' is NAND, please consider using UBI block devices instead.
[   11.277092] mtdblock: MTD device 'crash' is NAND, please consider using UBI block devices instead.
[   11.291820] mtdblock: MTD device 'crash_syslog' is NAND, please consider using UBI block devices instead.
[   11.306618] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
[   11.321375] mtdblock: MTD device 'rsvd0' is NAND, please consider using UBI block devices instead.
[   11.324286] procd: - init -
[   11.348010] mtdblock: MTD device '0:qsee' is NAND, please consider using UBI block devices instead.
[   11.381968] mtdblock: MTD device '0:devcfg' is NAND, please consider using UBI block devices instead.
[   11.395597] mtdblock: MTD device '0:rpm' is NAND, please consider using UBI block devices instead.
[   11.409170] mtdblock: MTD device '0:cdt' is NAND, please consider using UBI block devices instead.
[   11.422690] mtdblock: MTD device '0:appsblenv' is NAND, please consider using UBI block devices instead.
[   11.436382] mtdblock: MTD device '0:appsbl' is NAND, please consider using UBI block devices instead.
[   11.449996] mtdblock: MTD device '0:art' is NAND, please consider using UBI block devices instead.
[   11.500825] mtdblock: MTD device 'bdata' is NAND, please consider using UBI block devices instead.
[   11.545943] mtdblock: MTD device '0:sbl1' is NAND, please consider using UBI block devices instead.
[   11.559973] mtdblock: MTD device '0:mibib' is NAND, please consider using UBI block devices instead.
[   11.573757] mtdblock: MTD device 'crash' is NAND, please consider using UBI block devices instead.
[   11.588769] mtdblock: MTD device 'crash_syslog' is NAND, please consider using UBI block devices instead.
[   11.603779] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
[   11.618732] mtdblock: MTD device 'rsvd0' is NAND, please consider using UBI block devices instead.
[   11.638518] mtdblock: MTD device '0:qsee' is NAND, please consider using UBI block devices instead.
[   11.669833] mtdblock: MTD device '0:devcfg' is NAND, please consider using UBI block devices instead.
[   11.689403] mtdblock: MTD device '0:rpm' is NAND, please consider using UBI block devices instead.
[   11.704359] mtdblock: MTD device '0:cdt' is NAND, please consider using UBI block devices instead.
[   11.718024] mtdblock: MTD device '0:appsblenv' is NAND, please consider using UBI block devices instead.
[   11.737565] mtdblock: MTD device '0:appsbl' is NAND, please consider using UBI block devices instead.
[   11.751275] mtdblock: MTD device '0:art' is NAND, please consider using UBI block devices instead.
[   11.764901] mtdblock: MTD device 'bdata' is NAND, please consider using UBI block devices instead.
[   11.855086] mtdblock: MTD device '0:sbl1' is NAND, please consider using UBI block devices instead.
[   11.869134] mtdblock: MTD device '0:mibib' is NAND, please consider using UBI block devices instead.
[   11.882943] mtdblock: MTD device 'crash' is NAND, please consider using UBI block devices instead.
[   11.897993] mtdblock: MTD device 'crash_syslog' is NAND, please consider using UBI block devices instead.
[   11.912992] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
[   11.928000] mtdblock: MTD device 'rsvd0' is NAND, please consider using UBI block devices instead.
[   11.943039] mtdblock: MTD device '0:qsee' is NAND, please consider using UBI block devices instead.
[   11.956894] mtdblock: MTD device '0:devcfg' is NAND, please consider using UBI block devices instead.
[   11.970937] mtdblock: MTD device '0:rpm' is NAND, please consider using UBI block devices instead.
[   11.985159] mtdblock: MTD device '0:cdt' is NAND, please consider using UBI block devices instead.
[   11.999262] mtdblock: MTD device '0:appsblenv' is NAND, please consider using UBI block devices instead.
[   12.015625] mtdblock: MTD device '0:appsbl' is NAND, please consider using UBI block devices instead.
[   12.029779] mtdblock: MTD device '0:art' is NAND, please consider using UBI block devices instead.
[   12.041888] kmodloader: loading kernel modules from /etc/modules.d/*
[   12.043972] mtdblock: MTD device 'bdata' is NAND, please consider using UBI block devices instead.
[   12.051329] NET: Registered PF_ALG protocol family
[   12.065873] zram: Added device: zram0
[   12.109498] mtdblock: MTD device '0:sbl1' is NAND, please consider using UBI block devices instead.
[   12.123407] mtdblock: MTD device '0:mibib' is NAND, please consider using UBI block devices instead.
[   12.137094] mtdblock: MTD device 'crash' is NAND, please consider using UBI block devices instead.
[   12.152185] mtdblock: MTD device 'crash_syslog' is NAND, please consider using UBI block devices instead.
[   12.168594] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
[   12.178668] ssdk_switch_device_num_init[1160]:INFO:ess-switch dts node number: 1
[   12.178823] ssdk_dt_get_switch_node[971]:INFO:ess-switch DT exist!
[   12.183911] mtdblock: MTD device 'rsvd0' is NAND, please consider using UBI block devices instead.
[   12.185181] ssdk_dt_parse_access_mode[857]:INFO:switch_access_mode: local bus
[   12.200089] ssdk_dt_parse_access_mode[870]:INFO:switchreg_base_addr: 0x3a000000
[   12.205896] mtdblock: MTD device '0:qsee' is NAND, please consider using UBI block devices instead.
[   12.207299] ssdk_dt_parse_access_mode[871]:INFO:switchreg_size: 0x1000000
[   12.223438] ssdk_dt_parse_mac_mode[295]:INFO:mac mode = 0x0
[   12.227868] mtdblock: MTD device '0:devcfg' is NAND, please consider using UBI block devices instead.
[   12.230380] ssdk_dt_parse_mac_mode[304]:INFO:mac mode1 = 0xff
[   12.245138] ssdk_dt_parse_mac_mode[313]:INFO:mac mode2 = 0xff
[   12.249214] mtdblock: MTD device '0:rpm' is NAND, please consider using UBI block devices instead.
[   12.250976] ssdk_dt_parse_uniphy[332]:INFO:ess-uniphy DT exist!
[   12.265745] ssdk_dt_parse_intf_mac[800]:INFO:dp2 MAC 8c:de:f9:82:03:60
[   12.270111] mtdblock: MTD device '0:cdt' is NAND, please consider using UBI block devices instead.
[   12.271326] ssdk_dt_parse_intf_mac[800]:INFO:dp3 MAC 8c:de:f9:b6:0a:20
[   12.286876] ssdk_dt_parse_intf_mac[800]:INFO:dp4 MAC 8c:de:f9:b6:0a:20
[   12.291343] mtdblock: MTD device '0:appsblenv' is NAND, please consider using UBI block devices instead.
[   12.293368] ssdk_dt_parse_intf_mac[800]:INFO:dp5 MAC 8c:de:f9:b6:0a:20
[   12.309557] ssdk_plat_init start
[   12.313330] mtdblock: MTD device '0:appsbl' is NAND, please consider using UBI block devices instead.
[   12.332641] mtdblock: MTD device '0:art' is NAND, please consider using UBI block devices instead.
[   12.346394] mtdblock: MTD device 'bdata' is NAND, please consider using UBI block devices instead.
[   12.391382] mtdblock: MTD device '0:sbl1' is NAND, please consider using UBI block devices instead.
[   12.405163] mtdblock: MTD device '0:mibib' is NAND, please consider using UBI block devices instead.
[   12.418648] mtdblock: MTD device 'crash' is NAND, please consider using UBI block devices instead.
[   12.433284] mtdblock: MTD device 'crash_syslog' is NAND, please consider using UBI block devices instead.
[   12.446831] ssdk_gcc_clock_init[1033]:INFO:SSDK gcc clock init successfully!
[   12.448087] HPPE initializing...
[   12.448937] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
[   12.453247] malibu_phy_api_ops_init[2848]:INFO:qca probe malibu phy driver succeeded!
[   12.470958] regi_init[3567]:INFO:Initializing HPPE!!
[   12.471028] mtdblock: MTD device 'rsvd0' is NAND, please consider using UBI block devices instead.
[   12.492615] mtdblock: MTD device '0:qsee' is NAND, please consider using UBI block devices instead.
[   12.506131] mtdblock: MTD device '0:devcfg' is NAND, please consider using UBI block devices instead.
[   12.519561] mtdblock: MTD device '0:rpm' is NAND, please consider using UBI block devices instead.
[   12.533006] mtdblock: MTD device '0:cdt' is NAND, please consider using UBI block devices instead.
[   12.546430] mtdblock: MTD device '0:appsblenv' is NAND, please consider using UBI block devices instead.
[   12.559872] mtdblock: MTD device '0:appsbl' is NAND, please consider using UBI block devices instead.
[   12.573294] mtdblock: MTD device '0:art' is NAND, please consider using UBI block devices instead.
[   12.586756] mtdblock: MTD device 'bdata' is NAND, please consider using UBI block devices instead.
[   12.631253] mtdblock: MTD device '0:sbl1' is NAND, please consider using UBI block devices instead.
[   12.645236] mtdblock: MTD device '0:mibib' is NAND, please consider using UBI block devices instead.
[   12.658905] mtdblock: MTD device 'crash' is NAND, please consider using UBI block devices instead.
[   12.673790] mtdblock: MTD device 'crash_syslog' is NAND, please consider using UBI block devices instead.
[   12.688669] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
[   12.703499] mtdblock: MTD device 'rsvd0' is NAND, please consider using UBI block devices instead.
[   12.704509] ssdk_ppe_reset_init[1265]:INFO:ppe reset successfully!
[   12.714670] qca_hppe_tdm_hw_init[684]:INFO:tdm setup num=96
[   12.717829] qca_hppe_portctrl_hw_init[110]:INFO:Hawkeye PPE port initializing
[   12.718452] mtdblock: MTD device '0:qsee' is NAND, please consider using UBI block devices instead.
[   12.743960] mtdblock: MTD device '0:devcfg' is NAND, please consider using UBI block devices instead.
[   12.757643] mtdblock: MTD device '0:rpm' is NAND, please consider using UBI block devices instead.
[   12.771331] mtdblock: MTD device '0:cdt' is NAND, please consider using UBI block devices instead.
[   12.785033] mtdblock: MTD device '0:appsblenv' is NAND, please consider using UBI block devices instead.
[   12.798684] mtdblock: MTD device '0:appsbl' is NAND, please consider using UBI block devices instead.
[   12.812371] mtdblock: MTD device '0:art' is NAND, please consider using UBI block devices instead.
[   12.826051] mtdblock: MTD device 'bdata' is NAND, please consider using UBI block devices instead.
[   12.871080] mtdblock: MTD device '0:sbl1' is NAND, please consider using UBI block devices instead.
[   12.885044] mtdblock: MTD device '0:mibib' is NAND, please consider using UBI block devices instead.
[   12.898699] mtdblock: MTD device 'crash' is NAND, please consider using UBI block devices instead.
[   12.913558] mtdblock: MTD device 'crash_syslog' is NAND, please consider using UBI block devices instead.
[   12.928396] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
[   12.943226] mtdblock: MTD device 'rsvd0' is NAND, please consider using UBI block devices instead.
[   12.949711] ssdk_switch_register[1718]:INFO:Chip version 0x1500
[   12.951088] qca_link_polling_select[1315]:INFO:link-polling-required node does not exist
[   12.956917] ssdk_switch_register[1744]:INFO:polling is selected
[   12.958124] mtdblock: MTD device '0:qsee' is NAND, please consider using UBI block devices instead.
[   12.965241] regi_init[3571]:INFO:Initializing HPPE Done!!
[   12.965322] regi_init[3631]:INFO:qca-ssdk module init succeeded!
[   12.984614] mtdblock: MTD device '0:devcfg' is NAND, please consider using UBI block devices instead.
[   12.991803] tun: Universal TUN/TAP device driver, 1.6
[   13.004875] EDMA ver 1 hw init
[   13.005784] mtdblock: MTD device '0:rpm' is NAND, please consider using UBI block devices instead.
[   13.005897] EDMA HW Reset completed succesfully
[   13.017631] Num rings - TxDesc:1 (23-23) TxCmpl:1 (7-7)
[   13.021992] RxDesc:1 (15-15) RxFill:1 (7-7)
[   13.022217] mtdblock: MTD device '0:cdt' is NAND, please consider using UBI block devices instead.
[   13.028876] nss-dp 3a001200.dp2 eth0: Registered netdev eth0(qcom-id:2)
[   13.042495] nss-dp 3a001400.dp3 eth1: Registered netdev eth1(qcom-id:3)
[   13.048653] nss-dp 3a001600.dp4 eth2: Registered netdev eth2(qcom-id:4)
[   13.055182] nss-dp 3a001800.dp5 eth3: Registered netdev eth3(qcom-id:5)
[   13.056651] mtdblock: MTD device '0:appsblenv' is NAND, please consider using UBI block devices instead.
[   13.060293] **********************************************************
[   13.076433] * NSS Data Plane driver
[   13.080690] mtdblock: MTD device '0:appsbl' is NAND, please consider using UBI block devices instead.
[   13.082751] **********************************************************
[   13.109961] mtdblock: MTD device '0:art' is NAND, please consider using UBI block devices instead.
[   13.116425] qca-nss 39000000.nss: Direct firmware load for qca-nss0.bin failed with error -2
[   13.117832] qca-nss 39000000.nss: Falling back to sysfs fallback for: qca-nss0.bin
[   13.123903] mtdblock: MTD device 'bdata' is NAND, please consider using UBI block devices instead.
[   13.179025] mtdblock: MTD device '0:sbl1' is NAND, please consider using UBI block devices instead.
[   13.193031] mtdblock: MTD device '0:mibib' is NAND, please consider using UBI block devices instead.
[   13.206816] mtdblock: MTD device 'crash' is NAND, please consider using UBI block devices instead.
[   13.221790] mtdblock: MTD device 'crash_syslog' is NAND, please consider using UBI block devices instead.
[   13.236887] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
[   13.251814] mtdblock: MTD device 'rsvd0' is NAND, please consider using UBI block devices instead.
[   13.266799] mtdblock: MTD device '0:qsee' is NAND, please consider using UBI block devices instead.
[   13.280536] mtdblock: MTD device '0:devcfg' is NAND, please consider using UBI block devices instead.
[   13.294289] mtdblock: MTD device '0:rpm' is NAND, please consider using UBI block devices instead.
[   13.308041] mtdblock: MTD device '0:cdt' is NAND, please consider using UBI block devices instead.
[   13.321772] mtdblock: MTD device '0:appsblenv' is NAND, please consider using UBI block devices instead.
[   13.335552] mtdblock: MTD device '0:appsbl' is NAND, please consider using UBI block devices instead.
[   13.349310] mtdblock: MTD device '0:art' is NAND, please consider using UBI block devices instead.
[   13.363044] mtdblock: MTD device 'bdata' is NAND, please consider using UBI block devices instead.
[   13.407995] mtdblock: MTD device '0:sbl1' is NAND, please consider using UBI block devices instead.
[   13.421747] mtdblock: MTD device '0:mibib' is NAND, please consider using UBI block devices instead.
[   13.435222] mtdblock: MTD device 'crash' is NAND, please consider using UBI block devices instead.
[   13.449871] mtdblock: MTD device 'crash_syslog' is NAND, please consider using UBI block devices instead.
[   13.464536] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
[   13.479165] mtdblock: MTD device 'rsvd0' is NAND, please consider using UBI block devices instead.
[   13.493823] mtdblock: MTD device '0:qsee' is NAND, please consider using UBI block devices instead.
[   13.507260] mtdblock: MTD device '0:devcfg' is NAND, please consider using UBI block devices instead.
[   13.520713] mtdblock: MTD device '0:rpm' is NAND, please consider using UBI block devices instead.
[   13.534163] mtdblock: MTD device '0:cdt' is NAND, please consider using UBI block devices instead.
[   13.547652] mtdblock: MTD device '0:appsblenv' is NAND, please consider using UBI block devices instead.
[   13.561091] mtdblock: MTD device '0:appsbl' is NAND, please consider using UBI block devices instead.
[   13.574558] mtdblock: MTD device '0:art' is NAND, please consider using UBI block devices instead.
[   13.588038] mtdblock: MTD device 'bdata' is NAND, please consider using UBI block devices instead.
[   13.633106] mtdblock: MTD device '0:sbl1' is NAND, please consider using UBI block devices instead.
[   13.646867] mtdblock: MTD device '0:mibib' is NAND, please consider using UBI block devices instead.
[   13.660369] mtdblock: MTD device 'crash' is NAND, please consider using UBI block devices instead.
[   13.675101] mtdblock: MTD device 'crash_syslog' is NAND, please consider using UBI block devices instead.
[   13.689760] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
[   13.704383] mtdblock: MTD device 'rsvd0' is NAND, please consider using UBI block devices instead.
[   13.719030] mtdblock: MTD device '0:qsee' is NAND, please consider using UBI block devices instead.
[   13.732459] mtdblock: MTD device '0:devcfg' is NAND, please consider using UBI block devices instead.
[   13.745882] mtdblock: MTD device '0:rpm' is NAND, please consider using UBI block devices instead.
[   13.759333] mtdblock: MTD device '0:cdt' is NAND, please consider using UBI block devices instead.
[   13.772780] mtdblock: MTD device '0:appsblenv' is NAND, please consider using UBI block devices instead.
[   13.786238] mtdblock: MTD device '0:appsbl' is NAND, please consider using UBI block devices instead.
[   13.799660] mtdblock: MTD device '0:art' is NAND, please consider using UBI block devices instead.
[   13.813113] mtdblock: MTD device 'bdata' is NAND, please consider using UBI block devices instead.
[   13.857628] mtdblock: MTD device '0:sbl1' is NAND, please consider using UBI block devices instead.
[   13.871661] mtdblock: MTD device '0:mibib' is NAND, please consider using UBI block devices instead.
[   13.885422] mtdblock: MTD device 'crash' is NAND, please consider using UBI block devices instead.
[   13.900343] mtdblock: MTD device 'crash_syslog' is NAND, please consider using UBI block devices instead.
[   13.915307] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
[   13.930220] mtdblock: MTD device 'rsvd0' is NAND, please consider using UBI block devices instead.
[   13.945162] mtdblock: MTD device '0:qsee' is NAND, please consider using UBI block devices instead.
[   13.958901] mtdblock: MTD device '0:devcfg' is NAND, please consider using UBI block devices instead.
[   13.972626] mtdblock: MTD device '0:rpm' is NAND, please consider using UBI block devices instead.
[   13.986383] mtdblock: MTD device '0:cdt' is NAND, please consider using UBI block devices instead.
[   14.000097] mtdblock: MTD device '0:appsblenv' is NAND, please consider using UBI block devices instead.
[   14.013846] mtdblock: MTD device '0:appsbl' is NAND, please consider using UBI block devices instead.
[   14.027581] mtdblock: MTD device '0:art' is NAND, please consider using UBI block devices instead.
[   14.041325] mtdblock: MTD device 'bdata' is NAND, please consider using UBI block devices instead.
[   14.086788] mtdblock: MTD device '0:sbl1' is NAND, please consider using UBI block devices instead.
[   14.100528] mtdblock: MTD device '0:mibib' is NAND, please consider using UBI block devices instead.
[   14.113983] mtdblock: MTD device 'crash' is NAND, please consider using UBI block devices instead.
[   14.128626] mtdblock: MTD device 'crash_syslog' is NAND, please consider using UBI block devices instead.
[   14.143251] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
[   14.157881] mtdblock: MTD device 'rsvd0' is NAND, please consider using UBI block devices instead.
[   14.172507] mtdblock: MTD device '0:qsee' is NAND, please consider using UBI block devices instead.
[   14.186025] mtdblock: MTD device '0:devcfg' is NAND, please consider using UBI block devices instead.
[   14.199450] mtdblock: MTD device '0:rpm' is NAND, please consider using UBI block devices instead.
[   14.212905] mtdblock: MTD device '0:cdt' is NAND, please consider using UBI block devices instead.
[   14.226331] mtdblock: MTD device '0:appsblenv' is NAND, please consider using UBI block devices instead.
[   14.239768] mtdblock: MTD device '0:appsbl' is NAND, please consider using UBI block devices instead.
[   14.253200] mtdblock: MTD device '0:art' is NAND, please consider using UBI block devices instead.
[   14.266656] mtdblock: MTD device 'bdata' is NAND, please consider using UBI block devices instead.
[   14.311208] mtdblock: MTD device '0:sbl1' is NAND, please consider using UBI block devices instead.
[   14.324962] mtdblock: MTD device '0:mibib' is NAND, please consider using UBI block devices instead.
[   14.338414] mtdblock: MTD device 'crash' is NAND, please consider using UBI block devices instead.
[   14.353047] mtdblock: MTD device 'crash_syslog' is NAND, please consider using UBI block devices instead.
[   14.367661] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
[   14.382272] mtdblock: MTD device 'rsvd0' is NAND, please consider using UBI block devices instead.
[   14.396904] mtdblock: MTD device '0:qsee' is NAND, please consider using UBI block devices instead.
[   14.410414] mtdblock: MTD device '0:devcfg' is NAND, please consider using UBI block devices instead.
[   14.423842] mtdblock: MTD device '0:rpm' is NAND, please consider using UBI block devices instead.
[   14.437292] mtdblock: MTD device '0:cdt' is NAND, please consider using UBI block devices instead.
[   14.450714] mtdblock: MTD device '0:appsblenv' is NAND, please consider using UBI block devices instead.
[   14.464150] mtdblock: MTD device '0:appsbl' is NAND, please consider using UBI block devices instead.
[   14.477575] mtdblock: MTD device '0:art' is NAND, please consider using UBI block devices instead.
[   14.491031] mtdblock: MTD device 'bdata' is NAND, please consider using UBI block devices instead.
[   14.535606] mtdblock: MTD device '0:sbl1' is NAND, please consider using UBI block devices instead.
[   14.549359] mtdblock: MTD device '0:mibib' is NAND, please consider using UBI block devices instead.
[   14.562822] mtdblock: MTD device 'crash' is NAND, please consider using UBI block devices instead.
[   14.577465] mtdblock: MTD device 'crash_syslog' is NAND, please consider using UBI block devices instead.
[   14.592176] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
[   14.606816] mtdblock: MTD device 'rsvd0' is NAND, please consider using UBI block devices instead.
[   14.621458] mtdblock: MTD device '0:qsee' is NAND, please consider using UBI block devices instead.
[   14.634894] mtdblock: MTD device '0:devcfg' is NAND, please consider using UBI block devices instead.
[   14.648325] mtdblock: MTD device '0:rpm' is NAND, please consider using UBI block devices instead.
[   14.661773] mtdblock: MTD device '0:cdt' is NAND, please consider using UBI block devices instead.
[   14.675228] mtdblock: MTD device '0:appsblenv' is NAND, please consider using UBI block devices instead.
[   14.688658] mtdblock: MTD device '0:appsbl' is NAND, please consider using UBI block devices instead.
[   14.702095] mtdblock: MTD device '0:art' is NAND, please consider using UBI block devices instead.
[   14.715564] mtdblock: MTD device 'bdata' is NAND, please consider using UBI block devices instead.
[   14.759986] mtdblock: MTD device '0:sbl1' is NAND, please consider using UBI block devices instead.
[   14.773732] mtdblock: MTD device '0:mibib' is NAND, please consider using UBI block devices instead.
[   14.787200] mtdblock: MTD device 'crash' is NAND, please consider using UBI block devices instead.
[   14.801847] mtdblock: MTD device 'crash_syslog' is NAND, please consider using UBI block devices instead.
[   14.816541] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
[   14.831133] mtdblock: MTD device 'rsvd0' is NAND, please consider using UBI block devices instead.
[   14.845831] mtdblock: MTD device '0:qsee' is NAND, please consider using UBI block devices instead.
[   14.859263] mtdblock: MTD device '0:devcfg' is NAND, please consider using UBI block devices instead.
[   14.872689] mtdblock: MTD device '0:rpm' is NAND, please consider using UBI block devices instead.
[   14.886159] mtdblock: MTD device '0:cdt' is NAND, please consider using UBI block devices instead.
[   14.899643] mtdblock: MTD device '0:appsblenv' is NAND, please consider using UBI block devices instead.
[   14.913061] mtdblock: MTD device '0:appsbl' is NAND, please consider using UBI block devices instead.
[   14.926515] mtdblock: MTD device '0:art' is NAND, please consider using UBI block devices instead.
[   14.939956] mtdblock: MTD device 'bdata' is NAND, please consider using UBI block devices instead.
[   14.984740] mtdblock: MTD device '0:sbl1' is NAND, please consider using UBI block devices instead.
[   14.998485] mtdblock: MTD device '0:mibib' is NAND, please consider using UBI block devices instead.
[   15.011977] mtdblock: MTD device 'crash' is NAND, please consider using UBI block devices instead.
[   15.026625] mtdblock: MTD device 'crash_syslog' is NAND, please consider using UBI block devices instead.
[   15.041272] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
[   15.056191] mtdblock: MTD device 'rsvd0' is NAND, please consider using UBI block devices instead.
[   15.071173] mtdblock: MTD device '0:qsee' is NAND, please consider using UBI block devices instead.
[   15.084911] mtdblock: MTD device '0:devcfg' is NAND, please consider using UBI block devices instead.
[   15.098650] mtdblock: MTD device '0:rpm' is NAND, please consider using UBI block devices instead.
[   15.112422] mtdblock: MTD device '0:cdt' is NAND, please consider using UBI block devices instead.
[   15.126160] mtdblock: MTD device '0:appsblenv' is NAND, please consider using UBI block devices instead.
[   15.139895] mtdblock: MTD device '0:appsbl' is NAND, please consider using UBI block devices instead.
[   15.153651] mtdblock: MTD device '0:art' is NAND, please consider using UBI block devices instead.
[   15.167412] mtdblock: MTD device 'bdata' is NAND, please consider using UBI block devices instead.
[   15.212578] mtdblock: MTD device '0:sbl1' is NAND, please consider using UBI block devices instead.
[   15.226342] mtdblock: MTD device '0:mibib' is NAND, please consider using UBI block devices instead.
[   15.239816] mtdblock: MTD device 'crash' is NAND, please consider using UBI block devices instead.
[   15.254564] mtdblock: MTD device 'crash_syslog' is NAND, please consider using UBI block devices instead.
[   15.269217] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
[   15.283829] mtdblock: MTD device 'rsvd0' is NAND, please consider using UBI block devices instead.
[   15.298470] mtdblock: MTD device '0:qsee' is NAND, please consider using UBI block devices instead.
[   15.311938] mtdblock: MTD device '0:devcfg' is NAND, please consider using UBI block devices instead.
[   15.325384] mtdblock: MTD device '0:rpm' is NAND, please consider using UBI block devices instead.
[   15.338843] mtdblock: MTD device '0:cdt' is NAND, please consider using UBI block devices instead.
[   15.352281] mtdblock: MTD device '0:appsblenv' is NAND, please consider using UBI block devices instead.
[   15.365753] mtdblock: MTD device '0:appsbl' is NAND, please consider using UBI block devices instead.
[   15.379180] mtdblock: MTD device '0:art' is NAND, please consider using UBI block devices instead.
[   15.392620] mtdblock: MTD device 'bdata' is NAND, please consider using UBI block devices instead.
[   15.437063] mtdblock: MTD device '0:sbl1' is NAND, please consider using UBI block devices instead.
[   15.450797] mtdblock: MTD device '0:mibib' is NAND, please consider using UBI block devices instead.
[   15.464253] mtdblock: MTD device 'crash' is NAND, please consider using UBI block devices instead.
[   15.478886] mtdblock: MTD device 'crash_syslog' is NAND, please consider using UBI block devices instead.
[   15.493518] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
[   15.508167] mtdblock: MTD device 'rsvd0' is NAND, please consider using UBI block devices instead.
[   15.522783] mtdblock: MTD device '0:qsee' is NAND, please consider using UBI block devices instead.
[   15.536246] mtdblock: MTD device '0:devcfg' is NAND, please consider using UBI block devices instead.
[   15.549658] mtdblock: MTD device '0:rpm' is NAND, please consider using UBI block devices instead.
[   15.563100] mtdblock: MTD device '0:cdt' is NAND, please consider using UBI block devices instead.
[   15.576523] mtdblock: MTD device '0:appsblenv' is NAND, please consider using UBI block devices instead.
[   15.589952] mtdblock: MTD device '0:appsbl' is NAND, please consider using UBI block devices instead.
[   15.603365] mtdblock: MTD device '0:art' is NAND, please consider using UBI block devices instead.
[   15.616810] mtdblock: MTD device 'bdata' is NAND, please consider using UBI block devices instead.
[   15.661626] mtdblock: MTD device '0:sbl1' is NAND, please consider using UBI block devices instead.
[   15.675415] mtdblock: MTD device '0:mibib' is NAND, please consider using UBI block devices instead.
[   15.688871] mtdblock: MTD device 'crash' is NAND, please consider using UBI block devices instead.
[   15.703532] mtdblock: MTD device 'crash_syslog' is NAND, please consider using UBI block devices instead.
[   15.718158] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
[   15.732776] mtdblock: MTD device 'rsvd0' is NAND, please consider using UBI block devices instead.
[   15.747399] mtdblock: MTD device '0:qsee' is NAND, please consider using UBI block devices instead.
[   15.760831] mtdblock: MTD device '0:devcfg' is NAND, please consider using UBI block devices instead.
[   15.774231] mtdblock: MTD device '0:rpm' is NAND, please consider using UBI block devices instead.
[   15.787681] mtdblock: MTD device '0:cdt' is NAND, please consider using UBI block devices instead.
[   15.801104] mtdblock: MTD device '0:appsblenv' is NAND, please consider using UBI block devices instead.
[   15.814552] mtdblock: MTD device '0:appsbl' is NAND, please consider using UBI block devices instead.
[   15.827992] mtdblock: MTD device '0:art' is NAND, please consider using UBI block devices instead.
[   15.841428] mtdblock: MTD device 'bdata' is NAND, please consider using UBI block devices instead.
[   15.886135] mtdblock: MTD device '0:sbl1' is NAND, please consider using UBI block devices instead.
[   15.899877] mtdblock: MTD device '0:mibib' is NAND, please consider using UBI block devices instead.
[   15.913316] mtdblock: MTD device 'crash' is NAND, please consider using UBI block devices instead.
[   15.927970] mtdblock: MTD device 'crash_syslog' is NAND, please consider using UBI block devices instead.
[   15.942613] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
[   15.957258] mtdblock: MTD device 'rsvd0' is NAND, please consider using UBI block devices instead.
[   15.971906] mtdblock: MTD device '0:qsee' is NAND, please consider using UBI block devices instead.
[   15.985349] mtdblock: MTD device '0:devcfg' is NAND, please consider using UBI block devices instead.
[   15.998777] mtdblock: MTD device '0:rpm' is NAND, please consider using UBI block devices instead.
[   16.012252] mtdblock: MTD device '0:cdt' is NAND, please consider using UBI block devices instead.
[   16.025705] mtdblock: MTD device '0:appsblenv' is NAND, please consider using UBI block devices instead.
[   16.039122] mtdblock: MTD device '0:appsbl' is NAND, please consider using UBI block devices instead.
[   16.052563] mtdblock: MTD device '0:art' is NAND, please consider using UBI block devices instead.
[   16.066020] mtdblock: MTD device 'bdata' is NAND, please consider using UBI block devices instead.
[   16.110753] mtdblock: MTD device '0:sbl1' is NAND, please consider using UBI block devices instead.
[   16.124541] mtdblock: MTD device '0:mibib' is NAND, please consider using UBI block devices instead.
[   16.138022] mtdblock: MTD device 'crash' is NAND, please consider using UBI block devices instead.
[   16.152664] mtdblock: MTD device 'crash_syslog' is NAND, please consider using UBI block devices instead.
[   16.167359] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
[   16.181965] mtdblock: MTD device 'rsvd0' is NAND, please consider using UBI block devices instead.
[   16.196630] mtdblock: MTD device '0:qsee' is NAND, please consider using UBI block devices instead.
[   16.210076] mtdblock: MTD device '0:devcfg' is NAND, please consider using UBI block devices instead.
[   16.223510] mtdblock: MTD device '0:rpm' is NAND, please consider using UBI block devices instead.
[   16.236990] mtdblock: MTD device '0:cdt' is NAND, please consider using UBI block devices instead.
[   16.250424] mtdblock: MTD device '0:appsblenv' is NAND, please consider using UBI block devices instead.
[   16.263848] mtdblock: MTD device '0:appsbl' is NAND, please consider using UBI block devices instead.
[   16.277284] mtdblock: MTD device '0:art' is NAND, please consider using UBI block devices instead.
[   16.290727] mtdblock: MTD device 'bdata' is NAND, please consider using UBI block devices instead.
[   16.335500] mtdblock: MTD device '0:sbl1' is NAND, please consider using UBI block devices instead.
[   16.349236] mtdblock: MTD device '0:mibib' is NAND, please consider using UBI block devices instead.
[   16.362714] mtdblock: MTD device 'crash' is NAND, please consider using UBI block devices instead.
[   16.377374] mtdblock: MTD device 'crash_syslog' is NAND, please consider using UBI block devices instead.
[   16.392030] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
[   16.406650] mtdblock: MTD device 'rsvd0' is NAND, please consider using UBI block devices instead.
[   16.421308] mtdblock: MTD device '0:qsee' is NAND, please consider using UBI block devices instead.
[   16.434772] mtdblock: MTD device '0:devcfg' is NAND, please consider using UBI block devices instead.
[   16.448241] mtdblock: MTD device '0:rpm' is NAND, please consider using UBI block devices instead.
[   16.461701] mtdblock: MTD device '0:cdt' is NAND, please consider using UBI block devices instead.
[   16.475141] mtdblock: MTD device '0:appsblenv' is NAND, please consider using UBI block devices instead.
[   16.488588] mtdblock: MTD device '0:appsbl' is NAND, please consider using UBI block devices instead.
[   16.502020] mtdblock: MTD device '0:art' is NAND, please consider using UBI block devices instead.
[   16.515501] mtdblock: MTD device 'bdata' is NAND, please consider using UBI block devices instead.
[   17.609122] nss_driver - fw of size 776324  bytes copied to load addr: 40000000, nss_id : 0
[   17.611408] ffffffc000b6f680: clock configure failed
[   17.633679] qca-nss 39400000.nss: Direct firmware load for qca-nss1.bin failed with error -2
[   17.633732] qca-nss 39400000.nss: Falling back to sysfs fallback for: qca-nss1.bin
[   17.830023] nss_driver - fw of size 291560  bytes copied to load addr: 40800000, nss_id : 1
[   17.831234] Supported Frequencies - 
[   17.831246] 187.2 MHz 
[   17.837218] 748.8 MHz 
[   17.841008] 1.6896 GHz 
[   17.843179] 
[   17.847977] ffffffc000b76ec0: set sdma ffffff8004606f00
[   17.849738] ffffffc000b76ec0: meminfo init succeed
[   17.858936] node size 2 # items 4
[   17.859424] memory: 40000000 536870912 (avl 441860096) items 4 active_cores 2
[   17.862825] addr/size storage words 2 2 # words 4 in DTS, ddr size 1000000
[   17.869954] ffffffc000b76ec0: nss core 1 booted successfully
[   17.876475] nss_driver - fw of size 776324  bytes copied to load addr: 40000000, nss_id : 0
[   17.884515] ffffffc000b6f680: clock configure failed
[   17.972775] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[   18.013194] cryptodev: driver 1.12 loaded.
[   18.019537] PPP generic driver version 2.4.2
[   18.020723] NET: Registered PF_PPPOX protocol family
[   18.029797] Loading modules backported from Linux version v5.15.33-0-g06f50ca83ace
[   18.029847] Backport generated by backports.git v5.15.33-1-0-g183c4ab2
[   18.084928] PPP MPPE Compression module registered
[   18.087576] NET: Registered PF_QIPCRTR protocol family
[   18.111471] xt_time: kernel timezone is -0000
[   18.151072] ath10k 5.15 driver, optimized for CT firmware, probing pci device: 0x50.
[   18.151751] ath10k_pci 0000:01:00.0: enabling device (0000 -> 0002)
[   18.158449] ath10k_pci 0000:01:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0
[   19.449005] ath10k_pci 0000:01:00.0: qca9887 hw1.0 target 0x4100016d chip_id 0x004000ff sub 0000:0000
[   19.449067] ath10k_pci 0000:01:00.0: kconfig debug 0 debugfs 1 tracing 0 dfs 1 testmode 0
[   19.457396] ath10k_pci 0000:01:00.0: firmware ver 10.1-ct-87-__fW-022-ecad3248 api 2 features wmi-10.x,has-wmi-mgmt-tx,mfp,txstatus-noack,wmi-10.x-CT,ratemask-CT,txrate-CT,get-temp-CT,tx-rc-CT,cust-stats-CT,retry-gt2-CT,txrate2-CT,beacon-cb-CT,wmi-block-ack-CT crc32 61a92df5
[   19.492901] ath10k_pci 0000:01:00.0: board_file api 2 bmi_id N/A crc32 b4ce36fa
[   20.359295] ath10k_pci 0000:01:00.0: 10.1 wmi init: vdevs: 16  peers: 127  tid: 256
[   20.365868] ath10k_pci 0000:01:00.0: wmi print 'P 128 V 8 T 410'
[   20.366066] ath10k_pci 0000:01:00.0: wmi print 'msdu-desc: 1424  sw-crypt: 0 ct-sta: 0'
[   20.372205] ath10k_pci 0000:01:00.0: wmi print 'alloc rem: 25560 iram: 24780'
[   20.416143] ath10k_pci 0000:01:00.0: htt-ver 2.1 wmi-op 2 htt-op 2 cal file max-sta 128 raw 0 hwcrypto 1
[   20.416521] ath10k_pci 0000:01:00.0: NOTE:  Firmware DBGLOG output disabled in debug_mask: 0x10000000
[   20.558374] ath: EEPROM regdomain: 0x0
[   20.558390] ath: EEPROM indicates default country code should be used
[   20.558394] ath: doing EEPROM country->regdmn map search
[   20.558400] ath: country maps to regdmn code: 0x3a
[   20.558404] ath: Country alpha2 being used: US
[   20.558409] ath: Regpair used: 0x3a
[   20.571565] ath11k c000000.wifi: ipq8074 hw2.0
[   20.571924] remoteproc remoteproc0: powering up cd00000.q6v5_wcss
[   20.575233] remoteproc remoteproc0: Booting fw image IPQ8074/q6_fw.mdt, size 668
[   20.582220] nss_driver - fw of size 776324  bytes copied to load addr: 40000000, nss_id : 0
[   20.590527] ffffffc000b6f680: clock configure failed
[   22.142661] remoteproc remoteproc0: remote processor cd00000.q6v5_wcss is now up
[   22.144751] ath11k c000000.wifi: qmi ignore invalid mem req type 3
[   22.144922] kmodloader: done loading kernel modules from /etc/modules.d/*
[   22.152233] ath11k c000000.wifi: chip_id 0x0 chip_family 0x0 board_id 0x292 soc_id 0xffffffff
[   22.161999] ath11k c000000.wifi: fw_version 0x250a04a5 fw_build_timestamp 2021-12-20 07:09 fw_build_id WLAN.HK.2.5.0.1-01208-QCAHKSWPL_SILICONZ-1
[   22.164202] nss_driver - fw of size 776324  bytes copied to load addr: 40000000, nss_id : 0
[   22.185444] ffffffc000b6f680: clock configure failed
[   22.210828] nss_driver - fw of size 776324  bytes copied to load addr: 40000000, nss_id : 0
[   22.212720] ffffffc000b6f680: clock configure failed
[   28.833149] zram0: detected capacity change from 0 to 415744
[   28.843070] Adding 207868k swap on /dev/zram0.  Priority:-2 extents:1 across:207868k SSDsc
[   30.837786] ECM init
[   30.837839] ECM database jhash random seed: 0xe9480247
[   30.839288] ECM init complete
[   31.487436] mtdblock: MTD device '0:sbl1' is NAND, please consider using UBI block devices instead.
[   31.512647] mtdblock: MTD device '0:mibib' is NAND, please consider using UBI block devices instead.
[   31.526692] mtdblock: MTD device 'crash' is NAND, please consider using UBI block devices instead.
[   31.541848] mtdblock: MTD device 'crash_syslog' is NAND, please consider using UBI block devices instead.
[   31.557091] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
[   31.572214] mtdblock: MTD device 'rsvd0' is NAND, please consider using UBI block devices instead.
[   31.587621] mtdblock: MTD device '0:qsee' is NAND, please consider using UBI block devices instead.
[   31.601537] mtdblock: MTD device '0:devcfg' is NAND, please consider using UBI block devices instead.
[   31.615992] mtdblock: MTD device '0:rpm' is NAND, please consider using UBI block devices instead.
[   31.654300] mtdblock: MTD device '0:cdt' is NAND, please consider using UBI block devices instead.
[   31.675573] mtdblock: MTD device '0:appsblenv' is NAND, please consider using UBI block devices instead.
[   31.689164] mtdblock: MTD device '0:appsbl' is NAND, please consider using UBI block devices instead.
[   31.703167] mtdblock: MTD device '0:art' is NAND, please consider using UBI block devices instead.
[   31.720154] mtdblock: MTD device 'bdata' is NAND, please consider using UBI block devices instead.
[   32.520042] nss-dp 3a001400.dp3 eth1: nss_dp_edma: Registering netdev eth1(qcom-id:3) with EDMA
[   32.521607] br-lan: port 1(eth1) entered blocking state
[   32.521635] br-lan: port 1(eth1) entered disabled state
[   32.521882] device eth1 entered promiscuous mode
[   32.528089] nss-dp 3a001600.dp4 eth2: nss_dp_edma: Registering netdev eth2(qcom-id:4) with EDMA
[   32.531298] nss-dp 3a001600.dp4 eth2: PHY Link up speed: 1000
[   32.532104] br-lan: port 2(eth2) entered blocking state
[   32.532129] br-lan: port 2(eth2) entered disabled state
[   32.532386] device eth2 entered promiscuous mode
[   32.535235] nss-dp 3a001800.dp5 eth3: nss_dp_edma: Registering netdev eth3(qcom-id:5) with EDMA
[   32.539334] br-lan: port 3(eth3) entered blocking state
[   32.539362] br-lan: port 3(eth3) entered disabled state
[   32.539675] device eth3 entered promiscuous mode
[   32.545154] nss-dp 3a001200.dp2 eth0: nss_dp_edma: Registering netdev eth0(qcom-id:2) with EDMA
[   32.545563] nss-dp 3a001200.dp2 eth0: PHY Link up speed: 1000
[   33.134587] l11: disabling
[   33.524773] br-lan: port 2(eth2) entered blocking state
[   33.524807] br-lan: port 2(eth2) entered forwarding state
[   33.525137] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   33.525369] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
[   34.327168] br-lan: port 4(wlan1) entered blocking state
[   34.327199] br-lan: port 4(wlan1) entered disabled state
[   34.327522] device wlan1 entered promiscuous mode
[   34.327656] br-lan: port 4(wlan1) entered blocking state
[   34.327674] br-lan: port 4(wlan1) entered forwarding state
[   34.346000] br-lan: port 5(wlan2) entered blocking state
[   34.346035] br-lan: port 5(wlan2) entered disabled state
[   34.346739] device wlan2 entered promiscuous mode
[   34.346871] br-lan: port 5(wlan2) entered blocking state
[   34.346888] br-lan: port 5(wlan2) entered forwarding state
[   35.347494] ath10k_pci 0000:01:00.0: 10.1 wmi init: vdevs: 16  peers: 127  tid: 256
[   35.354030] ath10k_pci 0000:01:00.0: wmi print 'P 128 V 8 T 410'
[   35.354071] ath10k_pci 0000:01:00.0: wmi print 'msdu-desc: 1424  sw-crypt: 0 ct-sta: 0'
[   35.354675] ath10k_pci 0000:01:00.0: wmi print 'alloc rem: 25560 iram: 24780'
[   35.391444] ath10k_pci 0000:01:00.0: pdev param 0 not supported by firmware
[   35.396254] ath10k_pci 0000:01:00.0: rts threshold -1
[   35.397590] br-lan: port 4(wlan1) entered disabled state
[   35.398515] br-lan: port 5(wlan2) entered disabled state
[   35.399831] br-lan: port 6(wlan0) entered blocking state
[   35.399862] br-lan: port 6(wlan0) entered disabled state
[   35.400154] device wlan0 entered promiscuous mode
[   35.793281] IPv6: ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready
[   35.793477] br-lan: port 4(wlan1) entered blocking state
[   35.793495] br-lan: port 4(wlan1) entered forwarding state
[   36.572485] IPv6: ADDRCONF(NETDEV_CHANGE): wlan2: link becomes ready
[   36.572662] br-lan: port 5(wlan2) entered blocking state
[   36.572679] br-lan: port 5(wlan2) entered forwarding state
[   37.212107] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   37.212295] br-lan: port 6(wlan0) entered blocking state
[   37.212313] br-lan: port 6(wlan0) entered forwarding state
[   38.785590] pppoe-wan: renamed from ppp0
[   89.765612] nss-dp 3a001600.dp4 eth2: PHY Link is down
[   89.765906] br-lan: port 2(eth2) entered disabled state
[  131.367007] nss-dp 3a001600.dp4 eth2: PHY Link up speed: 1000
[  131.367075] br-lan: port 2(eth2) entered blocking state
[  131.367093] br-lan: port 2(eth2) entered forwarding state
[  197.741961] mtdblock: MTD device '0:sbl1' is NAND, please consider using UBI block devices instead.
[  197.756431] mtdblock: MTD device '0:mibib' is NAND, please consider using UBI block devices instead.
[  197.770289] mtdblock: MTD device 'crash' is NAND, please consider using UBI block devices instead.
[  197.785073] mtdblock: MTD device 'crash_syslog' is NAND, please consider using UBI block devices instead.
[  197.799914] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
[  197.814886] mtdblock: MTD device 'rsvd0' is NAND, please consider using UBI block devices instead.
[  197.829805] mtdblock: MTD device '0:qsee' is NAND, please consider using UBI block devices instead.
[  197.843393] mtdblock: MTD device '0:devcfg' is NAND, please consider using UBI block devices instead.
[  197.857213] mtdblock: MTD device '0:rpm' is NAND, please consider using UBI block devices instead.
[  197.870967] mtdblock: MTD device '0:cdt' is NAND, please consider using UBI block devices instead.
[  197.884531] mtdblock: MTD device '0:appsblenv' is NAND, please consider using UBI block devices instead.
[  197.898155] mtdblock: MTD device '0:appsbl' is NAND, please consider using UBI block devices instead.
[  197.911748] mtdblock: MTD device '0:art' is NAND, please consider using UBI block devices instead.
[  197.925393] mtdblock: MTD device 'bdata' is NAND, please consider using UBI block devices instead.
[  198.647264] mtdblock: MTD device '0:sbl1' is NAND, please consider using UBI block devices instead.
[  198.661338] mtdblock: MTD device '0:mibib' is NAND, please consider using UBI block devices instead.
[  198.675099] mtdblock: MTD device 'crash' is NAND, please consider using UBI block devices instead.
[  198.690050] mtdblock: MTD device 'crash_syslog' is NAND, please consider using UBI block devices instead.
[  198.704927] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
[  198.719763] mtdblock: MTD device 'rsvd0' is NAND, please consider using UBI block devices instead.
[  198.734689] mtdblock: MTD device '0:qsee' is NAND, please consider using UBI block devices instead.
[  198.748376] mtdblock: MTD device '0:devcfg' is NAND, please consider using UBI block devices instead.
[  198.762058] mtdblock: MTD device '0:rpm' is NAND, please consider using UBI block devices instead.
[  198.775786] mtdblock: MTD device '0:cdt' is NAND, please consider using UBI block devices instead.
[  198.789540] mtdblock: MTD device '0:appsblenv' is NAND, please consider using UBI block devices instead.
[  198.803193] mtdblock: MTD device '0:appsbl' is NAND, please consider using UBI block devices instead.
[  198.816825] mtdblock: MTD device '0:art' is NAND, please consider using UBI block devices instead.
[  198.830582] mtdblock: MTD device 'bdata' is NAND, please consider using UBI block devices instead.
[  231.270887] device wlan0 left promiscuous mode
[  231.271077] br-lan: port 6(wlan0) entered disabled state
[  231.375630] ath10k_pci 0000:01:00.0: mac flush null vif, drop 0 queues 0xffff

system日志
  
 
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   12.703499] mtdblock: MTD device 'rsvd0' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   12.704509] ssdk_ppe_reset_init[1265]:INFO:ppe reset successfully!
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   12.714670] qca_hppe_tdm_hw_init[684]:INFO:tdm setup num=96
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   12.717829] qca_hppe_portctrl_hw_init[110]:INFO:Hawkeye PPE port initializing
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   12.718452] mtdblock: MTD device '0:qsee' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   12.743960] mtdblock: MTD device '0:devcfg' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   12.757643] mtdblock: MTD device '0:rpm' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   12.771331] mtdblock: MTD device '0:cdt' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   12.785033] mtdblock: MTD device '0:appsblenv' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   12.798684] mtdblock: MTD device '0:appsbl' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   12.812371] mtdblock: MTD device '0:art' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   12.826051] mtdblock: MTD device 'bdata' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   12.871080] mtdblock: MTD device '0:sbl1' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   12.885044] mtdblock: MTD device '0:mibib' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   12.898699] mtdblock: MTD device 'crash' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   12.913558] mtdblock: MTD device 'crash_syslog' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   12.928396] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   12.943226] mtdblock: MTD device 'rsvd0' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   12.949711] ssdk_switch_register[1718]:INFO:Chip version 0x1500
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   12.951088] qca_link_polling_select[1315]:INFO:link-polling-required node does not exist
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   12.956917] ssdk_switch_register[1744]:INFO:polling is selected
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   12.958124] mtdblock: MTD device '0:qsee' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   12.965241] regi_init[3571]:INFO:Initializing HPPE Done!!
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   12.965322] regi_init[3631]:INFO:qca-ssdk module init succeeded!
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   12.984614] mtdblock: MTD device '0:devcfg' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.info kernel: [   12.991803] tun: Universal TUN/TAP device driver, 1.6
Mon Oct 17 12:39:39 2022 kern.info kernel: [   13.004875] EDMA ver 1 hw init
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   13.005784] mtdblock: MTD device '0:rpm' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.info kernel: [   13.005897] EDMA HW Reset completed succesfully
Mon Oct 17 12:39:39 2022 kern.info kernel: [   13.017631] Num rings - TxDesc:1 (23-23) TxCmpl:1 (7-7)
Mon Oct 17 12:39:39 2022 kern.info kernel: [   13.021992] RxDesc:1 (15-15) RxFill:1 (7-7)
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   13.022217] mtdblock: MTD device '0:cdt' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.info kernel: [   13.028876] nss-dp 3a001200.dp2 eth0: Registered netdev eth0(qcom-id:2)
Mon Oct 17 12:39:39 2022 kern.info kernel: [   13.042495] nss-dp 3a001400.dp3 eth1: Registered netdev eth1(qcom-id:3)
Mon Oct 17 12:39:39 2022 kern.info kernel: [   13.048653] nss-dp 3a001600.dp4 eth2: Registered netdev eth2(qcom-id:4)
Mon Oct 17 12:39:39 2022 kern.info kernel: [   13.055182] nss-dp 3a001800.dp5 eth3: Registered netdev eth3(qcom-id:5)
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   13.056651] mtdblock: MTD device '0:appsblenv' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.info kernel: [   13.060293] **********************************************************
Mon Oct 17 12:39:39 2022 kern.info kernel: [   13.076433] * NSS Data Plane driver
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   13.080690] mtdblock: MTD device '0:appsbl' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.info kernel: [   13.082751] **********************************************************
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   13.109961] mtdblock: MTD device '0:art' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   13.116425] qca-nss 39000000.nss: Direct firmware load for qca-nss0.bin failed with error -2
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   13.117832] qca-nss 39000000.nss: Falling back to sysfs fallback for: qca-nss0.bin
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   13.123903] mtdblock: MTD device 'bdata' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   13.179025] mtdblock: MTD device '0:sbl1' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   13.193031] mtdblock: MTD device '0:mibib' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   13.206816] mtdblock: MTD device 'crash' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   13.221790] mtdblock: MTD device 'crash_syslog' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   13.236887] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   13.251814] mtdblock: MTD device 'rsvd0' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   13.266799] mtdblock: MTD device '0:qsee' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   13.280536] mtdblock: MTD device '0:devcfg' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   13.294289] mtdblock: MTD device '0:rpm' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   13.308041] mtdblock: MTD device '0:cdt' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   13.321772] mtdblock: MTD device '0:appsblenv' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   13.335552] mtdblock: MTD device '0:appsbl' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   13.349310] mtdblock: MTD device '0:art' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   13.363044] mtdblock: MTD device 'bdata' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   13.407995] mtdblock: MTD device '0:sbl1' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   13.421747] mtdblock: MTD device '0:mibib' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   13.435222] mtdblock: MTD device 'crash' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   13.449871] mtdblock: MTD device 'crash_syslog' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   13.464536] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   13.479165] mtdblock: MTD device 'rsvd0' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   13.493823] mtdblock: MTD device '0:qsee' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   13.507260] mtdblock: MTD device '0:devcfg' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   13.520713] mtdblock: MTD device '0:rpm' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   13.534163] mtdblock: MTD device '0:cdt' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   13.547652] mtdblock: MTD device '0:appsblenv' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   13.561091] mtdblock: MTD device '0:appsbl' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   13.574558] mtdblock: MTD device '0:art' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   13.588038] mtdblock: MTD device 'bdata' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   13.633106] mtdblock: MTD device '0:sbl1' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   13.646867] mtdblock: MTD device '0:mibib' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   13.660369] mtdblock: MTD device 'crash' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   13.675101] mtdblock: MTD device 'crash_syslog' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   13.689760] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   13.704383] mtdblock: MTD device 'rsvd0' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   13.719030] mtdblock: MTD device '0:qsee' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   13.732459] mtdblock: MTD device '0:devcfg' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   13.745882] mtdblock: MTD device '0:rpm' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   13.759333] mtdblock: MTD device '0:cdt' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   13.772780] mtdblock: MTD device '0:appsblenv' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   13.786238] mtdblock: MTD device '0:appsbl' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   13.799660] mtdblock: MTD device '0:art' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   13.813113] mtdblock: MTD device 'bdata' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   13.857628] mtdblock: MTD device '0:sbl1' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   13.871661] mtdblock: MTD device '0:mibib' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   13.885422] mtdblock: MTD device 'crash' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   13.900343] mtdblock: MTD device 'crash_syslog' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   13.915307] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   13.930220] mtdblock: MTD device 'rsvd0' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   13.945162] mtdblock: MTD device '0:qsee' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   13.958901] mtdblock: MTD device '0:devcfg' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   13.972626] mtdblock: MTD device '0:rpm' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   13.986383] mtdblock: MTD device '0:cdt' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   14.000097] mtdblock: MTD device '0:appsblenv' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   14.013846] mtdblock: MTD device '0:appsbl' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   14.027581] mtdblock: MTD device '0:art' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   14.041325] mtdblock: MTD device 'bdata' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   14.086788] mtdblock: MTD device '0:sbl1' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   14.100528] mtdblock: MTD device '0:mibib' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   14.113983] mtdblock: MTD device 'crash' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   14.128626] mtdblock: MTD device 'crash_syslog' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   14.143251] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   14.157881] mtdblock: MTD device 'rsvd0' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   14.172507] mtdblock: MTD device '0:qsee' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   14.186025] mtdblock: MTD device '0:devcfg' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   14.199450] mtdblock: MTD device '0:rpm' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   14.212905] mtdblock: MTD device '0:cdt' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   14.226331] mtdblock: MTD device '0:appsblenv' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   14.239768] mtdblock: MTD device '0:appsbl' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   14.253200] mtdblock: MTD device '0:art' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   14.266656] mtdblock: MTD device 'bdata' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   14.311208] mtdblock: MTD device '0:sbl1' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   14.324962] mtdblock: MTD device '0:mibib' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   14.338414] mtdblock: MTD device 'crash' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   14.353047] mtdblock: MTD device 'crash_syslog' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   14.367661] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   14.382272] mtdblock: MTD device 'rsvd0' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   14.396904] mtdblock: MTD device '0:qsee' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   14.410414] mtdblock: MTD device '0:devcfg' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   14.423842] mtdblock: MTD device '0:rpm' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   14.437292] mtdblock: MTD device '0:cdt' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   14.450714] mtdblock: MTD device '0:appsblenv' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   14.464150] mtdblock: MTD device '0:appsbl' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   14.477575] mtdblock: MTD device '0:art' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   14.491031] mtdblock: MTD device 'bdata' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   14.535606] mtdblock: MTD device '0:sbl1' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   14.549359] mtdblock: MTD device '0:mibib' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   14.562822] mtdblock: MTD device 'crash' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   14.577465] mtdblock: MTD device 'crash_syslog' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   14.592176] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   14.606816] mtdblock: MTD device 'rsvd0' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   14.621458] mtdblock: MTD device '0:qsee' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   14.634894] mtdblock: MTD device '0:devcfg' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   14.648325] mtdblock: MTD device '0:rpm' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   14.661773] mtdblock: MTD device '0:cdt' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   14.675228] mtdblock: MTD device '0:appsblenv' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   14.688658] mtdblock: MTD device '0:appsbl' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   14.702095] mtdblock: MTD device '0:art' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   14.715564] mtdblock: MTD device 'bdata' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   14.759986] mtdblock: MTD device '0:sbl1' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   14.773732] mtdblock: MTD device '0:mibib' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   14.787200] mtdblock: MTD device 'crash' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   14.801847] mtdblock: MTD device 'crash_syslog' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   14.816541] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   14.831133] mtdblock: MTD device 'rsvd0' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   14.845831] mtdblock: MTD device '0:qsee' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   14.859263] mtdblock: MTD device '0:devcfg' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   14.872689] mtdblock: MTD device '0:rpm' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   14.886159] mtdblock: MTD device '0:cdt' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   14.899643] mtdblock: MTD device '0:appsblenv' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   14.913061] mtdblock: MTD device '0:appsbl' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   14.926515] mtdblock: MTD device '0:art' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   14.939956] mtdblock: MTD device 'bdata' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   14.984740] mtdblock: MTD device '0:sbl1' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   14.998485] mtdblock: MTD device '0:mibib' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   15.011977] mtdblock: MTD device 'crash' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   15.026625] mtdblock: MTD device 'crash_syslog' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   15.041272] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   15.056191] mtdblock: MTD device 'rsvd0' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   15.071173] mtdblock: MTD device '0:qsee' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   15.084911] mtdblock: MTD device '0:devcfg' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   15.098650] mtdblock: MTD device '0:rpm' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   15.112422] mtdblock: MTD device '0:cdt' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   15.126160] mtdblock: MTD device '0:appsblenv' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   15.139895] mtdblock: MTD device '0:appsbl' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   15.153651] mtdblock: MTD device '0:art' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   15.167412] mtdblock: MTD device 'bdata' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   15.212578] mtdblock: MTD device '0:sbl1' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   15.226342] mtdblock: MTD device '0:mibib' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   15.239816] mtdblock: MTD device 'crash' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   15.254564] mtdblock: MTD device 'crash_syslog' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   15.269217] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   15.283829] mtdblock: MTD device 'rsvd0' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   15.298470] mtdblock: MTD device '0:qsee' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   15.311938] mtdblock: MTD device '0:devcfg' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   15.325384] mtdblock: MTD device '0:rpm' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   15.338843] mtdblock: MTD device '0:cdt' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   15.352281] mtdblock: MTD device '0:appsblenv' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   15.365753] mtdblock: MTD device '0:appsbl' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   15.379180] mtdblock: MTD device '0:art' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   15.392620] mtdblock: MTD device 'bdata' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   15.437063] mtdblock: MTD device '0:sbl1' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   15.450797] mtdblock: MTD device '0:mibib' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   15.464253] mtdblock: MTD device 'crash' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   15.478886] mtdblock: MTD device 'crash_syslog' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   15.493518] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   15.508167] mtdblock: MTD device 'rsvd0' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   15.522783] mtdblock: MTD device '0:qsee' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   15.536246] mtdblock: MTD device '0:devcfg' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   15.549658] mtdblock: MTD device '0:rpm' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   15.563100] mtdblock: MTD device '0:cdt' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   15.576523] mtdblock: MTD device '0:appsblenv' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   15.589952] mtdblock: MTD device '0:appsbl' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   15.603365] mtdblock: MTD device '0:art' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   15.616810] mtdblock: MTD device 'bdata' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   15.661626] mtdblock: MTD device '0:sbl1' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   15.675415] mtdblock: MTD device '0:mibib' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   15.688871] mtdblock: MTD device 'crash' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   15.703532] mtdblock: MTD device 'crash_syslog' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   15.718158] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   15.732776] mtdblock: MTD device 'rsvd0' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   15.747399] mtdblock: MTD device '0:qsee' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   15.760831] mtdblock: MTD device '0:devcfg' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   15.774231] mtdblock: MTD device '0:rpm' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   15.787681] mtdblock: MTD device '0:cdt' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   15.801104] mtdblock: MTD device '0:appsblenv' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   15.814552] mtdblock: MTD device '0:appsbl' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   15.827992] mtdblock: MTD device '0:art' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   15.841428] mtdblock: MTD device 'bdata' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   15.886135] mtdblock: MTD device '0:sbl1' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   15.899877] mtdblock: MTD device '0:mibib' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   15.913316] mtdblock: MTD device 'crash' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   15.927970] mtdblock: MTD device 'crash_syslog' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   15.942613] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   15.957258] mtdblock: MTD device 'rsvd0' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   15.971906] mtdblock: MTD device '0:qsee' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   15.985349] mtdblock: MTD device '0:devcfg' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   15.998777] mtdblock: MTD device '0:rpm' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   16.012252] mtdblock: MTD device '0:cdt' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   16.025705] mtdblock: MTD device '0:appsblenv' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   16.039122] mtdblock: MTD device '0:appsbl' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   16.052563] mtdblock: MTD device '0:art' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   16.066020] mtdblock: MTD device 'bdata' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   16.110753] mtdblock: MTD device '0:sbl1' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   16.124541] mtdblock: MTD device '0:mibib' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   16.138022] mtdblock: MTD device 'crash' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   16.152664] mtdblock: MTD device 'crash_syslog' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   16.167359] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   16.181965] mtdblock: MTD device 'rsvd0' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   16.196630] mtdblock: MTD device '0:qsee' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   16.210076] mtdblock: MTD device '0:devcfg' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   16.223510] mtdblock: MTD device '0:rpm' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   16.236990] mtdblock: MTD device '0:cdt' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   16.250424] mtdblock: MTD device '0:appsblenv' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   16.263848] mtdblock: MTD device '0:appsbl' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   16.277284] mtdblock: MTD device '0:art' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   16.290727] mtdblock: MTD device 'bdata' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   16.335500] mtdblock: MTD device '0:sbl1' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   16.349236] mtdblock: MTD device '0:mibib' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   16.362714] mtdblock: MTD device 'crash' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   16.377374] mtdblock: MTD device 'crash_syslog' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   16.392030] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   16.406650] mtdblock: MTD device 'rsvd0' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   16.421308] mtdblock: MTD device '0:qsee' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   16.434772] mtdblock: MTD device '0:devcfg' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   16.448241] mtdblock: MTD device '0:rpm' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   16.461701] mtdblock: MTD device '0:cdt' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   16.475141] mtdblock: MTD device '0:appsblenv' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   16.488588] mtdblock: MTD device '0:appsbl' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   16.502020] mtdblock: MTD device '0:art' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   16.515501] mtdblock: MTD device 'bdata' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:39 2022 kern.alert kernel: [   17.609122] nss_driver - fw of size 776324  bytes copied to load addr: 40000000, nss_id : 0
Mon Oct 17 12:39:39 2022 kern.alert kernel: [   17.611408] ffffffc000b6f680: clock configure failed
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   17.633679] qca-nss 39400000.nss: Direct firmware load for qca-nss1.bin failed with error -2
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   17.633732] qca-nss 39400000.nss: Falling back to sysfs fallback for: qca-nss1.bin
Mon Oct 17 12:39:39 2022 kern.alert kernel: [   17.830023] nss_driver - fw of size 291560  bytes copied to load addr: 40800000, nss_id : 1
Mon Oct 17 12:39:39 2022 kern.alert kernel: [   17.831234] Supported Frequencies -
Mon Oct 17 12:39:39 2022 kern.alert kernel: [   17.831246] 187.2 MHz
Mon Oct 17 12:39:39 2022 kern.alert kernel: [   17.837218] 748.8 MHz
Mon Oct 17 12:39:39 2022 kern.alert kernel: [   17.841008] 1.6896 GHz
Mon Oct 17 12:39:39 2022 kern.alert kernel: [   17.843179]
Mon Oct 17 12:39:39 2022 kern.alert kernel: [   17.847977] ffffffc000b76ec0: set sdma ffffff8004606f00
Mon Oct 17 12:39:39 2022 kern.alert kernel: [   17.849738] ffffffc000b76ec0: meminfo init succeed
Mon Oct 17 12:39:39 2022 kern.alert kernel: [   17.858936] node size 2 # items 4
Mon Oct 17 12:39:39 2022 kern.alert kernel: [   17.859424] memory: 40000000 536870912 (avl 441860096) items 4 active_cores 2
Mon Oct 17 12:39:39 2022 kern.alert kernel: [   17.862825] addr/size storage words 2 2 # words 4 in DTS, ddr size 1000000
Mon Oct 17 12:39:39 2022 kern.alert kernel: [   17.869954] ffffffc000b76ec0: nss core 1 booted successfully
Mon Oct 17 12:39:39 2022 kern.alert kernel: [   17.876475] nss_driver - fw of size 776324  bytes copied to load addr: 40000000, nss_id : 0
Mon Oct 17 12:39:39 2022 kern.alert kernel: [   17.884515] ffffffc000b6f680: clock configure failed
Mon Oct 17 12:39:39 2022 kern.info kernel: [   17.972775] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
Mon Oct 17 12:39:39 2022 kern.info kernel: [   18.013194] cryptodev: driver 1.12 loaded.
Mon Oct 17 12:39:39 2022 kern.info kernel: [   18.019537] PPP generic driver version 2.4.2
Mon Oct 17 12:39:39 2022 kern.info kernel: [   18.020723] NET: Registered PF_PPPOX protocol family
Mon Oct 17 12:39:39 2022 kern.info kernel: [   18.029797] Loading modules backported from Linux version v5.15.33-0-g06f50ca83ace
Mon Oct 17 12:39:39 2022 kern.info kernel: [   18.029847] Backport generated by backports.git v5.15.33-1-0-g183c4ab2
Mon Oct 17 12:39:39 2022 kern.info kernel: [   18.084928] PPP MPPE Compression module registered
Mon Oct 17 12:39:39 2022 kern.info kernel: [   18.087576] NET: Registered PF_QIPCRTR protocol family
Mon Oct 17 12:39:39 2022 kern.info kernel: [   18.111471] xt_time: kernel timezone is -0000
Mon Oct 17 12:39:39 2022 kern.info kernel: [   18.151072] ath10k 5.15 driver, optimized for CT firmware, probing pci device: 0x50.
Mon Oct 17 12:39:39 2022 kern.info kernel: [   18.151751] ath10k_pci 0000:01:00.0: enabling device (0000 -> 0002)
Mon Oct 17 12:39:39 2022 kern.info kernel: [   18.158449] ath10k_pci 0000:01:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0
Mon Oct 17 12:39:39 2022 kern.info kernel: [   19.449005] ath10k_pci 0000:01:00.0: qca9887 hw1.0 target 0x4100016d chip_id 0x004000ff sub 0000:0000
Mon Oct 17 12:39:39 2022 kern.info kernel: [   19.449067] ath10k_pci 0000:01:00.0: kconfig debug 0 debugfs 1 tracing 0 dfs 1 testmode 0
Mon Oct 17 12:39:39 2022 kern.info kernel: [   19.457396] ath10k_pci 0000:01:00.0: firmware ver 10.1-ct-87-__fW-022-ecad3248 api 2 features wmi-10.x,has-wmi-mgmt-tx,mfp,txstatus-noack,wmi-10.x-CT,ratemask-CT,txrate-CT,get-temp-CT,tx-rc-CT,cust-stats-CT,retry-gt2-CT,txrate2-CT,beacon-cb-CT,wmi-block-ack-CT crc32 61a92df5
Mon Oct 17 12:39:39 2022 kern.info kernel: [   19.492901] ath10k_pci 0000:01:00.0: board_file api 2 bmi_id N/A crc32 b4ce36fa
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   20.359295] ath10k_pci 0000:01:00.0: 10.1 wmi init: vdevs: 16  peers: 127  tid: 256
Mon Oct 17 12:39:39 2022 kern.info kernel: [   20.365868] ath10k_pci 0000:01:00.0: wmi print 'P 128 V 8 T 410'
Mon Oct 17 12:39:39 2022 kern.info kernel: [   20.366066] ath10k_pci 0000:01:00.0: wmi print 'msdu-desc: 1424  sw-crypt: 0 ct-sta: 0'
Mon Oct 17 12:39:39 2022 kern.info kernel: [   20.372205] ath10k_pci 0000:01:00.0: wmi print 'alloc rem: 25560 iram: 24780'
Mon Oct 17 12:39:39 2022 kern.info kernel: [   20.416143] ath10k_pci 0000:01:00.0: htt-ver 2.1 wmi-op 2 htt-op 2 cal file max-sta 128 raw 0 hwcrypto 1
Mon Oct 17 12:39:39 2022 kern.info kernel: [   20.416521] ath10k_pci 0000:01:00.0: NOTE:  Firmware DBGLOG output disabled in debug_mask: 0x10000000
Mon Oct 17 12:39:39 2022 kern.debug kernel: [   20.558374] ath: EEPROM regdomain: 0x0
Mon Oct 17 12:39:39 2022 kern.debug kernel: [   20.558390] ath: EEPROM indicates default country code should be used
Mon Oct 17 12:39:39 2022 kern.debug kernel: [   20.558394] ath: doing EEPROM country->regdmn map search
Mon Oct 17 12:39:39 2022 kern.debug kernel: [   20.558400] ath: country maps to regdmn code: 0x3a
Mon Oct 17 12:39:39 2022 kern.debug kernel: [   20.558404] ath: Country alpha2 being used: US
Mon Oct 17 12:39:39 2022 kern.debug kernel: [   20.558409] ath: Regpair used: 0x3a
Mon Oct 17 12:39:39 2022 kern.info kernel: [   20.571565] ath11k c000000.wifi: ipq8074 hw2.0
Mon Oct 17 12:39:39 2022 kern.info kernel: [   20.571924] remoteproc remoteproc0: powering up cd00000.q6v5_wcss
Mon Oct 17 12:39:39 2022 kern.info kernel: [   20.575233] remoteproc remoteproc0: Booting fw image IPQ8074/q6_fw.mdt, size 668
Mon Oct 17 12:39:39 2022 kern.alert kernel: [   20.582220] nss_driver - fw of size 776324  bytes copied to load addr: 40000000, nss_id : 0
Mon Oct 17 12:39:39 2022 kern.alert kernel: [   20.590527] ffffffc000b6f680: clock configure failed
Mon Oct 17 12:39:39 2022 kern.info kernel: [   22.142661] remoteproc remoteproc0: remote processor cd00000.q6v5_wcss is now up
Mon Oct 17 12:39:39 2022 kern.warn kernel: [   22.144751] ath11k c000000.wifi: qmi ignore invalid mem req type 3
Mon Oct 17 12:39:39 2022 user.info kernel: [   22.144922] kmodloader: done loading kernel modules from /etc/modules.d/*
Mon Oct 17 12:39:39 2022 kern.info kernel: [   22.152233] ath11k c000000.wifi: chip_id 0x0 chip_family 0x0 board_id 0x292 soc_id 0xffffffff
Mon Oct 17 12:39:39 2022 kern.info kernel: [   22.161999] ath11k c000000.wifi: fw_version 0x250a04a5 fw_build_timestamp 2021-12-20 07:09 fw_build_id WLAN.HK.2.5.0.1-01208-QCAHKSWPL_SILICONZ-1
Mon Oct 17 12:39:39 2022 kern.alert kernel: [   22.164202] nss_driver - fw of size 776324  bytes copied to load addr: 40000000, nss_id : 0
Mon Oct 17 12:39:39 2022 kern.alert kernel: [   22.185444] ffffffc000b6f680: clock configure failed
Mon Oct 17 12:39:39 2022 kern.alert kernel: [   22.210828] nss_driver - fw of size 776324  bytes copied to load addr: 40000000, nss_id : 0
Mon Oct 17 12:39:39 2022 kern.alert kernel: [   22.212720] ffffffc000b6f680: clock configure failed
Mon Oct 17 12:39:39 2022 daemon.notice procd: /etc/rc.d/S13openssl: Generating engines.cnf
Mon Oct 17 12:39:39 2022 daemon.notice procd: /etc/rc.d/S13openssl: Enabling engine devcrypto
Mon Oct 17 12:39:39 2022 daemon.notice procd: /etc/rc.d/S15cpufreq: find: /sys/devices/system/cpu/cpufreq/policy*: No such file or directory
Mon Oct 17 12:39:40 2022 daemon.debug zram_start: activating '/dev/zram0' for swapping (203 MegaBytes)
Mon Oct 17 12:39:40 2022 daemon.notice procd: /etc/rc.d/S15zram: zram_start: activating '/dev/zram0' for swapping (203 MegaBytes)
Mon Oct 17 12:39:40 2022 daemon.debug zram_reset: enforcing defaults via /sys/block/zram0/reset
Mon Oct 17 12:39:40 2022 daemon.notice procd: /etc/rc.d/S15zram: zram_reset: enforcing defaults via /sys/block/zram0/reset
Mon Oct 17 12:39:40 2022 daemon.debug zram_comp_algo: Set compression algorithm 'lzo' for zram '/dev/zram0'
Mon Oct 17 12:39:40 2022 daemon.notice procd: /etc/rc.d/S15zram: zram_comp_algo: Set compression algorithm 'lzo' for zram '/dev/zram0'
Mon Oct 17 12:39:40 2022 kern.info kernel: [   28.833149] zram0: detected capacity change from 0 to 415744
Mon Oct 17 12:39:40 2022 daemon.notice procd: /etc/rc.d/S15zram: Setting up swapspace version 1, size = 212856832 bytes
Mon Oct 17 12:39:40 2022 kern.info kernel: [   28.843070] Adding 207868k swap on /dev/zram0.  Priority:-2 extents:1 across:207868k SSDsc
Mon Oct 17 12:39:40 2022 daemon.notice procd: /etc/rc.d/S16qca-ssdk: /etc/rc.common: line 23: ssdk_sh: not found
Mon Oct 17 12:39:40 2022 daemon.notice procd: /etc/rc.d/S16qca-ssdk: starting
Mon Oct 17 12:39:40 2022 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Mon Oct 17 12:39:40 2022 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Mon Oct 17 12:39:42 2022 daemon.notice procd: /etc/rc.d/S19qca-nss-ecm: net.bridge.bridge-nf-call-ip6tables = 1
Mon Oct 17 12:39:42 2022 kern.info kernel: [   30.837786] ECM init
Mon Oct 17 12:39:42 2022 kern.info kernel: [   30.837839] ECM database jhash random seed: 0xe9480247
Mon Oct 17 12:39:42 2022 kern.info kernel: [   30.839288] ECM init complete
Mon Oct 17 12:39:42 2022 daemon.notice procd: /etc/rc.d/S19qca-nss-ecm: net.bridge.bridge-nf-call-iptables = 1
Mon Oct 17 12:39:42 2022 daemon.notice procd: /etc/rc.d/S19qca-nss-ecm: dev.nss.general.redirect = 1
Mon Oct 17 12:39:42 2022 user.notice : Added device handler type: 8021ad
Mon Oct 17 12:39:42 2022 user.notice : Added device handler type: 8021q
Mon Oct 17 12:39:42 2022 user.notice : Added device handler type: macvlan
Mon Oct 17 12:39:42 2022 user.notice : Added device handler type: veth
Mon Oct 17 12:39:42 2022 user.notice : Added device handler type: bridge
Mon Oct 17 12:39:42 2022 user.notice : Added device handler type: Network device
Mon Oct 17 12:39:42 2022 user.notice : Added device handler type: tunnel
Mon Oct 17 12:39:42 2022 kern.warn kernel: [   31.487436] mtdblock: MTD device '0:sbl1' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:42 2022 kern.warn kernel: [   31.512647] mtdblock: MTD device '0:mibib' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:42 2022 kern.warn kernel: [   31.526692] mtdblock: MTD device 'crash' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:42 2022 kern.warn kernel: [   31.541848] mtdblock: MTD device 'crash_syslog' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:42 2022 kern.warn kernel: [   31.557091] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:42 2022 kern.warn kernel: [   31.572214] mtdblock: MTD device 'rsvd0' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:42 2022 kern.warn kernel: [   31.587621] mtdblock: MTD device '0:qsee' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:42 2022 kern.warn kernel: [   31.601537] mtdblock: MTD device '0:devcfg' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:42 2022 kern.warn kernel: [   31.615992] mtdblock: MTD device '0:rpm' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:42 2022 kern.warn kernel: [   31.654300] mtdblock: MTD device '0:cdt' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:42 2022 kern.warn kernel: [   31.675573] mtdblock: MTD device '0:appsblenv' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:42 2022 kern.warn kernel: [   31.689164] mtdblock: MTD device '0:appsbl' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:42 2022 kern.warn kernel: [   31.703167] mtdblock: MTD device '0:art' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:42 2022 kern.warn kernel: [   31.720154] mtdblock: MTD device 'bdata' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:39:42 2022 daemon.err block: No "mount.ubi" utility available
Mon Oct 17 12:39:42 2022 daemon.err block: mounting /dev/mtdblock12 (ubi) as /mnt/mtdblock12 failed (25) - Not a tty
Mon Oct 17 12:39:43 2022 daemon.notice procd: /etc/rc.d/S50autoreboot: Command failed: Not found
Mon Oct 17 12:39:43 2022 daemon.notice procd: /etc/rc.d/S50autoreboot: Auto REBOOT has started.
Mon Oct 17 12:39:43 2022 daemon.notice wpa_supplicant[3369]: Successfully initialized wpa_supplicant
Mon Oct 17 12:39:43 2022 daemon.notice netifd: Interface 'lan' is enabled
Mon Oct 17 12:39:43 2022 daemon.notice netifd: Interface 'lan' is setting up now
Mon Oct 17 12:39:43 2022 daemon.notice netifd: Interface 'lan' is now up
Mon Oct 17 12:39:43 2022 daemon.notice netifd: Interface 'loopback' is enabled
Mon Oct 17 12:39:43 2022 daemon.notice netifd: Interface 'loopback' is setting up now
Mon Oct 17 12:39:43 2022 daemon.notice netifd: Interface 'loopback' is now up
Mon Oct 17 12:39:43 2022 kern.info kernel: [   32.520042] nss-dp 3a001400.dp3 eth1: nss_dp_edma: Registering netdev eth1(qcom-id:3) with EDMA
Mon Oct 17 12:39:43 2022 kern.info kernel: [   32.521607] br-lan: port 1(eth1) entered blocking state
Mon Oct 17 12:39:43 2022 kern.info kernel: [   32.521635] br-lan: port 1(eth1) entered disabled state
Mon Oct 17 12:39:43 2022 kern.info kernel: [   32.521882] device eth1 entered promiscuous mode
Mon Oct 17 12:39:43 2022 kern.info kernel: [   32.528089] nss-dp 3a001600.dp4 eth2: nss_dp_edma: Registering netdev eth2(qcom-id:4) with EDMA
Mon Oct 17 12:39:43 2022 kern.info kernel: [   32.531298] nss-dp 3a001600.dp4 eth2: PHY Link up speed: 1000
Mon Oct 17 12:39:43 2022 kern.info kernel: [   32.532104] br-lan: port 2(eth2) entered blocking state
Mon Oct 17 12:39:43 2022 kern.info kernel: [   32.532129] br-lan: port 2(eth2) entered disabled state
Mon Oct 17 12:39:43 2022 kern.info kernel: [   32.532386] device eth2 entered promiscuous mode
Mon Oct 17 12:39:43 2022 kern.info kernel: [   32.535235] nss-dp 3a001800.dp5 eth3: nss_dp_edma: Registering netdev eth3(qcom-id:5) with EDMA
Mon Oct 17 12:39:43 2022 kern.info kernel: [   32.539334] br-lan: port 3(eth3) entered blocking state
Mon Oct 17 12:39:43 2022 kern.info kernel: [   32.539362] br-lan: port 3(eth3) entered disabled state
Mon Oct 17 12:39:43 2022 kern.info kernel: [   32.539675] device eth3 entered promiscuous mode
Mon Oct 17 12:39:43 2022 kern.info kernel: [   32.545154] nss-dp 3a001200.dp2 eth0: nss_dp_edma: Registering netdev eth0(qcom-id:2) with EDMA
Mon Oct 17 12:39:43 2022 daemon.notice netifd: Interface 'wan' is enabled
Mon Oct 17 12:39:43 2022 daemon.notice netifd: Network device 'eth2' link is up
Mon Oct 17 12:39:43 2022 daemon.notice netifd: Network device 'lo' link is up
Mon Oct 17 12:39:43 2022 daemon.notice netifd: Interface 'loopback' has link connectivity
Mon Oct 17 12:39:43 2022 kern.info kernel: [   32.545563] nss-dp 3a001200.dp2 eth0: PHY Link up speed: 1000
Mon Oct 17 12:39:43 2022 daemon.notice netifd: Network device 'eth0' link is up
Mon Oct 17 12:39:43 2022 daemon.notice netifd: Interface 'wan' has link connectivity
Mon Oct 17 12:39:43 2022 daemon.notice netifd: Interface 'wan' is setting up now
Mon Oct 17 12:39:43 2022 daemon.notice netifd: wan (3750): uci: Entry not found
Mon Oct 17 12:39:43 2022 daemon.notice netifd: wan (3750): sh: out of range
Mon Oct 17 12:39:43 2022 user.notice firewall: Reloading firewall due to ifup of lan (br-lan)
Mon Oct 17 12:39:43 2022 daemon.notice procd: /etc/rc.d/S90kms: KMS Server has started.
Mon Oct 17 12:39:44 2022 daemon.info pppd[3850]: Plugin pppoe.so loaded.
Mon Oct 17 12:39:44 2022 daemon.info pppd[3850]: PPPoE plugin from pppd 2.4.9
Mon Oct 17 12:39:44 2022 kern.info kernel: [   33.134587] l11: disabling
Mon Oct 17 12:39:44 2022 daemon.notice procd: /etc/rc.d/S90turboacc: net.ipv4.tcp_congestion_control = bbr
Mon Oct 17 12:39:44 2022 daemon.notice procd: /etc/rc.d/S90turboacc: killall: dnscache: no process killed
Mon Oct 17 12:39:44 2022 daemon.notice procd: /etc/rc.d/S90turboacc: sh: you need to specify whom to kill
Mon Oct 17 12:39:44 2022 daemon.notice procd: /etc/rc.d/S90turboacc: Stop DNS Caching
Mon Oct 17 12:39:44 2022 daemon.notice procd: /etc/rc.d/S90turboacc: DNSMASQ change
Mon Oct 17 12:39:44 2022 daemon.notice pppd[3850]: pppd 2.4.9 started by root, uid 0
Mon Oct 17 12:39:44 2022 daemon.notice netifd: bridge 'br-lan' link is up
Mon Oct 17 12:39:44 2022 daemon.notice netifd: Interface 'lan' has link connectivity
Mon Oct 17 12:39:44 2022 kern.info kernel: [   33.524773] br-lan: port 2(eth2) entered blocking state
Mon Oct 17 12:39:44 2022 kern.info kernel: [   33.524807] br-lan: port 2(eth2) entered forwarding state
Mon Oct 17 12:39:44 2022 kern.info kernel: [   33.525137] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Mon Oct 17 12:39:44 2022 kern.info kernel: [   33.525369] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
Mon Oct 17 12:39:44 2022 user.notice upnp daemon: external interface not found, not starting
Mon Oct 17 12:39:44 2022 authpriv.info dropbear[4261]: Not backgrounding
Mon Oct 17 12:39:45 2022 daemon.notice hostapd: Configuration file: /var/run/hostapd-phy1.conf (phy wlan1) --> new PHY
Mon Oct 17 12:39:45 2022 daemon.notice hostapd: wlan1: interface state UNINITIALIZED->COUNTRY_UPDATE
Mon Oct 17 12:39:45 2022 daemon.notice hostapd: wlan1: interface state COUNTRY_UPDATE->HT_SCAN
Mon Oct 17 12:39:45 2022 daemon.notice hostapd: Configuration file: /var/run/hostapd-phy2.conf (phy wlan2) --> new PHY
Mon Oct 17 12:39:45 2022 kern.info kernel: [   34.327168] br-lan: port 4(wlan1) entered blocking state
Mon Oct 17 12:39:45 2022 kern.info kernel: [   34.327199] br-lan: port 4(wlan1) entered disabled state
Mon Oct 17 12:39:45 2022 kern.info kernel: [   34.327522] device wlan1 entered promiscuous mode
Mon Oct 17 12:39:45 2022 kern.info kernel: [   34.327656] br-lan: port 4(wlan1) entered blocking state
Mon Oct 17 12:39:45 2022 kern.info kernel: [   34.327674] br-lan: port 4(wlan1) entered forwarding state
Mon Oct 17 12:39:45 2022 daemon.notice hostapd: wlan2: interface state UNINITIALIZED->COUNTRY_UPDATE
Mon Oct 17 12:39:45 2022 daemon.notice hostapd: wlan2: interface state COUNTRY_UPDATE->HT_SCAN
Mon Oct 17 12:39:45 2022 daemon.notice hostapd: Configuration file: /var/run/hostapd-phy0.conf (phy wlan0) --> new PHY
Mon Oct 17 12:39:45 2022 kern.info kernel: [   34.346000] br-lan: port 5(wlan2) entered blocking state
Mon Oct 17 12:39:45 2022 kern.info kernel: [   34.346035] br-lan: port 5(wlan2) entered disabled state
Mon Oct 17 12:39:45 2022 kern.info kernel: [   34.346739] device wlan2 entered promiscuous mode
Mon Oct 17 12:39:45 2022 kern.info kernel: [   34.346871] br-lan: port 5(wlan2) entered blocking state
Mon Oct 17 12:39:45 2022 kern.info kernel: [   34.346888] br-lan: port 5(wlan2) entered forwarding state
Mon Oct 17 12:39:45 2022 daemon.warn odhcpd[3473]: A default route is present but there is no public prefix on lan thus we don't announce a default route!
Mon Oct 17 12:39:46 2022 kern.warn kernel: [   35.347494] ath10k_pci 0000:01:00.0: 10.1 wmi init: vdevs: 16  peers: 127  tid: 256
Mon Oct 17 12:39:46 2022 kern.info kernel: [   35.354030] ath10k_pci 0000:01:00.0: wmi print 'P 128 V 8 T 410'
Mon Oct 17 12:39:46 2022 kern.info kernel: [   35.354071] ath10k_pci 0000:01:00.0: wmi print 'msdu-desc: 1424  sw-crypt: 0 ct-sta: 0'
Mon Oct 17 12:39:46 2022 kern.info kernel: [   35.354675] ath10k_pci 0000:01:00.0: wmi print 'alloc rem: 25560 iram: 24780'
Mon Oct 17 12:39:46 2022 kern.warn kernel: [   35.391444] ath10k_pci 0000:01:00.0: pdev param 0 not supported by firmware
Mon Oct 17 12:39:46 2022 daemon.err odhcpd[3473]: Failed to send to ff02::1%lan@br-lan (Address not available)
Mon Oct 17 12:39:46 2022 daemon.notice hostapd: wlan0: interface state UNINITIALIZED->COUNTRY_UPDATE
Mon Oct 17 12:39:46 2022 daemon.notice hostapd: wlan0: interface state COUNTRY_UPDATE->HT_SCAN
Mon Oct 17 12:39:46 2022 kern.info kernel: [   35.396254] ath10k_pci 0000:01:00.0: rts threshold -1
Mon Oct 17 12:39:46 2022 kern.info kernel: [   35.397590] br-lan: port 4(wlan1) entered disabled state
Mon Oct 17 12:39:46 2022 kern.info kernel: [   35.398515] br-lan: port 5(wlan2) entered disabled state
Mon Oct 17 12:39:46 2022 kern.info kernel: [   35.399831] br-lan: port 6(wlan0) entered blocking state
Mon Oct 17 12:39:46 2022 kern.info kernel: [   35.399862] br-lan: port 6(wlan0) entered disabled state
Mon Oct 17 12:39:46 2022 kern.info kernel: [   35.400154] device wlan0 entered promiscuous mode
Mon Oct 17 12:39:47 2022 daemon.notice netifd: Network device 'wlan1' link is up
Mon Oct 17 12:39:47 2022 kern.info kernel: [   35.793281] IPv6: ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready
Mon Oct 17 12:39:47 2022 kern.info kernel: [   35.793477] br-lan: port 4(wlan1) entered blocking state
Mon Oct 17 12:39:47 2022 kern.info kernel: [   35.793495] br-lan: port 4(wlan1) entered forwarding state
Mon Oct 17 12:39:47 2022 daemon.notice hostapd: wlan1: interface state HT_SCAN->ENABLED
Mon Oct 17 12:39:47 2022 daemon.notice hostapd: wlan1: AP-ENABLED
Mon Oct 17 12:39:47 2022 daemon.notice hostapd: 20/40 MHz operation not permitted on channel pri=1 sec=5 based on overlapping BSSes
Mon Oct 17 12:39:47 2022 daemon.notice hostapd: Fallback to 20 MHz
Mon Oct 17 12:39:47 2022 daemon.notice netifd: Network device 'wlan2' link is up
Mon Oct 17 12:39:47 2022 kern.info kernel: [   36.572485] IPv6: ADDRCONF(NETDEV_CHANGE): wlan2: link becomes ready
Mon Oct 17 12:39:47 2022 kern.info kernel: [   36.572662] br-lan: port 5(wlan2) entered blocking state
Mon Oct 17 12:39:47 2022 kern.info kernel: [   36.572679] br-lan: port 5(wlan2) entered forwarding state
Mon Oct 17 12:39:47 2022 daemon.notice hostapd: wlan2: interface state HT_SCAN->ENABLED
Mon Oct 17 12:39:47 2022 daemon.notice hostapd: wlan2: AP-ENABLED
Mon Oct 17 12:39:48 2022 daemon.notice netifd: Network device 'wlan0' link is up
Mon Oct 17 12:39:48 2022 daemon.notice hostapd: wlan0: interface state HT_SCAN->ENABLED
Mon Oct 17 12:39:48 2022 daemon.notice hostapd: wlan0: AP-ENABLED
Mon Oct 17 12:39:48 2022 kern.info kernel: [   37.212107] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
Mon Oct 17 12:39:48 2022 kern.info kernel: [   37.212295] br-lan: port 6(wlan0) entered blocking state
Mon Oct 17 12:39:48 2022 kern.info kernel: [   37.212313] br-lan: port 6(wlan0) entered forwarding state
Mon Oct 17 12:39:49 2022 daemon.info pppd[3850]: PPP session is 20178
Mon Oct 17 12:39:49 2022 daemon.warn pppd[3850]: Connected to ac:4e:91:64:23:4c via interface eth0
Mon Oct 17 12:39:50 2022 kern.info kernel: [   38.785590] pppoe-wan: renamed from ppp0
Mon Oct 17 12:39:50 2022 daemon.info pppd[3850]: Renamed interface ppp0 to pppoe-wan
Mon Oct 17 12:39:50 2022 daemon.info pppd[3850]: Using interface pppoe-wan
Mon Oct 17 12:39:50 2022 daemon.notice pppd[3850]: Connect: pppoe-wan <--> eth0
Mon Oct 17 12:39:52 2022 daemon.info pppd[3850]: syncppp not active
Mon Oct 17 12:39:52 2022 daemon.info pppd[3850]: CHAP authentication succeeded: Authentication success,Welcome!
Mon Oct 17 12:39:52 2022 daemon.notice pppd[3850]: CHAP authentication succeeded
Mon Oct 17 12:39:52 2022 daemon.notice pppd[3850]: peer from calling number AC:4E:91:64:23:4C authorized
Mon Oct 17 12:39:52 2022 daemon.notice pppd[3850]: local  LL address fe80::d062:44cd:e8b6:e88a
Mon Oct 17 12:39:52 2022 daemon.notice pppd[3850]: remote LL address fe80::ae4e:91ff:fe64:234c
Mon Oct 17 12:39:52 2022 daemon.notice pppd[3850]: local  IP address 123.162.199.65
Mon Oct 17 12:39:52 2022 daemon.notice pppd[3850]: remote IP address 123.162.196.1
Mon Oct 17 12:39:52 2022 daemon.notice pppd[3850]: primary   DNS address 222.85.85.85
Mon Oct 17 12:39:52 2022 daemon.notice pppd[3850]: secondary DNS address 222.88.88.88
Mon Oct 17 12:39:53 2022 daemon.notice netifd: Network device 'pppoe-wan' link is up
Mon Oct 17 12:39:53 2022 daemon.notice netifd: Interface 'wan' is now up
Mon Oct 17 12:39:53 2022 daemon.notice netifd: Network alias 'pppoe-wan' link is up
Mon Oct 17 12:39:53 2022 daemon.notice netifd: Interface 'wan_6' is enabled
Mon Oct 17 12:39:53 2022 daemon.notice netifd: Interface 'wan_6' has link connectivity
Mon Oct 17 12:39:53 2022 daemon.notice netifd: Interface 'wan_6' is setting up now
Mon Oct 17 12:39:53 2022 user.notice firewall: Reloading firewall due to ifup of wan (pppoe-wan)
Mon Oct 17 12:39:53 2022 daemon.info hostapd: wlan1: STA d0:16:b4:7e:f4:c5 IEEE 802.11: authenticated
Mon Oct 17 12:39:53 2022 daemon.notice hostapd: wlan1: STA-OPMODE-N_SS-CHANGED d0:16:b4:7e:f4:c5 2
Mon Oct 17 12:39:53 2022 daemon.info hostapd: wlan1: STA d0:16:b4:7e:f4:c5 IEEE 802.11: associated (aid 1)
Mon Oct 17 12:39:54 2022 daemon.err miniupnpd[5832]: could not open lease file: /var/upnp.leases
Mon Oct 17 12:39:54 2022 daemon.notice miniupnpd[5832]: HTTP listening on port 5000
Mon Oct 17 12:39:54 2022 daemon.notice miniupnpd[5832]: Listening for NAT-PMP/PCP traffic on port 5351
Mon Oct 17 12:39:54 2022 daemon.notice hostapd: wlan1: AP-STA-CONNECTED d0:16:b4:7e:f4:c5
Mon Oct 17 12:39:54 2022 daemon.info hostapd: wlan1: STA d0:16:b4:7e:f4:c5 RADIUS: starting accounting session 71EEBE7C4AD9197E
Mon Oct 17 12:39:54 2022 daemon.info hostapd: wlan1: STA d0:16:b4:7e:f4:c5 WPA: pairwise key handshake completed (RSN)
Mon Oct 17 12:39:54 2022 daemon.notice hostapd: wlan1: EAPOL-4WAY-HS-COMPLETED d0:16:b4:7e:f4:c5
Mon Oct 17 12:39:54 2022 user.notice firewall: Reloading firewall due to ifupdate of wan (pppoe-wan)
Mon Oct 17 12:39:54 2022 daemon.warn odhcpd[3473]: A default route is present but there is no public prefix on lan thus we don't announce a default route!
Mon Oct 17 12:39:55 2022 daemon.warn odhcpd[3473]: A default route is present but there is no public prefix on lan thus we don't announce a default route!
Mon Oct 17 12:39:55 2022 daemon.notice netifd: Interface 'wan_6' is now up
Mon Oct 17 12:39:55 2022 user.notice firewall: Reloading firewall due to ifup of wan_6 (pppoe-wan)
Mon Oct 17 12:40:12 2022 daemon.notice procd: /etc/rc.d/S96led: setting up led WAN
Mon Oct 17 12:40:12 2022 daemon.notice procd: /etc/rc.d/S99bootcount: Warning: Bad CRC, using default environment
Mon Oct 17 12:40:12 2022 daemon.info procd: - init complete -
Mon Oct 17 12:40:13 2022 daemon.info urandom_seed[6500]: Seed saved (/etc/urandom.seed)
Mon Oct 17 12:48:01 2022 daemon.notice netifd: Network device 'eth2' link is down
Mon Oct 17 12:48:01 2022 kern.info kernel: [   89.765612] nss-dp 3a001600.dp4 eth2: PHY Link is down
Mon Oct 17 12:48:01 2022 kern.info kernel: [   89.765906] br-lan: port 2(eth2) entered disabled state
Mon Oct 17 12:48:43 2022 daemon.notice netifd: Network device 'eth2' link is up
Mon Oct 17 12:48:43 2022 kern.info kernel: [  131.367007] nss-dp 3a001600.dp4 eth2: PHY Link up speed: 1000
Mon Oct 17 12:48:43 2022 kern.info kernel: [  131.367075] br-lan: port 2(eth2) entered blocking state
Mon Oct 17 12:48:43 2022 kern.info kernel: [  131.367093] br-lan: port 2(eth2) entered forwarding state
Mon Oct 17 12:48:43 2022 daemon.info hostapd: wlan1: STA 2a:09:f7:fa:34:6d IEEE 802.11: authenticated
Mon Oct 17 12:48:43 2022 daemon.info hostapd: wlan1: STA 2a:09:f7:fa:34:6d IEEE 802.11: associated (aid 2)
Mon Oct 17 12:48:43 2022 daemon.notice hostapd: wlan1: AP-STA-CONNECTED 2a:09:f7:fa:34:6d
Mon Oct 17 12:48:43 2022 daemon.info hostapd: wlan1: STA 2a:09:f7:fa:34:6d RADIUS: starting accounting session 6E18A7349762A049
Mon Oct 17 12:48:43 2022 daemon.info hostapd: wlan1: STA 2a:09:f7:fa:34:6d WPA: pairwise key handshake completed (RSN)
Mon Oct 17 12:48:43 2022 daemon.notice hostapd: wlan1: EAPOL-4WAY-HS-COMPLETED 2a:09:f7:fa:34:6d
Mon Oct 17 12:49:20 2022 daemon.err uhttpd[3685]: cat: can't open '/sys/devices/system/cpu/cpufreq/policy0/cpuinfo_cur_freq': No such file or directory
Mon Oct 17 12:49:20 2022 daemon.err uhttpd[3685]: expr: syntax error
Mon Oct 17 12:49:24 2022 daemon.err uhttpd[3685]: cat: can't open '/sys/devices/system/cpu/cpufreq/policy0/cpuinfo_cur_freq': No such file or directory
Mon Oct 17 12:49:24 2022 daemon.err uhttpd[3685]: expr: syntax error
Mon Oct 17 12:49:47 2022 daemon.err uhttpd[3685]: find: /sys/devices/system/cpu/cpufreq/policy*: No such file or directory
Mon Oct 17 12:49:49 2022 kern.warn kernel: [  197.741961] mtdblock: MTD device '0:sbl1' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:49:49 2022 kern.warn kernel: [  197.756431] mtdblock: MTD device '0:mibib' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:49:49 2022 kern.warn kernel: [  197.770289] mtdblock: MTD device 'crash' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:49:49 2022 kern.warn kernel: [  197.785073] mtdblock: MTD device 'crash_syslog' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:49:49 2022 kern.warn kernel: [  197.799914] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:49:49 2022 kern.warn kernel: [  197.814886] mtdblock: MTD device 'rsvd0' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:49:49 2022 kern.warn kernel: [  197.829805] mtdblock: MTD device '0:qsee' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:49:49 2022 kern.warn kernel: [  197.843393] mtdblock: MTD device '0:devcfg' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:49:49 2022 kern.warn kernel: [  197.857213] mtdblock: MTD device '0:rpm' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:49:49 2022 kern.warn kernel: [  197.870967] mtdblock: MTD device '0:cdt' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:49:49 2022 kern.warn kernel: [  197.884531] mtdblock: MTD device '0:appsblenv' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:49:49 2022 kern.warn kernel: [  197.898155] mtdblock: MTD device '0:appsbl' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:49:49 2022 kern.warn kernel: [  197.911748] mtdblock: MTD device '0:art' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:49:49 2022 kern.warn kernel: [  197.925393] mtdblock: MTD device 'bdata' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:49:50 2022 kern.warn kernel: [  198.647264] mtdblock: MTD device '0:sbl1' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:49:50 2022 kern.warn kernel: [  198.661338] mtdblock: MTD device '0:mibib' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:49:50 2022 kern.warn kernel: [  198.675099] mtdblock: MTD device 'crash' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:49:50 2022 kern.warn kernel: [  198.690050] mtdblock: MTD device 'crash_syslog' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:49:50 2022 kern.warn kernel: [  198.704927] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:49:50 2022 kern.warn kernel: [  198.719763] mtdblock: MTD device 'rsvd0' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:49:50 2022 kern.warn kernel: [  198.734689] mtdblock: MTD device '0:qsee' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:49:50 2022 kern.warn kernel: [  198.748376] mtdblock: MTD device '0:devcfg' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:49:50 2022 kern.warn kernel: [  198.762058] mtdblock: MTD device '0:rpm' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:49:50 2022 kern.warn kernel: [  198.775786] mtdblock: MTD device '0:cdt' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:49:50 2022 kern.warn kernel: [  198.789540] mtdblock: MTD device '0:appsblenv' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:49:50 2022 kern.warn kernel: [  198.803193] mtdblock: MTD device '0:appsbl' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:49:50 2022 kern.warn kernel: [  198.816825] mtdblock: MTD device '0:art' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:49:50 2022 kern.warn kernel: [  198.830582] mtdblock: MTD device 'bdata' is NAND, please consider using UBI block devices instead.
Mon Oct 17 12:50:06 2022 daemon.err uhttpd[3685]: sh: out of range
Mon Oct 17 12:50:06 2022 daemon.err uhttpd[3685]: sh: out of range
Mon Oct 17 12:50:22 2022 kern.info kernel: [  231.270887] device wlan0 left promiscuous mode
Mon Oct 17 12:50:22 2022 kern.info kernel: [  231.271077] br-lan: port 6(wlan0) entered disabled state
Mon Oct 17 12:50:23 2022 daemon.notice hostapd: Remove interface 'wlan0'
Mon Oct 17 12:50:23 2022 daemon.notice hostapd: wlan0: interface state ENABLED->DISABLED
Mon Oct 17 12:50:23 2022 daemon.notice hostapd: wlan0: AP-DISABLED
Mon Oct 17 12:50:23 2022 daemon.notice hostapd: wlan0: CTRL-EVENT-TERMINATING
Mon Oct 17 12:50:23 2022 daemon.notice hostapd: nl80211: deinit ifname=wlan0 disabled_11b_rates=0
Mon Oct 17 12:50:23 2022 daemon.notice hostapd: nl80211: Failed to remove interface wlan0 from bridge br-lan: Invalid argument
Mon Oct 17 12:50:23 2022 kern.info kernel: [  231.375630] ath10k_pci 0000:01:00.0: mac flush null vif, drop 0 queues 0xffff
Mon Oct 17 12:50:34 2022 daemon.err uhttpd[3685]: cat: can't open '/sys/devices/system/cpu/cpufreq/policy0/cpuinfo_cur_freq': No such file or directory
Mon Oct 17 12:50:34 2022 daemon.err uhttpd[3685]: expr: syntax error
xiangfeidexiaohuo commented 2 years ago

依旧获取不到

ghost commented 2 years ago

image

已修复

经重新编译测试仍旧无法读取频率,另外commit中也没看到相关修改,不知大佬是如何修复的,一脸懵 (×﹏×)

misaka36 commented 2 years ago

添加了mhz https://github.com/robimarko/openwrt/commit/30ee62ebab0fc45e4d14cac62fdc6cff91bac59a 发现cpu频率只有788mhz

root@OpenWrt:~# mhz
count=169252 us50=10587 us250=53503 diff=42916 cpu_MHz=788.759
root@OpenWrt:~# /etc/coremark.sh && cat /etc/bench.log 
(CpuMark : 10570.126181 
 Scores)
misaka36 commented 2 years ago

@AXBNG 建议reopen this issue

ghost commented 2 years ago

@AXBNG 建议reopen this issue

很抱歉,issue不是我关的我无法reopen......

我打算冒着生命危险新开一个issue(滑稽