Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
inbox:toh:tp-link:x80-5g_v1 [2024/08/11 02:34] – [OpenWrt bootlog] professor_jonnyinbox:toh:tp-link:x80-5g_v1 [2024/08/13 00:34] – [Installing OpenWrt factory.ubi part 2 of 2] professor_jonny
Line 49: Line 49:
   * OpenWrt forum thread: (https://forum.openwrt.org/t/ipq8074a-tp-link-deco-x80-5g-info-thread/176308)   * OpenWrt forum thread: (https://forum.openwrt.org/t/ipq8074a-tp-link-deco-x80-5g-info-thread/176308)
   * WIP Private Git hub branch: (https://github.com/professor-jonny/pj_openwrt/tree/x80-5g)   * WIP Private Git hub branch: (https://github.com/professor-jonny/pj_openwrt/tree/x80-5g)
-  * Initramfs Test Image: (https://github.com/professor-jonny/images/blob/main/openwrt-qualcommax-ipq807x-tplink_x80-5g-initramfs-uImage.itb) 
  
  
-/***+ 
 ===== Experimental firmware ===== ===== Experimental firmware =====
  
-//List experimental firmware download links here.// 
  
-//None at this time.//+  * Initramfs Test Image: (https://github.com/professor-jonny/images/blob/main/openwrt-qualcommax-ipq807x-tplink_x80-5g-initramfs-uImage.itb) 
 +  * factory   Test Image: (https://github.com/professor-jonny/images/blob/main/openwrt-qualcommax-ipq807x-tplink_x80-5g-squashfs-factory.ubi) 
  
-  * External image (add link) 
-  * trunk image (add link) 
-  * ... 
-***/ 
  
  
Line 70: Line 67:
  
  
-/*** if info available: uncomment and fill in+
 ===== Installation ===== ===== Installation =====
   - → [[:downloads|Obtain firmware]]   - → [[:downloads|Obtain firmware]]
Line 76: Line 73:
   - → [[:downloads|Latest OpenWrt release]]   - → [[:downloads|Latest OpenWrt release]]
  
-==== Installing OpenWrt ==== +==== Installing initramfs image part 1 of 2==== 
-***/+ 
 + 
 +  - Download and copy the initramfs image to your PC's TFTP server folder. 
 +  - connect up your serial port and set up a connection with a terminal program such as SmarTTY 
 +  - Plug the router into your computer using an ethernet cable 
 +  - set your pc's IP address to the below settings: 
 +  - static 192.168.1.2. 
 +  - power the router and quickly type the magic string "tpl" and press enter to break into u-boot 
 +  - in the shell set the environment variables to enable tftpbooting 
 +  - setenv ipaddr 192.168.1.1 
 +  - setenv serverip 192.168.1.2 
 +  - In the shell run the below command to initiate the image transfer: 
 +  - this will load your image to memory as location 044000000 in ram 
 +  - tftpboot 0x44000000 192.168.1.2:openwrt-qualcommax-ipq807x-tplink_x80-5g-initramfs-uImage.itb 
 +  - your image will now upload to your ram ready to boot. 
 +  - run (bootm) and your image will now load. 
 + 
 +==== Installing OpenWrt factory.ubi part 2 of 2 ====
  
 +  - Download a copy of the factory.ubi to your pc
 +  - set up a ssh/scp session to your router with a program such as SmarTTY.
 +  - upload the factory.ubi to /tmp on your router
 +  - in the console run the below command:
 +  - ubiformat /dev/mtd12 -y -f /tmp/openwrt-qualcommax-ipq807x-tplink_x80-5g-squashfs-factory.ubi
 +  - wait for it to complete and reboot your router.
  
  
Line 2480: Line 2500:
 ==== OpenWrt bootlog ==== ==== OpenWrt bootlog ====
 <WRAP bootlog> <WRAP bootlog>
-<nowiki>IPQ807x# bootm +<nowiki>
- +
- +
-## Loading fdt from FIT Image at 44000000 ... +
-   Using 'config@hk01.c5' configuration +
-   Trying 'fdt@hk01.c5' fdt subimage +
-     Description:  ARM64 OpenWrt qcom-ipq807x-hkxx device tree blob +
-     Type:         Flat Device Tree +
-     Compression:  uncompressed +
-     Data Start:   0x443d8698 +
-     Data Size:    92380 Bytes = 90.2 KiB +
-     Architecture: AArch64 +
-     Hash algo:    crc32 +
-     Hash value:   3f191698 +
-     Hash algo:    sha1 +
-     Hash value:   d0cbc4e75fecf605333dd4a95c21ed37d26c3df4 +
-   Verifying Hash Integrity ... crc32+ sha1+ OK +
-   Booting using the fdt blob at 0x443d8698 +
-   Uncompressing Kernel Image ... OK +
-   Loading Device Tree to 4a3e6000, end 4a3ff8db ... OK +
-Could not find PCI in device tree +
-Using machid 0x8010400 from environment +
- +
-Starting kernel ... +
- +
-Jumping to AARCH64 kernel via monitor +
-[    0.000000] Booting Linux on physical CPU 0x0 +
-[    0.000000] Linux version 4.4.60 (tplink@linuxci2-sp) (gcc version +
- 5.2.0 (OpenWrt GCC 5.2.0 34c568b+r49254) ) #1 SMP PREEMPT Mon Apr 10 +
- 21:40:48 CST 2023 +
-[    0.000000] Boot CPU: AArch64 Processor [410fd034] +
-[    0.000000] Ignoring memory range 0x40000000 - 0x41000000 +
-[    0.000000] Machine: Qualcomm Technologies, Inc. IPQ807x/AP-HK01-C +
-+
-[    0.000000] efi: Getting EFI parameters from FDT: +
-[    0.000000] efi: UEFI not found. +
-[    0.000000] Reserved memory: OVERLAP DETECTED! +
-[    0.000000] wifi_dump@51100000 (0x0000000051100000--0x000000005170 +
-0000) overlaps with wigig_dump@51300000 (0x0000000051300000--0x000000 +
-0051700000) +
-[    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] PERCPU: Embedded 14 pages/cpu @ffffffc03ef43000 s19328 +
- r8192 d29824 u57344 +
-[    0.000000] Detected VIPT I-cache on CPU0 +
-[    0.000000] CPU features: enabling workaround for ARM erratum 8457 +
-19 +
-[    0.000000] Built 1 zonelists in Zone order, mobility grouping on. +
-  Total pages: 225036 +
-[    0.000000] Kernel command line: ubi.mtd=rootfs root=mtd:ubi_rootf +
-s rootfstype=squashfs rootwait swiotlb=1 +
-[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) +
-[    0.000000] Dentry cache hash table entries: 131072 (order: 8, 104 +
-8576 bytes) +
-[    0.000000] Inode-cache hash table entries: 65536 (order: 7, 52428 +
-8 bytes) +
-[    0.000000] software IO TLB [mem 0x7fd3c000-0x7fd7c000] (0MB) mapp +
-ed at [ffffffc03ed3c000-ffffffc03ed7bfff] +
-[    0.000000] Memory: 886388K/914432K available (5258K kernel code, +
-609K rwdata, 2292K rodata, 220K init, 466K bss, 28044K reserved, 0K c +
-ma-reserved) +
-[    0.000000] Virtual kernel memory layout: +
-[    0.000000]     vmalloc : 0xffffff8000000000 - 0xffffffbdbfff0000 +
-  (   246 GB) +
-[    0.000000]     vmemmap : 0xffffffbdc0000000 - 0xffffffbfc0000000 +
-  (     8 GB maximum) +
-[    0.000000]               0xffffffbdc0040000 - 0xffffffbdc1000000 +
-  (    15 MB actual) +
-[    0.000000]     fixed   : 0xffffffbffa7fd000 - 0xffffffbffac00000 +
-  (  4108 KB) +
-[    0.000000]     PCI I/O : 0xffffffbffae00000 - 0xffffffbffbe00000 +
-  (    16 MB) +
-[    0.000000]     modules : 0xffffffbffc000000 - 0xffffffc000000000 +
-  (    64 MB) +
-[    0.000000]     memory  : 0xffffffc000000000 - 0xffffffc03f000000 +
-  (  1008 MB) +
-[    0.000000]       .init : 0xffffffc0007e2000 - 0xffffffc000819000 +
-  (   220 KB) +
-[    0.000000]       .text : 0xffffffc000080000 - 0xffffffc0007e1844 +
-  (  7559 KB) +
-[    0.000000]       .data : 0xffffffc000828000 - 0xffffffc0008c0400 +
-  (   609 KB) +
-[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nod +
-es=1 +
-[    0.000000] Preemptible hierarchical RCU implementation. +
-[    0.000000]  Build-time adjustment of leaf fanout to 64. +
-[    0.000000] NR_IRQS:64 nr_irqs:64 0 +
-[    0.000000] Architected cp15 timer(s) running at 19.20MHz (virt). +
-[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff +
-max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns +
-[    0.000005] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps +
-every 4398046511078ns +
-[    0.000510] Calibrating delay loop (skipped), value calculated usi +
-ng timer frequency.. 38.40 BogoMIPS (lpj=192000) +
-[    0.000521] pid_max: default: 32768 minimum: 301 +
-[    0.000612] Mount-cache hash table entries: 2048 (order: 2, 16384 +
-bytes) +
-[    0.000621] Mountpoint-cache hash table entries: 2048 (order: 2, 1 +
-6384 bytes) +
-[    0.001284] EFI services will not be available. +
-[    0.001310] ASID allocator initialised with 65536 entries +
-[    0.051937] MSM Memory Dump base table set up +
-[    0.051959] MSM Memory Dump apps data table set up +
-[    0.090036] Detected VIPT I-cache on CPU1 +
-[    0.090080] CPU1: Booted secondary processor [410fd034] +
-[    0.120019] Detected VIPT I-cache on CPU2 +
-[    0.120047] CPU2: Booted secondary processor [410fd034] +
-[    0.150047] Detected VIPT I-cache on CPU3 +
-[    0.150073] CPU3: Booted secondary processor [410fd034] +
-[    0.150122] Brought up 4 CPUs +
-[    0.150148] SMP: Total of 4 processors activated. +
-[    0.150157] CPU: All CPU(s) started at EL1 +
-[    0.150180] alternatives: patching kernel code +
-[    0.169529] DMI not present or invalid. +
-[    0.169762] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xf +
-fffffff, max_idle_ns: 19112604462750000 ns +
-[    0.169785] futex hash table entries: 1024 (order: 5, 131072 bytes +
-+
-[    0.169982] pinctrl core: initialized pinctrl subsystem +
-[    0.171101] NET: Registered protocol family 16 +
-[    0.199985] cpuidle: using governor ladder +
-[    0.230002] cpuidle: using governor menu +
-[    0.230206] NET: Registered protocol family 42 +
-[    0.230285] vdso: 2 pages (1 code @ ffffffc00082d000, 1 data @ fff +
-fffc00082c000) +
-[    0.230395] DMA: preallocated 256 KiB pool for atomic allocations +
-[    0.230525] CPU: IPQ8074A, SoC Version: 2.0 +
-[    0.230946] IPC logging disabled +
-[    0.230953] IPC logging disabled +
-[    0.230957] IPC logging disabled +
-[    0.230962] IPC logging disabled +
-[    0.230966] IPC logging disabled +
-[    0.233204] Soc version is not 1, changing clock offsets +
-[    0.241898] irq: no irq domain found for /soc/smp2p-wcss/slave-ker +
-nel ! +
-[    0.244588] irq: no irq domain found for /soc/smp2p-wcss/slave-ker +
-nel ! +
-[    0.247994] sps:sps is ready. +
-[    0.254992] spmi spmi-0: PMIC Arb Version-2 (0x20010000) +
-[    0.262941] qcom,cpr4-apss-regulator b018000.cpr4-ctrl: CPR valid +
-fuse count: 4 +
-[    0.263204] qcom,cpr3-npu-regulator a4000.npu-cpr: NPU CPR valid f +
-use count: 2 +
-[    0.301891] pps_core: LinuxPPS API ver. 1 registered +
-[    0.301899] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Ro +
-dolfo Giometti <giometti@linux.it> +
-[    0.301922] PTP clock support registered +
-[    0.302074] dmi: Firmware registration failed. +
-[    0.303577] Advanced Linux Sound Architecture Driver Initialized. +
-[    0.304201] clocksource: Switched to clocksource arch_sys_counter +
-[    0.307331] NET: Registered protocol family 2 +
-[    0.307894] TCP established hash table entries: 8192 (order: 4, 65 +
-536 bytes) +
-[    0.308002] TCP bind hash table entries: 8192 (order: 5, 131072 by +
-tes) +
-[    0.308189] TCP: Hash tables configured (established 8192 bind 819 +
-2) +
-[    0.308242] UDP hash table entries: 512 (order: 2, 16384 bytes) +
-[    0.308279] UDP-Lite hash table entries: 512 (order: 2, 16384 byte +
-s) +
-[    0.308451] NET: Registered protocol family 1 +
-[    0.315803] squashfs: version 4.0 (2009/01/31) Phillip Lougher +
-[    0.315820] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CM +
-ODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. +
-[    0.319102] Key type asymmetric registered +
-[    0.319118] Asymmetric key parser 'x509' registered +
-[    0.319146] io scheduler noop registered +
-[    0.319159] io scheduler deadline registered (default) +
-[    0.321545] 20000000.pci supply vdda not found, using dummy regula +
-tor +
-[    0.321590] 20000000.pci supply vdda_phy not found, using dummy re +
-gulator +
-[    0.321627] 20000000.pci supply vdda_refclk not found, using dummy +
- regulator +
-[    0.322594] PCI host bridge /soc/pci@20000000 ranges: +
-[    0.322622]    IO 0x20200000..0x2020ffff -> 0x20200000 +
-[    0.322636]   MEM 0x20220000..0x2fffffff -> 0x20220000 +
-[    0.575740] qcom-pcie 20000000.pci: link up +
-[    0.575889] qcom-pcie 20000000.pci: PCI host bridge to bus 0000:00 +
-[    0.575902] pci_bus 0000:00: root bus resource [bus 00-ff] +
-[    0.575915] pci_bus 0000:00: root bus resource [io  0x0000-0xffff] +
- (bus address [0x20200000-0x2020ffff]) +
-[    0.575925] pci_bus 0000:00: root bus resource [mem 0x20220000-0x2 +
-fffffff] +
-[    0.576243] pci 0000:00:00.0: bridge configuration invalid ([bus 0 +
-0-00]), reconfiguring +
-[    0.577222] pci 0000:00:00.0: BAR 8: assigned [mem 0x20300000-0x20 +
-4fffff] +
-[    0.577238] pci 0000:00:00.0: BAR 9: assigned [mem 0x20500000-0x20 +
-6fffff 64bit pref] +
-[    0.577251] pci 0000:00:00.0: BAR 0: assigned [mem 0x20220000-0x20 +
-220fff 64bit] +
-[    0.577267] pci 0000:00:00.0: BAR 7: assigned [io  0x1000-0x1fff] +
-[    0.577283] pci 0000:01:00.0: BAR 0: assigned [mem 0x20300000-0x20 +
-300fff 64bit] +
-[    0.577334] pci 0000:01:00.0: BAR 2: assigned [mem 0x20301000-0x20 +
-301fff 64bit] +
-[    0.577383] pci 0000:00:00.0: PCI bridge to [bus 01] +
-[    0.577394] pci 0000:00:00.0:   bridge window [io  0x1000-0x1fff] +
-[    0.577405] pci 0000:00:00.0:   bridge window [mem 0x20300000-0x20 +
-4fffff] +
-[    0.577416] pci 0000:00:00.0:   bridge window [mem 0x20500000-0x20 +
-6fffff 64bit pref] +
-[    0.577468] PCIe: RC0 enabled during bootup +
-[    0.577876] MDSS QPIC HW Base phy_Address=0x7980000 virt=ffffff800 +
-04c0000 +
-[    0.578249] mdss_qpic_panel_probe: Panel Name = qpic lcd panel +
-[    0.579454] mdss_fb_register: FrameBuffer[0] 800x480 registered su +
-ccessfully! +
-[    0.583288] msm_rpm_log_probe: OK +
-[    0.583639] msm-dcc b3000.dcc: DCC XPU is not specified +
-[    0.583880] msm-dcc b3000.dcc: jiffies_64: 0xffff8b09, cntvct_64: +
-0xb07ea3f +
-[    0.583892] msm-dcc b3000.dcc: gcnt_hi: 0x00000000(0xffffff80003ce +
-004) +
-[    0.583903] msm-dcc b3000.dcc: gcnt_lo: 0x0b07ec07(0xffffff80003ce +
-000) +
-[    0.584541] TZ SMMU State: SMMU Stage2 Enabled +
-[    0.584617] TZ Log : Will warn on Access Violation, as paniconacce +
-ssviolation is not set +
-[    0.586222] msm_serial 78b3000.serial: msm_serial: detected port # +
-+
-[    0.586261] msm_serial 78b3000.serial: uartclk = 3686400 +
-[    0.586296] 78b3000.serial: ttyMSM0 at MMIO 0x78b3000 (irq = 77, b +
-ase_baud = 230400) is a MSM +
-[    0.586314] msm_serial: console setup on port #0 +
-[    1.412859] console [ttyMSM0] enabled +
-[    1.417848] msm_serial 78b1000.serial: msm_serial: detected port # +
-+
-[    1.421122] msm_serial 78b1000.serial: uartclk = 19200000 +
-[    1.427206] 78b1000.serial: ttyMSM1 at MMIO 0x78b1000 (irq = 78, b +
-ase_baud = 1200000) is a MSM +
-[    1.433060] msm_serial: driver initialized +
-[    1.441557] msm_serial_hsl_init: driver initialized +
-[    1.453742] brd: module loaded +
-[    1.454966] flash_chrdev : flash_chrdev_init +
-[    1.455681] flash_chrdev : flash_chrdev_init +
-[    1.460947] QPIC controller hw version Major:1, Minor:5 +
-[    1.464815] nand: device found, Manufacturer ID: 0xc8, Chip ID: 0x +
-61 +
-[    1.469490] nand: ONFI 10-Compliant GigaDevice PSR1GA30DT +
-[    1.476133] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 20 +
-48, OOB size: 64 +
-[    1.481458] 17 ofpart partitions found on MTD device qcom_nand.0 +
-[    1.488860] Creating 17 MTD partitions on "qcom_nand.0": +
-[    1.495021] 0x000000000000-0x000000100000 : "0:SBL1" +
-[    1.501860] 0x000000100000-0x000000200000 : "0:MIBIB" +
-[    1.506739] 0x000000200000-0x000000280000 : "0:BOOTCONFIG" +
-[    1.511272] 0x000000280000-0x000000300000 : "0:BOOTCONFIG1" +
-[    1.516631] 0x000000300000-0x000000600000 : "0:QSEE" +
-[    1.524300] 0x000000600000-0x000000680000 : "0:DEVCFG" +
-[    1.527321] 0x000000680000-0x000000700000 : "0:APDP" +
-[    1.532244] 0x000000700000-0x000000780000 : "0:RPM" +
-[    1.537398] 0x000000780000-0x000000800000 : "0:CDT" +
-[    1.541954] 0x000000800000-0x000000980000 : "0:APPSBLENV" +
-[    1.547709] 0x000000980000-0x000000b80000 : "0:APPSBL" +
-[    1.553692] 0x000000b80000-0x000000c00000 : "0:ART" +
-[    1.557415] 0x000000c00000-0x000003600000 : "rootfs" +
-[    1.598470] mtd: device 12 (rootfs) set to be root filesystem +
-[    1.598792] mtdsplit: no squashfs found in "rootfs" +
-[    1.603192] 0x000003600000-0x000006000000 : "rootfs_1" +
-[    1.645231] 0x000006000000-0x000006080000 : "0:ETHPHYFW" +
-[    1.646280] 0x000006080000-0x000006980000 : "factory_data" +
-[    1.657990] 0x000006980000-0x000007a80000 : "runtime_data" +
-[    1.674305] libphy: Fixed MDIO Bus: probed +
-[    3.785020] gpio_set_value 44: 0 [1.5s~2s] gpio_set_value 44: 1 +
-[    6.044221] gpio_set_value 37: 0 [1.5s~2s] gpio_set_value 37: 1 +
-[    6.557229] qca-mdio 90000.mdio: Could not find phy-reset-gpio +
-[    6.557349] libphy: qca_mdio: probed +
-[    6.562706] qca-mdio 90000.mdio: qca-mdio driver was registered +
-[    6.565949] Unable to create IPC log context! +
-[    6.571581] Skip QCA8074V1 in V2 platform +
-[    6.576118] cnss: Platform driver probed successfully. plat ffffff +
-c03d0e2018 tgt 0xfffe +
-[    6.580069] i2c /dev entries driver +
-[    6.596143] sdhci: Secure Digital Host Controller Interface driver +
-[    6.596170] sdhci: Copyright(c) Pierre Ossman +
-[    6.601211] sdhci-pltfm: SDHCI platform and OF driver helper +
-[    6.606253] sdhci_msm 7824900.sdhci: sdhci_msm_probe: ICE device i +
-s not enabled +
-[    6.611415] sdhci_msm 7824900.sdhci: No vreg data found for vdd +
-[    6.618422] sdhci_msm 7824900.sdhci: No vreg data found for vdd-io +
-[    6.625626] sdhci_msm 7824900.sdhci: No vmmc regulator found +
-[    6.630553] sdhci_msm 7824900.sdhci: No vqmmc regulator found +
-[    6.674262] mmc0: SDHCI controller on 7824900.sdhci [7824900.sdhci +
-] using ADMA 64-bit +
-[    6.696461] +
-[    6.696461] Version Rollback Feature Disabled +
-[    6.699012] sps_register_bam_device : unable to create IPC Logging +
- 0 for bam 0x0000000008b04000 +
-[    6.703229] sps_register_bam_device : unable to create IPC Logging +
- 1 for bam 0x0000000008b04000sps_register_bam_device : unable to crea +
-te IPC Logging 2 for bam 0x0000000008b04000 +
-[    6.723338] sps_register_bam_device : unable to create IPC Logging +
- 3 for bam 0x0000000008b04000sps_register_bam_device : unable to crea +
-te IPC Logging 4 for bam 0x0000000008b04000 +
-[    6.735181] sps:BAM 0x0000000008b04000 is registered.[    6.745176 +
-] remoteproc remoteproc0: releasing cd00000.qcom_q6v5_wcss +
-[    6.748460] SPMI VADC - Min ch: 0 Max ch: 15 +
-[    6.755692] of_graph_get_next_endpoint(): no port node found in /s +
-oc/csr@6001000 +
-[    6.758170] coresight-csr 6001000.csr: CSR initialized +
-[    6.765661] of_graph_get_next_endpoint(): no port node found in /s +
-oc/cti@6010000 +
-[    6.770578] of_graph_get_next_endpoint(): no port node found in /s +
-oc/cti@6011000 +
-[    6.778142] of_graph_get_next_endpoint(): no port node found in /s +
-oc/cti@6012000 +
-[    6.785501] of_graph_get_next_endpoint(): no port node found in /s +
-oc/cti@6013000 +
-[    6.792864] of_graph_get_next_endpoint(): no port node found in /s +
-oc/cti@6014000 +
-[    6.800264] of_graph_get_next_endpoint(): no port node found in /s +
-oc/cti@6015000 +
-[    6.807633] of_graph_get_next_endpoint(): no port node found in /s +
-oc/cti@6016000 +
-[    6.815039] of_graph_get_next_endpoint(): no port node found in /s +
-oc/cti@6017000 +
-[    6.822377] of_graph_get_next_endpoint(): no port node found in /s +
-oc/cti@6018000 +
-[    6.829774] of_graph_get_next_endpoint(): no port node found in /s +
-oc/cti@6019000 +
-[    6.837153] of_graph_get_next_endpoint(): no port node found in /s +
-oc/cti@601a000 +
-[    6.844531] of_graph_get_next_endpoint(): no port node found in /s +
-oc/cti@601b000 +
-[    6.851889] of_graph_get_next_endpoint(): no port node found in /s +
-oc/cti@601c000 +
-[    6.859284] of_graph_get_next_endpoint(): no port node found in /s +
-oc/cti@601d000 +
-[    6.866667] of_graph_get_next_endpoint(): no port node found in /s +
-oc/cti@601e000 +
-[    6.874027] of_graph_get_next_endpoint(): no port node found in /s +
-oc/cti@601f000 +
-[    6.881424] of_graph_get_next_endpoint(): no port node found in /s +
-oc/cti@6198000 +
-[    6.889011] of_graph_get_next_endpoint(): no port node found in /s +
-oc/cti@6199000 +
-[    6.896332] of_graph_get_next_endpoint(): no port node found in /s +
-oc/cti@619a000 +
-[    6.903742] of_graph_get_next_endpoint(): no port node found in /s +
-oc/cti@619b000 +
-[    6.911183] of_graph_get_next_endpoint(): no port node found in /s +
-oc/cti@610c000 +
-[    6.918521] sps_register_bam_device : unable to create IPC Logging +
- 0 for bam 0x0000000006044000 +
-[    6.925552] sps_register_bam_device : unable to create IPC Logging +
- 1 for bam 0x0000000006044000sps_register_bam_device : unable to crea +
-te IPC Logging 2 for bam 0x0000000006044000 +
-[    6.942655] sps_register_bam_device : unable to create IPC Logging +
- 3 for bam 0x0000000006044000sps_register_bam_device : unable to crea +
-te IPC Logging 4 for bam 0x0000000006044000 +
-[    6.958530] sps:BAM 0x0000000006044000 is registered.[    6.966230 +
-] coresight-tmc 6028000.tmc: TMC initialized +
-[    6.970986] coresight-tmc 6027000.tmc: TMC initialized +
-[    6.976135] coresight-funnel 6021000.funnel: FUNNEL initialized +
-[    6.981141] coresight-funnel 6100000.funnel: FUNNEL initialized +
-[    6.986977] coresight-funnel 6120000.funnel: FUNNEL initialized +
-[    6.992860] coresight-funnel 6130000.funnel: FUNNEL initialized +
-[    6.998794] coresight-funnel 61a1000.funnel: FUNNEL initialized +
-[    7.005272] coresight-etm4x 619c000.etm: ETM 4.0 initialized +
-[    7.010934] coresight-etm4x 619d000.etm: ETM 4.0 initialized +
-[    7.016901] coresight-etm4x 619e000.etm: ETM 4.0 initialized +
-[    7.022579] coresight-etm4x 619f000.etm: ETM 4.0 initialized +
-[    7.027812] coresight-replicator-qcom 6026000.replicator: REPLICAT +
-OR 1.0 initialized +
-[    7.033535] coresight-stm 6002000.stm: STM initialized +
-[    7.042147] of_graph_get_next_endpoint(): no port node found in /s +
-oc/hwevent@6101000 +
-[    7.045998] coresight-hwevent 6101000.hwevent: Hardware Event driv +
-er initialized +
-[    7.054292] fan-gpio soc:fans: gpio_fan_probe success +
-[    7.061377] antenna-gpio soc:antennas: gpio_fan_probe success +
-[    7.066385] modem-gpio soc:modem: gpio_fan_probe success +
-[    7.074391] nf_conntrack version 0.5.0 (6924 buckets, 27696 max) +
-[    7.077674] ip_tables: (C) 2000-2006 Netfilter Core Team +
-[    7.083590] NET: Registered protocol family 10 +
-[    7.089237] NET: Registered protocol family 17 +
-[    7.092752] bridge: automatic filtering via arp/ip/ip6tables has b +
-een deprecated. Update your scripts to load br_netfilter if you need +
-this. +
-[    7.097195] Bridge firewalling registered +
-[    7.109918] 8021q: 802.1Q VLAN Support v1.8 +
-[    7.115341] qcom,cpr4-apss-regulator b018000.cpr4-ctrl: CPR valid +
-fuse count: 4 +
-[    7.117947] pmd9655_s3: supplied by e-smps1-reg +
-[    7.125290] cpr4_ipq807x_apss_read_fuse_data: apc_corner: speed bi +
-n = 0 +
-[    7.129613] cpr4_ipq807x_apss_read_fuse_data: apc_corner: CPR fusi +
-ng revision = 1 +
-[    7.136244] cpr4_ipq807x_apss_read_fuse_data: apc_corner: CPR misc +
- fuse value = 0 +
-[    7.143875] cpr4_ipq807x_apss_read_fuse_data: apc_corner: Voltage +
-boost fuse config = 0 boost = disable +
-[    7.151416] cpr3_mem_acc_init: apc: not using memory accelerator r +
-egulator +
-[    7.160531] cpr4_ipq807x_apss_calculate_open_loop_voltages: apc_co +
-rner: fused      SVS: open-loop= 704000 uV +
-[    7.167476] cpr4_ipq807x_apss_calculate_open_loop_voltages: apc_co +
-rner: fused      NOM: open-loop= 808000 uV +
-[    7.177458] cpr4_ipq807x_apss_calculate_open_loop_voltages: apc_co +
-rner: fused    TURBO: open-loop= 864000 uV +
-[    7.187267] cpr4_ipq807x_apss_calculate_open_loop_voltages: apc_co +
-rner: fused   STURBO: open-loop= 944000 uV +
-[    7.197141] cpr4_ipq807x_apss_calculate_target_quotients: apc_corn +
-er: fused      SVS: quot[ 7]= 767, quot_offset[ 7]=   0 +
-[    7.206891] cpr4_ipq807x_apss_calculate_target_quotients: apc_corn +
-er: fused      NOM: quot[ 7]= 972, quot_offset[ 7]= 205 +
-[    7.217740] cpr4_ipq807x_apss_calculate_target_quotients: apc_corn +
-er: fused    TURBO: quot[ 7]=1073, quot_offset[ 7]= 100 +
-[    7.228676] cpr4_ipq807x_apss_calculate_target_quotients: apc_corn +
-er: fused   STURBO: quot[ 7]=1226, quot_offset[ 7]= 150 +
-[    7.239738] cpr3_regulator_init_ctrl: apc: Default CPR mode = clos +
-ed-loop +
-[    7.251057] qcom,cpr3-npu-regulator a4000.npu-cpr: NPU CPR valid f +
-use count: 2 +
-[    7.257410] pmd9655_s4: supplied by e-smps1-reg +
-[    7.264552] cpr3_mem_acc_init: npu: not using memory accelerator r +
-egulator +
-[    7.268849] npu_corner: fused      NOM: open-loop= 776000 uV +
-[    7.275803] npu_corner: fused    TURBO: open-loop= 832000 uV +
-[    7.281644] npu_corner: fused      NOM: open-loop= 776000 uV +
-[    7.287260] npu_corner: fused    TURBO: open-loop= 832000 uV +
-[    7.292912] npu_corner: Normal and Cold condition init done. Defau +
-lt to normal. +
-[    7.299690] cpufreq: cpufreq_online: CPU0: Running at unlisted fre +
-q: 800000 KHz +
-[    7.305752] cpufreq: cpufreq_online: CPU0: Unlisted initial freque +
-ncy changed to: 1017600 KHz +
-[    7.314403] qcom-q6v5-wcss-pil cd00000.qcom_q6v5_wcss: ssr registe +
-ration success qcom_q6v5_wcss +
-[    7.321577] remoteproc remoteproc0: cd00000.qcom_q6v5_wcss is avai +
-lable +
-[    7.330261] ubi0: attaching mtd12 +
-[    7.544720] ubi0: scanning is finished +
-[    7.550932] ubi0: attached mtd12 (name "rootfs", size 42 MiB) +
-[    7.550950] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 1269 +
-76 bytes +
-[    7.555651] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page si +
-ze 2048 +
-[    7.562416] ubi0: VID header offset: 2048 (aligned 2048), data off +
-set: 4096 +
-[    7.569281] ubi0: good PEBs: 336, bad PEBs: 0, corrupted PEBs: 0 +
-[    7.576047] ubi0: user volume: 2, internal volumes: 1, max. volume +
-s count: 128 +
-[    7.582296] ubi0: max/mean erase counter: 2/1, WL threshold: 4096, +
- image sequence number: 273099923 +
-[    7.589334] ubi0: available PEBs: 108, total reserved PEBs: 228, P +
-EBs reserved for bad PEB handling: 20 +
-[    7.598277] ubi0: background thread "ubi_bgt0d" started, PID 109 +
-[    7.628644] input: soc:gpio_keys as /devices/platform/soc/soc:gpio +
-_keys/input/input0 +
-[    7.628713] hctosys: unable to open rtc device (rtc0) +
-[    7.640263] pmd9655_ldo11: disabling +
-[    7.640811] ALSA device list: +
-[    7.644027]   No soundcards found. +
-[    7.649217] VFS: Mounted root (squashfs filesystem) readonly on de +
-vice 31:18. +
-[    7.650304] Freeing unused kernel memory: 220K (ffffffc0007e2000 - +
- ffffffc000819000) +
-[    7.657442] Freeing alternatives memory: 40K (ffffffc000819000 - f +
-fffffc000823000) +
-[    7.918973] init: Console is alive +
-[    7.919054] init: - watchdog - +
-[    7.938528] random: nonblocking pool is initialized +
-[    8.693702] usbcore: registered new interface driver usbfs +
-[    8.693743] usbcore: registered new interface driver hub +
-[    8.698161] usbcore: registered new device driver usb +
-[    8.703937] Button Hotplug driver version 0.4.1 +
-[    8.711810] dwc3_qcom: exports duplicate symbol msm_data_fifo_conf +
-ig (owned by dwc3_of_simple) +
-[    8.774419] dwc3_qcom: exports duplicate symbol msm_data_fifo_conf +
-ig (owned by dwc3_of_simple) +
-[    8.836321] msm-usb-ssphy-qmp 78000.ssphy: Initializing QMP phy +
-[    8.842986] msm-usb-ssphy-qmp 78000.ssphy: QMP PHY initialization +
-timeout +
-[    8.843007] msm-usb-ssphy-qmp 78000.ssphy: USB3_PHY_PCS_STATUS:686 +
-86868 +
-[    9.049843] msm-usb-ssphy-qmp 58000.ssphy: Initializing QMP phy +
-[    9.057150] msm-usb-ssphy-qmp 58000.ssphy: QMP PHY initialization +
-timeout +
-[    9.057171] msm-usb-ssphy-qmp 58000.ssphy: USB3_PHY_PCS_STATUS:686 +
-86868 +
-[    9.263306] dwc3_qcom: exports duplicate symbol msm_data_fifo_conf +
-ig (owned by dwc3_of_simple) +
-[    9.314426] dwc3_qcom: exports duplicate symbol msm_data_fifo_conf +
-ig (owned by dwc3_of_simple) +
-[    9.374441] dwc3_qcom: exports duplicate symbol msm_data_fifo_conf +
-ig (owned by dwc3_of_simple) +
-[    9.435575] dwc3_qcom: exports duplicate symbol msm_data_fifo_conf +
-ig (owned by dwc3_of_simple) +
-[    9.494405] dwc3_qcom: exports duplicate symbol msm_data_fifo_conf +
-ig (owned by dwc3_of_simple) +
-[    9.554599] dwc3_qcom: exports duplicate symbol msm_data_fifo_conf +
-ig (owned by dwc3_of_simple) +
-[    9.614363] dwc3_qcom: exports duplicate symbol msm_data_fifo_conf +
-ig (owned by dwc3_of_simple) +
-[    9.674757] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller +
-[    9.674786] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assi +
-gned bus number 1 +
-[    9.679260] xhci-hcd xhci-hcd.0.auto: hcc params 0x0220fe65 hci ve +
-rsion 0x110 quirks 0x00010010 +
-[    9.686733] xhci-hcd xhci-hcd.0.auto: irq 208, io mem 0x08a00000 +
-[    9.695641] hub 1-0:1.0: USB hub found +
-[    9.701613] hub 1-0:1.0: 1 port detected +
-[    9.705308] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller +
-[    9.709247] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assi +
-gned bus number 2 +
-[    9.714585] usb usb2: We don't know the algorithms for LPM for thi +
-s host, disabling LPM. +
-[    9.722279] hub 2-0:1.0: USB hub found +
-[    9.730435] hub 2-0:1.0: 1 port detected +
-[    9.734125] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller +
-[    9.738073] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assi +
-gned bus number 3 +
-[    9.743475] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220fe65 hci ve +
-rsion 0x110 quirks 0x00010010 +
-[    9.750938] xhci-hcd xhci-hcd.1.auto: irq 209, io mem 0x08c00000 +
-[    9.759792] hub 3-0:1.0: USB hub found +
-[    9.765849] hub 3-0:1.0: 1 port detected +
-[    9.769502] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller +
-[    9.773483] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assi +
-gned bus number 4 +
-[    9.778805] usb usb4: We don't know the algorithms for LPM for thi +
-s host, disabling LPM. +
-[    9.786518] hub 4-0:1.0: USB hub found +
-[    9.794670] hub 4-0:1.0: 1 port detected +
-[    9.798658] dwc3_qcom: exports duplicate symbol msm_data_fifo_conf +
-ig (owned by dwc3_of_simple) +
-[    9.855550] dwc3_qcom: exports duplicate symbol msm_data_fifo_conf +
-ig (owned by dwc3_of_simple) +
-[    9.914393] dwc3_qcom: exports duplicate symbol msm_data_fifo_conf +
-ig (owned by dwc3_of_simple) +
-[    9.974437] dwc3_qcom: exports duplicate symbol msm_data_fifo_conf +
-ig (owned by dwc3_of_simple) +
-[   10.024208] usb 1-1: new high-speed USB device number 2 using xhci +
--hcd +
-[   10.921754] init: - preinit - +
-tignore preinit load_wifi_board_bin +
-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 debu +
-g level +
 Format: Log Type - Time(microsec) - Message - Optional Info Format: Log Type - Time(microsec) - Message - Optional Info
 Log Type: B - Since Boot(Power On Reset),  D - Delta,  S - Statistic Log Type: B - Since Boot(Power On Reset),  D - Delta,  S - Statistic
Line 3032: Line 2508:
 S - Boot Config, 0x000002e5 S - Boot Config, 0x000002e5
 B -       201 - PBL, Start B -       201 - PBL, Start
-B -      2735 - bootable_media_detect_entry, Start +B -      2736 - bootable_media_detect_entry, Start 
-B -      3441 - bootable_media_detect_success, Start +B -      3443 - bootable_media_detect_success, Start 
-B -      3445 - elf_loader_entry, Start +B -      3448 - elf_loader_entry, Start 
-B -      6107 - auth_hash_seg_entry, Start +B -      6114 - auth_hash_seg_entry, Start 
-B -      6349 - auth_hash_seg_exit, Start +B -      6357 - auth_hash_seg_exit, Start 
-B -     68222 - elf_segs_hash_verify_entry, Start +B -     68340 - elf_segs_hash_verify_entry, Start 
-B -    131065 - PBL, End +B -    131183 - PBL, End 
-B -    144539 - SBL1, Start +B -    217617 - SBL1, Start 
-B -    197304 - GCC [RstStat:0x10, RstDbg:0x600000] WDog Stat : 0x4 +B -    296917 - GCC [RstStat:0x10, RstDbg:0x600000] WDog Stat : 0x4 
-B -    203892 - pm_device_init, Start +B -    306799 - pm_device_init, Start 
-B -    326533 - PM_SET_VAL:Skip +B -    489891 - PM_SET_VAL:Skip 
-D -    122122 - pm_device_init, Delta +D -    181170 - pm_device_init, Delta 
-B -    328942 - pm_driver_init, Start +B -    492300 - pm_driver_init, Start 
-D -      5337 - pm_driver_init, Delta +D -      5368 - pm_driver_init, Delta 
-B -    335256 - clock_init, Start+B -    498675 - clock_init, Start
 D -      2135 - clock_init, Delta D -      2135 - clock_init, Delta
-B -    339282 - boot_flash_init, Start+B -    502609 - boot_flash_init, Start
 D -     12566 - boot_flash_init, Delta D -     12566 - boot_flash_init, Delta
-B -    355630 - boot_config_data_table_init, Start +B -    518957 - boot_config_data_table_init, Start 
-D -      3080 - boot_config_data_table_init, Delta - (575 Bytes) +D -      3111 - boot_config_data_table_init, Delta - (575 Bytes) 
-B -    363133 - Boot Setting :  0x00000618 +B -    526460 - Boot Setting :  0x00000618 
-B -    367037 - CDT version:2,Platform ID:8,Major ID:1,Minor ID:4,Sub+B -    530364 - CDT version:2,Platform ID:8,Major ID:1,Minor ID:4,Sub
 type:0 type:0
-B -    373960 - sbl1_ddr_set_params, Start +B -    537288 - sbl1_ddr_set_params, Start 
-B -    377773 - CPR configuration: 0x30c +B -    541100 - CPR configuration: 0x30c 
-B -    381128 - cpr_init, Start +B -    544455 - cpr_init, Start 
-B -    383995 - Rail:0 Mode: 5 Voltage: 792000 +B -    547353 - Rail:0 Mode: 5 Voltage: 792000 
-B -    389119 - CL CPR settled at 744000mV +B -    552446 - CL CPR settled at 744000mV 
-B -    391955 - Rail:1 Mode: 5 Voltage: 880000 +B -    555283 - Rail:1 Mode: 5 Voltage: 880000 
-B -    396225 - Rail:1 Mode: 7 Voltage: 888000 +B -    559553 - Rail:1 Mode: 7 Voltage: 888000 
-D -     16439 - cpr_init, Delta +D -     16531 - cpr_init, Delta 
-B -    403027 - Pre_DDR_clock_init, Start +B -    566354 - Pre_DDR_clock_init, Start 
-B -    407114 - Pre_DDR_clock_init, End +B -    570472 - Pre_DDR_clock_init, End 
-B -    410438 - DDR Type : PCDDR3 +B -    573766 - DDR Type : PCDDR3 
-B -    416172 - do ddr sanity test, Start+B -    579500 - do ddr sanity test, Start
 D -      1067 - do ddr sanity test, Delta D -      1067 - do ddr sanity test, Delta
-B -    420930 - DDR: Start of HAL DDR Boot Training +B -    584258 - DDR: Start of HAL DDR Boot Training 
-B -    425566 - DDR: End of HAL DDR Boot Training +B -    588985 - DDR: End of HAL DDR Boot Training 
-B -    431361 - DDR: Checksum to be stored on flash is 1377291785 +B -    594689 - DDR: Checksum to be stored on flash is 1377291785 
-B -    441670 - Image Load, Start +B -    604998 - Image Load, Start 
-D -    224389 - QSEE Image Loaded, Delta - (1376448 Bytes) +D -    224358 - QSEE Image Loaded, Delta - (1376448 Bytes) 
-B -    666150 - Image Load, Start +B -    829447 - Image Load, Start 
-D -        30 - SEC Image Loaded, Delta - (0 Bytes) +D -        61 - SEC Image Loaded, Delta - (0 Bytes) 
-B -    673836 - Image Load, Start+B -    837133 - Image Load, Start
 D -     10706 - DEVCFG Image Loaded, Delta - (26008 Bytes) D -     10706 - DEVCFG Image Loaded, Delta - (26008 Bytes)
-B -    684633 - Image Load, Start +B -    847930 - Image Load, Start 
-D -     22052 - RPM Image Loaded, Delta - (86584 Bytes) +D -     22021 - RPM Image Loaded, Delta - (86584 Bytes) 
-B -    706776 - Image Load, Start +B -    870043 - Image Load, Start 
-D -    109007 - APPSBL Image Loaded, Delta - (672668 Bytes) +D -    108915 - APPSBL Image Loaded, Delta - (672668 Bytes) 
-B -    815905 - QSEE Execution, Start +B -    979111 - QSEE Execution, Start 
-D -        61 - QSEE Execution, Delta +D -        91 - QSEE Execution, Delta 
-B -    821700 - USB D+ check, Start +B -    984906 - USB D+ check, Start 
-D -        30 - USB D+ check, Delta +D -         0 - USB D+ check, Delta 
-B -    828105 - SBL1, End +B -    991280 - SBL1, End 
-D -    685854 - SBL1, Delta +D -    775981 - SBL1, Delta 
-S - Flash Throughput, 6743 KB/s  (2162955 Bytes,  320733 us)+S - Flash Throughput, 6744 KB/s  (2162955 Bytes,  320702 us)
 S - DDR Frequency, 466 MHz S - DDR Frequency, 466 MHz
 S - Core 0 Frequency, 1651 MHz S - Core 0 Frequency, 1651 MHz
Line 3118: Line 2594:
 eth4 MAC Address from ART is not valid eth4 MAC Address from ART is not valid
 eth5 MAC Address from ART is not valid eth5 MAC Address from ART is not valid
-gpio 38 set BOARD_3V9_5V_EN_GPIO to high[1] +gpio 38 set BOARD_3V9_5V_EN_GPIO to high[1]  
-gpio 64 set PHY_QCA8081_1V8_EN_GPIO to high[1] +gpio 64 set PHY_QCA8081_1V8_EN_GPIO to high[1]  
-gpio 33 set PHY_AR8033_3V3_EN_GPIO to high[1] +gpio 33 set PHY_AR8033_3V3_EN_GPIO to high[1]  
-gpio 35 set ONOFF_MODULE_5G_GPIO to low[0] ... 1s+gpio 35 set ONOFF_MODULE_5G_GPIO to low[0] ... 1s 
 gpio 35 set ONOFF_MODULE_5G_GPIO to high[1] gpio 35 set ONOFF_MODULE_5G_GPIO to high[1]
 ubi0: attaching mtd1 ubi0: attaching mtd1
Line 3137: Line 2613:
 Find no boot alter flag! Find no boot alter flag!
 Enter magic string to stop autoboot in 1 seconds Enter magic string to stop autoboot in 1 seconds
- +Unmounting UBIFS volume ubi_factory_data! 
-Net  MAC0 addr:0:3:7f:ba:db:ad +ubi0detaching mtd1 
-PHY ID10x4d +ubi0mtd1 is detached 
-PHY ID20xd101 +ubi0attaching mtd1 
-PHY ID10x4d +ubi0scanning is finished 
-PHY ID20xd074 +ubi0attached mtd1 (name "mtd=0", size 42 MiB
-EDMA ver 1 hw init +ubi0PEB size131072 bytes (128 KiB), LEB size126976 bytes 
-Num rings - TxDesc:(0-0) TxCmpl:1 (7-7+ubi0min./maxI/O unit sizes2048/2048, sub-page size 2048 
-RxDesc:1 (15-15) RxFill:(7-7) +ubi0VID header offset2048 (aligned 2048), data offset4096 
-ipq807x_edma_alloc_ringssuccessfull +ubi0good PEBs336, bad PEBs0, corrupted PEBs0 
-ipq807x_edma_setup_ring_resourcessuccessfull +ubi0user volume: 3, internal volumes: 1, maxvolumes count128 
-ipq807x_edma_configure_rings: successfull +ubi0max/mean erase counter4/2, WL threshold4096, image sequence 
-ipq807x_edma_hw_init: successfull + number473343929 
-eth0 +ubi0available PEBs0, total reserved PEBs336, PEBs reserved for  
-IPQ807x# +bad PEB handling20 
-IPQ807x# setenv ipaddr 192.168.3.1 +Read 0 bytes from volume kernel to 44000000 
-IPQ807x# setenv ipaddr 192.168.3.1 +No size specified -> Using max size (5332992)
-IPQ807x# setenv serverip 192.168.3.10 +
-IPQ807x# tftpboot 0x5----------- +
-ipq807x_eth_haltdone +
-Phy ops not mapped +
-Phy ops not mapped +
-Phy ops not mapped +
-Phy ops not mapped +
-eth0 PHY4 Down Speed :10 Half duplex +
-eth0 PHY5 up Speed :1000 Full duplex +
-ipq807x_eth_init: done +
-Using eth0 device +
-TFTP from server 192.168.3.10; our IP address is 192.168.3.1 +
-Filename '0x5-----------'. +
-Load address0x44000000 +
-LoadingT ipq807x_eth_halt: done +
- +
-Abort +
-IPQ807x# tftpboot 192.168.3.10:image.itb +
-ipq807x_eth_halt: done +
-Phy ops not mapped +
-Phy ops not mapped +
-Phy ops not mapped +
-Phy ops not mapped +
-eth0 PHY4 Down Speed :10 Half duplex +
-eth0 PHY5 up Speed :1000 Full duplex +
-ipq807x_eth_init: done +
-Using eth0 device +
-TFTP from server 192.168.3.10; our IP address is 192.168.3.1 +
-Filename 'image.itb'+
-Load address: 0x44000000 +
-Loading: T T T +
-TFTP error: 'File not found' (1) +
-Not retrying... +
-ipq807x_eth_haltdone +
-ipq807x_eth_haltdone +
-IPQ807x# 192' +
-+
-> <INTERRUPT> +
-IPQ807x# tftpboot 192.168.3.10:image.itb +
-ipq807x_eth_haltdone +
-Phy ops not mapped +
-Phy ops not mapped +
-Phy ops not mapped +
-Phy ops not mapped +
-eth0 PHY4 Down Speed :10 Half duplex +
-eth0 PHY5 up Speed :1000 Full duplex +
-ipq807x_eth_initdone +
-Using eth0 device +
-TFTP from server 192.168.3.10; our IP address is 192.168.3.1 +
-Filename 'image.itb'+
-Load address0x44000000 +
-Loading+
-TFTP error'File not found' (1) +
-Not retrying... +
-ipq807x_eth_halt: done +
-ipq807x_eth_halt: done +
-IPQ807x# tftpboot 192.168.3.10:image.itb +
-ipq807x_eth_haltdone +
-Phy ops not mapped +
-Phy ops not mapped +
-Phy ops not mapped +
-Phy ops not mapped +
-eth0 PHY4 Down Speed :10 Half duplex +
-eth0 PHY5 up Speed :1000 Full duplex +
-ipq807x_eth_initdone +
-Using eth0 device +
-TFTP from server 192.168.3.10; our IP address is 192.168.3.1 +
-Filename 'image.itb'. +
-Load address0x44000000 +
-Loading: * +
-Got TFTP_OACK: TFTP remote port: changes from 69 to 56804 +
-################################################################# +
-         ############################################################ +
-##### +
-         ############################################################ +
-##### +
-         ############################################################ +
-##### +
-         ############################################################ +
-##### +
-         ############################################################ +
-##### +
-         ############################################################ +
-##### +
-         ############################################################ +
-##### +
-         ############################################################ +
-##### +
-         ############################################################ +
-##### +
-         ############################################################ +
-##### +
-         ############################################################ +
-##### +
-         ############################################################ +
-##### +
-         ############################################################ +
-##### +
-         ############################################################ +
-##### +
-         ############################################################ +
-##### +
-         ############################################################ +
-##### +
-         ################################# +
-         3.8 MiB/s +
-done +
-Bytes transferred = 16694248 (febbe8 hex) +
-ipq807x_eth_halt: done +
-IPQ807x# bootm+
 ## Loading kernel from FIT Image at 44000000 ... ## Loading kernel from FIT Image at 44000000 ...
    Using 'config@hk01.c5' configuration    Using 'config@hk01.c5' configuration
    Trying 'kernel-1' kernel subimage    Trying 'kernel-1' kernel subimage
-     Description:  ARM64 OpenWrt Linux-6.6.41+     Description:  ARM64 OpenWrt Linux-6.6.44
      Type:         Kernel Image      Type:         Kernel Image
      Compression:  gzip compressed      Compression:  gzip compressed
      Data Start:   0x440000e8      Data Start:   0x440000e8
-     Data Size:    16646582 Bytes = 15.9 MiB+     Data Size:    5177696 Bytes = 4.9 MiB
      Architecture: AArch64      Architecture: AArch64
      OS:           Linux      OS:           Linux
Line 3277: Line 2643:
      Entry Point:  0x41000000      Entry Point:  0x41000000
      Hash algo:    crc32      Hash algo:    crc32
-     Hash value:   a30d2bf4+     Hash value:   7967ebe7
      Hash algo:    sha1      Hash algo:    sha1
-     Hash value:   6b33f5535b54dec7eba6262d68a44c0845845c27+     Hash value:   8fd37f2833dafd0dfed3db92f120db3e04416d79
    Verifying Hash Integrity ... crc32+ sha1+ OK    Verifying Hash Integrity ... crc32+ sha1+ OK
 ## Loading fdt from FIT Image at 44000000 ... ## Loading fdt from FIT Image at 44000000 ...
Line 3287: Line 2653:
      Type:         Flat Device Tree      Type:         Flat Device Tree
      Compression:  uncompressed      Compression:  uncompressed
-     Data Start:   0x44fe03e0 +     Data Start:   0x444f0388 
-     Data Size:    45754 Bytes = 44.KiB+     Data Size:    46489 Bytes = 45.KiB
      Architecture: AArch64      Architecture: AArch64
      Hash algo:    crc32      Hash algo:    crc32
-     Hash value:   3fcf378c+     Hash value:   abe3e37d
      Hash algo:    sha1      Hash algo:    sha1
-     Hash value:   c00049ca98ba4f060d4ddfc10e5af0bc3789cde9+     Hash value:   8dfcddfc3942742eadc498f05b143cc0b771d139
    Verifying Hash Integrity ... crc32+ sha1+ OK    Verifying Hash Integrity ... crc32+ sha1+ OK
-   Booting using the fdt blob at 0x44fe03e0+   Booting using the fdt blob at 0x444f0388
    Uncompressing Kernel Image ... OK    Uncompressing Kernel Image ... OK
-   Loading Device Tree to 4a3f1000, end 4a3ff2b9 ... OK+   Loading Device Tree to 4a3f1000, end 4a3ff598 ... OK
 Could not find PCI in device tree Could not find PCI in device tree
 Using machid 0x8010400 from environment Using machid 0x8010400 from environment
Line 3306: Line 2672:
 [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034 [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034
 ] ]
-[    0.000000] Linux version 6.6.41 (professor_jonny@MRSPARKLE) (aarc+[    0.000000] Linux version 6.6.44 (professor_jonny@MRSPARKLE) (aarc
 h64-openwrt-linux-musl-gcc (OpenWrt GCC 13.3.0 r26970-e6c9264351) 13. h64-openwrt-linux-musl-gcc (OpenWrt GCC 13.3.0 r26970-e6c9264351) 13.
-3.0, GNU ld (GNU Binutils) 2.42) #0 SMP Sat Aug 10 22:11:06 2024+3.0, GNU ld (GNU Binutils) 2.42) #0 SMP Mon Aug 12 18:49:30 2024
 [    0.000000] Machine model: tplink x80-5g [    0.000000] Machine model: tplink x80-5g
 [    0.000000] OF: reserved mem: 0x0000000040000000..0x0000000040ffff [    0.000000] OF: reserved mem: 0x0000000040000000..0x0000000040ffff
Line 3353: Line 2719:
 [    0.000000] Detected VIPT I-cache on CPU0 [    0.000000] Detected VIPT I-cache on CPU0
 [    0.000000] alternatives: applying boot alternatives [    0.000000] alternatives: applying boot alternatives
-[    0.000000] Kernel command line:  root=/dev/ubiblock0_1+[    0.000000] Kernel command line: ubi.mtd=rootfs root=mtd:ubi_rootf 
 +s rootfstype=squashfs rootwait root=/dev/ubiblock0_1
 [    0.000000] Dentry cache hash table entries: 131072 (order: 8, 104 [    0.000000] Dentry cache hash table entries: 131072 (order: 8, 104
 8576 bytes, linear) 8576 bytes, linear)
Line 3367: Line 2734:
 [    0.000000] software IO TLB: mapped [mem 0x000000007eb00000-0x0000 [    0.000000] software IO TLB: mapped [mem 0x000000007eb00000-0x0000
 00007ec00000] (1MB) 00007ec00000] (1MB)
-[    0.000000] Memory: 874572K/1048576K available (8128K kernel code, +[    0.000000] Memory: 885772K/1048576K available (8128K kernel code, 
- 892K rwdata, 2476K rodata, 12672K init, 276K bss, 174004K reserved, + 892K rwdata, 2500K rodata, 1472K init, 276K bss, 162804K reserved, 0 
-0K cma-reserved)+cma-reserved)
 [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nod [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nod
 es=1 es=1
Line 3383: Line 2750:
 [    0.000000] arch_timer: cp15 and mmio timer(s) running at 19.20MHz [    0.000000] arch_timer: cp15 and mmio timer(s) running at 19.20MHz
  (virt/virt).  (virt/virt).
-[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff+[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff 
 max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
-[    0.000000] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps+[    0.000001] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps 
 every 4398046511078ns every 4398046511078ns
-[    0.000126] Calibrating delay loop (skipped), value calculated usi+[    0.000129] Calibrating delay loop (skipped), value calculated usi
 ng timer frequency.. 38.40 BogoMIPS (lpj=192000) ng timer frequency.. 38.40 BogoMIPS (lpj=192000)
-[    0.000139] pid_max: default: 32768 minimum: 301 +[    0.000142] pid_max: default: 32768 minimum: 301 
-[    0.005141] Mount-cache hash table entries: 2048 (order: 2, 16384+[    0.005160] Mount-cache hash table entries: 2048 (order: 2, 16384 
 bytes, linear) bytes, linear)
-[    0.005155] Mountpoint-cache hash table entries: 2048 (order: 2, 1+[    0.005174] Mountpoint-cache hash table entries: 2048 (order: 2, 1
 6384 bytes, linear) 6384 bytes, linear)
-[    0.009387] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_t+[    0.009416] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_t
 ask_cb_adjust=1. ask_cb_adjust=1.
-[    0.009611] rcu: Hierarchical SRCU implementation. +[    0.009641] rcu: Hierarchical SRCU implementation. 
-[    0.009616] rcu:     Max phase no-delay instances is 1000. +[    0.009646] rcu:     Max phase no-delay instances is 1000. 
-[    0.010523] smp: Bringing up secondary CPUs ... +[    0.010569] smp: Bringing up secondary CPUs ... 
-[    0.011189] Detected VIPT I-cache on CPU1 +[    0.011229] Detected VIPT I-cache on CPU1 
-[    0.011289] CPU1: Booted secondary processor 0x0000000001 [0x410fd+[    0.011332] CPU1: Booted secondary processor 0x0000000001 [0x410fd
 034] 034]
-[    0.011963] Detected VIPT I-cache on CPU2 +[    0.012001] Detected VIPT I-cache on CPU2 
-[    0.012030] CPU2: Booted secondary processor 0x0000000002 [0x410fd+[    0.012070] CPU2: Booted secondary processor 0x0000000002 [0x410fd
 034] 034]
-[    0.012686] Detected VIPT I-cache on CPU3 +[    0.012721] Detected VIPT I-cache on CPU3 
-[    0.012751] CPU3: Booted secondary processor 0x0000000003 [0x410fd+[    0.012786] CPU3: Booted secondary processor 0x0000000003 [0x410fd
 034] 034]
-[    0.012820] smp: Brought up 1 node, 4 CPUs +[    0.012855] smp: Brought up 1 node, 4 CPUs 
-[    0.012828] SMP: Total of 4 processors activated. +[    0.012863] SMP: Total of 4 processors activated. 
-[    0.012834] CPU features: detected: 32-bit EL0 Support +[    0.012869] CPU features: detected: 32-bit EL0 Support 
-[    0.012838] CPU features: detected: CRC32 instructions +[    0.012874] CPU features: detected: CRC32 instructions 
-[    0.012905] CPU features: emulated: Privileged Access Never (PAN)+[    0.012943] CPU features: emulated: Privileged Access Never (PAN) 
 using TTBR0_EL1 switching using TTBR0_EL1 switching
-[    0.012912] CPU: All CPU(s) started at EL1 +[    0.012950] CPU: All CPU(s) started at EL1 
-[    0.012915] alternatives: applying system-wide alternatives +[    0.012953] alternatives: applying system-wide alternatives 
-[    0.022746] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xf+[    0.023013] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xf
 fffffff, max_idle_ns: 19112604462750000 ns fffffff, max_idle_ns: 19112604462750000 ns
-[    0.022772] futex hash table entries: 1024 (order: 4, 65536 bytes,+[    0.023042] futex hash table entries: 1024 (order: 4, 65536 bytes,
  linear)  linear)
-[    0.024500] pinctrl core: initialized pinctrl subsystem +[    0.024776] pinctrl core: initialized pinctrl subsystem 
-[    0.026216] NET: Registered PF_NETLINK/PF_ROUTE protocol family +[    0.026479] NET: Registered PF_NETLINK/PF_ROUTE protocol family 
-[    0.026760] DMA: preallocated 128 KiB GFP_KERNEL pool for atomic a+[    0.027055] DMA: preallocated 128 KiB GFP_KERNEL pool for atomic a
 llocations llocations
-[    0.026803] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA pool for+[    0.027098] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA pool for 
 atomic allocations atomic allocations
-[    0.026837] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA32 pool fo+[    0.027132] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA32 pool fo
 r atomic allocations r atomic allocations
-[    0.027227] thermal_sys: Registered thermal governor 'step_wise' +[    0.027519] thermal_sys: Registered thermal governor 'step_wise' 
-[    0.027285] cpuidle: using governor menu +[    0.027576] cpuidle: using governor menu 
-[    0.027440] ASID allocator initialised with 65536 entries +[    0.027779] ASID allocator initialised with 65536 entries 
-[    0.083170] qcom,cpr4-apss-regulator b018000.cpr4-ctrl: CPR valid+[    0.054062] qcom,cpr4-apss-regulator b018000.cpr4-ctrl: CPR valid 
 fuse count: 4 fuse count: 4
-[    0.086060] Modules: 26608 pages in range for non-PLT usage +[    0.056925] Modules: 29408 pages in range for non-PLT usage 
-[    0.086069] Modules: 518128 pages in range for PLT usage +[    0.056933] Modules: 520928 pages in range for PLT usage 
-[    0.090791] SCSI subsystem initialized +[    0.061698] SCSI subsystem initialized 
-[    0.090984] usbcore: registered new interface driver usbfs +[    0.061902] usbcore: registered new interface driver usbfs 
-[    0.091019] usbcore: registered new interface driver hub +[    0.061937] usbcore: registered new interface driver hub 
-[    0.091081] usbcore: registered new device driver usb +[    0.061985] usbcore: registered new device driver usb 
-[    0.091517] qcom_scm: convention: smc arm 64 +[    0.062436] qcom_scm: convention: smc arm 64 
-[    0.093182] clocksource: Switched to clocksource arch_sys_counter +[    0.064085] clocksource: Switched to clocksource arch_sys_counter 
-[    0.096933] NET: Registered PF_INET protocol family +[    0.067864] NET: Registered PF_INET protocol family 
-[    0.097098] IP idents hash table entries: 16384 (order: 5, 131072+[    0.068014] IP idents hash table entries: 16384 (order: 5, 131072 
 bytes, linear) bytes, linear)
-[    0.099657] tcp_listen_portaddr_hash hash table entries: 512 (orde+[    0.070595] tcp_listen_portaddr_hash hash table entries: 512 (orde
 r: 1, 8192 bytes, linear) r: 1, 8192 bytes, linear)
-[    0.099680] Table-perturb hash table entries: 65536 (order: 6, 262+[    0.070618] Table-perturb hash table entries: 65536 (order: 6, 262
 144 bytes, linear) 144 bytes, linear)
-[    0.099696] TCP established hash table entries: 8192 (order: 4, 65+[    0.070633] TCP established hash table entries: 8192 (order: 4, 65
 536 bytes, linear) 536 bytes, linear)
-[    0.099781] TCP bind hash table entries: 8192 (order: 6, 262144 by+[    0.070720] TCP bind hash table entries: 8192 (order: 6, 262144 by
 tes, linear) tes, linear)
-[    0.100054] TCP: Hash tables configured (established 8192 bind 819+[    0.070992] TCP: Hash tables configured (established 8192 bind 819
 2) 2)
-[    0.100153] UDP hash table entries: 512 (order: 2, 16384 bytes, li+[    0.071095] UDP hash table entries: 512 (order: 2, 16384 bytes, li
 near) near)
-[    0.100191] UDP-Lite hash table entries: 512 (order: 2, 16384 byte+[    0.071133] UDP-Lite hash table entries: 512 (order: 2, 16384 byte
 s, linear) s, linear)
-[    0.100630] NET: Registered PF_UNIX/PF_LOCAL protocol family +[    0.071609] NET: Registered PF_UNIX/PF_LOCAL protocol family 
-[    0.100683] PCI: CLS 0 bytes, default 64 +[    0.071651] PCI: CLS 0 bytes, default 64 
-[    0.110131] workingset: timestamp_bits=46 max_order=18 bucket_orde+[    0.073484] workingset: timestamp_bits=46 max_order=18 bucket_orde
 r=0 r=0
-[    0.110721] squashfs: version 4.0 (2009/01/31) Phillip Lougher +[    0.074113] squashfs: version 4.0 (2009/01/31) Phillip Lougher 
-[    0.110728] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CM+[    0.074121] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CM
 ODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. ODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
-[    0.119302] qcom-qmp-usb-phy 58000.phy: supply vdda-phy not found,+[    0.080431] qcom-qmp-usb-phy 58000.phy: supply vdda-phy not found,
  using dummy regulator  using dummy regulator
-[    0.119499] qcom-qmp-usb-phy 58000.phy: supply vdda-pll not found,+[    0.080571] qcom-qmp-usb-phy 58000.phy: supply vdda-pll not found,
  using dummy regulator  using dummy regulator
-[    0.121080] qcom-qmp-usb-phy 78000.phy: supply vdda-phy not found,+[    0.081426] qcom-qmp-usb-phy 78000.phy: supply vdda-phy not found,
  using dummy regulator  using dummy regulator
-[    0.121250] qcom-qmp-usb-phy 78000.phy: supply vdda-pll not found,+[    0.081575] qcom-qmp-usb-phy 78000.phy: supply vdda-pll not found,
  using dummy regulator  using dummy regulator
-[    0.123221] qcom-qusb2-phy 59000.phy: supply vdd not found, using+[    0.082679] qcom-qusb2-phy 59000.phy: supply vdd not found, using 
 dummy regulator dummy regulator
-[    0.123437] qcom-qusb2-phy 59000.phy: supply vdda-pll not found, u+[    0.082836] qcom-qusb2-phy 59000.phy: supply vdda-pll not found, u
 sing dummy regulator sing dummy regulator
-[    0.123479] qcom-qusb2-phy 59000.phy: supply vdda-phy-dpdm not fou+[    0.082879] qcom-qusb2-phy 59000.phy: supply vdda-phy-dpdm not fou
 nd, using dummy regulator nd, using dummy regulator
-[    0.123650] qcom-qusb2-phy 59000.phy: Registered Qcom-QUSB2 phy +[    0.083058] qcom-qusb2-phy 59000.phy: Registered Qcom-QUSB2 phy 
-[    0.123883] qcom-qusb2-phy 79000.phy: supply vdd not found, using+[    0.083272] qcom-qusb2-phy 79000.phy: supply vdd not found, using 
 dummy regulator dummy regulator
-[    0.124007] qcom-qusb2-phy 79000.phy: supply vdda-pll not found, u+[    0.083398] qcom-qusb2-phy 79000.phy: supply vdda-pll not found, u
 sing dummy regulator sing dummy regulator
-[    0.124063] qcom-qusb2-phy 79000.phy: supply vdda-phy-dpdm not fou+[    0.083472] qcom-qusb2-phy 79000.phy: supply vdda-phy-dpdm not fou
 nd, using dummy regulator nd, using dummy regulator
-[    0.124238] qcom-qusb2-phy 79000.phy: Registered Qcom-QUSB2 phy +[    0.083643] qcom-qusb2-phy 79000.phy: Registered Qcom-QUSB2 phy 
-[    0.134227] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabl+[    0.091844] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabl
 ed ed
-[    0.135215] msm_serial 78b3000.serial: msm_serial: detected port #+[    0.092838] msm_serial 78b3000.serial: msm_serial: detected port #
 0 0
-[    0.135254] msm_serial 78b3000.serial: uartclk = 3686400 +[    0.092893] msm_serial 78b3000.serial: uartclk = 3686400 
-[    0.135597] 78b3000.serial: ttyMSM0 at MMIO 0x78b3000 (irq = 20, b+[    0.093209] 78b3000.serial: ttyMSM0 at MMIO 0x78b3000 (irq = 20, b
 ase_baud = 230400) is a MSM ase_baud = 230400) is a MSM
-[    0.135626] msm_serial: console setup on port #0 +[    0.093242] msm_serial: console setup on port #0 
-[    0.135669] printk: console [ttyMSM0] enabled +[    0.093283] printk: console [ttyMSM0] enabled 
-[    0.939109] msm_serial: driver initialized +[    0.901985] msm_serial: driver initialized 
-[    0.958488] loop: module loaded +[    0.911165] loop: module loaded 
-[    0.959957] nand: device found, Manufacturer ID: 0xc8, Chip ID: 0x+[    0.912571] nand: device found, Manufacturer ID: 0xc8, Chip ID: 0x
 61 61
-[    0.960448] nand: ESMT PSR1GA30DT +[    0.913121] nand: ESMT PSR1GA30DT 
-[    0.967085] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 20+[    0.919788] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 20
 48, OOB size: 64 48, OOB size: 64
-[    1.056426] spmi spmi-0: PMIC arbiter version v2 (0x20010000) +[    0.923982] spmi spmi-0: PMIC arbiter version v2 (0x20010000) 
-[    1.134777] i2c_dev: i2c /dev entries driver +[    0.985585] i2c_dev: i2c /dev entries driver 
-[    1.140961] sdhci: Secure Digital Host Controller Interface driver +[    0.991897] sdhci: Secure Digital Host Controller Interface driver 
-[    1.141002] sdhci: Copyright(c) Pierre Ossman +[    0.991943] sdhci: Copyright(c) Pierre Ossman 
-[    1.146058] sdhci-pltfm: SDHCI platform and OF driver helper +[    0.997045] sdhci-pltfm: SDHCI platform and OF driver helper 
-[    1.152320] remoteproc remoteproc0: releasing cd00000.q6v5_wcss +[    1.003258] remoteproc remoteproc0: releasing cd00000.q6v5_wcss 
-[    1.159715] NET: Registered PF_INET6 protocol family +[    1.010962] NET: Registered PF_INET6 protocol family 
-[    1.162969] Segment Routing with IPv6 +[    1.014030] Segment Routing with IPv6 
-[    1.167099] In-situ OAM (IOAM) with IPv6 +[    1.018059] In-situ OAM (IOAM) with IPv6 
-[    1.170671] NET: Registered PF_PACKET protocol family +[    1.021629] NET: Registered PF_PACKET protocol family 
-[    1.174755] 8021q: 802.1Q VLAN Support v1.8 +[    1.025744] 8021q: 802.1Q VLAN Support v1.8 
-[    1.209927] qcom,cpr4-apss-regulator b018000.cpr4-ctrl: CPR valid+[    1.061403] qcom,cpr4-apss-regulator b018000.cpr4-ctrl: CPR valid 
 fuse count: 4 fuse count: 4
-[    1.210282] cpr4_ipq807x_apss_read_fuse_data: apc_corner: speed bi+[    1.061772] cpr4_ipq807x_apss_read_fuse_data: apc_corner: speed bi
 n = 0 n = 0
-[    1.216103] cpr4_ipq807x_apss_read_fuse_data: apc_corner: CPR fusi+[    1.067578] cpr4_ipq807x_apss_read_fuse_data: apc_corner: CPR fusi
 ng revision = 1 ng revision = 1
-[    1.222653] cpr4_ipq807x_apss_read_fuse_data: apc_corner: CPR misc+[    1.074161] cpr4_ipq807x_apss_read_fuse_data: apc_corner: CPR misc
  fuse value = 0  fuse value = 0
-[    1.230341] cpr4_ipq807x_apss_read_fuse_data: apc_corner: Voltage+[    1.081792] cpr4_ipq807x_apss_read_fuse_data: apc_corner: Voltage 
 boost fuse config = 0 boost = disable boost fuse config = 0 boost = disable
-[    1.237844] cpr3_mem_acc_init: apc: not using memory accelerator r+[    1.089325] cpr3_mem_acc_init: apc: not using memory accelerator r
 egulator egulator
-[    1.246975] cpr4_ipq807x_apss_calculate_open_loop_voltages: apc_co+[    1.098458] cpr4_ipq807x_apss_calculate_open_loop_voltages: apc_co
 rner: fused      SVS: open-loop= 704000 uV rner: fused      SVS: open-loop= 704000 uV
-[    1.253927] cpr4_ipq807x_apss_calculate_open_loop_voltages: apc_co+[    1.105409] cpr4_ipq807x_apss_calculate_open_loop_voltages: apc_co
 rner: fused      NOM: open-loop= 808000 uV rner: fused      NOM: open-loop= 808000 uV
-[    1.263919] cpr4_ipq807x_apss_calculate_open_loop_voltages: apc_co+[    1.115394] cpr4_ipq807x_apss_calculate_open_loop_voltages: apc_co
 rner: fused    TURBO: open-loop= 864000 uV rner: fused    TURBO: open-loop= 864000 uV
-[    1.273722] cpr4_ipq807x_apss_calculate_open_loop_voltages: apc_co+[    1.125200] cpr4_ipq807x_apss_calculate_open_loop_voltages: apc_co
 rner: fused   STURBO: open-loop= 944000 uV rner: fused   STURBO: open-loop= 944000 uV
-[    1.283584] cpr4_ipq807x_apss_calculate_target_quotients: apc_corn+[    1.135062] cpr4_ipq807x_apss_calculate_target_quotients: apc_corn
 er: fused      SVS: quot[ 7]= 767, quot_offset[ 7]=   0 er: fused      SVS: quot[ 7]= 767, quot_offset[ 7]=   0
-[    1.293342] cpr4_ipq807x_apss_calculate_target_quotients: apc_corn+[    1.144822] cpr4_ipq807x_apss_calculate_target_quotients: apc_corn
 er: fused      NOM: quot[ 7]= 972, quot_offset[ 7]= 205 er: fused      NOM: quot[ 7]= 972, quot_offset[ 7]= 205
-[    1.304194] cpr4_ipq807x_apss_calculate_target_quotients: apc_corn+[    1.155670] cpr4_ipq807x_apss_calculate_target_quotients: apc_corn
 er: fused    TURBO: quot[ 7]=1073, quot_offset[ 7]= 100 er: fused    TURBO: quot[ 7]=1073, quot_offset[ 7]= 100
-[    1.315129] cpr4_ipq807x_apss_calculate_target_quotients: apc_corn+[    1.166612] cpr4_ipq807x_apss_calculate_target_quotients: apc_corn
 er: fused   STURBO: quot[ 7]=1226, quot_offset[ 7]= 150 er: fused   STURBO: quot[ 7]=1226, quot_offset[ 7]= 150
-[    1.326309] cpr3_regulator_init_ctrl: apc: Default CPR mode = clos+[    1.177779] cpr3_regulator_init_ctrl: apc: Default CPR mode = clos
 ed-loop ed-loop
-[    1.328951] nand: device found, Manufacturer ID: 0xc8, Chip ID: 0x+[    1.180467] nand: device found, Manufacturer ID: 0xc8, Chip ID: 0x
 61 61
-[    1.343760] nand: ESMT PSR1GA30DT +[    1.195245] nand: ESMT PSR1GA30DT 
-[    1.350159] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 20+[    1.201639] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 20
 48, OOB size: 64 48, OOB size: 64
-[    1.363084] 17 qcomsmem partitions found on MTD device qcom_nand.0 +[    1.205306] 17 qcomsmem partitions found on MTD device qcom_nand.0 
-[    1.363134] Creating 17 MTD partitions on "qcom_nand.0": +[    1.212325] Creating 17 MTD partitions on "qcom_nand.0": 
-[    1.368186] 0x000000000000-0x000000100000 : "0:sbl1" +[    1.218525] 0x000000000000-0x000000100000 : "0:sbl1" 
-[    1.375220] 0x000000100000-0x000000200000 : "0:mibib" +[    1.225526] 0x000000100000-0x000000200000 : "0:mibib" 
-[    1.380016] 0x000000200000-0x000000280000 : "0:bootconfig" +[    1.230284] 0x000000200000-0x000000280000 : "0:bootconfig" 
-[    1.384487] 0x000000280000-0x000000300000 : "0:bootconfig1" +[    1.234827] 0x000000280000-0x000000300000 : "0:bootconfig1" 
-[    1.389800] 0x000000300000-0x000000600000 : "0:qsee" +[    1.240130] 0x000000300000-0x000000600000 : "0:qsee" 
-[    1.397538] 0x000000600000-0x000000680000 : "0:devcfg" +[    1.247900] 0x000000600000-0x000000680000 : "0:devcfg" 
-[    1.400487] 0x000000680000-0x000000700000 : "0:apdp" +[    1.250843] 0x000000680000-0x000000700000 : "0:apdp" 
-[    1.405730] 0x000000700000-0x000000780000 : "0:rpm" +[    1.255831] 0x000000700000-0x000000780000 : "0:rpm" 
-[    1.410639] 0x000000780000-0x000000800000 : "0:cdt" +[    1.260902] 0x000000780000-0x000000800000 : "0:cdt" 
-[    1.415224] 0x000000800000-0x000000980000 : "0:appsblenv" +[    1.265756] 0x000000800000-0x000000980000 : "0:appsblenv" 
-[    1.420986] 0x000000980000-0x000000b80000 : "0:appsbl" +[    1.271275] 0x000000980000-0x000000b80000 : "0:appsbl" 
-[    1.427102] 0x000000b80000-0x000000c00000 : "0:art" +[    1.277351] 0x000000b80000-0x000000c00000 : "0:art" 
-[    1.430671] 0x000000c00000-0x000003600000 : "rootfs" +[    1.280960] 0x000000c00000-0x000003600000 : "rootfs" 
-[    1.472970] mtd: setting mtd12 (rootfs) as root device +[    1.322828] mtd: setting mtd12 (rootfs) as root device 
-[    1.473328] mtdsplit: no squashfs found in "rootfs" +[    1.323207] mtdsplit: no squashfs found in "rootfs" 
-[    1.477054] 0x000003600000-0x000006000000 : "rootfs_1" +[    1.326934] 0x000003600000-0x000006000000 : "rootfs_1" 
-[    1.520302] 0x000006000000-0x000006080000 : "0:ethphyfw" +[    1.370320] 0x000006000000-0x000006080000 : "0:ethphyfw" 
-[    1.521325] 0x000006080000-0x000006980000 : "factory_data" +[    1.371329] 0x000006080000-0x000006980000 : "factory_data" 
-[    1.533382] 0x000006980000-0x000007a80000 : "runtime_data" +[    1.383576] 0x000006980000-0x000007a80000 : "runtime_data" 
-[    1.557625] cpufreq: cpufreq_online: CPU0: Running at unlisted ini+[    1.407745] cpufreq: cpufreq_online: CPU0: Running at unlisted ini
 tial frequency: 800000 KHz, changing to: 1017600 KHz tial frequency: 800000 KHz, changing to: 1017600 KHz
-[    1.559482] remoteproc remoteproc0: cd00000.q6v5_wcss is availabl+[    1.409628] remoteproc remoteproc0: cd00000.q6v5_wcss is available 
-[    1.578130] Freeing unused kernel memory: 12672K +[    1.417712] ubi0: attaching mtd12 
-[    1.578215] Run /init as init process +[    1.655198] ubi0: scanning is finished 
-[    1.831663] init: Console is alive +[    1.662605] ubi0: attached mtd12 (name "rootfs", size 42 MiB) 
-[    1.831784] init: - watchdog - +[    1.662643] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 1269 
-[    1.839093] kmodloader: loading kernel modules from /etc/modules-b+76 bytes 
 +[    1.667350] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page si 
 +ze 2048 
 +[    1.674115] ubi0: VID header offset: 2048 (aligned 2048), data off 
 +set: 4096 
 +[    1.680965] ubi0: good PEBs: 336, bad PEBs: 0, corrupted PEBs: 0 
 +[    1.687741] ubi0: user volume: 3, internal volumes: 1, max. volume 
 +s count: 128 
 +[    1.693987] ubi0: max/mean erase counter: 4/2, WL threshold: 4096, 
 + image sequence number: 473343929 
 +[    1.701032] ubi0: available PEBs: 0, total reserved PEBs: 336, PEB 
 +s reserved for bad PEB handling: 20 
 +[    1.709975] ubi0: background thread "ubi_bgt0d" started, PID 602 
 +[    1.719923] block ubiblock0_1: created from ubi0:1(ro?[    1.73448 
 +5] VFS: Mounted root (squashfs filesystem) readonly on device 254:0. 
 +[    1.735007] Freeing unused kernel memory: 1472K 
 +[    1.740712] Run /sbin/init as init process 
 +[    1.923590] init: Console is alive 
 +[    1.923749] init: - watchdog - 
 +[    2.524754] kmodloader: loading kernel modules from /etc/modules-b
 oot.d/* oot.d/*
-[    1.854563] gpio_button_hotplug: loading out-of-tree module taints+[    2.557435] gpio_button_hotplug: loading out-of-tree module taints
  kernel.  kernel.
-[    1.867385] ssdk_dt_parse_interrupt[941]:INFO:intr-gpio does not e+[    2.595392] ssdk_dt_parse_interrupt[941]:INFO:intr-gpio does not e
 xist xist
-[    3.573261] regi_init[2525]:INFO:Initializing HPPE Done!! +[    4.294137] regi_init[2525]:INFO:Initializing HPPE Done!! 
-[    3.573385] regi_init[2574]:INFO:qca-ssdk module init succeeded! +[    4.294267] regi_init[2574]:INFO:qca-ssdk module init succeeded! 
-[    3.579766] EDMA ver 1 hw init +[    4.300638] EDMA ver 1 hw init 
-[    3.583965] EDMA HW Reset completed succesfully +[    4.304840] EDMA HW Reset completed succesfully 
-[    3.586620] Num rings - TxDesc:1 (23-23) TxCmpl:1 (7-7) +[    4.307494] Num rings - TxDesc:1 (23-23) TxCmpl:1 (7-7) 
-[    3.591014] RxDesc:1 (15-15) RxFill:1 (7-7) +[    4.311889] RxDesc:1 (15-15) RxFill:1 (7-7) 
-[    3.596669] dp5: ppe offload disabled: 0 for macid 5 +[    4.317515] GMAC5(ffffff800374d900) Invalid MAC@ - using 26:d0:89: 
-[    3.600391] dp5: Switch attached to macid 5 status: 0 +e6:ac:eb 
-[    3.705333] Qualcomm QCA8081 90000.mdio-1:1c: attached PHY driver+[    4.321270] dp5: ppe offload disabled: 0 for macid 5 
 +[    4.328219] dp5: Switch attached to macid 5 status: 0 
 +[    4.426259] Qualcomm QCA8081 90000.mdio-1:1c: attached PHY driver 
 (mii_bus:phy_addr=90000.mdio-1:1c, irq=POLL) (mii_bus:phy_addr=90000.mdio-1:1c, irq=POLL)
-[    3.706241] GMAC6(ffffff8004060900) Invalid MAC@ - using aa:9e:df+[    4.427141] GMAC6(ffffff800374b900) Invalid MAC@ - using 26:ad:0c
-d2:b7:68 +d7:44:f6 
-[    3.714245] dp6-syn: ppe offload disabled: 0 for macid 6 +[    4.435169] dp6-syn: ppe offload disabled: 0 for macid 6 
-[    3.721081] dp6-syn: Switch attached to macid 6 status: 0 +[    4.442005] dp6-syn: Switch attached to macid 6 status: 0 
-[    3.803625] Qualcomm Atheros AR8031/AR8033 90000.mdio-1:04: attach+[    4.524505] Qualcomm Atheros AR8031/AR8033 90000.mdio-1:04: attach
 ed PHY driver (mii_bus:phy_addr=90000.mdio-1:04, irq=POLL) ed PHY driver (mii_bus:phy_addr=90000.mdio-1:04, irq=POLL)
-[    3.804498] ******************************************************+[    4.525319] ******************************************************
 **** ****
-[    3.813931] * NSS Data Plane driver +[    4.534812] * NSS Data Plane driver 
-[    3.820233] ******************************************************+[    4.541115] ******************************************************
 **** ****
-[    3.838849] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller +[    4.562321] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller 
-[    3.838896] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assi+[    4.562381] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assi
 gned bus number 1 gned bus number 1
-[    3.843391] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220fe65 hci ve+[    4.566900] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220fe65 hci ve
 rsion 0x110 quirks 0x0000008002000010 rsion 0x110 quirks 0x0000008002000010
-[    3.850826] xhci-hcd xhci-hcd.1.auto: irq 38, io mem 0x08a00000 +[    4.574310] xhci-hcd xhci-hcd.1.auto: irq 38, io mem 0x08a00000 
-[    3.860257] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller +[    4.583766] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller 
-[    3.866084] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assi+[    4.589548] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assi
 gned bus number 2 gned bus number 2
-[    3.871620] xhci-hcd xhci-hcd.1.auto: Host supports USB 3.0 SuperS+[    4.595104] xhci-hcd xhci-hcd.1.auto: Host supports USB 3.0 SuperS
 peed peed
-[    3.879613] hub 1-0:1.0: USB hub found +[    4.603050] hub 1-0:1.0: USB hub found 
-[    3.885880] hub 1-0:1.0: 1 port detected +[    4.609276] hub 1-0:1.0: 1 port detected 
-[    3.889747] usb usb2: We don't know the algorithms for LPM for thi+[    4.613239] usb usb2: We don't know the algorithms for LPM for thi
 s host, disabling LPM. s host, disabling LPM.
-[    3.894007] hub 2-0:1.0: USB hub found +[    4.617499] hub 2-0:1.0: USB hub found 
-[    3.901671] hub 2-0:1.0: 1 port detected +[    4.625208] hub 2-0:1.0: 1 port detected 
-[    3.905614] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller +[    4.629035] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller 
-[    3.909297] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assi+[    4.632775] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assi
 gned bus number 3 gned bus number 3
-[    3.914762] xhci-hcd xhci-hcd.2.auto: hcc params 0x0220fe65 hci ve+[    4.638215] xhci-hcd xhci-hcd.2.auto: hcc params 0x0220fe65 hci ve
 rsion 0x110 quirks 0x0000008002000010 rsion 0x110 quirks 0x0000008002000010
-[    3.922188] xhci-hcd xhci-hcd.2.auto: irq 39, io mem 0x08c00000 +[    4.645670] xhci-hcd xhci-hcd.2.auto: irq 39, io mem 0x08c00000 
-[    3.931609] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller +[    4.655093] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller 
-[    3.937434] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assi+[    4.660897] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assi
 gned bus number 4 gned bus number 4
-[    3.942975] xhci-hcd xhci-hcd.2.auto: Host supports USB 3.0 SuperS+[    4.666463] xhci-hcd xhci-hcd.2.auto: Host supports USB 3.0 SuperS
 peed peed
-[    3.951022] hub 3-0:1.0: USB hub found +[    4.674609] hub 3-0:1.0: USB hub found 
-[    3.957166] hub 3-0:1.0: 1 port detected +[    4.680617] hub 3-0:1.0: 1 port detected 
-[    3.961199] usb usb4: We don't know the algorithms for LPM for thi+[    4.684668] usb usb4: We don't know the algorithms for LPM for thi
 s host, disabling LPM. s host, disabling LPM.
-[    3.965241] hub 4-0:1.0: USB hub found +[    4.688672] hub 4-0:1.0: USB hub found 
-[    3.973019] hub 4-0:1.0: 1 port detected +[    4.696504] hub 4-0:1.0: 1 port detected 
-[    3.978552] kmodloader: done loading kernel modules from /etc/modu+[    4.702753] kmodloader: done loading kernel modules from /etc/modu
 les-boot.d/* les-boot.d/*
-[    3.985337] init: - preinit - +[    4.705919] init: - preinit - 
-[    4.173191] usb 1-1: new high-speed USB device number 2 using xhci +[    7.784080] random: crng init done
--hcd +
-[   10.813181] random: crng init done+
 /bin/board_detect: /etc/board.d/03_gpio_switches: line 5: 512: not fo /bin/board_detect: /etc/board.d/03_gpio_switches: line 5: 512: not fo
 und und
Line 3649: Line 3035:
 Press the [1], [2], [3] or [4] key and hit [enter] to select the debu Press the [1], [2], [3] or [4] key and hit [enter] to select the debu
 g level g level
-[   12.937096] procd: - early - +[    9.959699] UBIFS (ubi0:2): Mounting in unauthenticated mode 
-[   12.937180] procd: - watchdog -+[    9.959840] UBIFS (ubi0:2): background thread "ubifs_bgt0_2" start 
 +ed, PID 837 
 +[    9.997762] UBIFS (ubi0:2): recovery needed 
 +[   10.095746] UBIFS (ubi0:2): recovery completed 
 +[   10.095865] UBIFS (ubi0:2): UBIFS: mounted UBI device 0, volume 2, 
 + name "rootfs_data" 
 +[   10.099093] UBIFS (ubi0:2): LEB size: 126976 bytes (124 KiB), min. 
 +/max. I/O unit sizes: 2048 bytes/2048 bytes 
 +[   10.107013] UBIFS (ubi0:2): FS size: 22220800 bytes (21 MiB, 175 L 
 +EBs), max 185 LEBs, journal size 1142784 bytes (1 MiB, 9 LEBs) 
 +[   10.116905] UBIFS (ubi0:2): reserved for root: 1049543 bytes (1024 
 + KiB) 
 +[   10.128525] UBIFS (ubi0:2): media format: w5/r0 (latest is w5/r0), 
 + UUID 6F2A9AA2-0601-44C9-9ABB-95CF22F596A9, small LPT model 
 +[   10.139241] mount_root: switching to ubifs overlay 
 +[   10.150627] overlayfs: null uuid detected in lower fs '/', falling 
 + back to xino=off,index=off,nfs_export=off. 
 +[   10.156853] urandom-seed: Seeding with /etc/urandom.seed 
 +[   10.218480] procd: - early - 
 +[   10.218591] procd: - watchdog -
 Failed to connect to ubus Failed to connect to ubus
-[   13.456301] procd: - watchdog - +[   10.755603] procd: - watchdog - 
-[   13.456529] procd: - ubus - +[   10.755826] procd: - ubus - 
-[   13.510106] procd: - init -+[   10.810851] procd: - init -
 Please press Enter to activate this console. Please press Enter to activate this console.
-[   13.643910] kmodloader: loading kernel modules from /etc/modules.d+[   11.100375] kmodloader: loading kernel modules from /etc/modules.d
 /* /*
-[   13.708573] usbcore: registered new interface driver cdc_wdm +[   11.177288] jitterentropy: Initialization failed with host not com 
-[   13.708928] Loading modules backported from Linux version v6.9.9-0+pliant with requirements:
 +[   11.273117] urngd: v1.0.2 started. 
 +[   11.281802] usbcore: registered new interface driver cdc_wdm 
 +[   11.282218] Loading modules backported from Linux version v6.9.9-0
 -g28fdf4518483 -g28fdf4518483
-[   13.713379] Backport generated by backports.git v6.1.97-1-29-gf1d2+[   11.286563] Backport generated by backports.git v6.1.97-1-29-gf1d2
 4a3683b2 4a3683b2
-[   13.724783] NET: Registered PF_QIPCRTR protocol family +[   11.298563] NET: Registered PF_QIPCRTR protocol family 
-[   13.730029] usbcore: registered new interface driver usbserial_gen+[   11.302890] usbcore: registered new interface driver usbserial_gen
 eric eric
-[   13.732516] usbserial: USB Serial support registered for generic +[   11.305770] usbserial: USB Serial support registered for generic 
-[   13.739897] usbcore: registered new interface driver cdc_ether +[   11.313785] usbcore: registered new interface driver cdc_ether 
-[   13.745923] usbcore: registered new interface driver cdc_ncm +[   11.319426] usbcore: registered new interface driver cdc_ncm 
-[   13.781811] PPP generic driver version 2.4.2 +[   11.362406] PPP generic driver version 2.4.2 
-[   13.782583] NET: Registered PF_PPPOX protocol family +[   11.363248] NET: Registered PF_PPPOX protocol family 
-[   13.786192] usbcore: registered new interface driver qmi_wwan +[   11.366672] usbcore: registered new interface driver qmi_wwan 
-[   13.793953] urngd: v1.0.2 started. +[   11.379253] ath11k c000000.wifi: ipq8074 hw2.0 
-[   13.798755] ath11k c000000.wifi: ipq8074 hw2.0 +[   11.379287] ath11k c000000.wifi: FW memory mode: 0 
-[   13.799037] ath11k c000000.wifi: FW memory mode: 0 +[   11.405431] remoteproc remoteproc0: powering up cd00000.q6v5_wcss 
-[   13.821368] remoteproc remoteproc0: powering up cd00000.q6v5_wcss +[   11.405807] remoteproc remoteproc0: Booting fw image IPQ8074/q6_fw
-[   13.821466] remoteproc remoteproc0: Booting fw image IPQ8074/q6_fw+
 .mdt, size 668 .mdt, size 668
-[   14.172250] remoteproc remoteproc0: remote processor cd00000.q6v5_+[   12.530428] remoteproc remoteproc0: remote processor cd00000.q6v5_
 wcss is now up wcss is now up
-[   14.216176] ath11k c000000.wifi: qmi ignore invalid mem req type 3 +[   12.574441] ath11k c000000.wifi: qmi ignore invalid mem req type 3 
-[   14.223620] ath11k c000000.wifi: chip_id 0x0 chip_family 0x0 board+[   12.581908] ath11k c000000.wifi: chip_id 0x0 chip_family 0x0 board
 _id 0xff soc_id 0xffffffff _id 0xff soc_id 0xffffffff
-[   14.223656] ath11k c000000.wifi: fw_version 0x290604a5 fw_build_ti+[   12.581944] ath11k c000000.wifi: fw_version 0x290604a5 fw_build_ti
 mestamp 2023-10-12 02:06 fw_build_id WLAN.HK.2.9.0.1-01977-QCAHKSWPL_ mestamp 2023-10-12 02:06 fw_build_id WLAN.HK.2.9.0.1-01977-QCAHKSWPL_
 SILICONZ-1 SILICONZ-1
-[   19.633388] remoteproc remoteproc0: stopped remote processor cd000+[   17.955551] remoteproc remoteproc0: stopped remote processor cd000
 00.q6v5_wcss 00.q6v5_wcss
-[   19.633430] remoteproc remoteproc0: powering up cd00000.q6v5_wcss +[   17.955595] remoteproc remoteproc0: powering up cd00000.q6v5_wcss 
-[   19.639566] remoteproc remoteproc0: Booting fw image IPQ8074/q6_fw+[   17.961744] remoteproc remoteproc0: Booting fw image IPQ8074/q6_fw
 .mdt, size 668 .mdt, size 668
-[   19.989418] remoteproc remoteproc0: remote processor cd00000.q6v5_+[   18.311610] remoteproc remoteproc0: remote processor cd00000.q6v5_
 wcss is now up wcss is now up
-[   19.990494] usbcore: registered new interface driver cdc_mbim +[   18.312779] usbcore: registered new interface driver cdc_mbim 
-[   19.997349] usbcore: registered new interface driver option +[   18.319761] usbcore: registered new interface driver option 
-[   20.001555] usbserial: USB Serial support registered for GSM modem+[   18.323750] usbserial: USB Serial support registered for GSM modem
  (1-port)  (1-port)
-[   20.007077option 1-1:1.0: GSM modem (1-port) converter detected +[   18.330992usbcoreregistered new interface driver qcserial 
-[   20.013996usb 1-1GSM modem (1-port) converter now attached to +[   18.336102usbserialUSB Serial support registered for Qualcomm  
-ttyUSB0 +USB modem 
-[   20.020310] option 1-1:1.1: GSM modem (1-port) converter detected +[   18.356442] ath11k c000000.wifi: qmi ignore invalid mem req type 3 
-[   20.027126] usb 1-1: GSM modem (1-port) converter now attached to +[   18.360407kmodloaderdone loading kernel modules from /etc/modu 
-ttyUSB1 +les.d/* 
-[   20.033155] option 1-1:1.2: GSM modem (1-port) converter detected +[   18.362960] ath11k c000000.wifi: chip_id 0x0 chip_family 0x0 board
-[   20.033453] ath11k c000000.wifi: qmi ignore invalid mem req type 3 +
-[   20.039967usb 1-1GSM modem (1-port) converter now attached to +
-ttyUSB2 +
-[   20.052089] option 1-1:1.3: GSM modem (1-port) converter detected +
-[   20.053813] ath11k c000000.wifi: chip_id 0x0 chip_family 0x0 board+
 _id 0xff soc_id 0xffffffff _id 0xff soc_id 0xffffffff
-[   20.058949] usb 1-1: GSM modem (1-port) converter now attached to +[   18.368400] ath11k c000000.wifi: fw_version 0x290604a5 fw_build_ti
-ttyUSB3 +
-[   20.064823] ath11k c000000.wifi: fw_version 0x290604a5 fw_build_ti+
 mestamp 2023-10-12 02:06 fw_build_id WLAN.HK.2.9.0.1-01977-QCAHKSWPL_ mestamp 2023-10-12 02:06 fw_build_id WLAN.HK.2.9.0.1-01977-QCAHKSWPL_
 SILICONZ-1 SILICONZ-1
-[   20.081587] usbcore: registered new interface driver qcserial +[   18.669104] ath11k c000000.wifi: htt event 48 not handled 
-[   20.093158] usbserial: USB Serial support registered for Qualcomm +[   21.011387] br-adults_lan: port 1(lan) entered blocking state 
-USB modem +[   21.011432] br-adults_lan: port 1(lan) entered disabled state 
-[   20.099119] kmodloader: done loading kernel modules from /etc/modu +[   21.016211] nss-dp 3a007000.dp6-syn lan: entered allmulticast mode 
-les.d/* +[   21.022044] nss-dp 3a007000.dp6-syn lan: entered promiscuous mode 
-[   20.379671] ath11k c000000.wifi: htt event 48 not handled +[   21.608631] export_store: invalid GPIO 423 
-[   23.716697] br-adults_lan: port 1(lan) entered blocking state +[   21.653574] br-adults_lan: port 2(phy1-ap0) entered blocking state 
-[   23.716744] br-adults_lan: port 1(lan) entered disabled state +[   21.653624] br-adults_lan: port 2(phy1-ap0) entered disabled state 
-[   23.721474] nss-dp 3a007000.dp6-syn lan: entered allmulticast mode +[   21.658782] ath11k c000000.wifi phy1-ap0: entered allmulticast mod
-[   23.727462] nss-dp 3a007000.dp6-syn lan: entered promiscuous mode +
-[   24.141542] export_store: invalid GPIO 423 +
-[   24.227551] br-adults_lan: port 2(phy1-ap0) entered blocking state +
-[   24.227592] br-adults_lan: port 2(phy1-ap0) entered disabled state +
-[   24.232681] ath11k c000000.wifi phy1-ap0: entered allmulticast mod+
 e e
-[   24.239063] ath11k c000000.wifi phy1-ap0: entered promiscuous mode +[   21.665096] ath11k c000000.wifi phy1-ap0: entered promiscuous mode 
-[   24.245207] br-adults_lan: port 2(phy1-ap0) entered blocking state +[   21.671225] br-adults_lan: port 2(phy1-ap0) entered blocking state 
-[   24.251219] br-adults_lan: port 2(phy1-ap0) entered forwarding sta+[   21.677300] br-adults_lan: port 2(phy1-ap0) entered forwarding sta
 te te
-[   24.556442] br-kids_lan: port 1(phy1-ap1) entered blocking state +[   21.947217] br-kids_lan: port 1(phy1-ap1) entered blocking state 
-[   24.556486] br-kids_lan: port 1(phy1-ap1) entered disabled state +[   21.947267] br-kids_lan: port 1(phy1-ap1) entered disabled state 
-[   24.561671] ath11k c000000.wifi phy1-ap1: entered allmulticast mod+[   21.952341] ath11k c000000.wifi phy1-ap1: entered allmulticast mod
 e e
-[   24.567767] ath11k c000000.wifi phy1-ap1: entered promiscuous mode +[   21.958597] ath11k c000000.wifi phy1-ap1: entered promiscuous mode 
-[   24.579024] br-kids_lan: port 1(phy1-ap1) entered blocking state +[   21.966684] br-kids_lan: port 1(phy1-ap1) entered blocking state 
-[   24.579773] br-kids_lan: port 1(phy1-ap1) entered forwarding state +[   21.970538] br-kids_lan: port 1(phy1-ap1) entered forwarding state 
-[   25.316119] br-kids_lan: port 2(Kids_5.0g) entered blocking state +[   22.771582] br-kids_lan: port 2(Kids_5.0g) entered blocking state 
-[   25.316165] br-kids_lan: port 2(Kids_5.0g) entered disabled state +[   22.771628] br-kids_lan: port 2(Kids_5.0g) entered disabled state 
-[   25.321234] ath11k c000000.wifi Kids_5.0g: entered allmulticast mo+[   22.776775] ath11k c000000.wifi Kids_5.0g: entered allmulticast mo
 de de
-[   25.327543] ath11k c000000.wifi Kids_5.0g: entered promiscuous mod+[   22.782945] ath11k c000000.wifi Kids_5.0g: entered promiscuous mod
 e e
-[   25.832095] br-kids_lan: port 2(Kids_5.0g) entered blocking state +[   23.302842] br-kids_lan: port 2(Kids_5.0g) entered blocking state 
-[   25.832148] br-kids_lan: port 2(Kids_5.0g) entered forwarding stat+[   23.302891] br-kids_lan: port 2(Kids_5.0g) entered forwarding stat
 e e
-[   25.846015] br-adults_lan: port 3(Adults_5.0g) entered blocking st+[   23.316855] br-adults_lan: port 3(Adults_5.0g) entered blocking st
 ate ate
-[   25.846067] br-adults_lan: port 3(Adults_5.0g) entered disabled st+[   23.316908] br-adults_lan: port 3(Adults_5.0g) entered disabled st
 ate ate
-[   25.851490] ath11k c000000.wifi Adults_5.0g: entered allmulticast+[   23.322389] ath11k c000000.wifi Adults_5.0g: entered allmulticast 
 mode mode
-[   25.858192] ath11k c000000.wifi Adults_5.0g: entered promiscuous m+[   23.328970] ath11k c000000.wifi Adults_5.0g: entered promiscuous m
 ode ode
-[   25.865713] br-adults_lan: port 3(Adults_5.0g) entered blocking st+[   23.336522] br-adults_lan: port 3(Adults_5.0g) entered blocking st
 ate ate
-[   25.870813] br-adults_lan: port 3(Adults_5.0g) entered forwarding+[   23.341657] br-adults_lan: port 3(Adults_5.0g) entered forwarding 
 state state
-[   25.877845] ath11k c000000.wifi Adults_5.0g: left allmulticast mod+[   23.364258] ath11k c000000.wifi Adults_5.0g: left allmulticast mod
 e e
-[   25.883756] ath11k c000000.wifi Adults_5.0g: left promiscuous mode +[   23.364318] ath11k c000000.wifi Adults_5.0g: left promiscuous mode 
-[   25.889983] br-adults_lan: port 3(Adults_5.0g) entered disabled st+[   23.369419] br-adults_lan: port 3(Adults_5.0g) entered disabled st
 ate ate
-[   25.915182] br-adults_lan: port 3(Adults_5.0g) entered blocking st+[   23.426205] br-adults_lan: port 3(Adults_5.0g) entered blocking st
 ate ate
-[   25.915226] br-adults_lan: port 3(Adults_5.0g) entered disabled st+[   23.426250] br-adults_lan: port 3(Adults_5.0g) entered disabled st
 ate ate
-[   25.920652] ath11k c000000.wifi Adults_5.0g: entered allmulticast+[   23.431665] ath11k c000000.wifi Adults_5.0g: entered allmulticast 
 mode mode
-[   25.927338] ath11k c000000.wifi Adults_5.0g: entered promiscuous m+[   23.438307] ath11k c000000.wifi Adults_5.0g: entered promiscuous m
 ode ode
-[   25.933688] br-adults_lan: port 3(Adults_5.0g) entered blocking st+[   23.444587] br-adults_lan: port 3(Adults_5.0g) entered blocking st
 ate ate
-[   25.939974] br-adults_lan: port 3(Adults_5.0g) entered forwarding+[   23.450991] br-adults_lan: port 3(Adults_5.0g) entered forwarding 
 state state
-[   26.803315] nss-dp 3a007000.dp6-syn lan: PHY Link up speed: 1000 +[   25.204492] nss-dp 3a007000.dp6-syn lan: PHY Link up speed: 1000 
-[   26.803389] br-adults_lan: port 1(lan) entered blocking state +[   25.204585] br-adults_lan: port 1(lan) entered blocking state 
-[   26.808405] br-adults_lan: port 1(lan) entered forwarding state +[   25.209583] br-adults_lan: port 1(lan) entered forwarding state 
-[   30.563592] platform phy-leds: deferred probe pending +[   28.644487] platform phy-leds: deferred probe pending 
-[   31.843243] l11: disabling +[   31.844185] l11: disabling 
- 299.508107br-kids_lan: port 2(Kids_5.0g) entered disabled state +  38.774105usb 1-1: new high-speed USB device number using xhci 
-[  299.508208] br-kids_lan: port 1(phy1-ap1) entered disabled state +-hcd 
-[  299.515746] ath11k c000000.wifi Kids_5.0gleft allmulticast mode +  39.068217option 1-1:1.0GSM modem (1-port) converter detected 
-[  299.519295] ath11k c000000.wifi Kids_5.0g: left promiscuous mode +  39.068522usb 1-1: GSM modem (1-port) converter now attached to  
-[  299.525357] br-kids_lan: port 2(Kids_5.0g) entered disabled state +ttyUSB0 
-[  299.583715] ath11k c000000.wifi phy1-ap1: left allmulticast mode +  39.073738option 1-1:1.1GSM modem (1-port) converter detected 
- 299.583775ath11k c000000.wifi phy1-ap1: left promiscuous mode +  39.080508usb 1-1GSM modem (1-port) converter now attached to  
-[  299.588923] br-kids_lan: port 1(phy1-ap1) entered disabled state +ttyUSB1 
-[  299.795417] br-adults_lanport 3(Adults_5.0g) entered disabled st +  39.086559option 1-1:1.2: GSM modem (1-port) converter detected 
-ate +  39.093315usb 1-1: GSM modem (1-port) converter now attached to  
-[  299.795522] br-adults_lan: port 2(phy1-ap0) entered disabled state +ttyUSB2 
-[  299.800869] br-adults_lan: port 1(lan) entered disabled state +  39.099454option 1-1:1.3GSM modem (1-port) converter detected 
-[  299.809087] ath11k c000000.wifi Adults_5.0gleft allmulticast mod +  39.106172usb 1-1: GSM modem (1-port) converter now attached to  
-+ttyUSB3
-[  299.812756] ath11k c000000.wifi Adults_5.0g: left promiscuous mode +
-[  299.819086] br-adults_lan: port 3(Adults_5.0g) entered disabled st +
-ate +
-[  299.863601] nss-dp 3a007000.dp6-syn lan: left allmulticast mode +
-[  299.863647] nss-dp 3a007000.dp6-syn lan: left promiscuous mode +
-[  299.868413] br-adults_lan: port 1(lan) entered disabled state +
-[  299.923667] nss-dp 3a007000.dp6-syn lan: PHY Link is down +
-[  299.925456] ath11k c000000.wifi phy1-ap0: left allmulticast mode +
-[  299.928067] ath11k c000000.wifi phy1-ap0: left promiscuous mode +
-[  299.934244] br-adults_lan: port 2(phy1-ap0entered disabled state +
- 300.145762br-adults_lan: port 1(Adults_5.0g) entered blocking st +
-ate +
-[  300.145808] br-adults_lan: port 1(Adults_5.0g) entered disabled st +
-ate +
-[  300.151235] ath11k c000000.wifi Adults_5.0gentered allmulticast +
-mode +
-[  300.158123] ath11k c000000.wifi Adults_5.0g: entered promiscuous m +
-ode +
-[  300.166835] br-adults_lan: port 2(lan) entered blocking state +
-[  300.170554] br-adults_lan: port 2(lanentered disabled state +
-[  300.176369] nss-dp 3a007000.dp6-syn lan: entered allmulticast mode +
- 300.182257nss-dp 3a007000.dp6-syn lanentered promiscuous mode +
-[  300.189074] br-adults_lanport 3(phy1-ap0) entered blocking state +
-[  300.194268] br-adults_lan: port 3(phy1-ap0entered disabled state +
- 300.200357ath11k c000000.wifi phy1-ap0entered allmulticast mod +
-+
-[  300.206647] ath11k c000000.wifi phy1-ap0: entered promiscuous mode +
-[  300.213761] br-adults_lan: port 3(phy1-ap0) entered blocking state +
-[  300.218902] br-adults_lan: port 3(phy1-ap0entered forwarding sta +
-te +
- 300.225123br-adults_lan: port 2(lan) entered blocking state +
-[  300.231583] br-adults_lan: port 2(lan) entered forwarding state +
-[  300.237242] br-adults_lan: port 1(Adults_5.0g) entered blocking st +
-ate +
-[  300.242959] br-adults_lan: port 1(Adults_5.0g) entered forwarding +
-state +
-[  300.251984] br-kids_lanport 1(Kids_5.0g) entered blocking state +
-[  300.256025] br-kids_lan: port 1(Kids_5.0g) entered disabled state +
-[  300.262257] ath11k c000000.wifi Kids_5.0g: entered allmulticast mo +
-de +
-[  300.268597] ath11k c000000.wifi Kids_5.0g: entered promiscuous mod +
-+
-[  300.276356] br-kids_lan: port 2(phy1-ap1) entered blocking state +
-[  300.280769] br-kids_lanport 2(phy1-ap1) entered disabled state +
-[  300.287021] ath11k c000000.wifi phy1-ap1: entered allmulticast mod +
-+
-[  300.293099] ath11k c000000.wifi phy1-ap1: entered promiscuous mode +
-[  300.300232] br-kids_lan: port 2(phy1-ap1entered blocking state +
- 300.305209br-kids_lan: port 2(phy1-ap1) entered forwarding state +
-[  300.311381] br-kids_lan: port 1(Kids_5.0g) entered blocking state +
-[  300.317346] br-kids_lan: port 1(Kids_5.0g) entered forwarding stat +
-+
-[  300.563432] br-adults_lanport 2(lan) entered disabled state +
-[  304.323345] nss-dp 3a007000.dp6-syn lan: PHY Link up speed: 1000 +
-[  304.323433] br-adults_lan: port 2(lanentered blocking state +
-[  304.328433] br-adults_lan: port 2(lan) entered forwarding state +
- 432.180640br-kids_lanport 2(phy1-ap1) entered disabled state +
-[  432.180745] br-kids_lanport 1(Kids_5.0g) entered disabled state +
-[  432.186714] ath11k c000000.wifi Kids_5.0g: left allmulticast mode +
-[  432.191737] ath11k c000000.wifi Kids_5.0g: left promiscuous mode +
-[  432.198096] br-kids_lan: port 1(Kids_5.0g) entered disabled state +
-[  432.233569] ath11k c000000.wifi phy1-ap1: left allmulticast mode +
-[  432.233624] ath11k c000000.wifi phy1-ap1: left promiscuous mode +
-[  432.238718] br-kids_lan: port 2(phy1-ap1entered disabled state +
- 432.447768br-kids_lan: port 1(Kids_5.0g) entered blocking state +
-[  432.447817] br-kids_lan: port 1(Kids_5.0g) entered disabled state +
-[  432.452892] ath11k c000000.wifi Kids_5.0gentered allmulticast mo +
-de +
-[  432.459246] ath11k c000000.wifi Kids_5.0g: entered promiscuous mod +
-+
-[  432.466973] br-kids_lan: port 2(phy1-ap1) entered blocking state +
-[  432.471348] br-kids_lan: port 2(phy1-ap1) entered disabled state +
-[  432.477699] ath11k c000000.wifi phy1-ap1: entered allmulticast mod +
-+
-[  432.483821] ath11k c000000.wifi phy1-ap1: entered promiscuous mode +
-[  432.491113] br-kids_lan: port 2(phy1-ap1) entered blocking state +
-[  432.495860] br-kids_lan: port 2(phy1-ap1) entered forwarding state +
-[  432.502054] br-kids_lan: port 1(Kids_5.0g) entered blocking state +
-[  432.508005] br-kids_lan: port 1(Kids_5.0gentered forwarding stat +
-e+
  
  
Line 3889: Line 3204:
           |__| W I R E L E S S   F R E E D O M           |__| W I R E L E S S   F R E E D O M
  -----------------------------------------------------  -----------------------------------------------------
- OpenWrt SNAPSHOT, r26986-accbf32842+ OpenWrt SNAPSHOT, r27126-38a87b1b8d
  -----------------------------------------------------  -----------------------------------------------------
-=== WARNING! ===================================== +root@OpenWrt:/#  </nowiki>
-There is no root password defined on this device! +
-Use the "passwd" command to set up a new password +
-in order to prevent unauthorized SSH logins. +
--------------------------------------------------- +
-root@OpenWrt:/# </nowiki>+
 </WRAP>\\ </WRAP>\\
  
Line 5312: Line 4622:
 [[meta:tags|How to add tags]] [[meta:tags|How to add tags]]
 {{tag>ipq807x ipq8074a QCA8081 QCN5054 QCN5024 AR8033-AL1A QPF4588 SKY85340-11 128nand 512ram 2port gigabitethernet 2.5gigabitethernet 2port 4core wifi6 802.11ax 802.11abgn 8x8 MU-MIMO OFDMA ARMv8 LTE 1SIM InternalAntenna 4g 5g_mm_wave 2_ant 1_button 12v_powered unsupported}} {{tag>ipq807x ipq8074a QCA8081 QCN5054 QCN5024 AR8033-AL1A QPF4588 SKY85340-11 128nand 512ram 2port gigabitethernet 2.5gigabitethernet 2port 4core wifi6 802.11ax 802.11abgn 8x8 MU-MIMO OFDMA ARMv8 LTE 1SIM InternalAntenna 4g 5g_mm_wave 2_ant 1_button 12v_powered unsupported}}
 +
 +
 +
  • Last modified: 2024/08/22 20:23
  • by professor_jonny