Good, I assumed it was .b24 for ipq5018 and .ba0 for qcn9074 just like the mx5500. Your logs confirm this. The images uploaded contain the updated BDF files which I had to ‘upgrade’ as the BDF template version was very old and would not work with the new(er) firmware files.
Try to run initramfs image from USB:
dd bs=1M if=openwrt-qualcommax-ipq807x-linksys_mr5500-initramfs-uImage.itb of=/dev/sdX
usb start
usbboot 44000000 0
bootm 44000000
I'm probably doing something wrong. Could you help me?
# dd bs=1M if=openwrt-qualcommax-ipq50xx-linksys_mr5500-initramfs-uImage.it
b of=/dev/sdX
dd: writing '/dev/sdX': No space left on device
2+0 records in
0+1 records out
98304 bytes (96.0KB) copied, 0.006459 seconds, 14.5MB/s
You need to set a correct path - /dev/sdX (replace X)
but this is the path to the .itb file with the image?
This is a path to USB device.
It seems ok now but what should I do now?
dd bs=1M if=openwrt-qualcommax-ipq50xx-linksys_mr5500-initramfs-uImage.itb of=/dev/sda
13+1 records in
13+1 records out
14624356 bytes (13.9MB) copied, 0.244539 seconds, 57.0MB/s
Connect the USB to the router, interrupt the automatic boot in u-boot and run the commands I gave earlier.
The image started but eth communication does not work
usb start
IPQ5018# usb start
starting USB...
USB0: Register 2000140 NbrPorts 2
Starting the controller
USB XHCI 1.10
scanning bus 0 for devices... Device not responding to set address.
USB device not accepting new address (error=80000000)
2 USB Device(s) found
usbboot 44000000 0
IPQ5018# usbboot 44000000 0
Loading from usb device 0, partition 0: Name: Whole Disk Type: U-Boot
Fit image detected...
FIT description: ARM64 OpenWrt FIT (Flattened Image Tree)
Image 0 (kernel-1)
Description: ARM64 OpenWrt Linux-6.6.71
Type: Kernel Image
Compression: lzma compressed
Data Start: 0x440000e8
Data Size: 14595981 Bytes = 13.9 MiB
Architecture: AArch64
OS: Linux
Load Address: 0x41000000
Entry Point: 0x41000000
Hash algo: crc32
Hash value: 7bebaf2d
Hash algo: sha1
Hash value: 06de01aa500a7aa0e3393ca4959990a4687fe541
Image 1 (fdt-1)
Description: ARM64 OpenWrt linksys_mr5500 device tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x44deb9b8
Data Size: 26463 Bytes = 25.8 KiB
Architecture: AArch64
Hash algo: crc32
Hash value: 5c42205e
Hash algo: sha1
Hash value: 48e4bbccc2432536afc7947fa26fcd49594e3296
Default Configuration: 'config@mp03.1'
Configuration 0 (config@mp03.1)
Description: OpenWrt linksys_mr5500
Kernel: kernel-1
FDT: fdt-1
bootm 44000000
IPQ5018# bootm 44000000
## Loading kernel from FIT Image at 44000000 ...
Using 'config@mp03.1' configuration
Trying 'kernel-1' kernel subimage
Description: ARM64 OpenWrt Linux-6.6.71
Type: Kernel Image
Compression: lzma compressed
Data Start: 0x440000e8
Data Size: 14595981 Bytes = 13.9 MiB
Architecture: AArch64
OS: Linux
Load Address: 0x41000000
Entry Point: 0x41000000
Hash algo: crc32
Hash value: 7bebaf2d
Hash algo: sha1
Hash value: 06de01aa500a7aa0e3393ca4959990a4687fe541
Verifying Hash Integrity ... crc32+ sha1+ OK
## Loading fdt from FIT Image at 44000000 ...
Using 'config@mp03.1' configuration
Trying 'fdt-1' fdt subimage
Description: ARM64 OpenWrt linksys_mr5500 device tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x44deb9b8
Data Size: 26463 Bytes = 25.8 KiB
Architecture: AArch64
Hash algo: crc32
Hash value: 5c42205e
Hash algo: sha1
Hash value: 48e4bbccc2432536afc7947fa26fcd49594e3296
Verifying Hash Integrity ... crc32+ sha1+ OK
Booting using the fdt blob at 0x44deb9b8
Uncompressing Kernel Image ... OK
Loading Device Tree to 4a3f6000, end 4a3ff75e ... OK
Could not find PCI in device tree
Using machid 0x8040001 from environment
Starting kernel
Starting kernel ...
Jumping to AARCH64 kernel via monitor
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x51af8014]
[ 0.000000] Linux version 6.6.71 (builder@buildhost) (aarch64-openwrt-linux-musl-gcc (OpenWrt GCC 13.3.0 r27229-ebe7c5f1a3) 13.3.0, GNU ld (GNU Binutils) 2.42) #0 SMP Mon Jan 13 09:54:30 2025
[ 0.000000] Machine model: Linksys MR5500
[ 0.000000] OF: reserved mem: 0x000000004a400000..0x000000004a7fffff (4096 KiB) nomap non-reusable tz_appps@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 q6_mem_regions@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 18 pages/cpu s35624 r8192 d29912 u73728
[ 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 root=/dev/ubiblock0_0 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: 129024
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] software IO TLB: SWIOTLB bounce buffer size adjusted to 0MB
[ 0.000000] software IO TLB: area num 2.
[ 0.000000] software IO TLB: mapped [mem 0x000000005f540000-0x000000005f5c0000] (0MB)
[ 0.000000] Memory: 431380K/524288K available (8256K kernel code, 904K rwdata, 2432K rodata, 11776K init, 279K bss, 92908K reserved, 0K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] rcu: Hierarchical RCU implementation.
[ 0.000000] rcu: 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] 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.000118] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)
[ 0.000139] pid_max: default: 32768 minimum: 301
[ 0.005152] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes, linear)
[ 0.005175] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes, linear)
[ 0.011226] RCU Tasks Trace: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=2.
[ 0.011731] rcu: Hierarchical SRCU implementation.
[ 0.011746] rcu: Max phase no-delay instances is 1000.
[ 0.012971] smp: Bringing up secondary CPUs ...
[ 0.014250] Detected VIPT I-cache on CPU1
[ 0.014393] CPU1: Booted secondary processor 0x0000000001 [0x51af8014]
[ 0.014590] smp: Brought up 1 node, 2 CPUs
[ 0.014610] SMP: Total of 2 processors activated.
[ 0.014618] CPU features: detected: 32-bit EL0 Support
[ 0.014625] CPU features: detected: CRC32 instructions
[ 0.014720] CPU features: emulated: Privileged Access Never (PAN) using TTBR0_EL1 switching
[ 0.014730] CPU: All CPU(s) started at EL1
[ 0.014733] alternatives: applying system-wide alternatives
[ 0.023047] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.023088] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[ 0.024897] pinctrl core: initialized pinctrl subsystem
[ 0.027401] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.029192] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[ 0.029527] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.029843] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.030590] thermal_sys: Registered thermal governor 'step_wise'
[ 0.030708] cpuidle: using governor menu
[ 0.031021] ASID allocator initialised with 65536 entries
[ 0.036154] /soc@0/phy@5d000: Fixed dependency cycle(s) with /soc@0/clock-controller@1800000
[ 0.036190] /soc@0/phy@86000: Fixed dependency cycle(s) with /soc@0/clock-controller@1800000
[ 0.036219] /soc@0/mdio@88000/ethernet-phy@7: Fixed dependency cycle(s) with /soc@0/clock-controller@1800000
[ 0.036344] /soc@0/clock-controller@1800000: Fixed dependency cycle(s) with /soc@0/mdio@88000/ethernet-phy@7
[ 0.036364] /soc@0/clock-controller@1800000: Fixed dependency cycle(s) with /soc@0/phy@5d000
[ 0.036378] /soc@0/clock-controller@1800000: Fixed dependency cycle(s) with /soc@0/phy@86000
[ 0.036488] /soc@0/interrupt-controller@b000000: Fixed dependency cycle(s) with /soc@0/interrupt-controller@b000000
[ 0.037102] /soc@0/phy@5d000: Fixed dependency cycle(s) with /soc@0/clock-controller@1800000
[ 0.037314] /soc@0/phy@86000: Fixed dependency cycle(s) with /soc@0/clock-controller@1800000
[ 0.037506] /soc@0/mdio@88000: Fixed dependency cycle(s) with /soc@0/clock-controller@1800000
[ 0.037531] /soc@0/mdio@88000/ethernet-phy@7: Fixed dependency cycle(s) with /soc@0/clock-controller@1800000
[ 0.041172] /soc@0/mdio@88000/ethernet-phy@7: Fixed dependency cycle(s) with /soc@0/clock-controller@1800000
[ 0.041285] /soc@0/mdio@88000: Fixed dependency cycle(s) with /soc@0/clock-controller@1800000
[ 0.041310] /soc@0/phy@86000: Fixed dependency cycle(s) with /soc@0/clock-controller@1800000
[ 0.041396] /soc@0/phy@5d000: Fixed dependency cycle(s) with /soc@0/clock-controller@1800000
[ 0.041588] /soc@0/clock-controller@1800000: Fixed dependency cycle(s) with /soc@0/mdio@88000/ethernet-phy@7
[ 0.041611] /soc@0/clock-controller@1800000: Fixed dependency cycle(s) with /soc@0/phy@5d000
[ 0.041724] /soc@0/clock-controller@1800000: Fixed dependency cycle(s) with /soc@0/phy@86000
[ 0.060442] Modules: 26816 pages in range for non-PLT usage
[ 0.060458] Modules: 518336 pages in range for PLT usage
[ 0.067802] SCSI subsystem initialized
[ 0.068140] usbcore: registered new interface driver usbfs
[ 0.068190] usbcore: registered new interface driver hub
[ 0.068284] usbcore: registered new device driver usb
[ 0.068699] qcom_scm: convention: smc arm 64
[ 0.071581] clocksource: Switched to clocksource arch_sys_counter
[ 0.075931] NET: Registered PF_INET protocol family
[ 0.076162] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.078525] tcp_listen_portaddr_hash hash table entries: 256 (order: 0, 4096 bytes, linear)
[ 0.078563] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.078590] TCP established hash table entries: 4096 (order: 3, 32768 bytes, linear)
[ 0.078644] TCP bind hash table entries: 4096 (order: 5, 131072 bytes, linear)
[ 0.078830] TCP: Hash tables configured (established 4096 bind 4096)
[ 0.079494] MPTCP token hash table entries: 512 (order: 1, 12288 bytes, linear)
[ 0.079731] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
[ 0.079770] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
[ 0.080517] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.080600] PCI: CLS 0 bytes, default 64
[ 0.096091] workingset: timestamp_bits=46 max_order=17 bucket_order=0
[ 0.096774] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.096795] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[ 0.110008] qcom,uniphy-usb 5d000.phy: error 0000000000000000: failed to get vreg
[ 0.124819] qcom-pcie a0000000.pcie: host bridge /soc@0/pcie@a0000000 ranges:
[ 0.124917] qcom-pcie a0000000.pcie: IO 0x00a0200000..0x00a02fffff -> 0x00a0200000
[ 0.124961] qcom-pcie a0000000.pcie: MEM 0x00a0300000..0x00b02fffff -> 0x00a0300000
[ 0.253313] qcom-pcie a0000000.pcie: iATU: unroll T, 8 ob, 8 ib, align 4K, limit 1024G
[ 0.351668] qcom-pcie a0000000.pcie: PCIe Gen.2 x2 link up
[ 0.352405] qcom-pcie a0000000.pcie: PCI host bridge to bus 0001:00
[ 0.352434] pci_bus 0001:00: root bus resource [bus 00-ff]
[ 0.352455] pci_bus 0001:00: root bus resource [io 0x0000-0xfffff] (bus address [0xa0200000-0xa02fffff])
[ 0.352470] pci_bus 0001:00: root bus resource [mem 0xa0300000-0xb02fffff]
[ 0.352535] pci 0001:00:00.0: [17cb:1004] type 01 class 0x060400
[ 0.352564] pci 0001:00:00.0: reg 0x10: [mem 0x00000000-0x00000fff]
[ 0.352660] pci 0001:00:00.0: PME# supported from D0 D3hot D3cold
[ 0.357253] pci 0001:01:00.0: [17cb:1104] type 00 class 0x028000
[ 0.357388] pci 0001:01:00.0: reg 0x10: [mem 0x00000000-0x001fffff 64bit]
[ 0.358058] pci 0001:01:00.0: PME# supported from D0 D3hot D3cold
[ 0.358259] pci 0001:01:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x2 link at 0001:00:00.0 (capable of 15.752 Gb/s with 8.0 GT/s PCIe x2 link)
[ 0.359073] pci 0001:00:00.0: BAR 8: assigned [mem 0xa0400000-0xa05fffff]
[ 0.359106] pci 0001:00:00.0: BAR 0: assigned [mem 0xa0300000-0xa0300fff]
[ 0.359131] pci 0001:01:00.0: BAR 0: assigned [mem 0xa0400000-0xa05fffff 64bit]
[ 0.359200] pci 0001:00:00.0: PCI bridge to [bus 01-ff]
[ 0.359216] pci 0001:00:00.0: bridge window [mem 0xa0400000-0xa05fffff]
[ 0.359232] pci_bus 0001:00: resource 4 [io 0x0000-0xfffff]
[ 0.359241] pci_bus 0001:00: resource 5 [mem 0xa0300000-0xb02fffff]
[ 0.359251] pci_bus 0001:01: resource 1 [mem 0xa0400000-0xa05fffff]
[ 0.364245] pcieport 0001:00:00.0: PME: Signaling with IRQ 17
[ 0.377445] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[ 0.379796] msm_serial 78af000.serial: msm_serial: detected port #0
[ 0.379854] msm_serial 78af000.serial: uartclk = 1843199
[ 0.380832] 78af000.serial: ttyMSM0 at MMIO 0x78af000 (irq = 22, base_baud = 115199) is a MSM
[ 0.380901] msm_serial: console setup on port #0
[ 0.381029] printk: console [ttyMSM0] enabled
[ 0.493187] pcieport 0001:00:00.0: AER: enabled with IRQ 17
[ 0.494986] msm_serial: driver initialized
[ 1.450027] loop: module loaded
[ 1.456820] spi-nand spi0.0: GigaDevice SPI NAND was found.
[ 1.456870] spi-nand spi0.0: 256 MiB, block size: 128 KiB, page size: 2048, OOB size: 64
[ 1.478644] 18 fixed-partitions partitions found on MTD device spi0.0
[ 1.478708] Creating 18 MTD partitions on "spi0.0":
[ 1.484344] 0x000000000000-0x000000080000 : "0:SBL1"
[ 1.491347] 0x000000080000-0x0000000a0000 : "0:MIBIB"
[ 1.497935] 0x000000100000-0x000000200000 : "0:QSEE"
[ 1.502270] 0x000000200000-0x000000240000 : "0:DEVCFG"
[ 1.506169] 0x000000240000-0x000000280000 : "0:CDT"
[ 1.511050] 0x000000280000-0x0000002a0000 : "0:APPSBLENV"
[ 1.515559] 0x000000300000-0x000000440000 : "0:APPSBL"
[ 1.522664] 0x000000440000-0x000000540000 : "0:ART"
[ 1.527147] 0x000000540000-0x0000005c0000 : "0:TRAINING"
[ 1.531179] 0x0000005c0000-0x000000640000 : "u_env"
[ 1.536796] 0x000000640000-0x000000680000 : "s_env"
[ 1.540899] 0x000000680000-0x0000006c0000 : "devinfo"
[ 1.545931] 0x0000006c0000-0x0000058c0000 : "kernel"
[ 1.678873] 0x000000ec0000-0x0000058c0000 : "rootfs"
[ 1.680559] mtd: setting mtd13 (rootfs) as root device
[ 1.683582] mtdsplit: no squashfs found in "rootfs"
[ 1.687917] 0x0000058c0000-0x00000aac0000 : "alt_kernel"
[ 1.825836] 0x0000060c0000-0x00000aac0000 : "alt_rootfs"
[ 1.827445] 0x00000aac0000-0x00000acc0000 : "sysdiag"
[ 1.835148] 0x00000acc0000-0x00000f0c0000 : "syscfg"
[ 2.100582] i2c_dev: i2c /dev entries driver
[ 2.105196] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 799999 KHz, changing to: 1008000 KHz
[ 2.107265] sdhci: Secure Digital Host Controller Interface driver
[ 2.114891] sdhci: Copyright(c) Pierre Ossman
[ 2.120975] sdhci-pltfm: SDHCI platform and OF driver helper
[ 2.132359] remoteproc remoteproc0: releasing cd00000.remoteproc
[ 2.135857] NET: Registered PF_INET6 protocol family
[ 2.139435] Segment Routing with IPv6
[ 2.142593] In-situ OAM (IOAM) with IPv6
[ 2.146055] NET: Registered PF_PACKET protocol family
[ 2.150444] 8021q: 802.1Q VLAN Support v1.8
[ 2.227969] remoteproc remoteproc0: cd00000.remoteproc is available
[ 2.228132] qcom-q6-mpd cd00000.remoteproc: pd-1 node found
[ 2.235266] remoteproc remoteproc1: pd-1 is available
[ 2.24�[ 2.257324] Freeing unused kernel memory: 11776K
[ 2.257475] Run /init as init process
[ 2.863587] init: Console is alive
[ 2.864036] init: - watchdog -
[ 2.884101] kmodloader: loading kernel modules from /etc/modules-boot.d/*
[ 2.913188] gpio_button_hotplug: loading out-of-tree module taints kernel.
[ 2.930811] ssdk_dt_parse_mac_mode[299]:INFO:mac mode1 doesn't exit!
[ 2.930862] ssdk_dt_parse_mac_mode[307]:INFO:mac mode2 doesn't exit!
[ 2.936740] ssdk_dt_parse_port_bmp[1063]:INFO:port_bmp doesn't exist!
[ 2.942640] ssdk_dt_parse_interrupt[941]:INFO:intr-gpio does not exist
[ 4.561602] ssdk_mp_reset_init[1297]:INFO:MP reset successfully!
[ 4.922615] _adpt_mp_uniphy_clk_output_ctrl_set[255]:INFO:uniphy will output clock as 25000000Hz
[ 4.922711] regi_init[2548]:INFO:Initializing SCOMPHY Done!!
[ 4.930649] regi_init[2574]:INFO:qca-ssdk module init succeeded!
[ 4.939299] dp1: ppe offload disabled: 0 for macid 1
[ 4.942178] dp1: Switch attached to macid 1 status: 0
[ 4.947154] nss-dp 39c00000.dp1 (unnamed net_device) (uninitialized): nss_dp_gmac: Registering netdev eth%d(qcom-id:1) with GMAC, mac_base: 0xffffffc081fe0000
[ 5.022137] Qualcomm IPQ5018 internal PHY 88000.mdio-1:07: attached PHY driver (mii_bus:phy_addr=88000.mdio-1:07, irq=POLL)
[ 5.091468] GMAC2(ffffff8003138900) Invalid MAC@ - using 82:d9:8b:c4:91:c0
[ 5.091763] dp2: ppe offload disabled: 0 for macid 2
[ 5.097268] dp2: Switch attached to macid 2 status: 0
[ 5.102537] nss-dp 39d00000.dp2 (unnamed net_device) (uninitialized): nss_dp_gmac: Registering netdev eth%d(qcom-id:2) with GMAC, mac_base: 0xffffffc082310000
[ 5.108696] Generic PHY fixed-0:00: attached PHY driver (mii_bus:phy_addr=fixed-0:00, irq=POLL)
[ 5.123932] **********************************************************
[ 5.130019] * NSS Data Plane driver
[ 5.136768] **********************************************************
[ 5.173446] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
[ 5.182522] init: - preinit -
[ 5.219443] qca8k 90000.mdio-1:11: Configuring port 6 as CPU port
[ 5.276970] qca8k 90000.mdio-1:11: entered qca8k_phylink_mac_link_down
[ 5.282204] qca8k 90000.mdio-1:11: configuring for fixed/sgmii link mode
[ 5.284663] qca8k 90000.mdio-1:11: entered qca8k_pcs_config
[ 5.292541] qca8k 90000.mdio-1:11: entered qca8k_phylink_mac_link_up
[ 5.304101] qca8k 90000.mdio-1:11: Link is Up - 1Gbps/Full - flow control off
[ 5.382382] qca8k 90000.mdio-1:11 lan1 (uninitialized): PHY [90000.mdio-1:00] driver [Qualcomm Atheros 8337 internal PHY] (irq=POLL)
[ 5.462192] qca8k 90000.mdio-1:11 lan2 (uninitialized): PHY [90000.mdio-1:01] driver [Qualcomm Atheros 8337 internal PHY] (irq=POLL)
[ 5.542197] qca8k 90000.mdio-1:11 lan3 (uninitialized): PHY [90000.mdio-1:02] driver [Qualcomm Atheros 8337 internal PHY] (irq=POLL)
[ 5.632184] qca8k 90000.mdio-1:11 lan4 (uninitialized): PHY [90000.mdio-1:03] driver [Qualcomm Atheros 8337 internal PHY] (irq=POLL)
[ 5.712216] qca8k 90000.mdio-1:11 wan (uninitialized): PHY [90000.mdio-1:04] driver [Qualcomm Atheros 8337 internal PHY] (irq=POLL)
[ 5.716613] nss-dp 39d00000.dp2 eth1: entered promiscuous mode
[ 5.723016] DSA: tree 0 setup
[ 6.961591] random: crng init done
Cannot parse config file '/etc/fw_env.config': No such file or directory
Failed to find NVMEM device
Press the [f] key and hit [enter] to enter failsafe mode
Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level
[ 11.374964] procd: - early -
[ 11.375237] procd: - watchdog -
[ 12.008857] procd: - watchdog -
[ 12.009304] procd: - ubus -
[ 12.167264] procd: - init -
Please press Enter to activate this console.
[ 12.577803] kmodloader: loading kernel modules from /etc/modules.d/*
[ 12.766736] urngd: v1.0.2 started.
[ 12.833865] Loading modules backported from Linux version v6.12.6-0-ge9d65b48ce1a
[ 12.833912] Backport generated by backports.git v6.1.110-1-35-g410656ef04d2
[ 12.881667] NET: Registered PF_QIPCRTR protocol family
[ 13.008618] PPP generic driver version 2.4.2
[ 13.011875] NET: Registered PF_PPPOX protocol family
[ 13.030969] ath11k c000000.wifi: ipq5018 hw1.0
[ 13.031015] ath11k c000000.wifi: FW memory mode: 2
[ 13.120224] remoteproc remoteproc1: powering up pd-1
[ 13.120517] remoteproc remoteproc1: Booting fw image ath11k/IPQ5018/hw1.0/q6_fw.mdt, size 1820
[ 13.124423] remoteproc remoteproc0: powering up cd00000.remoteproc
[ 13.132767] remoteproc remoteproc0: Booting fw image ath11k/IPQ5018/hw1.0/q6_fw.mdt, size 1820
[ 13.244495] remoteproc remoteproc0: remote processor cd00000.remoteproc is now up
[ 13.261157] remoteproc remoteproc1: remote processor pd-1 is now up
[ 13.269287] ath11k_pci 0001:01:00.0: BAR 0: assigned [mem 0xa0400000-0xa05fffff 64bit]
[ 13.269452] ath11k_pci 0001:01:00.0: enabling device (0000 -> 0002)
[ 13.277304] ath11k_pci 0001:01:00.0: MSI vectors: 16
[ 13.282416] ath11k_pci 0001:01:00.0: qcn9074 hw1.0
[ 13.287509] ath11k_pci 0001:01:00.0: FW memory mode: 2
[ 13.288913] ath11k c000000.wifi: qmi fail to get qcom,m3-dump-addr, ignore m3 dump mem req
[ 13.304070] ath11k c000000.wifi: chip_id 0x0 chip_family 0x4 board_id 0xff soc_id 0xffffffff
[ 13.305491] 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
[ 13.508895] mhi mhi0: Requested to power ON
[ 13.509005] mhi mhi0: Power on setup success
[ 13.551480] ath11k c000000.wifi: qmi failed to load CAL data file:cal-ahb-c000000.wifi.bin
[ 13.552700] ath11k c000000.wifi: failed to load board data file: -12
[ 13.596015] mhi mhi0: Wait for device to enter SBL or Mission mode
[ 13.675302] batman_adv: B.A.T.M.A.N. advanced 2024.4-openwrt-1 (compatibility version 15) loaded
[ 13.683064] kmodloader: done loading kernel modules from /etc/modules.d/*
[ 13.698387] ath11k_pci 0001:01:00.0: chip_id 0x0 chip_family 0x0 board_id 0xff soc_id 0xffffffff
[ 13.698444] ath11k_pci 0001:01:00.0: fw_version 0x290b8862 fw_build_timestamp 2024-09-23 10:51 fw_build_id
[ 13.887917] ath11k_pci 0001:01:00.0: qmi failed to load CAL data file:cal-pci-0001:01:00.0.bin
[ 13.888960] ath11k_pci 0001:01:00.0: failed to load board data file: -12
[ 21.594648] br-lan: port 1(eth0) entered blocking state
[ 21.594719] br-lan: port 1(eth0) entered disabled state
[ 21.602239] nss-dp 39c00000.dp1 eth0: entered allmulticast mode
[ 21.612097] nss-dp 39c00000.dp1 eth0: entered promiscuous mode
[ 21.698583] nss-dp 39d00000.dp2 eth1: PHY Link up speed: 1000
[ 22.632077] adpt_mp_port_netdev_change_notify[1186]:ERROR:netdev change notify with incorrect port 0
[ 22.632154] ssdk_dev_event[2313]:ERROR:netdev change notify failed
[ 24.154985] platform 5b000.phy: deferred probe pending
[ 24.155035] platform 8a00000.usb: deferred probe pending
[ 24.159029] platform regulator-usb-vbus: deferred probe pending
BusyBox
BusyBox v1.37.0 (2025-01-13 06:05:44 UTC) built-in shell (ash)
_______ ________ __
| |.-----.-----.-----.| | | |.----.| |_
| - || _ | -__| || | | || _|| _|
|_______|| __|_____|__|__||________||__| |____|
|__| W I R E L E S S F R E E D O M
-----------------------------------------------------
OpenWrt SNAPSHOT, r28256+343-1c274227b0
-----------------------------------------------------
=== WARNING! =====================================
There is no root password defined on this device!
Use the "passwd" command to set up a new password
in order to prevent unauthorized SSH logins.
--------------------------------------------------
OpenWrt recently switched to the "apk" package manager!
OPKG Command APK Equivalent Description
------------------------------------------------------------------
opkg install <pkg> apk add <pkg> Install a package
opkg remove <pkg> apk del <pkg> Remove a package
opkg upgrade apk upgrade Upgrade all packages
opkg files <pkg> apk info -L <pkg> List package contents
opkg list-installed apk info List installed packages
opkg update apk update Update package lists
opkg search <pkg> apk search <pkg> Search for packages
------------------------------------------------------------------
For more https://openwrt.org/docs/guide-user/additional-software/opkg-to-apk-cheatsheet
ifconfig
root@OpenWrt:~# ifconfig
br-lan Link encap:Ethernet HWaddr 00:11:22:33:44:55
inet addr:192.168.1.1 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fd32:7dd9:2211::1/60 Scope:Global
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
eth0 Link encap:Ethernet HWaddr 00:11:22:33:44:55
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:36
eth1 Link encap:Ethernet HWaddr 00:11:22:33:44:55
inet6 addr: fe80::80d9:aaff:fec4:91c0/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1502 Metric:1
RX packets:15 errors:0 dropped:0 overruns:0 frame:0
TX packets:46 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1900 (1.8 KiB) TX bytes:12626 (12.3 KiB)
Interrupt:37
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:192 errors:0 dropped:0 overruns:0 frame:0
TX packets:192 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:14976 (14.6 KiB) TX bytes:14976 (14.6 KiB)
ping 192.168.1.150
root@OpenWrt:~# ping 192.168.1.150
PING 192.168.1.150 (192.168.1.150): 56 data bytes
^C
--- 192.168.1.150 ping statistics ---
15 packets transmitted, 0 packets received, 100% packet loss
fixed several typos, can you try again? same filebin with updated images:
Filebin | kc4h81g3ka4ck9ah
Thank you @georgem83
The image run correctly I will test it.
I have a question because cpuinfo shows ARMv7 but snapshot shows ARMv8 Architecture. Is this correct?
cat /proc/cpuinfo
processor : 0
model name : ARMv7 Processor rev 4 (v7l)
can you post the output of dmesg?
dmesg --> initramfs-uImage
root@OpenWrt:~# dmesg
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x51af8014]
[ 0.000000] Linux version 6.6.71 (builder@buildhost) (aarch64-openwrt-linux-musl-gcc (OpenWrt GCC 13.3.0 r27229-ebe7c5f1a3) 13.3.0, GNU ld (GNU Binutils) 2.42) #0 SMP Sat Jan 18 01:38:21 2025
[ 0.000000] Machine model: Linksys MR5500
[ 0.000000] OF: reserved mem: 0x000000004a400000..0x000000004a7fffff (4096 KiB) nomap non-reusable tz_appps@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 q6_mem_regions@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 18 pages/cpu s35624 r8192 d29912 u73728
[ 0.000000] pcpu-alloc: s35624 r8192 d29912 u73728 alloc=18*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 root=/dev/ubiblock0_0 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: 129024
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] software IO TLB: SWIOTLB bounce buffer size adjusted to 0MB
[ 0.000000] software IO TLB: area num 2.
[ 0.000000] software IO TLB: mapped [mem 0x000000005f540000-0x000000005f5c0000] (0MB)
[ 0.000000] Memory: 431380K/524288K available (8256K kernel code, 904K rwdata, 2432K rodata, 11776K init, 279K bss, 92908K reserved, 0K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] rcu: Hierarchical RCU implementation.
[ 0.000000] rcu: 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] 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.000109] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)
[ 0.000129] pid_max: default: 32768 minimum: 301
[ 0.005115] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes, linear)
[ 0.005136] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes, linear)
[ 0.011001] RCU Tasks Trace: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=2.
[ 0.011471] rcu: Hierarchical SRCU implementation.
[ 0.011483] rcu: Max phase no-delay instances is 1000.
[ 0.012677] smp: Bringing up secondary CPUs ...
[ 0.013873] Detected VIPT I-cache on CPU1
[ 0.014011] CPU1: Booted secondary processor 0x0000000001 [0x51af8014]
[ 0.014200] smp: Brought up 1 node, 2 CPUs
[ 0.014218] SMP: Total of 2 processors activated.
[ 0.014226] CPU features: detected: 32-bit EL0 Support
[ 0.014233] CPU features: detected: CRC32 instructions
[ 0.014325] CPU features: emulated: Privileged Access Never (PAN) using TTBR0_EL1 switching
[ 0.014335] CPU: All CPU(s) started at EL1
[ 0.014338] alternatives: applying system-wide alternatives
[ 0.022407] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.022446] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[ 0.024257] pinctrl core: initialized pinctrl subsystem
[ 0.026745] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.028547] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[ 0.028881] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.029193] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.029826] thermal_sys: Registered thermal governor 'step_wise'
[ 0.029941] cpuidle: using governor menu
[ 0.030369] ASID allocator initialised with 65536 entries
[ 0.035431] /soc@0/phy@5d000: Fixed dependency cycle(s) with /soc@0/clock-controller@1800000
[ 0.035467] /soc@0/phy@86000: Fixed dependency cycle(s) with /soc@0/clock-controller@1800000
[ 0.035495] /soc@0/mdio@88000/ethernet-phy@7: Fixed dependency cycle(s) with /soc@0/clock-controller@1800000
[ 0.035616] /soc@0/clock-controller@1800000: Fixed dependency cycle(s) with /soc@0/mdio@88000/ethernet-phy@7
[ 0.035634] /soc@0/clock-controller@1800000: Fixed dependency cycle(s) with /soc@0/phy@5d000
[ 0.035649] /soc@0/clock-controller@1800000: Fixed dependency cycle(s) with /soc@0/phy@86000
[ 0.035754] /soc@0/interrupt-controller@b000000: Fixed dependency cycle(s) with /soc@0/interrupt-controller@b000000
[ 0.036359] /soc@0/phy@5d000: Fixed dependency cycle(s) with /soc@0/clock-controller@1800000
[ 0.036594] /soc@0/phy@86000: Fixed dependency cycle(s) with /soc@0/clock-controller@1800000
[ 0.036793] /soc@0/mdio@88000: Fixed dependency cycle(s) with /soc@0/clock-controller@1800000
[ 0.036818] /soc@0/mdio@88000/ethernet-phy@7: Fixed dependency cycle(s) with /soc@0/clock-controller@1800000
[ 0.040346] /soc@0/mdio@88000/ethernet-phy@7: Fixed dependency cycle(s) with /soc@0/clock-controller@1800000
[ 0.040480] /soc@0/mdio@88000: Fixed dependency cycle(s) with /soc@0/clock-controller@1800000
[ 0.040504] /soc@0/phy@86000: Fixed dependency cycle(s) with /soc@0/clock-controller@1800000
[ 0.040598] /soc@0/phy@5d000: Fixed dependency cycle(s) with /soc@0/clock-controller@1800000
[ 0.040784] /soc@0/clock-controller@1800000: Fixed dependency cycle(s) with /soc@0/mdio@88000/ethernet-phy@7
[ 0.040807] /soc@0/clock-controller@1800000: Fixed dependency cycle(s) with /soc@0/phy@5d000
[ 0.040891] /soc@0/clock-controller@1800000: Fixed dependency cycle(s) with /soc@0/phy@86000
[ 0.058039] Modules: 26816 pages in range for non-PLT usage
[ 0.058056] Modules: 518336 pages in range for PLT usage
[ 0.065569] SCSI subsystem initialized
[ 0.065898] usbcore: registered new interface driver usbfs
[ 0.065976] usbcore: registered new interface driver hub
[ 0.066063] usbcore: registered new device driver usb
[ 0.066453] qcom_scm: convention: smc arm 64
[ 0.069057] clocksource: Switched to clocksource arch_sys_counter
[ 0.073216] NET: Registered PF_INET protocol family
[ 0.073459] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.075902] tcp_listen_portaddr_hash hash table entries: 256 (order: 0, 4096 bytes, linear)
[ 0.075938] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.075971] TCP established hash table entries: 4096 (order: 3, 32768 bytes, linear)
[ 0.076025] TCP bind hash table entries: 4096 (order: 5, 131072 bytes, linear)
[ 0.076206] TCP: Hash tables configured (established 4096 bind 4096)
[ 0.076868] MPTCP token hash table entries: 512 (order: 1, 12288 bytes, linear)
[ 0.077100] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
[ 0.077135] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
[ 0.077760] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.077831] PCI: CLS 0 bytes, default 64
[ 0.093136] workingset: timestamp_bits=46 max_order=17 bucket_order=0
[ 0.093805] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.093824] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[ 0.102371] qcom-m31usb-phy 5b000.phy: supply vdd not found, using dummy regulator
[ 0.102675] qcom-m31usb-phy 5b000.phy: Registered M31 USB phy
[ 0.107350] qcom,uniphy-usb 5d000.phy: supply vdd not found, using dummy regulator
[ 0.122666] qcom-pcie a0000000.pcie: host bridge /soc@0/pcie@a0000000 ranges:
[ 0.122757] qcom-pcie a0000000.pcie: IO 0x00a0200000..0x00a02fffff -> 0x00a0200000
[ 0.122795] qcom-pcie a0000000.pcie: MEM 0x00a0300000..0x00b02fffff -> 0x00a0300000
[ 0.250790] qcom-pcie a0000000.pcie: iATU: unroll T, 8 ob, 8 ib, align 4K, limit 1024G
[ 0.349145] qcom-pcie a0000000.pcie: PCIe Gen.2 x2 link up
[ 0.349774] qcom-pcie a0000000.pcie: PCI host bridge to bus 0001:00
[ 0.349808] pci_bus 0001:00: root bus resource [bus 00-ff]
[ 0.349828] pci_bus 0001:00: root bus resource [io 0x0000-0xfffff] (bus address [0xa0200000-0xa02fffff])
[ 0.349840] pci_bus 0001:00: root bus resource [mem 0xa0300000-0xb02fffff]
[ 0.349905] pci 0001:00:00.0: [17cb:1004] type 01 class 0x060400
[ 0.349934] pci 0001:00:00.0: reg 0x10: [mem 0x00000000-0x00000fff]
[ 0.350028] pci 0001:00:00.0: PME# supported from D0 D3hot D3cold
[ 0.355124] pci 0001:01:00.0: [17cb:1104] type 00 class 0x028000
[ 0.355254] pci 0001:01:00.0: reg 0x10: [mem 0x00000000-0x001fffff 64bit]
[ 0.355887] pci 0001:01:00.0: PME# supported from D0 D3hot D3cold
[ 0.356077] pci 0001:01:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x2 link at 0001:00:00.0 (capable of 15.752 Gb/s with 8.0 GT/s PCIe x2 link)
[ 0.357011] pci 0001:00:00.0: BAR 8: assigned [mem 0xa0400000-0xa05fffff]
[ 0.357047] pci 0001:00:00.0: BAR 0: assigned [mem 0xa0300000-0xa0300fff]
[ 0.357074] pci 0001:01:00.0: BAR 0: assigned [mem 0xa0400000-0xa05fffff 64bit]
[ 0.357143] pci 0001:00:00.0: PCI bridge to [bus 01-ff]
[ 0.357157] pci 0001:00:00.0: bridge window [mem 0xa0400000-0xa05fffff]
[ 0.357173] pci_bus 0001:00: resource 4 [io 0x0000-0xfffff]
[ 0.357184] pci_bus 0001:00: resource 5 [mem 0xa0300000-0xb02fffff]
[ 0.357197] pci_bus 0001:01: resource 1 [mem 0xa0400000-0xa05fffff]
[ 0.361675] pcieport 0001:00:00.0: PME: Signaling with IRQ 17
[ 0.373756] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[ 0.375874] msm_serial 78af000.serial: msm_serial: detected port #0
[ 0.375964] msm_serial 78af000.serial: uartclk = 1843199
[ 0.376721] 78af000.serial: ttyMSM0 at MMIO 0x78af000 (irq = 22, base_baud = 115199) is a MSM
[ 0.376807] msm_serial: console setup on port #0
[ 0.376941] printk: console [ttyMSM0] enabled
[ 0.440090] pcieport 0001:00:00.0: AER: enabled with IRQ 17
[ 0.445115] msm_serial: driver initialized
[ 1.457985] loop: module loaded
[ 1.465149] spi-nand spi0.0: GigaDevice SPI NAND was found.
[ 1.465201] spi-nand spi0.0: 256 MiB, block size: 128 KiB, page size: 2048, OOB size: 64
[ 1.489955] 18 fixed-partitions partitions found on MTD device spi0.0
[ 1.490018] Creating 18 MTD partitions on "spi0.0":
[ 1.495396] 0x000000000000-0x000000080000 : "0:SBL1"
[ 1.503011] 0x000000080000-0x000000100000 : "0:MIBIB"
[ 1.507377] 0x000000100000-0x000000200000 : "0:QSEE"
[ 1.513171] 0x000000200000-0x000000240000 : "0:DEVCFG"
[ 1.517036] 0x000000240000-0x000000280000 : "0:CDT"
[ 1.522208] 0x000000280000-0x000000300000 : "0:APPSBLENV"
[ 1.527065] 0x000000300000-0x000000440000 : "0:APPSBL"
[ 1.533889] 0x000000440000-0x000000540000 : "0:ART"
[ 1.538396] 0x000000540000-0x0000005c0000 : "0:TRAINING"
[ 1.542628] 0x0000005c0000-0x000000640000 : "u_env"
[ 1.547950] 0x000000640000-0x000000680000 : "s_env"
[ 1.552288] 0x000000680000-0x0000006c0000 : "devinfo"
[ 1.557111] 0x0000006c0000-0x0000058c0000 : "kernel"
[ 1.690305] 0x000000ec0000-0x0000058c0000 : "rootfs"
[ 1.691895] mtd: setting mtd13 (rootfs) as root device
[ 1.695013] mtdsplit: no squashfs found in "rootfs"
[ 1.699390] 0x0000058c0000-0x00000aac0000 : "alt_kernel"
[ 1.834468] 0x0000060c0000-0x00000aac0000 : "alt_rootfs"
[ 1.836251] 0x00000aac0000-0x00000acc0000 : "sysdiag"
[ 1.843669] 0x00000acc0000-0x00000f0c0000 : "syscfg"
[ 2.106382] i2c_dev: i2c /dev entries driver
[ 2.110837] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 799999 KHz, changing to: 1008000 KHz
[ 2.112813] sdhci: Secure Digital Host Controller Interface driver
[ 2.120580] sdhci: Copyright(c) Pierre Ossman
[ 2.126617] sdhci-pltfm: SDHCI platform and OF driver helper
[ 2.137397] remoteproc remoteproc0: releasing cd00000.remoteproc
[ 2.141093] NET: Registered PF_INET6 protocol family
[ 2.145089] Segment Routing with IPv6
[ 2.147764] In-situ OAM (IOAM) with IPv6
[ 2.151445] NET: Registered PF_PACKET protocol family
[ 2.155711] 8021q: 802.1Q VLAN Support v1.8
[ 2.229720] remoteproc remoteproc0: cd00000.remoteproc is available
[ 2.229964] qcom-q6-mpd cd00000.remoteproc: pd-1 node found
[ 2.236784] remoteproc remoteproc1: pd-1 is available
[ 2.247781] clk: Disabling unused clocks
[ 2.255476] Freeing unused kernel memory: 11776K
[ 2.255622] Run /init as init process
[ 2.259370] with arguments:
[ 2.259380] /init
[ 2.259386] with environment:
[ 2.259389] HOME=/
[ 2.259392] TERM=linux
[ 2.873674] init: Console is alive
[ 2.874117] init: - watchdog -
[ 2.893156] kmodloader: loading kernel modules from /etc/modules-boot.d/*
[ 2.921144] gpio_button_hotplug: loading out-of-tree module taints kernel.
[ 2.936925] ssdk_dt_parse_mac_mode[299]:INFO:mac mode1 doesn't exit!
[ 2.936975] ssdk_dt_parse_mac_mode[307]:INFO:mac mode2 doesn't exit!
[ 2.942880] ssdk_dt_parse_port_bmp[1063]:INFO:port_bmp doesn't exist!
[ 2.948712] ssdk_dt_parse_interrupt[941]:INFO:intr-gpio does not exist
[ 4.549085] ssdk_mp_reset_init[1297]:INFO:MP reset successfully!
[ 4.910094] _adpt_mp_uniphy_clk_output_ctrl_set[255]:INFO:uniphy will output clock as 25000000Hz
[ 4.910193] regi_init[2548]:INFO:Initializing SCOMPHY Done!!
[ 4.918212] regi_init[2574]:INFO:qca-ssdk module init succeeded!
[ 4.926650] dp1: ppe offload disabled: 0 for macid 1
[ 4.929668] dp1: Switch attached to macid 1 status: 0
[ 4.934639] nss-dp 39c00000.dp1 (unnamed net_device) (uninitialized): nss_dp_gmac: Registering netdev eth%d(qcom-id:1) with GMAC, mac_base: 0xffffffc082310000
[ 5.009542] Qualcomm IPQ5018 internal PHY 88000.mdio-1:07: attached PHY driver (mii_bus:phy_addr=88000.mdio-1:07, irq=POLL)
[ 5.077677] GMAC2(ffffff8002f18900) Invalid MAC@ - using 02:e5:cf:7c:d4:aa
[ 5.077752] dp2: ppe offload disabled: 0 for macid 2
[ 5.083631] dp2: Switch attached to macid 2 status: 0
[ 5.088698] nss-dp 39d00000.dp2 (unnamed net_device) (uninitialized): nss_dp_gmac: Registering netdev eth%d(qcom-id:2) with GMAC, mac_base: 0xffffffc082330000
[ 5.094691] Generic PHY fixed-0:00: attached PHY driver (mii_bus:phy_addr=fixed-0:00, irq=POLL)
[ 5.109825] **********************************************************
[ 5.116216] * NSS Data Plane driver
[ 5.122917] **********************************************************
[ 5.160740] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[ 5.160840] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 1
[ 5.165355] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220fe65 hci version 0x110 quirks 0x0000008000000010
[ 5.172958] xhci-hcd xhci-hcd.1.auto: irq 39, io mem 0x08a00000
[ 5.182404] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[ 5.188028] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 2
[ 5.193754] xhci-hcd xhci-hcd.1.auto: Host supports USB 3.0 SuperSpeed
[ 5.194763] qca8k 90000.mdio-1:11: Configuring port 6 as CPU port
[ 5.202302] hub 1-0:1.0: USB hub found
[ 5.214040] hub 1-0:1.0: 1 port detected
[ 5.219498] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 5.223249] hub 2-0:1.0: USB hub found
[ 5.230062] hub 2-0:1.0: 1 port detected
[ 5.240585] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
[ 5.250287] init: - preinit -
[ 5.286824] qca8k 90000.mdio-1:11: entered qca8k_phylink_mac_link_down
[ 5.292225] qca8k 90000.mdio-1:11: configuring for fixed/sgmii link mode
[ 5.294522] qca8k 90000.mdio-1:11: entered qca8k_pcs_config
[ 5.300759] qca8k 90000.mdio-1:11: entered qca8k_phylink_mac_link_up
[ 5.309226] qca8k 90000.mdio-1:11: Link is Up - 1Gbps/Full - flow control off
[ 5.390251] qca8k 90000.mdio-1:11 lan1 (uninitialized): PHY [90000.mdio-1:00] driver [Qualcomm Atheros 8337 internal PHY] (irq=POLL)
[ 5.470981] qca8k 90000.mdio-1:11 lan2 (uninitialized): PHY [90000.mdio-1:01] driver [Qualcomm Atheros 8337 internal PHY] (irq=POLL)
[ 5.473514] mtdblock: MTD device 'devinfo' is NAND, please consider using UBI block devices instead.
[ 5.560424] qca8k 90000.mdio-1:11 lan3 (uninitialized): PHY [90000.mdio-1:02] driver [Qualcomm Atheros 8337 internal PHY] (irq=POLL)
[ 5.640126] qca8k 90000.mdio-1:11 lan4 (uninitialized): PHY [90000.mdio-1:03] driver [Qualcomm Atheros 8337 internal PHY] (irq=POLL)
[ 5.720069] qca8k 90000.mdio-1:11 wan (uninitialized): PHY [90000.mdio-1:04] driver [Qualcomm Atheros 8337 internal PHY] (irq=POLL)
[ 5.727009] nss-dp 39d00000.dp2 eth1: entered promiscuous mode
[ 5.730902] DSA: tree 0 setup
[ 6.459069] random: crng init done
[ 6.622862] nss-dp 39d00000.dp2 eth1: PHY Link up speed: 1000
[ 6.625679] qca8k 90000.mdio-1:11 lan1: configuring for phy/gmii link mode
[ 6.627624] qca8k 90000.mdio-1:11: entered qca8k_phylink_mac_config port 1
[ 6.635016] adpt_mp_port_netdev_change_notify[1186]:ERROR:netdev change notify with incorrect port 0
[ 6.641329] ssdk_dev_event[2313]:ERROR:netdev change notify failed
[ 10.915439] procd: - early -
[ 10.915706] procd: - watchdog -
[ 11.544804] procd: - watchdog -
[ 11.545254] procd: - ubus -
[ 11.603140] procd: - init -
[ 12.021939] kmodloader: loading kernel modules from /etc/modules.d/*
[ 12.192364] urngd: v1.0.2 started.
[ 12.249336] Loading modules backported from Linux version v6.12.6-0-ge9d65b48ce1a
[ 12.249383] Backport generated by backports.git v6.1.110-1-35-g410656ef04d2
[ 12.286395] NET: Registered PF_QIPCRTR protocol family
[ 12.437298] PPP generic driver version 2.4.2
[ 12.438708] NET: Registered PF_PPPOX protocol family
[ 12.471807] ath11k c000000.wifi: ipq5018 hw1.0
[ 12.471856] ath11k c000000.wifi: FW memory mode: 2
[ 12.529329] remoteproc remoteproc1: powering up pd-1
[ 12.529764] remoteproc remoteproc1: Booting fw image ath11k/IPQ5018/hw1.0/q6_fw.mdt, size 1820
[ 12.533399] remoteproc remoteproc0: powering up cd00000.remoteproc
[ 12.541916] remoteproc remoteproc0: Booting fw image ath11k/IPQ5018/hw1.0/q6_fw.mdt, size 1820
[ 12.652832] remoteproc remoteproc0: remote processor cd00000.remoteproc is now up
[ 12.669833] remoteproc remoteproc1: remote processor pd-1 is now up
[ 12.676879] ath11k_pci 0001:01:00.0: BAR 0: assigned [mem 0xa0400000-0xa05fffff 64bit]
[ 12.677004] ath11k_pci 0001:01:00.0: enabling device (0000 -> 0002)
[ 12.684990] ath11k_pci 0001:01:00.0: MSI vectors: 16
[ 12.690082] ath11k_pci 0001:01:00.0: qcn9074 hw1.0
[ 12.695121] ath11k_pci 0001:01:00.0: FW memory mode: 2
[ 12.702161] ath11k c000000.wifi: qmi fail to get qcom,m3-dump-addr, ignore m3 dump mem req
[ 12.711618] ath11k c000000.wifi: chip_id 0x0 chip_family 0x4 board_id 0xff soc_id 0xffffffff
[ 12.713060] 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
[ 12.875076] mtdblock: MTD device 'devinfo' is NAND, please consider using UBI block devices instead.
[ 12.916576] mhi mhi0: Requested to power ON
[ 12.916677] mhi mhi0: Power on setup success
[ 12.997833] mhi mhi0: Wait for device to enter SBL or Mission mode
[ 13.080995] batman_adv: B.A.T.M.A.N. advanced 2024.4-openwrt-1 (compatibility version 15) loaded
[ 13.096467] kmodloader: done loading kernel modules from /etc/modules.d/*
[ 13.098623] ath11k_pci 0001:01:00.0: chip_id 0x0 chip_family 0x0 board_id 0xff soc_id 0xffffffff
[ 13.102372] ath11k_pci 0001:01:00.0: fw_version 0x290b8862 fw_build_timestamp 2024-09-23 10:51 fw_build_id
[ 13.457220] pcieport 0001:00:00.0: AER: Multiple Corrected error message received from 0001:00:00.0
[ 13.457315] pcieport 0001:00:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
[ 13.465245] pcieport 0001:00:00.0: device [17cb:1004] error status/mask=00000001/0000e000
[ 13.474893] pcieport 0001:00:00.0: [ 0] RxErr
[ 13.483025] ath11k_pci 0001:01:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
[ 13.489251] ath11k_pci 0001:01:00.0: device [17cb:1104] error status/mask=00000001/0000e000
[ 13.498774] ath11k_pci 0001:01:00.0: [ 0] RxErr
[ 13.587157] mtdblock: MTD device 'devinfo' is NAND, please consider using UBI block devices instead.
[ 14.276392] mtdblock: MTD device 'devinfo' is NAND, please consider using UBI block devices instead.
[ 14.491385] ath11k_pci 0001:01:00.0: htt event 48 not handled
[ 23.449643] nss-dp 39d00000.dp2 eth1: PHY Link is down
[ 23.468061] nss-dp 39d00000.dp2 eth1: PHY Link up speed: 1000
[ 23.486386] qca8k 90000.mdio-1:11 lan1: configuring for phy/gmii link mode
[ 23.486464] qca8k 90000.mdio-1:11: entered qca8k_phylink_mac_config port 1
[ 23.554668] br-lan: port 1(lan1) entered blocking state
[ 23.554749] br-lan: port 1(lan1) entered disabled state
[ 23.559019] qca8k 90000.mdio-1:11 lan1: entered allmulticast mode
[ 23.563957] nss-dp 39d00000.dp2 eth1: entered allmulticast mode
[ 23.588476] qca8k 90000.mdio-1:11 lan1: entered promiscuous mode
[ 23.664751] qca8k 90000.mdio-1:11 lan2: configuring for phy/gmii link mode
[ 23.664829] qca8k 90000.mdio-1:11: entered qca8k_phylink_mac_config port 2
[ 23.680650] br-lan: port 2(lan2) entered blocking state
[ 23.680738] br-lan: port 2(lan2) entered disabled state
[ 23.685921] qca8k 90000.mdio-1:11 lan2: entered allmulticast mode
[ 23.698651] qca8k 90000.mdio-1:11 lan2: entered promiscuous mode
[ 23.732647] qca8k 90000.mdio-1:11 lan3: configuring for phy/gmii link mode
[ 23.732733] qca8k 90000.mdio-1:11: entered qca8k_phylink_mac_config port 3
[ 23.745770] br-lan: port 3(lan3) entered blocking state
[ 23.745853] br-lan: port 3(lan3) entered disabled state
[ 23.752357] qca8k 90000.mdio-1:11 lan3: entered allmulticast mode
[ 23.769703] qca8k 90000.mdio-1:11 lan3: entered promiscuous mode
[ 23.794631] qca8k 90000.mdio-1:11 lan4: configuring for phy/gmii link mode
[ 23.794709] qca8k 90000.mdio-1:11: entered qca8k_phylink_mac_config port 4
[ 23.803832] br-lan: port 4(lan4) entered blocking state
[ 23.807291] br-lan: port 4(lan4) entered disabled state
[ 23.820883] qca8k 90000.mdio-1:11 lan4: entered allmulticast mode
[ 23.827757] qca8k 90000.mdio-1:11 lan4: entered promiscuous mode
[ 23.888670] qca8k 90000.mdio-1:11 wan: configuring for phy/gmii link mode
[ 23.888737] qca8k 90000.mdio-1:11: entered qca8k_phylink_mac_config port 5
[ 24.490100] adpt_mp_port_netdev_change_notify[1186]:ERROR:netdev change notify with incorrect port 0
[ 24.490180] ssdk_dev_event[2313]:ERROR:netdev change notify failed
root@OpenWrt:~#
cat /proc/cpuinfo --> initramfs-uImage (CPU architecture: 8)
cat /proc/cpuinfo
processor : 0
BogoMIPS : 48.00
Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid
CPU implementer : 0x51
CPU architecture: 8
CPU variant : 0xa
CPU part : 0x801
CPU revision : 4
processor : 1
BogoMIPS : 48.00
Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid
CPU implementer : 0x51
CPU architecture: 8
CPU variant : 0xa
CPU part : 0x801
CPU revision : 4
cat /proc/cpuinfo --> OEM firmware (CPU architecture: 7)
cat /proc/cpuinfo
processor : 0
model name : ARMv7 Processor rev 4 (v7l)
BogoMIPS : 60.48
Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm aes pmull sha1 sha2 crc32
CPU implementer : 0x51
CPU architecture: 7
CPU variant : 0xa
CPU part : 0x801
CPU revision : 4
processor : 1
model name : ARMv7 Processor rev 4 (v7l)
BogoMIPS : 60.48
Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm aes pmull sha1 sha2 crc32
CPU implementer : 0x51
CPU architecture: 7
CPU variant : 0xa
CPU part : 0x801
CPU revision : 4
Hardware : Generic DT based system
Revision : 0000
Serial : 0000000000000000
~ #
dmesg --> initramfs-uImage
root@OpenWrt:~# dmesg
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x51af8014]
[ 0.000000] Linux version 6.6.71 (builder@buildhost) (aarch64-openwrt-linux-musl-gcc (OpenWrt GCC 13.3.0 r27229-ebe7c5f1a3) 13.3.0, GNU ld (GNU Binutils) 2.42) #0 SMP Sat Jan 18 01:38:21 2025
[ 0.000000] Machine model: Linksys MR5500
[ 0.000000] OF: reserved mem: 0x000000004a400000..0x000000004a7fffff (4096 KiB) nomap non-reusable tz_appps@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 q6_mem_regions@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 18 pages/cpu s35624 r8192 d29912 u73728
[ 0.000000] pcpu-alloc: s35624 r8192 d29912 u73728 alloc=18*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 root=/dev/ubiblock0_0 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: 129024
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] software IO TLB: SWIOTLB bounce buffer size adjusted to 0MB
[ 0.000000] software IO TLB: area num 2.
[ 0.000000] software IO TLB: mapped [mem 0x000000005f540000-0x000000005f5c0000] (0MB)
[ 0.000000] Memory: 431380K/524288K available (8256K kernel code, 904K rwdata, 2432K rodata, 11776K init, 279K bss, 92908K reserved, 0K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] rcu: Hierarchical RCU implementation.
[ 0.000000] rcu: 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] 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.000109] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)
[ 0.000129] pid_max: default: 32768 minimum: 301
[ 0.005115] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes, linear)
[ 0.005136] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes, linear)
[ 0.011001] RCU Tasks Trace: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=2.
[ 0.011471] rcu: Hierarchical SRCU implementation.
[ 0.011483] rcu: Max phase no-delay instances is 1000.
[ 0.012677] smp: Bringing up secondary CPUs ...
[ 0.013873] Detected VIPT I-cache on CPU1
[ 0.014011] CPU1: Booted secondary processor 0x0000000001 [0x51af8014]
[ 0.014200] smp: Brought up 1 node, 2 CPUs
[ 0.014218] SMP: Total of 2 processors activated.
[ 0.014226] CPU features: detected: 32-bit EL0 Support
[ 0.014233] CPU features: detected: CRC32 instructions
[ 0.014325] CPU features: emulated: Privileged Access Never (PAN) using TTBR0_EL1 switching
[ 0.014335] CPU: All CPU(s) started at EL1
[ 0.014338] alternatives: applying system-wide alternatives
[ 0.022407] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.022446] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[ 0.024257] pinctrl core: initialized pinctrl subsystem
[ 0.026745] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.028547] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[ 0.028881] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.029193] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.029826] thermal_sys: Registered thermal governor 'step_wise'
[ 0.029941] cpuidle: using governor menu
[ 0.030369] ASID allocator initialised with 65536 entries
[ 0.035431] /soc@0/phy@5d000: Fixed dependency cycle(s) with /soc@0/clock-controller@1800000
[ 0.035467] /soc@0/phy@86000: Fixed dependency cycle(s) with /soc@0/clock-controller@1800000
[ 0.035495] /soc@0/mdio@88000/ethernet-phy@7: Fixed dependency cycle(s) with /soc@0/clock-controller@1800000
[ 0.035616] /soc@0/clock-controller@1800000: Fixed dependency cycle(s) with /soc@0/mdio@88000/ethernet-phy@7
[ 0.035634] /soc@0/clock-controller@1800000: Fixed dependency cycle(s) with /soc@0/phy@5d000
[ 0.035649] /soc@0/clock-controller@1800000: Fixed dependency cycle(s) with /soc@0/phy@86000
[ 0.035754] /soc@0/interrupt-controller@b000000: Fixed dependency cycle(s) with /soc@0/interrupt-controller@b000000
[ 0.036359] /soc@0/phy@5d000: Fixed dependency cycle(s) with /soc@0/clock-controller@1800000
[ 0.036594] /soc@0/phy@86000: Fixed dependency cycle(s) with /soc@0/clock-controller@1800000
[ 0.036793] /soc@0/mdio@88000: Fixed dependency cycle(s) with /soc@0/clock-controller@1800000
[ 0.036818] /soc@0/mdio@88000/ethernet-phy@7: Fixed dependency cycle(s) with /soc@0/clock-controller@1800000
[ 0.040346] /soc@0/mdio@88000/ethernet-phy@7: Fixed dependency cycle(s) with /soc@0/clock-controller@1800000
[ 0.040480] /soc@0/mdio@88000: Fixed dependency cycle(s) with /soc@0/clock-controller@1800000
[ 0.040504] /soc@0/phy@86000: Fixed dependency cycle(s) with /soc@0/clock-controller@1800000
[ 0.040598] /soc@0/phy@5d000: Fixed dependency cycle(s) with /soc@0/clock-controller@1800000
[ 0.040784] /soc@0/clock-controller@1800000: Fixed dependency cycle(s) with /soc@0/mdio@88000/ethernet-phy@7
[ 0.040807] /soc@0/clock-controller@1800000: Fixed dependency cycle(s) with /soc@0/phy@5d000
[ 0.040891] /soc@0/clock-controller@1800000: Fixed dependency cycle(s) with /soc@0/phy@86000
[ 0.058039] Modules: 26816 pages in range for non-PLT usage
[ 0.058056] Modules: 518336 pages in range for PLT usage
[ 0.065569] SCSI subsystem initialized
[ 0.065898] usbcore: registered new interface driver usbfs
[ 0.065976] usbcore: registered new interface driver hub
[ 0.066063] usbcore: registered new device driver usb
[ 0.066453] qcom_scm: convention: smc arm 64
[ 0.069057] clocksource: Switched to clocksource arch_sys_counter
[ 0.073216] NET: Registered PF_INET protocol family
[ 0.073459] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.075902] tcp_listen_portaddr_hash hash table entries: 256 (order: 0, 4096 bytes, linear)
[ 0.075938] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.075971] TCP established hash table entries: 4096 (order: 3, 32768 bytes, linear)
[ 0.076025] TCP bind hash table entries: 4096 (order: 5, 131072 bytes, linear)
[ 0.076206] TCP: Hash tables configured (established 4096 bind 4096)
[ 0.076868] MPTCP token hash table entries: 512 (order: 1, 12288 bytes, linear)
[ 0.077100] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
[ 0.077135] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
[ 0.077760] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.077831] PCI: CLS 0 bytes, default 64
[ 0.093136] workingset: timestamp_bits=46 max_order=17 bucket_order=0
[ 0.093805] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.093824] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[ 0.102371] qcom-m31usb-phy 5b000.phy: supply vdd not found, using dummy regulator
[ 0.102675] qcom-m31usb-phy 5b000.phy: Registered M31 USB phy
[ 0.107350] qcom,uniphy-usb 5d000.phy: supply vdd not found, using dummy regulator
[ 0.122666] qcom-pcie a0000000.pcie: host bridge /soc@0/pcie@a0000000 ranges:
[ 0.122757] qcom-pcie a0000000.pcie: IO 0x00a0200000..0x00a02fffff -> 0x00a0200000
[ 0.122795] qcom-pcie a0000000.pcie: MEM 0x00a0300000..0x00b02fffff -> 0x00a0300000
[ 0.250790] qcom-pcie a0000000.pcie: iATU: unroll T, 8 ob, 8 ib, align 4K, limit 1024G
[ 0.349145] qcom-pcie a0000000.pcie: PCIe Gen.2 x2 link up
[ 0.349774] qcom-pcie a0000000.pcie: PCI host bridge to bus 0001:00
[ 0.349808] pci_bus 0001:00: root bus resource [bus 00-ff]
[ 0.349828] pci_bus 0001:00: root bus resource [io 0x0000-0xfffff] (bus address [0xa0200000-0xa02fffff])
[ 0.349840] pci_bus 0001:00: root bus resource [mem 0xa0300000-0xb02fffff]
[ 0.349905] pci 0001:00:00.0: [17cb:1004] type 01 class 0x060400
[ 0.349934] pci 0001:00:00.0: reg 0x10: [mem 0x00000000-0x00000fff]
[ 0.350028] pci 0001:00:00.0: PME# supported from D0 D3hot D3cold
[ 0.355124] pci 0001:01:00.0: [17cb:1104] type 00 class 0x028000
[ 0.355254] pci 0001:01:00.0: reg 0x10: [mem 0x00000000-0x001fffff 64bit]
[ 0.355887] pci 0001:01:00.0: PME# supported from D0 D3hot D3cold
[ 0.356077] pci 0001:01:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x2 link at 0001:00:00.0 (capable of 15.752 Gb/s with 8.0 GT/s PCIe x2 link)
[ 0.357011] pci 0001:00:00.0: BAR 8: assigned [mem 0xa0400000-0xa05fffff]
[ 0.357047] pci 0001:00:00.0: BAR 0: assigned [mem 0xa0300000-0xa0300fff]
[ 0.357074] pci 0001:01:00.0: BAR 0: assigned [mem 0xa0400000-0xa05fffff 64bit]
[ 0.357143] pci 0001:00:00.0: PCI bridge to [bus 01-ff]
[ 0.357157] pci 0001:00:00.0: bridge window [mem 0xa0400000-0xa05fffff]
[ 0.357173] pci_bus 0001:00: resource 4 [io 0x0000-0xfffff]
[ 0.357184] pci_bus 0001:00: resource 5 [mem 0xa0300000-0xb02fffff]
[ 0.357197] pci_bus 0001:01: resource 1 [mem 0xa0400000-0xa05fffff]
[ 0.361675] pcieport 0001:00:00.0: PME: Signaling with IRQ 17
[ 0.373756] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[ 0.375874] msm_serial 78af000.serial: msm_serial: detected port #0
[ 0.375964] msm_serial 78af000.serial: uartclk = 1843199
[ 0.376721] 78af000.serial: ttyMSM0 at MMIO 0x78af000 (irq = 22, base_baud = 115199) is a MSM
[ 0.376807] msm_serial: console setup on port #0
[ 0.376941] printk: console [ttyMSM0] enabled
[ 0.440090] pcieport 0001:00:00.0: AER: enabled with IRQ 17
[ 0.445115] msm_serial: driver initialized
[ 1.457985] loop: module loaded
[ 1.465149] spi-nand spi0.0: GigaDevice SPI NAND was found.
[ 1.465201] spi-nand spi0.0: 256 MiB, block size: 128 KiB, page size: 2048, OOB size: 64
[ 1.489955] 18 fixed-partitions partitions found on MTD device spi0.0
[ 1.490018] Creating 18 MTD partitions on "spi0.0":
[ 1.495396] 0x000000000000-0x000000080000 : "0:SBL1"
[ 1.503011] 0x000000080000-0x000000100000 : "0:MIBIB"
[ 1.507377] 0x000000100000-0x000000200000 : "0:QSEE"
[ 1.513171] 0x000000200000-0x000000240000 : "0:DEVCFG"
[ 1.517036] 0x000000240000-0x000000280000 : "0:CDT"
[ 1.522208] 0x000000280000-0x000000300000 : "0:APPSBLENV"
[ 1.527065] 0x000000300000-0x000000440000 : "0:APPSBL"
[ 1.533889] 0x000000440000-0x000000540000 : "0:ART"
[ 1.538396] 0x000000540000-0x0000005c0000 : "0:TRAINING"
[ 1.542628] 0x0000005c0000-0x000000640000 : "u_env"
[ 1.547950] 0x000000640000-0x000000680000 : "s_env"
[ 1.552288] 0x000000680000-0x0000006c0000 : "devinfo"
[ 1.557111] 0x0000006c0000-0x0000058c0000 : "kernel"
[ 1.690305] 0x000000ec0000-0x0000058c0000 : "rootfs"
[ 1.691895] mtd: setting mtd13 (rootfs) as root device
[ 1.695013] mtdsplit: no squashfs found in "rootfs"
[ 1.699390] 0x0000058c0000-0x00000aac0000 : "alt_kernel"
[ 1.834468] 0x0000060c0000-0x00000aac0000 : "alt_rootfs"
[ 1.836251] 0x00000aac0000-0x00000acc0000 : "sysdiag"
[ 1.843669] 0x00000acc0000-0x00000f0c0000 : "syscfg"
[ 2.106382] i2c_dev: i2c /dev entries driver
[ 2.110837] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 799999 KHz, changing to: 1008000 KHz
[ 2.112813] sdhci: Secure Digital Host Controller Interface driver
[ 2.120580] sdhci: Copyright(c) Pierre Ossman
[ 2.126617] sdhci-pltfm: SDHCI platform and OF driver helper
[ 2.137397] remoteproc remoteproc0: releasing cd00000.remoteproc
[ 2.141093] NET: Registered PF_INET6 protocol family
[ 2.145089] Segment Routing with IPv6
[ 2.147764] In-situ OAM (IOAM) with IPv6
[ 2.151445] NET: Registered PF_PACKET protocol family
[ 2.155711] 8021q: 802.1Q VLAN Support v1.8
[ 2.229720] remoteproc remoteproc0: cd00000.remoteproc is available
[ 2.229964] qcom-q6-mpd cd00000.remoteproc: pd-1 node found
[ 2.236784] remoteproc remoteproc1: pd-1 is available
[ 2.247781] clk: Disabling unused clocks
[ 2.255476] Freeing unused kernel memory: 11776K
[ 2.255622] Run /init as init process
[ 2.259370] with arguments:
[ 2.259380] /init
[ 2.259386] with environment:
[ 2.259389] HOME=/
[ 2.259392] TERM=linux
[ 2.873674] init: Console is alive
[ 2.874117] init: - watchdog -
[ 2.893156] kmodloader: loading kernel modules from /etc/modules-boot.d/*
[ 2.921144] gpio_button_hotplug: loading out-of-tree module taints kernel.
[ 2.936925] ssdk_dt_parse_mac_mode[299]:INFO:mac mode1 doesn't exit!
[ 2.936975] ssdk_dt_parse_mac_mode[307]:INFO:mac mode2 doesn't exit!
[ 2.942880] ssdk_dt_parse_port_bmp[1063]:INFO:port_bmp doesn't exist!
[ 2.948712] ssdk_dt_parse_interrupt[941]:INFO:intr-gpio does not exist
[ 4.549085] ssdk_mp_reset_init[1297]:INFO:MP reset successfully!
[ 4.910094] _adpt_mp_uniphy_clk_output_ctrl_set[255]:INFO:uniphy will output clock as 25000000Hz
[ 4.910193] regi_init[2548]:INFO:Initializing SCOMPHY Done!!
[ 4.918212] regi_init[2574]:INFO:qca-ssdk module init succeeded!
[ 4.926650] dp1: ppe offload disabled: 0 for macid 1
[ 4.929668] dp1: Switch attached to macid 1 status: 0
[ 4.934639] nss-dp 39c00000.dp1 (unnamed net_device) (uninitialized): nss_dp_gmac: Registering netdev eth%d(qcom-id:1) with GMAC, mac_base: 0xffffffc082310000
[ 5.009542] Qualcomm IPQ5018 internal PHY 88000.mdio-1:07: attached PHY driver (mii_bus:phy_addr=88000.mdio-1:07, irq=POLL)
[ 5.077677] GMAC2(ffffff8002f18900) Invalid MAC@ - using 02:e5:cf:7c:d4:aa
[ 5.077752] dp2: ppe offload disabled: 0 for macid 2
[ 5.083631] dp2: Switch attached to macid 2 status: 0
[ 5.088698] nss-dp 39d00000.dp2 (unnamed net_device) (uninitialized): nss_dp_gmac: Registering netdev eth%d(qcom-id:2) with GMAC, mac_base: 0xffffffc082330000
[ 5.094691] Generic PHY fixed-0:00: attached PHY driver (mii_bus:phy_addr=fixed-0:00, irq=POLL)
[ 5.109825] **********************************************************
[ 5.116216] * NSS Data Plane driver
[ 5.122917] **********************************************************
[ 5.160740] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[ 5.160840] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 1
[ 5.165355] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220fe65 hci version 0x110 quirks 0x0000008000000010
[ 5.172958] xhci-hcd xhci-hcd.1.auto: irq 39, io mem 0x08a00000
[ 5.182404] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[ 5.188028] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 2
[ 5.193754] xhci-hcd xhci-hcd.1.auto: Host supports USB 3.0 SuperSpeed
[ 5.194763] qca8k 90000.mdio-1:11: Configuring port 6 as CPU port
[ 5.202302] hub 1-0:1.0: USB hub found
[ 5.214040] hub 1-0:1.0: 1 port detected
[ 5.219498] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 5.223249] hub 2-0:1.0: USB hub found
[ 5.230062] hub 2-0:1.0: 1 port detected
[ 5.240585] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
[ 5.250287] init: - preinit -
[ 5.286824] qca8k 90000.mdio-1:11: entered qca8k_phylink_mac_link_down
[ 5.292225] qca8k 90000.mdio-1:11: configuring for fixed/sgmii link mode
[ 5.294522] qca8k 90000.mdio-1:11: entered qca8k_pcs_config
[ 5.300759] qca8k 90000.mdio-1:11: entered qca8k_phylink_mac_link_up
[ 5.309226] qca8k 90000.mdio-1:11: Link is Up - 1Gbps/Full - flow control off
[ 5.390251] qca8k 90000.mdio-1:11 lan1 (uninitialized): PHY [90000.mdio-1:00] driver [Qualcomm Atheros 8337 internal PHY] (irq=POLL)
[ 5.470981] qca8k 90000.mdio-1:11 lan2 (uninitialized): PHY [90000.mdio-1:01] driver [Qualcomm Atheros 8337 internal PHY] (irq=POLL)
[ 5.473514] mtdblock: MTD device 'devinfo' is NAND, please consider using UBI block devices instead.
[ 5.560424] qca8k 90000.mdio-1:11 lan3 (uninitialized): PHY [90000.mdio-1:02] driver [Qualcomm Atheros 8337 internal PHY] (irq=POLL)
[ 5.640126] qca8k 90000.mdio-1:11 lan4 (uninitialized): PHY [90000.mdio-1:03] driver [Qualcomm Atheros 8337 internal PHY] (irq=POLL)
[ 5.720069] qca8k 90000.mdio-1:11 wan (uninitialized): PHY [90000.mdio-1:04] driver [Qualcomm Atheros 8337 internal PHY] (irq=POLL)
[ 5.727009] nss-dp 39d00000.dp2 eth1: entered promiscuous mode
[ 5.730902] DSA: tree 0 setup
[ 6.459069] random: crng init done
[ 6.622862] nss-dp 39d00000.dp2 eth1: PHY Link up speed: 1000
[ 6.625679] qca8k 90000.mdio-1:11 lan1: configuring for phy/gmii link mode
[ 6.627624] qca8k 90000.mdio-1:11: entered qca8k_phylink_mac_config port 1
[ 6.635016] adpt_mp_port_netdev_change_notify[1186]:ERROR:netdev change notify with incorrect port 0
[ 6.641329] ssdk_dev_event[2313]:ERROR:netdev change notify failed
[ 10.915439] procd: - early -
[ 10.915706] procd: - watchdog -
[ 11.544804] procd: - watchdog -
[ 11.545254] procd: - ubus -
[ 11.603140] procd: - init -
[ 12.021939] kmodloader: loading kernel modules from /etc/modules.d/*
[ 12.192364] urngd: v1.0.2 started.
[ 12.249336] Loading modules backported from Linux version v6.12.6-0-ge9d65b48ce1a
[ 12.249383] Backport generated by backports.git v6.1.110-1-35-g410656ef04d2
[ 12.286395] NET: Registered PF_QIPCRTR protocol family
[ 12.437298] PPP generic driver version 2.4.2
[ 12.438708] NET: Registered PF_PPPOX protocol family
[ 12.471807] ath11k c000000.wifi: ipq5018 hw1.0
[ 12.471856] ath11k c000000.wifi: FW memory mode: 2
[ 12.529329] remoteproc remoteproc1: powering up pd-1
[ 12.529764] remoteproc remoteproc1: Booting fw image ath11k/IPQ5018/hw1.0/q6_fw.mdt, size 1820
[ 12.533399] remoteproc remoteproc0: powering up cd00000.remoteproc
[ 12.541916] remoteproc remoteproc0: Booting fw image ath11k/IPQ5018/hw1.0/q6_fw.mdt, size 1820
[ 12.652832] remoteproc remoteproc0: remote processor cd00000.remoteproc is now up
[ 12.669833] remoteproc remoteproc1: remote processor pd-1 is now up
[ 12.676879] ath11k_pci 0001:01:00.0: BAR 0: assigned [mem 0xa0400000-0xa05fffff 64bit]
[ 12.677004] ath11k_pci 0001:01:00.0: enabling device (0000 -> 0002)
[ 12.684990] ath11k_pci 0001:01:00.0: MSI vectors: 16
[ 12.690082] ath11k_pci 0001:01:00.0: qcn9074 hw1.0
[ 12.695121] ath11k_pci 0001:01:00.0: FW memory mode: 2
[ 12.702161] ath11k c000000.wifi: qmi fail to get qcom,m3-dump-addr, ignore m3 dump mem req
[ 12.711618] ath11k c000000.wifi: chip_id 0x0 chip_family 0x4 board_id 0xff soc_id 0xffffffff
[ 12.713060] 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
[ 12.875076] mtdblock: MTD device 'devinfo' is NAND, please consider using UBI block devices instead.
[ 12.916576] mhi mhi0: Requested to power ON
[ 12.916677] mhi mhi0: Power on setup success
[ 12.997833] mhi mhi0: Wait for device to enter SBL or Mission mode
[ 13.080995] batman_adv: B.A.T.M.A.N. advanced 2024.4-openwrt-1 (compatibility version 15) loaded
[ 13.096467] kmodloader: done loading kernel modules from /etc/modules.d/*
[ 13.098623] ath11k_pci 0001:01:00.0: chip_id 0x0 chip_family 0x0 board_id 0xff soc_id 0xffffffff
[ 13.102372] ath11k_pci 0001:01:00.0: fw_version 0x290b8862 fw_build_timestamp 2024-09-23 10:51 fw_build_id
[ 13.457220] pcieport 0001:00:00.0: AER: Multiple Corrected error message received from 0001:00:00.0
[ 13.457315] pcieport 0001:00:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
[ 13.465245] pcieport 0001:00:00.0: device [17cb:1004] error status/mask=00000001/0000e000
[ 13.474893] pcieport 0001:00:00.0: [ 0] RxErr
[ 13.483025] ath11k_pci 0001:01:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
[ 13.489251] ath11k_pci 0001:01:00.0: device [17cb:1104] error status/mask=00000001/0000e000
[ 13.498774] ath11k_pci 0001:01:00.0: [ 0] RxErr
[ 13.587157] mtdblock: MTD device 'devinfo' is NAND, please consider using UBI block devices instead.
[ 14.276392] mtdblock: MTD device 'devinfo' is NAND, please consider using UBI block devices instead.
[ 14.491385] ath11k_pci 0001:01:00.0: htt event 48 not handled
[ 23.449643] nss-dp 39d00000.dp2 eth1: PHY Link is down
[ 23.468061] nss-dp 39d00000.dp2 eth1: PHY Link up speed: 1000
[ 23.486386] qca8k 90000.mdio-1:11 lan1: configuring for phy/gmii link mode
[ 23.486464] qca8k 90000.mdio-1:11: entered qca8k_phylink_mac_config port 1
[ 23.554668] br-lan: port 1(lan1) entered blocking state
[ 23.554749] br-lan: port 1(lan1) entered disabled state
[ 23.559019] qca8k 90000.mdio-1:11 lan1: entered allmulticast mode
[ 23.563957] nss-dp 39d00000.dp2 eth1: entered allmulticast mode
[ 23.588476] qca8k 90000.mdio-1:11 lan1: entered promiscuous mode
[ 23.664751] qca8k 90000.mdio-1:11 lan2: configuring for phy/gmii link mode
[ 23.664829] qca8k 90000.mdio-1:11: entered qca8k_phylink_mac_config port 2
[ 23.680650] br-lan: port 2(lan2) entered blocking state
[ 23.680738] br-lan: port 2(lan2) entered disabled state
[ 23.685921] qca8k 90000.mdio-1:11 lan2: entered allmulticast mode
[ 23.698651] qca8k 90000.mdio-1:11 lan2: entered promiscuous mode
[ 23.732647] qca8k 90000.mdio-1:11 lan3: configuring for phy/gmii link mode
[ 23.732733] qca8k 90000.mdio-1:11: entered qca8k_phylink_mac_config port 3
[ 23.745770] br-lan: port 3(lan3) entered blocking state
[ 23.745853] br-lan: port 3(lan3) entered disabled state
[ 23.752357] qca8k 90000.mdio-1:11 lan3: entered allmulticast mode
[ 23.769703] qca8k 90000.mdio-1:11 lan3: entered promiscuous mode
[ 23.794631] qca8k 90000.mdio-1:11 lan4: configuring for phy/gmii link mode
[ 23.794709] qca8k 90000.mdio-1:11: entered qca8k_phylink_mac_config port 4
[ 23.803832] br-lan: port 4(lan4) entered blocking state
[ 23.807291] br-lan: port 4(lan4) entered disabled state
[ 23.820883] qca8k 90000.mdio-1:11 lan4: entered allmulticast mode
[ 23.827757] qca8k 90000.mdio-1:11 lan4: entered promiscuous mode
[ 23.888670] qca8k 90000.mdio-1:11 wan: configuring for phy/gmii link mode
[ 23.888737] qca8k 90000.mdio-1:11: entered qca8k_phylink_mac_config port 5
[ 24.490100] adpt_mp_port_netdev_change_notify[1186]:ERROR:netdev change notify with incorrect port 0
[ 24.490180] ssdk_dev_event[2313]:ERROR:netdev change notify failed
root@OpenWrt:~#
cat /proc/cpuinfo --> initramfs-uImage (CPU architecture: 8)
cat /proc/cpuinfo
processor : 0
BogoMIPS : 48.00
Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid
CPU implementer : 0x51
CPU architecture: 8
CPU variant : 0xa
CPU part : 0x801
CPU revision : 4
processor : 1
BogoMIPS : 48.00
Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid
CPU implementer : 0x51
CPU architecture: 8
CPU variant : 0xa
CPU part : 0x801
CPU revision : 4
cat /proc/cpuinfo --> OEM firmware (CPU architecture: 7)
cat /proc/cpuinfo
processor : 0
model name : ARMv7 Processor rev 4 (v7l)
BogoMIPS : 60.48
Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm aes pmull sha1 sha2 crc32
CPU implementer : 0x51
CPU architecture: 7
CPU variant : 0xa
CPU part : 0x801
CPU revision : 4
processor : 1
model name : ARMv7 Processor rev 4 (v7l)
BogoMIPS : 60.48
Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm aes pmull sha1 sha2 crc32
CPU implementer : 0x51
CPU architecture: 7
CPU variant : 0xa
CPU part : 0x801
CPU revision : 4
Hardware : Generic DT based system
Revision : 0000
Serial : 0000000000000000
~ #
Logs look okay, is wifi working on both 2.4 and 5G? Are the switch ports labeled correctly? (lan1.. lan4, and wan)
Have you tried USB? Don’t think I’ve included the required kmods though..
How to add opkg?
OPKG not found
root@MR5500:~# opkg update
-ash: opkg: not found
opkg isn’t used anymore, it’s apk now.. for ex, apk update && apk add luci
But this won’t work until the PR for ipq50xx support is merged. In the meantime, you can either download my repo and build yourself or tell me what you need and I can build one for you
The current problem is that the system does not detect any USB drive.
root@MR5500:/# ls -l /dev/sd*
ls: /dev/sd*: No such file or directory
minidlna, samba4, kmod-usb-core, kmod-usb3 installed
The LUCI GUI shows ---/-98 dBm
the signal for 2.4GHz despite the client connection.
Status: Signal: 0 dBm | Noise: -98 dBm
works correctly
* 5GHz
* lan1, lan2, lan3, lan4
* wan
works correctly in addition to information about the signal strength
* 2.4GHz
doesn't work
* USB
I've created new images. Can you try and check if USB is working? (I don't have USB ports on my ipq5018 devices so I can't test)
Can you also check whether the ethernet port labels are correct as per the order shown in the luci status page?
Does lan1 start at the left end or next to the wan port? They should correspond to this picture and how they're labeled on the back of the device: