|
|
本帖最后由 debian 于 2026-7-18 10:14 编辑
ImmortalWrt 官方稳定版已适配,不再提供文件下载。
机器配置: IPQ5018+512M DDR3+128M NAND (兆易创新)
使用 https://github.com/immortalwrt/i ... v25.12.0-rc2.tar.gz 源码编译,原汁原味,可使用官方 kmod 仓库.
原厂固件原厂uboot刷入方式(自行寻找开启 SSH 的方法):
将下载的 immortalwrt-25.12.0-rc2-qualcommax-ipq50xx-cmcc_mr3000d-ci-squashfs-factory.ubi 文件通过 WIN SCP上传到 /tmp 目录下,然后依次执行. export rootfs=$(cat /proc/mtd | grep rootfs | grep -v _ | cut -d: -f1) ubidetach -f -p /dev/${rootfs} ubiformat /dev/${rootfs} -y -f /tmp/immortalwrt-25.12.0-rc2-qualcommax-ipq50xx-cmcc_mr3000d-ci-squashfs-factory.ubi
reboot # reboot 如果卡住,则等待30S左右直接拔线重启
重启之后再刷一遍 immortalwrt-25.12.0-rc2-qualcommax-ipq50xx-cmcc_mr3000d-ci-squashfs-sysupgrade.bin 主界面截图:
另外 rootfs 分区大小只有 58M,固件安装之后还剩30M空间,还有 /dev/mtd16为rootfs_1 也是 58M,不知道怎么合并,望大佬伸出援手.
分区信息 & 内核日志:
- root@ImmortalWrt:~# cat /proc/mtd
- dev: size erasesize name
- mtd0: 00080000 00020000 "0:sbl1"
- mtd1: 00080000 00020000 "0:mibib"
- mtd2: 00040000 00020000 "0:bootconfig"
- mtd3: 00040000 00020000 "0:bootconfig1"
- mtd4: 00100000 00020000 "0:qsee"
- mtd5: 00100000 00020000 "0:qsee_1"
- mtd6: 00040000 00020000 "0:devcfg"
- mtd7: 00040000 00020000 "0:devcfg_1"
- mtd8: 00040000 00020000 "0:cdt"
- mtd9: 00040000 00020000 "0:cdt_1"
- mtd10: 00080000 00020000 "0:appsblenv"
- mtd11: 00140000 00020000 "0:appsbl"
- mtd12: 00140000 00020000 "0:appsbl_1"
- mtd13: 00100000 00020000 "0:art"
- mtd14: 00080000 00020000 "0:training"
- mtd15: 03a00000 00020000 "rootfs"
- mtd16: 03a00000 00020000 "rootfs_1"
复制代码- root@ImmortalWrt:~# dmesg
- [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x51af8014]
- [ 0.000000] Linux version 6.12.79 (buildbot@buildbot.infra.immortalwrt.org) (aarch64-openwrt-linux-musl-gcc (OpenWrt GCC 14.3.0 r37753-914b6e73dfb7) 14.3.0, GNU ld (GNU Binutils) 2.44) #0 SMP Tue Apr 14 03:00:36 2026
- [ 0.000000] Machine model: CMCC MR3000D-CI
- [ 0.000000] OF: reserved mem: 0x000000004a400000..0x000000004a7fffff (4096 KiB) nomap non-reusable tz_apps@4a400000
- [ 0.000000] OF: reserved mem: 0x000000004a800000..0x000000004a9fffff (2048 KiB) nomap non-reusable bootloader@4a800000
- [ 0.000000] OF: reserved mem: 0x000000004ab00000..0x000000004abfffff (1024 KiB) nomap non-reusable smem@4ab00000
- [ 0.000000] OF: reserved mem: 0x000000004ac00000..0x000000004adfffff (2048 KiB) nomap non-reusable tz@4ac00000
- [ 0.000000] OF: reserved mem: 0x000000004b000000..0x000000004dffffff (49152 KiB) nomap non-reusable wcss@4b000000
- [ 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-0x000000004a3fffff]
- [ 0.000000] node 0: [mem 0x000000004a400000-0x000000004a9fffff]
- [ 0.000000] node 0: [mem 0x000000004aa00000-0x000000004aafffff]
- [ 0.000000] node 0: [mem 0x000000004ab00000-0x000000004adfffff]
- [ 0.000000] node 0: [mem 0x000000004ae00000-0x000000004affffff]
- [ 0.000000] node 0: [mem 0x000000004b000000-0x000000004dffffff]
- [ 0.000000] node 0: [mem 0x000000004e000000-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] psci: [Firmware Bug]: failed to set PC mode: -1
- [ 0.000000] percpu: Embedded 20 pages/cpu s43288 r8192 d30440 u81920
- [ 0.000000] pcpu-alloc: s43288 r8192 d30440 u81920 alloc=20*4096
- [ 0.000000] pcpu-alloc: [0] 0 [0] 1
- [ 0.000000] Detected VIPT I-cache on CPU0
- [ 0.000000] CPU features: detected: Spectre-v4
- [ 0.000000] alternatives: applying boot alternatives
- [ 0.000000] Kernel command line: console=ttyMSM0,115200n8 ubi.mtd=rootfs root=mtd:ubi_rootfs rootfstype=squashfs rootwait root=/dev/ubiblock0_1 swiotlb=1 coherent_pool=2M
- [ 0.000000] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
- [ 0.000000] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
- [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 131072
- [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
- [ 0.000000] software IO TLB: area num 2.
- [ 0.000000] software IO TLB: SWIOTLB bounce buffer size roundup to 0MB
- [ 0.000000] software IO TLB: mapped [mem 0x000000005f580000-0x000000005f600000] (0MB)
- [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
- [ 0.000000] rcu: Hierarchical RCU implementation.
- [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2.
- [ 0.000000] Tracing variant of Tasks RCU enabled.
- [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
- [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
- [ 0.000000] RCU Tasks Trace: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=2.
- [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
- [ 0.000000] Root IRQ handler: gic_handle_irq
- [ 0.000000] GICv2m: range[mem 0x0b00a000-0x0b00aff7], SPI[448:479]
- [ 0.000000] GICv2m: range[mem 0x0b00b000-0x0b00bff7], SPI[480:511]
- [ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
- [ 0.000000] arch_timer: cp15 and mmio timer(s) running at 24.00MHz (virt/virt).
- [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
- [ 0.000001] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
- [ 0.000137] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)
- [ 0.000160] pid_max: default: 32768 minimum: 301
- [ 0.005282] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes, linear)
- [ 0.005304] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes, linear)
- [ 0.011893] rcu: Hierarchical SRCU implementation.
- [ 0.011907] rcu: Max phase no-delay instances is 1000.
- [ 0.012475] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
- [ 0.013130] smp: Bringing up secondary CPUs ...
- [ 0.014239] Detected VIPT I-cache on CPU1
- [ 0.014384] CPU1: Booted secondary processor 0x0000000001 [0x51af8014]
- [ 0.014610] smp: Brought up 1 node, 2 CPUs
- [ 0.014631] SMP: Total of 2 processors activated.
- [ 0.014635] CPU: All CPU(s) started at EL1
- [ 0.014642] CPU features: detected: 32-bit EL0 Support
- [ 0.014649] CPU features: detected: CRC32 instructions
- [ 0.014725] alternatives: applying system-wide alternatives
- [ 0.014964] CPU features: emulated: Privileged Access Never (PAN) using TTBR0_EL1 switching
- [ 0.015262] Memory: 439084K/524288K available (9024K kernel code, 910K rwdata, 2840K rodata, 960K init, 302K bss, 83352K reserved, 0K cma-reserved)
- [ 0.022289] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
- [ 0.022324] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
- [ 0.022485] 29216 pages in range for non-PLT usage
- [ 0.022494] 520736 pages in range for PLT usage
- [ 0.024666] pinctrl core: initialized pinctrl subsystem
- [ 0.029520] NET: Registered PF_NETLINK/PF_ROUTE protocol family
- [ 0.030695] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
- [ 0.031030] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
- [ 0.031333] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
- [ 0.031943] thermal_sys: Registered thermal governor 'step_wise'
- [ 0.032051] cpuidle: using governor menu
- [ 0.032385] ASID allocator initialised with 65536 entries
- [ 0.037912] /soc@0/interrupt-controller@b000000: Fixed dependency cycle(s) with /soc@0/interrupt-controller@b000000
- [ 0.076094] SCSI subsystem initialized
- [ 0.076435] usbcore: registered new interface driver usbfs
- [ 0.076491] usbcore: registered new interface driver hub
- [ 0.076584] usbcore: registered new device driver usb
- [ 0.076933] qcom_scm: convention: smc arm 64
- [ 0.079846] clocksource: Switched to clocksource arch_sys_counter
- [ 0.084188] NET: Registered PF_INET protocol family
- [ 0.084418] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear)
- [ 0.087177] tcp_listen_portaddr_hash hash table entries: 256 (order: 0, 4096 bytes, linear)
- [ 0.087217] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
- [ 0.087243] TCP established hash table entries: 4096 (order: 3, 32768 bytes, linear)
- [ 0.087294] TCP bind hash table entries: 4096 (order: 5, 131072 bytes, linear)
- [ 0.087475] TCP: Hash tables configured (established 4096 bind 4096)
- [ 0.088089] MPTCP token hash table entries: 512 (order: 2, 12288 bytes, linear)
- [ 0.088312] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
- [ 0.088351] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
- [ 0.088837] NET: Registered PF_UNIX/PF_LOCAL protocol family
- [ 0.088922] PCI: CLS 0 bytes, default 64
- [ 0.092570] workingset: timestamp_bits=46 max_order=17 bucket_order=0
- [ 0.093392] squashfs: version 4.0 (2009/01/31) Phillip Lougher
- [ 0.093407] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
- [ 0.096437] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
- [ 0.215485] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
- [ 0.223013] msm_serial 78af000.serial: msm_serial: detected port #0
- [ 0.223223] msm_serial 78af000.serial: uartclk = 1843199
- [ 0.224084] 78af000.serial: ttyMSM0 at MMIO 0x78af000 (irq = 21, base_baud = 115199) is a MSM
- [ 0.224240] msm_serial: console setup on port #0
- [ 0.224331] printk: legacy console [ttyMSM0] enabled
- [ 0.962249] msm_serial: driver initialized
- [ 0.977124] loop: module loaded
- [ 0.983995] spi-nand spi0.0: GigaDevice SPI NAND was found.
- [ 0.984044] spi-nand spi0.0: 128 MiB, block size: 128 KiB, page size: 2048, OOB size: 128
- [ 1.135570] i2c_dev: i2c /dev entries driver
- [ 1.139274] sdhci: Secure Digital Host Controller Interface driver
- [ 1.139319] sdhci: Copyright(c) Pierre Ossman
- [ 1.145036] sdhci-pltfm: SDHCI platform and OF driver helper
- [ 1.154600] remoteproc remoteproc0: releasing cd00000.remoteproc
- [ 1.158861] NET: Registered PF_INET6 protocol family
- [ 1.163928] Segment Routing with IPv6
- [ 1.166080] In-situ OAM (IOAM) with IPv6
- [ 1.169700] NET: Registered PF_PACKET protocol family
- [ 1.173808] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
- [ 1.179304] 8021q: 802.1Q VLAN Support v1.8
- [ 1.242138] spi-nand spi0.0: GigaDevice SPI NAND was found.
- [ 1.242187] spi-nand spi0.0: 128 MiB, block size: 128 KiB, page size: 2048, OOB size: 128
- [ 1.247291] 17 qcomsmem partitions found on MTD device spi0.0
- [ 1.255024] Creating 17 MTD partitions on "spi0.0":
- [ 1.260682] 0x000000000000-0x000000080000 : "0:sbl1"
- [ 1.268229] 0x000000080000-0x000000100000 : "0:mibib"
- [ 1.273004] 0x000000100000-0x000000140000 : "0:bootconfig"
- [ 1.277260] 0x000000140000-0x000000180000 : "0:bootconfig1"
- [ 1.282739] 0x000000180000-0x000000280000 : "0:qsee"
- [ 1.289659] 0x000000280000-0x000000380000 : "0:qsee_1"
- [ 1.294723] 0x000000380000-0x0000003c0000 : "0:devcfg"
- [ 1.298030] 0x0000003c0000-0x000000400000 : "0:devcfg_1"
- [ 1.303258] 0x000000400000-0x000000440000 : "0:cdt"
- [ 1.308730] 0x000000440000-0x000000480000 : "0:cdt_1"
- [ 1.313363] 0x000000480000-0x000000500000 : "0:appsblenv"
- [ 1.319122] 0x000000500000-0x000000640000 : "0:appsbl"
- [ 1.326109] 0x000000640000-0x000000780000 : "0:appsbl_1"
- [ 1.331067] 0x000000780000-0x000000880000 : "0:art"
- [ 1.336574] 0x000000880000-0x000000900000 : "0:training"
- [ 1.339609] 0x000000900000-0x000004300000 : "rootfs"
- [ 1.459380] mtd: setting mtd15 (rootfs) as root device
- [ 1.460188] mtdsplit: no squashfs found in "rootfs"
- [ 1.463541] 0x000004300000-0x000007d00000 : "rootfs_1"
- [ 1.604250] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 799999 KHz, changing to: 1008000 KHz
- [ 1.607055] remoteproc remoteproc0: cd00000.remoteproc is available
- [ 1.614165] qcom-q6-mpd cd00000.remoteproc: pd-1 node found
- [ 1.621619] remoteproc remoteproc1: pd-1 is available
- [ 1.625668] qcom-q6-mpd cd00000.remoteproc: pd-2 node found
- [ 1.632255] remoteproc remoteproc2: pd-2 is available
- [ 1.636296] qcom-q6-mpd cd00000.remoteproc: pd-3 node found
- [ 1.642940] remoteproc remoteproc3: pd-3 is available
- [ 1.652672] ubi0: attaching mtd15
- [ 2.186771] ubi0: scanning is finished
- [ 2.250996] ubi0: attached mtd15 (name "rootfs", size 58 MiB)
- [ 2.251070] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
- [ 2.255761] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
- [ 2.262584] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096
- [ 2.269388] ubi0: good PEBs: 464, bad PEBs: 0, corrupted PEBs: 0
- [ 2.276177] ubi0: user volume: 3, internal volumes: 1, max. volumes count: 128
- [ 2.282422] ubi0: max/mean erase counter: 5/3, WL threshold: 4096, image sequence number: 1774469393
- [ 2.289441] ubi0: available PEBs: 0, total reserved PEBs: 464, PEBs reserved for bad PEB handling: 20
- [ 2.298789] ubi0: background thread "ubi_bgt0d" started, PID 600
- [ 2.300510] block ubiblock0_1: created from ubi0:1(rootfs)
- [ 2.314199] clk: Disabling unused clocks
- [ 2.329160] VFS: Mounted root (squashfs filesystem) readonly on device 254:0.
- [ 2.329679] Freeing unused kernel memory: 960K
- [ 2.335411] Run /sbin/init as init process
- [ 2.339629] with arguments:
- [ 2.339634] /sbin/init
- [ 2.339638] with environment:
- [ 2.339642] HOME=/
- [ 2.339648] TERM=linux
- [ 2.684298] init: Console is alive
- [ 2.684691] init: - watchdog -
- [ 3.599875] random: crng init done
- [ 3.667756] kmodloader: loading kernel modules from /etc/modules-boot.d/*
- [ 3.848297] gpio_button_hotplug: loading out-of-tree module taints kernel.
- [ 3.902526] ssdk_dt_parse_mac_mode[300]:INFO:mac mode1 doesn't exit!
- [ 3.902583] ssdk_dt_parse_mac_mode[308]:INFO:mac mode2 doesn't exit!
- [ 3.908066] ssdk_dt_parse_port_bmp[1064]:INFO:port_bmp doesn't exist!
- [ 3.914431] ssdk_dt_parse_interrupt[942]:INFO:intr-gpio does not exist
- [ 5.429841] ssdk_mp_reset_init[1311]:INFO:MP reset successfully!
- [ 5.760850] _adpt_mp_uniphy_clk_output_ctrl_set[264]:INFO:uniphy will output clock as 25000000Hz
- [ 5.761013] regi_init[2548]:INFO:Initializing SCOMPHY Done!!
- [ 5.768901] regi_init[2574]:INFO:qca-ssdk module init succeeded!
- [ 5.778186] nss-dp 39c00000.dp1 (unnamed net_device) (uninitialized): nss_dp_gmac: Registering netdev eth%d(qcom-id:1) with GMAC, mac_base: 0xffffffc081bb0000
- [ 5.852136] Qualcomm Atheros IPQ5018 internal PHY 88000.mdio-1:07: attached PHY driver (mii_bus:phy_addr=88000.mdio-1:07, irq=POLL)
- [ 5.959107] nss-dp 39d00000.dp2 (unnamed net_device) (uninitialized): nss_dp_gmac: Registering netdev eth%d(qcom-id:2) with GMAC, mac_base: 0xffffffc081bd0000
- [ 5.960433] Generic PHY fixed-0:00: attached PHY driver (mii_bus:phy_addr=fixed-0:00, irq=POLL)
- [ 5.974170] **********************************************************
- [ 5.980911] * NSS Data Plane driver
- [ 5.987377] **********************************************************
- [ 6.017608] usbcore: registered new interface driver usb-storage
- [ 6.020235] usbcore: registered new interface driver uas
- [ 6.023508] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
- [ 6.031079] init: - preinit -
- [ 6.121351] qca8k 90000.mdio-1:11: configuring for fixed/sgmii link mode
- [ 6.129089] qca8k 90000.mdio-1:11: Link is Up - 1Gbps/Full - flow control off
- [ 6.191023] qca8k 90000.mdio-1:11 lan3 (uninitialized): PHY [90000.mdio-1:00] driver [Qualcomm Atheros 8337 internal PHY] (irq=POLL)
- [ 6.261147] qca8k 90000.mdio-1:11 lan2 (uninitialized): PHY [90000.mdio-1:01] driver [Qualcomm Atheros 8337 internal PHY] (irq=POLL)
- [ 6.341085] qca8k 90000.mdio-1:11 lan1 (uninitialized): PHY [90000.mdio-1:02] driver [Qualcomm Atheros 8337 internal PHY] (irq=POLL)
- [ 6.411089] qca8k 90000.mdio-1:11 wan (uninitialized): PHY [90000.mdio-1:03] driver [Qualcomm Atheros 8337 internal PHY] (irq=POLL)
- [ 6.419000] nss-dp 39d00000.dp2 eth1: entered promiscuous mode
- [ 6.421979] DSA: tree 0 setup
- [ 7.289947] nss-dp 39d00000.dp2 eth1: PHY Link up speed: 1000
- [ 7.293242] qca8k 90000.mdio-1:11 lan1: configuring for phy/gmii link mode
- [ 7.295234] adpt_mp_port_netdev_change_notify[1186]:ERROR:netdev change notify with incorrect port 0
- [ 7.301520] ssdk_dev_event[2313]:ERROR:netdev change notify failed
- [ 11.587604] mount_root: loading kmods from internal overlay
- [ 11.610249] kmodloader: loading kernel modules from //etc/modules-boot.d/*
- [ 11.613479] kmodloader: done loading kernel modules from //etc/modules-boot.d/*
- [ 11.677472] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
- [ 11.922321] block: attempting to load /tmp/overlay/upper/etc/config/fstab
- [ 11.922640] block: unable to load configuration (fstab: Entry not found)
- [ 11.928276] block: attempting to load /tmp/overlay/etc/config/fstab
- [ 11.935414] block: unable to load configuration (fstab: Entry not found)
- [ 11.941148] block: attempting to load /etc/config/fstab
- [ 11.955298] block: unable to load configuration (fstab: Entry not found)
- [ 11.955529] block: no usable configuration
- [ 11.981534] UBIFS (ubi0:2): default file-system created
- [ 11.982774] UBIFS (ubi0:2): Mounting in unauthenticated mode
- [ 11.985833] UBIFS (ubi0:2): background thread "ubifs_bgt0_2" started, PID 802
- [ 12.104514] UBIFS (ubi0:2): UBIFS: mounted UBI device 0, volume 2, name "rootfs_data"
- [ 12.104570] UBIFS (ubi0:2): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
- [ 12.111403] UBIFS (ubi0:2): FS size: 38346752 bytes (36 MiB, 302 LEBs), max 312 LEBs, journal size 1904640 bytes (1 MiB, 15 LEBs)
- [ 12.121262] UBIFS (ubi0:2): reserved for root: 1811211 bytes (1768 KiB)
- [ 12.132884] UBIFS (ubi0:2): media format: w5/r0 (latest is w5/r0), UUID 77AE083A-2111-4566-B118-BA8A09E7A392, small LPT model
- [ 12.140925] block: attempting to load /tmp/ubifs_cfg/upper/etc/config/fstab
- [ 12.151174] block: unable to load configuration (fstab: Entry not found)
- [ 12.157712] block: attempting to load /tmp/ubifs_cfg/etc/config/fstab
- [ 12.164792] block: unable to load configuration (fstab: Entry not found)
- [ 12.171015] block: attempting to load /etc/config/fstab
- [ 12.177798] block: unable to load configuration (fstab: Entry not found)
- [ 12.182733] block: no usable configuration
- [ 12.194685] UBIFS (ubi0:2): un-mount UBI device 0
- [ 12.194783] UBIFS (ubi0:2): background thread "ubifs_bgt0_2" stops
- [ 12.206728] UBIFS (ubi0:2): Mounting in unauthenticated mode
- [ 12.207016] UBIFS (ubi0:2): background thread "ubifs_bgt0_2" started, PID 805
- [ 12.323918] UBIFS (ubi0:2): UBIFS: mounted UBI device 0, volume 2, name "rootfs_data"
- [ 12.323973] UBIFS (ubi0:2): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
- [ 12.330796] UBIFS (ubi0:2): FS size: 38346752 bytes (36 MiB, 302 LEBs), max 312 LEBs, journal size 1904640 bytes (1 MiB, 15 LEBs)
- [ 12.340673] UBIFS (ubi0:2): reserved for root: 1811211 bytes (1768 KiB)
- [ 12.352288] UBIFS (ubi0:2): media format: w5/r0 (latest is w5/r0), UUID 77AE083A-2111-4566-B118-BA8A09E7A392, small LPT model
- [ 12.369132] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
- [ 12.577004] block: attempting to load /tmp/overlay/upper/etc/config/fstab
- [ 12.577296] block: unable to load configuration (fstab: Entry not found)
- [ 12.583106] block: attempting to load /tmp/overlay/etc/config/fstab
- [ 12.589878] block: unable to load configuration (fstab: Entry not found)
- [ 12.595727] block: attempting to load /etc/config/fstab
- [ 12.602759] block: unable to load configuration (fstab: Entry not found)
- [ 12.607584] block: no usable configuration
- [ 12.618267] block: attempting to load /tmp/ubifs_cfg/upper/etc/config/fstab
- [ 12.618575] block: unable to load configuration (fstab: Entry not found)
- [ 12.625385] block: attempting to load /tmp/ubifs_cfg/etc/config/fstab
- [ 12.632384] block: unable to load configuration (fstab: Entry not found)
- [ 12.638584] block: attempting to load /etc/config/fstab
- [ 12.645471] block: unable to load configuration (fstab: Entry not found)
- [ 12.650335] block: no usable configuration
- [ 12.659684] mount_root: overlay filesystem has not been fully initialized yet
- [ 12.661735] mount_root: switching to ubifs overlay
- [ 12.683160] overlayfs: null uuid detected in lower fs '/', falling back to xino=off,index=off,nfs_export=off.
- [ 12.687036] urandom-seed: Seed file not found (/etc/urandom.seed)
- [ 12.750801] procd: - early -
- [ 12.751039] procd: - watchdog -
- [ 12.979095] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
- [ 13.235485] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
- [ 13.422845] procd: - watchdog -
- [ 13.520032] procd: - ubus -
- [ 13.583411] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
- [ 13.686480] procd: - init -
- [ 14.019633] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
- [ 14.538596] kmodloader: loading kernel modules from /etc/modules.d/*
- [ 14.564149] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
- [ 14.917868] NET: Registered PF_ALG protocol family
- [ 14.937370] urngd: v1.0.2 started.
- [ 14.958517] ntfs3: Enabled Linux POSIX ACLs support
- [ 15.001386] Loading modules backported from Linux version v6.18.7-0-g5dfbc5357
- [ 15.001448] Backport generated by backports.git c8a37ce
- [ 15.063975] NET: Registered P购物IPCRTR protocol family
- [ 15.076641] usbcore: registered new interface driver ums-alauda
- [ 15.091695] usbcore: registered new interface driver ums-cypress
- [ 15.095609] usbcore: registered new interface driver ums-datafab
- [ 15.105410] usbcore: registered new interface driver ums-freecom
- [ 15.110293] usbcore: registered new interface driver ums-isd200
- [ 15.112282] usbcore: registered new interface driver ums-jumpshot
- [ 15.117852] usbcore: registered new interface driver ums-karma
- [ 15.122307] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
- [ 15.132954] usbcore: registered new interface driver ums-sddr09
- [ 15.146130] usbcore: registered new interface driver ums-sddr55
- [ 15.151142] usbcore: registered new interface driver ums-usbat
- [ 15.475607] PPP generic driver version 2.4.2
- [ 15.477705] PPP MPPE Compression module registered
- [ 15.482740] NET: Registered PF_PPPOX protocol family
- [ 15.564379] ath11k c000000.wifi: ipq5018 hw1.0
- [ 15.564444] ath11k c000000.wifi: FW memory mode: 1
- [ 15.606019] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
- [ 15.871011] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
- [ 16.938239] mtdblock_open: 3 callbacks suppressed
- [ 16.938261] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
- [ 17.198032] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
- [ 17.454455] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
- [ 17.711209] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
- [ 17.966020] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
- [ 18.224307] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
- [ 18.481550] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
- [ 18.735881] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
- [ 18.994167] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
- [ 19.249111] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
- [ 20.862349] remoteproc remoteproc1: powering up pd-1
- [ 20.863113] remoteproc remoteproc1: Booting fw image ath11k/IPQ5018/hw1.0/q6_fw.mdt, size 1820
- [ 20.866427] remoteproc remoteproc0: powering up cd00000.remoteproc
- [ 20.874958] remoteproc remoteproc0: Booting fw image ath11k/IPQ5018/hw1.0/q6_fw.mdt, size 1820
- [ 23.196132] remoteproc remoteproc0: remote processor cd00000.remoteproc is now up
- [ 23.213053] remoteproc remoteproc1: remote processor pd-1 is now up
- [ 23.216264] ath11k b00a040.wifi: Multipd architecture - userpd: 2
- [ 23.218701] ath11k b00a040.wifi: qcn6122 hw1.0
- [ 23.224508] ath11k b00a040.wifi: FW memory mode: 1
- [ 23.241053] ath11k c000000.wifi: qmi fail to get qcom,m3-dump-addr, ignore m3 dump mem req
- [ 23.247624] ath11k c000000.wifi: chip_id 0x0 chip_family 0x4 board_id 0xff soc_id 0xffffffff
- [ 23.248248] ath11k c000000.wifi: fw_version 0x270206d0 fw_build_timestamp 2022-08-04 13:28 fw_build_id WLAN.HK.2.7.0.1-01744-QCAHKSWPL_SILICONZ-1
- [ 23.285940] remoteproc remoteproc2: powering up pd-2
- [ 23.287417] remoteproc remoteproc2: Booting fw image ath11k/IPQ5018/hw1.0/q6_fw.mdt, size 1820
- [ 23.300552] remoteproc remoteproc2: remote processor pd-2 is now up
- [ 23.318901] kmodloader: done loading kernel modules from /etc/modules.d/*
- [ 23.396708] ath11k b00a040.wifi: qmi ignore invalid mem req type 10
- [ 23.404077] ath11k b00a040.wifi: chip_id 0x0 chip_family 0x4 board_id 0xff soc_id 0xffffffff
- [ 23.404135] ath11k b00a040.wifi: fw_version 0x270206d0 fw_build_timestamp 2022-08-04 13:28 fw_build_id WLAN.HK.2.7.0.1-01744-QCAHKSWPL_SILICONZ-1
- [ 23.443735] mtdblock_open: 5 callbacks suppressed
- [ 23.443758] mtdblock: MTD device '0:art' is NAND, please consider using UBI block devices instead.
- [ 23.805687] mtdblock: MTD device '0:art' is NAND, please consider using UBI block devices instead.
- [ 27.420832] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
- [ 34.462536] nss-dp 39d00000.dp2 eth1: PHY Link is down
- [ 34.476365] nss-dp 39d00000.dp2 eth1: PHY Link up speed: 1000
- [ 34.502869] qca8k 90000.mdio-1:11 lan1: configuring for phy/gmii link mode
- [ 34.553873] br-lan: port 1(lan1) entered blocking state
- [ 34.553940] br-lan: port 1(lan1) entered disabled state
- [ 34.558188] qca8k 90000.mdio-1:11 lan1: entered allmulticast mode
- [ 34.563329] nss-dp 39d00000.dp2 eth1: entered allmulticast mode
- [ 34.573661] qca8k 90000.mdio-1:11 lan1: entered promiscuous mode
- [ 34.598636] qca8k 90000.mdio-1:11 lan2: configuring for phy/gmii link mode
- [ 34.600962] br-lan: port 2(lan2) entered blocking state
- [ 34.604447] br-lan: port 2(lan2) entered disabled state
- [ 34.609769] qca8k 90000.mdio-1:11 lan2: entered allmulticast mode
- [ 34.617641] qca8k 90000.mdio-1:11 lan2: entered promiscuous mode
- [ 34.642066] qca8k 90000.mdio-1:11 lan3: configuring for phy/gmii link mode
- [ 34.644366] br-lan: port 3(lan3) entered blocking state
- [ 34.647887] br-lan: port 3(lan3) entered disabled state
- [ 34.653865] qca8k 90000.mdio-1:11 lan3: entered allmulticast mode
- [ 34.661623] qca8k 90000.mdio-1:11 lan3: entered promiscuous mode
- [ 34.730561] qca8k 90000.mdio-1:11 wan: configuring for phy/gmii link mode
- [ 35.530442] adpt_mp_port_netdev_change_notify[1186]:ERROR:netdev change notify with incorrect port 0
- [ 35.530505] ssdk_dev_event[2313]:ERROR:netdev change notify failed
- [ 36.849975] br-lan: port 4(phy0-ap0) entered blocking state
- [ 36.850062] br-lan: port 4(phy0-ap0) entered disabled state
- [ 36.858008] ath11k c000000.wifi phy0-ap0: entered allmulticast mode
- [ 36.900380] ath11k c000000.wifi phy0-ap0: entered promiscuous mode
- [ 37.139241] br-lan: port 4(phy0-ap0) entered blocking state
- [ 37.139333] br-lan: port 4(phy0-ap0) entered forwarding state
- [ 37.703134] qca8k 90000.mdio-1:11 lan2: Link is Up - 1Gbps/Full - flow control rx/tx
- [ 37.703387] adpt_mp_port_netdev_change_notify[1186]:ERROR:netdev change notify with incorrect port 0
- [ 37.710175] ssdk_dev_event[2313]:ERROR:netdev change notify failed
- [ 37.719159] br-lan: port 2(lan2) entered blocking state
- [ 37.725217] br-lan: port 2(lan2) entered forwarding state
- [ 37.861859] qca8k 90000.mdio-1:11 wan: Link is Up - 1Gbps/Full - flow control rx/tx
- [ 37.862129] adpt_mp_port_netdev_change_notify[1186]:ERROR:netdev change notify with incorrect port 0
- [ 37.868359] ssdk_dev_event[2313]:ERROR:netdev change notify failed
- [ 38.297835] br-lan: port 5(phy1-ap0) entered blocking state
- [ 38.297917] br-lan: port 5(phy1-ap0) entered disabled state
- [ 38.348125] ath11k b00a040.wifi phy1-ap0: entered allmulticast mode
- [ 38.349705] ath11k b00a040.wifi phy1-ap0: entered promiscuous mode
- [ 38.353854] br-lan: port 5(phy1-ap0) entered blocking state
- [ 38.359567] br-lan: port 5(phy1-ap0) entered forwarding state
- [ 38.380191] br-lan: port 5(phy1-ap0) entered disabled state
- [ 39.197752] br-lan: port 5(phy1-ap0) entered blocking state
- [ 39.197840] br-lan: port 5(phy1-ap0) entered forwarding state
- [ 503.609775] adpt_mp_port_netdev_change_notify[1186]:ERROR:netdev change notify with incorrect port 0
- [ 503.609835] ssdk_dev_event[2313]:ERROR:netdev change notify failed
- [ 503.618248] qca8k 90000.mdio-1:11 lan2: Link is Down
- [ 503.624287] br-lan: port 2(lan2) entered disabled state
- [ 512.972037] qca8k 90000.mdio-1:11 lan2: Link is Up - 1Gbps/Full - flow control rx/tx
- [ 512.972190] adpt_mp_port_netdev_change_notify[1186]:ERROR:netdev change notify with incorrect port 0
- [ 512.978927] ssdk_dev_event[2313]:ERROR:netdev change notify failed
- [ 512.988043] br-lan: port 2(lan2) entered blocking state
- [ 512.994056] br-lan: port 2(lan2) entered forwarding state
- [ 521.289345] adpt_mp_port_netdev_change_notify[1186]:ERROR:netdev change notify with incorrect port 0
- [ 521.289407] ssdk_dev_event[2313]:ERROR:netdev change notify failed
- [ 521.297656] br-lan: port 2(lan2) entered disabled state
- [ 521.297871] qca8k 90000.mdio-1:11 lan2: Link is Down
- [ 523.372066] qca8k 90000.mdio-1:11 lan2: Link is Up - 1Gbps/Full - flow control rx/tx
- [ 523.372300] adpt_mp_port_netdev_change_notify[1186]:ERROR:netdev change notify with incorrect port 0
- [ 523.379375] ssdk_dev_event[2313]:ERROR:netdev change notify failed
- [ 523.388353] br-lan: port 2(lan2) entered blocking state
- [ 523.394091] br-lan: port 2(lan2) entered forwarding state
复制代码
|
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有账号?立即注册
×
|