Differences
This shows you the differences between two versions of the page.
| 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:57] – Add info for installing initramfs image professor_jonny | inbox: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:// | * OpenWrt forum thread: (https:// | ||
| * WIP Private Git hub branch: (https:// | * WIP Private Git hub branch: (https:// | ||
| - | * Initramfs Test Image: (https:// | ||
| - | /*** | + | |
| ===== Experimental firmware ===== | ===== Experimental firmware ===== | ||
| - | //List experimental firmware download links here.// | ||
| - | //None at this time.// | + | * Initramfs Test Image: (https://github.com/professor-jonny/images/ |
| + | * factory | ||
| - | * External image (add link) | ||
| - | * trunk image (add link) | ||
| - | * ... | ||
| - | ***/ | ||
| Line 70: | Line 67: | ||
| - | /*** if info available: uncomment and fill in | + | |
| ===== Installation ===== | ===== Installation ===== | ||
| - → [[: | - → [[: | ||
| Line 76: | Line 73: | ||
| - → [[: | - → [[: | ||
| - | ==== Installing | + | ==== Installing |
| - | ***/ | + | |
| - | ==== Installing initramfs image ==== | ||
| - | |||
| - | < | ||
| - Download and copy the initramfs image to your PC's TFTP server folder. | - 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 putty | + | - 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. | + | - 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 " | - power the router and quickly type the magic string " | ||
| - | - set environment variables | + | - in the shell set the environment variables |
| - | - run (tftpboot 0x44000000 ipaddr: | + | - setenv ipaddr |
| + | - setenv serverip | ||
| + | - In the shell run the below command | ||
| + | - this will load your image to memory as location 044000000 in ram | ||
| + | - tftpboot 0x44000000 192.168.1.2: | ||
| - your image will now upload to your ram ready to boot. | - your image will now upload to your ram ready to boot. | ||
| - run (bootm) and your image will now load. | - 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 / | ||
| + | - wait for it to complete and reboot your router. | ||
| Line 2494: | Line 2500: | ||
| ==== OpenWrt bootlog ==== | ==== OpenWrt bootlog ==== | ||
| <WRAP bootlog> | <WRAP bootlog> | ||
| - | < | + | < |
| - | + | ||
| - | + | ||
| - | ## Loading fdt from FIT Image at 44000000 ... | + | |
| - | Using ' | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | Data Start: | + | |
| - | Data Size: 92380 Bytes = 90.2 KiB | + | |
| - | | + | |
| - | Hash algo: crc32 | + | |
| - | Hash value: | + | |
| - | Hash algo: sha1 | + | |
| - | Hash value: | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | 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 | + | |
| - | | + | |
| - | [ 0.000000] Boot CPU: AArch64 Processor [410fd034] | + | |
| - | [ 0.000000] Ignoring memory range 0x40000000 - 0x41000000 | + | |
| - | [ 0.000000] Machine: Qualcomm Technologies, | + | |
| - | 5 | + | |
| - | [ 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: | + | |
| - | 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/ | + | |
| - | 609K rwdata, 2292K rodata, 220K init, 466K bss, 28044K reserved, 0K c | + | |
| - | ma-reserved) | + | |
| - | [ 0.000000] Virtual kernel memory layout: | + | |
| - | [ 0.000000] | + | |
| - | ( 246 GB) | + | |
| - | [ 0.000000] | + | |
| - | ( 8 GB maximum) | + | |
| - | [ 0.000000] | + | |
| - | ( 15 MB actual) | + | |
| - | [ 0.000000] | + | |
| - | ( 4108 KB) | + | |
| - | [ 0.000000] | + | |
| - | ( 16 MB) | + | |
| - | [ 0.000000] | + | |
| - | ( 64 MB) | + | |
| - | [ 0.000000] | + | |
| - | ( 1008 MB) | + | |
| - | [ 0.000000] | + | |
| - | ( 220 KB) | + | |
| - | [ 0.000000] | + | |
| - | ( 7559 KB) | + | |
| - | [ 0.000000] | + | |
| - | ( 609 KB) | + | |
| - | [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, | + | |
| - | es=1 | + | |
| - | [ 0.000000] Preemptible hierarchical RCU implementation. | + | |
| - | [ 0.000000] | + | |
| - | [ 0.000000] NR_IRQS:64 nr_irqs:64 0 | + | |
| - | [ 0.000000] Architected cp15 timer(s) running at 19.20MHz (virt). | + | |
| - | [ 0.000000] clocksource: | + | |
| - | max_cycles: 0x46d987e47, | + | |
| - | [ 0.000005] sched_clock: | + | |
| - | 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: | + | |
| - | [ 0.169529] DMI not present or invalid. | + | |
| - | [ 0.169762] clocksource: | + | |
| - | fffffff, max_idle_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, | + | |
| - | 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 / | + | |
| - | nel ! | + | |
| - | [ 0.244588] irq: no irq domain found for / | + | |
| - | nel ! | + | |
| - | [ 0.247994] sps:sps is ready. | + | |
| - | [ 0.254992] spmi spmi-0: PMIC Arb Version-2 (0x20010000) | + | |
| - | [ 0.262941] qcom, | + | |
| - | fuse count: 4 | + | |
| - | [ 0.263204] qcom, | + | |
| - | 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 < | + | |
| - | [ 0.301922] PTP clock support registered | + | |
| - | [ 0.302074] dmi: Firmware registration failed. | + | |
| - | [ 0.303577] Advanced Linux Sound Architecture Driver Initialized. | + | |
| - | [ 0.304201] clocksource: | + | |
| - | [ 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/ | + | |
| - | [ 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 ' | + | |
| - | [ 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 | + | |
| - | | + | |
| - | [ 0.322594] PCI host bridge / | + | |
| - | [ 0.322622] | + | |
| - | [ 0.322636] | + | |
| - | [ 0.575740] qcom-pcie 20000000.pci: | + | |
| - | [ 0.575889] qcom-pcie 20000000.pci: | + | |
| - | [ 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: | + | |
| - | 0-00]), reconfiguring | + | |
| - | [ 0.577222] pci 0000: | + | |
| - | 4fffff] | + | |
| - | [ 0.577238] pci 0000: | + | |
| - | 6fffff 64bit pref] | + | |
| - | [ 0.577251] pci 0000: | + | |
| - | 220fff 64bit] | + | |
| - | [ 0.577267] pci 0000: | + | |
| - | [ 0.577283] pci 0000: | + | |
| - | 300fff 64bit] | + | |
| - | [ 0.577334] pci 0000: | + | |
| - | 301fff 64bit] | + | |
| - | [ 0.577383] pci 0000: | + | |
| - | [ 0.577394] pci 0000: | + | |
| - | [ 0.577405] pci 0000: | + | |
| - | 4fffff] | + | |
| - | [ 0.577416] pci 0000: | + | |
| - | 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: | + | |
| - | [ 0.579454] mdss_fb_register: | + | |
| - | ccessfully! | + | |
| - | [ 0.583288] msm_rpm_log_probe: | + | |
| - | [ 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: | + | |
| - | 0 | + | |
| - | [ 0.586261] msm_serial 78b3000.serial: | + | |
| - | [ 0.586296] 78b3000.serial: | + | |
| - | 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: | + | |
| - | 1 | + | |
| - | [ 1.421122] msm_serial 78b1000.serial: | + | |
| - | [ 1.427206] 78b1000.serial: | + | |
| - | ase_baud = 1200000) is a MSM | + | |
| - | [ 1.433060] msm_serial: driver initialized | + | |
| - | [ 1.441557] msm_serial_hsl_init: | + | |
| - | [ 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 " | + | |
| - | [ 1.495021] 0x000000000000-0x000000100000 : " | + | |
| - | [ 1.501860] 0x000000100000-0x000000200000 : " | + | |
| - | [ 1.506739] 0x000000200000-0x000000280000 : " | + | |
| - | [ 1.511272] 0x000000280000-0x000000300000 : " | + | |
| - | [ 1.516631] 0x000000300000-0x000000600000 : " | + | |
| - | [ 1.524300] 0x000000600000-0x000000680000 : " | + | |
| - | [ 1.527321] 0x000000680000-0x000000700000 : " | + | |
| - | [ 1.532244] 0x000000700000-0x000000780000 : " | + | |
| - | [ 1.537398] 0x000000780000-0x000000800000 : " | + | |
| - | [ 1.541954] 0x000000800000-0x000000980000 : " | + | |
| - | [ 1.547709] 0x000000980000-0x000000b80000 : " | + | |
| - | [ 1.553692] 0x000000b80000-0x000000c00000 : " | + | |
| - | [ 1.557415] 0x000000c00000-0x000003600000 : " | + | |
| - | [ 1.598470] mtd: device 12 (rootfs) set to be root filesystem | + | |
| - | [ 1.598792] mtdsplit: no squashfs found in " | + | |
| - | [ 1.603192] 0x000003600000-0x000006000000 : " | + | |
| - | [ 1.645231] 0x000006000000-0x000006080000 : " | + | |
| - | [ 1.646280] 0x000006080000-0x000006980000 : " | + | |
| - | [ 1.657990] 0x000006980000-0x000007a80000 : " | + | |
| - | [ 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: | + | |
| - | [ 6.606253] sdhci_msm 7824900.sdhci: | + | |
| - | s not enabled | + | |
| - | [ 6.611415] sdhci_msm 7824900.sdhci: | + | |
| - | [ 6.618422] sdhci_msm 7824900.sdhci: | + | |
| - | [ 6.625626] sdhci_msm 7824900.sdhci: | + | |
| - | [ 6.630553] sdhci_msm 7824900.sdhci: | + | |
| - | [ 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.[ | + | |
| - | ] remoteproc remoteproc0: | + | |
| - | [ 6.748460] SPMI VADC - Min ch: 0 Max ch: 15 | + | |
| - | [ 6.755692] of_graph_get_next_endpoint(): | + | |
| - | oc/ | + | |
| - | [ 6.758170] coresight-csr 6001000.csr: | + | |
| - | [ 6.765661] of_graph_get_next_endpoint(): | + | |
| - | oc/ | + | |
| - | [ 6.770578] of_graph_get_next_endpoint(): | + | |
| - | oc/ | + | |
| - | [ 6.778142] of_graph_get_next_endpoint(): | + | |
| - | oc/ | + | |
| - | [ 6.785501] of_graph_get_next_endpoint(): | + | |
| - | oc/ | + | |
| - | [ 6.792864] of_graph_get_next_endpoint(): | + | |
| - | oc/ | + | |
| - | [ 6.800264] of_graph_get_next_endpoint(): | + | |
| - | oc/ | + | |
| - | [ 6.807633] of_graph_get_next_endpoint(): | + | |
| - | oc/ | + | |
| - | [ 6.815039] of_graph_get_next_endpoint(): | + | |
| - | oc/ | + | |
| - | [ 6.822377] of_graph_get_next_endpoint(): | + | |
| - | oc/ | + | |
| - | [ 6.829774] of_graph_get_next_endpoint(): | + | |
| - | oc/ | + | |
| - | [ 6.837153] of_graph_get_next_endpoint(): | + | |
| - | oc/ | + | |
| - | [ 6.844531] of_graph_get_next_endpoint(): | + | |
| - | oc/ | + | |
| - | [ 6.851889] of_graph_get_next_endpoint(): | + | |
| - | oc/ | + | |
| - | [ 6.859284] of_graph_get_next_endpoint(): | + | |
| - | oc/ | + | |
| - | [ 6.866667] of_graph_get_next_endpoint(): | + | |
| - | oc/ | + | |
| - | [ 6.874027] of_graph_get_next_endpoint(): | + | |
| - | oc/ | + | |
| - | [ 6.881424] of_graph_get_next_endpoint(): | + | |
| - | oc/ | + | |
| - | [ 6.889011] of_graph_get_next_endpoint(): | + | |
| - | oc/ | + | |
| - | [ 6.896332] of_graph_get_next_endpoint(): | + | |
| - | oc/ | + | |
| - | [ 6.903742] of_graph_get_next_endpoint(): | + | |
| - | oc/ | + | |
| - | [ 6.911183] of_graph_get_next_endpoint(): | + | |
| - | oc/ | + | |
| - | [ 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.[ | + | |
| - | ] coresight-tmc 6028000.tmc: | + | |
| - | [ 6.970986] coresight-tmc 6027000.tmc: | + | |
| - | [ 6.976135] coresight-funnel 6021000.funnel: | + | |
| - | [ 6.981141] coresight-funnel 6100000.funnel: | + | |
| - | [ 6.986977] coresight-funnel 6120000.funnel: | + | |
| - | [ 6.992860] coresight-funnel 6130000.funnel: | + | |
| - | [ 6.998794] coresight-funnel 61a1000.funnel: | + | |
| - | [ 7.005272] coresight-etm4x 619c000.etm: | + | |
| - | [ 7.010934] coresight-etm4x 619d000.etm: | + | |
| - | [ 7.016901] coresight-etm4x 619e000.etm: | + | |
| - | [ 7.022579] coresight-etm4x 619f000.etm: | + | |
| - | [ 7.027812] coresight-replicator-qcom 6026000.replicator: | + | |
| - | OR 1.0 initialized | + | |
| - | [ 7.033535] coresight-stm 6002000.stm: | + | |
| - | [ 7.042147] of_graph_get_next_endpoint(): | + | |
| - | oc/ | + | |
| - | [ 7.045998] coresight-hwevent 6101000.hwevent: | + | |
| - | er initialized | + | |
| - | [ 7.054292] fan-gpio soc:fans: gpio_fan_probe success | + | |
| - | [ 7.061377] antenna-gpio soc: | + | |
| - | [ 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/ | + | |
| - | 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, | + | |
| - | fuse count: 4 | + | |
| - | [ 7.117947] pmd9655_s3: supplied by e-smps1-reg | + | |
| - | [ 7.125290] cpr4_ipq807x_apss_read_fuse_data: | + | |
| - | n = 0 | + | |
| - | [ 7.129613] cpr4_ipq807x_apss_read_fuse_data: | + | |
| - | ng revision = 1 | + | |
| - | [ 7.136244] cpr4_ipq807x_apss_read_fuse_data: | + | |
| - | fuse value = 0 | + | |
| - | [ 7.143875] cpr4_ipq807x_apss_read_fuse_data: | + | |
| - | boost fuse config = 0 boost = disable | + | |
| - | [ 7.151416] cpr3_mem_acc_init: | + | |
| - | egulator | + | |
| - | [ 7.160531] cpr4_ipq807x_apss_calculate_open_loop_voltages: | + | |
| - | rner: fused SVS: open-loop= 704000 uV | + | |
| - | [ 7.167476] cpr4_ipq807x_apss_calculate_open_loop_voltages: | + | |
| - | rner: fused NOM: open-loop= 808000 uV | + | |
| - | [ 7.177458] cpr4_ipq807x_apss_calculate_open_loop_voltages: | + | |
| - | rner: fused TURBO: open-loop= 864000 uV | + | |
| - | [ 7.187267] cpr4_ipq807x_apss_calculate_open_loop_voltages: | + | |
| - | rner: fused | + | |
| - | [ 7.197141] cpr4_ipq807x_apss_calculate_target_quotients: | + | |
| - | er: fused SVS: quot[ 7]= 767, quot_offset[ 7]= 0 | + | |
| - | [ 7.206891] cpr4_ipq807x_apss_calculate_target_quotients: | + | |
| - | er: fused NOM: quot[ 7]= 972, quot_offset[ 7]= 205 | + | |
| - | [ 7.217740] cpr4_ipq807x_apss_calculate_target_quotients: | + | |
| - | er: fused TURBO: quot[ 7]=1073, quot_offset[ 7]= 100 | + | |
| - | [ 7.228676] cpr4_ipq807x_apss_calculate_target_quotients: | + | |
| - | er: fused | + | |
| - | [ 7.239738] cpr3_regulator_init_ctrl: | + | |
| - | ed-loop | + | |
| - | [ 7.251057] qcom, | + | |
| - | use count: 2 | + | |
| - | [ 7.257410] pmd9655_s4: supplied by e-smps1-reg | + | |
| - | [ 7.264552] cpr3_mem_acc_init: | + | |
| - | 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: | + | |
| - | q: 800000 KHz | + | |
| - | [ 7.305752] cpufreq: cpufreq_online: | + | |
| - | ncy changed to: 1017600 KHz | + | |
| - | [ 7.314403] qcom-q6v5-wcss-pil cd00000.qcom_q6v5_wcss: | + | |
| - | ration success qcom_q6v5_wcss | + | |
| - | [ 7.321577] remoteproc remoteproc0: | + | |
| - | lable | + | |
| - | [ 7.330261] ubi0: attaching mtd12 | + | |
| - | [ 7.544720] ubi0: scanning is finished | + | |
| - | [ 7.550932] ubi0: attached mtd12 (name " | + | |
| - | [ 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 " | + | |
| - | [ 7.628644] input: soc: | + | |
| - | _keys/ | + | |
| - | [ 7.628713] hctosys: unable to open rtc device (rtc0) | + | |
| - | [ 7.640263] pmd9655_ldo11: | + | |
| - | [ 7.640811] ALSA device list: | + | |
| - | [ 7.644027] | + | |
| - | [ 7.649217] VFS: Mounted root (squashfs filesystem) readonly on de | + | |
| - | vice 31:18. | + | |
| - | [ 7.650304] Freeing unused kernel memory: 220K (ffffffc0007e2000 - | + | |
| - | | + | |
| - | [ 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: | + | |
| - | [ 8.842986] msm-usb-ssphy-qmp 78000.ssphy: | + | |
| - | timeout | + | |
| - | [ 8.843007] msm-usb-ssphy-qmp 78000.ssphy: | + | |
| - | 86868 | + | |
| - | [ 9.049843] msm-usb-ssphy-qmp 58000.ssphy: | + | |
| - | [ 9.057150] msm-usb-ssphy-qmp 58000.ssphy: | + | |
| - | timeout | + | |
| - | [ 9.057171] msm-usb-ssphy-qmp 58000.ssphy: | + | |
| - | 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: | + | |
| - | [ 9.674786] xhci-hcd xhci-hcd.0.auto: | + | |
| - | gned bus number 1 | + | |
| - | [ 9.679260] xhci-hcd xhci-hcd.0.auto: | + | |
| - | rsion 0x110 quirks 0x00010010 | + | |
| - | [ 9.686733] xhci-hcd xhci-hcd.0.auto: | + | |
| - | [ 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: | + | |
| - | [ 9.709247] xhci-hcd xhci-hcd.0.auto: | + | |
| - | 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: | + | |
| - | [ 9.738073] xhci-hcd xhci-hcd.1.auto: | + | |
| - | gned bus number 3 | + | |
| - | [ 9.743475] xhci-hcd xhci-hcd.1.auto: | + | |
| - | rsion 0x110 quirks 0x00010010 | + | |
| - | [ 9.750938] xhci-hcd xhci-hcd.1.auto: | + | |
| - | [ 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: | + | |
| - | [ 9.773483] xhci-hcd xhci-hcd.1.auto: | + | |
| - | 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) | + | |
| - | [ | + | |
| - | -hcd | + | |
| - | [ | + | |
| - | 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), | Log Type: B - Since Boot(Power On Reset), | ||
| Line 3046: | Line 2508: | ||
| S - Boot Config, 0x000002e5 | S - Boot Config, 0x000002e5 | ||
| B - 201 - PBL, Start | B - 201 - PBL, Start | ||
| - | B - | + | B - |
| - | B - | + | B - |
| - | B - | + | B - |
| - | B - | + | B - |
| - | B - | + | B - |
| - | B - 68222 - elf_segs_hash_verify_entry, | + | B - 68340 - elf_segs_hash_verify_entry, |
| - | B - | + | B - |
| - | B - | + | B - |
| - | B - | + | B - |
| - | B - | + | B - |
| - | B - | + | B - |
| - | D - | + | D - |
| - | B - | + | B - |
| - | D - | + | D - |
| - | B - | + | B - |
| D - 2135 - clock_init, Delta | D - 2135 - clock_init, Delta | ||
| - | B - | + | B - |
| D - 12566 - boot_flash_init, | D - 12566 - boot_flash_init, | ||
| - | B - | + | B - |
| - | D - | + | D - |
| - | B - | + | B - |
| - | B - | + | B - |
| type:0 | type:0 | ||
| - | B - | + | B - |
| - | B - | + | B - |
| - | B - | + | B - |
| - | B - | + | B - |
| - | B - | + | B - |
| - | B - | + | B - |
| - | B - | + | B - |
| - | D - 16439 - cpr_init, Delta | + | D - 16531 - cpr_init, Delta |
| - | B - | + | B - |
| - | B - | + | B - |
| - | B - | + | B - |
| - | B - | + | B - |
| D - 1067 - do ddr sanity test, Delta | D - 1067 - do ddr sanity test, Delta | ||
| - | B - | + | B - |
| - | B - | + | B - |
| - | B - | + | B - |
| - | B - | + | B - |
| - | D - | + | D - |
| - | B - | + | B - |
| - | D - | + | D - |
| - | B - | + | B - |
| D - 10706 - DEVCFG Image Loaded, Delta - (26008 Bytes) | D - 10706 - DEVCFG Image Loaded, Delta - (26008 Bytes) | ||
| - | B - | + | B - |
| - | D - 22052 - RPM Image Loaded, Delta - (86584 Bytes) | + | D - 22021 - RPM Image Loaded, Delta - (86584 Bytes) |
| - | B - | + | B - |
| - | D - | + | D - |
| - | B - | + | B - |
| - | D - | + | D - |
| - | B - | + | B - |
| - | D - | + | D - 0 - USB D+ check, Delta |
| - | B - | + | B - |
| - | D - | + | D - |
| - | S - Flash Throughput, | + | S - Flash Throughput, |
| S - DDR Frequency, 466 MHz | S - DDR Frequency, 466 MHz | ||
| S - Core 0 Frequency, 1651 MHz | S - Core 0 Frequency, 1651 MHz | ||
| Line 3132: | 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 3151: | 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: | + | ubi0: detaching mtd1 |
| - | PHY ID1: 0x4d | + | ubi0: mtd1 is detached |
| - | PHY ID2: 0xd101 | + | ubi0: attaching mtd1 |
| - | PHY ID1: 0x4d | + | ubi0: scanning is finished |
| - | PHY ID2: 0xd074 | + | ubi0: attached mtd1 (name "mtd=0", size 42 MiB) |
| - | EDMA ver 1 hw init | + | ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes |
| - | Num rings - TxDesc: | + | ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048 |
| - | RxDesc:1 (15-15) RxFill:1 (7-7) | + | ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096 |
| - | ipq807x_edma_alloc_rings: successfull | + | ubi0: good PEBs: 336, bad PEBs: 0, corrupted PEBs: 0 |
| - | ipq807x_edma_setup_ring_resources: successfull | + | ubi0: user volume: 3, internal volumes: |
| - | ipq807x_edma_configure_rings: | + | ubi0: max/mean erase counter: 4/2, WL threshold: 4096, image sequence |
| - | ipq807x_edma_hw_init: | + | number: 473343929 |
| - | eth0 | + | ubi0: available PEBs: 0, total reserved PEBs: 336, PEBs reserved for |
| - | IPQ807x# | + | bad PEB handling: 20 |
| - | IPQ807x# setenv ipaddr 192.168.3.1 | + | Read 0 bytes from volume kernel |
| - | 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_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: | + | |
| - | Using eth0 device | + | |
| - | TFTP from server 192.168.3.10; | + | |
| - | Filename '0x5-----------' | + | |
| - | Load address: 0x44000000 | + | |
| - | Loading: T ipq807x_eth_halt: | + | |
| - | + | ||
| - | Abort | + | |
| - | IPQ807x# tftpboot 192.168.3.10: | + | |
| - | ipq807x_eth_halt: | + | |
| - | 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: | + | |
| - | Using eth0 device | + | |
| - | TFTP from server 192.168.3.10; | + | |
| - | Filename ' | + | |
| - | Load address: 0x44000000 | + | |
| - | Loading: T T T | + | |
| - | TFTP error: 'File not found' | + | |
| - | Not retrying... | + | |
| - | ipq807x_eth_halt: done | + | |
| - | ipq807x_eth_halt: done | + | |
| - | IPQ807x# 192' | + | |
| - | > | + | |
| - | > < | + | |
| - | 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: * | + | |
| - | TFTP error: 'File not found' (1) | + | |
| - | Not retrying... | + | |
| - | ipq807x_eth_halt: | + | |
| - | ipq807x_eth_halt: | + | |
| - | 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; | + | |
| - | Filename ' | + | |
| - | Load address: 0x44000000 | + | |
| - | Loading: * | + | |
| - | Got TFTP_OACK: TFTP remote port: changes | + | |
| - | ################################################################# | + | |
| - | ############################################################ | + | |
| - | ##### | + | |
| - | ############################################################ | + | |
| - | ##### | + | |
| - | ############################################################ | + | |
| - | ##### | + | |
| - | ############################################################ | + | |
| - | ##### | + | |
| - | ############################################################ | + | |
| - | ##### | + | |
| - | ############################################################ | + | |
| - | ##### | + | |
| - | ############################################################ | + | |
| - | ##### | + | |
| - | ############################################################ | + | |
| - | ##### | + | |
| - | ############################################################ | + | |
| - | ##### | + | |
| - | ############################################################ | + | |
| - | ##### | + | |
| - | ############################################################ | + | |
| - | ##### | + | |
| - | ############################################################ | + | |
| - | ##### | + | |
| - | ############################################################ | + | |
| - | ##### | + | |
| - | ############################################################ | + | |
| - | ##### | + | |
| - | ############################################################ | + | |
| - | ##### | + | |
| - | ############################################################ | + | |
| - | ##### | + | |
| - | ################################# | + | |
| - | 3.8 MiB/s | + | |
| - | done | + | |
| - | Bytes transferred = 16694248 | + | |
| - | ipq807x_eth_halt: | + | |
| - | IPQ807x# bootm | + | |
| ## Loading kernel from FIT Image at 44000000 ... | ## Loading kernel from FIT Image at 44000000 ... | ||
| Using ' | Using ' | ||
| | | ||
| - | | + | |
| | | ||
| | | ||
| Data Start: | Data Start: | ||
| - | Data Size: | + | Data Size: |
| | | ||
| | | ||
| Line 3291: | Line 2643: | ||
| Entry Point: | Entry Point: | ||
| Hash algo: crc32 | Hash algo: crc32 | ||
| - | Hash value: | + | Hash value: |
| Hash algo: sha1 | Hash algo: sha1 | ||
| - | Hash value: | + | Hash value: |
| | | ||
| ## Loading fdt from FIT Image at 44000000 ... | ## Loading fdt from FIT Image at 44000000 ... | ||
| Line 3301: | Line 2653: | ||
| | | ||
| | | ||
| - | Data Start: | + | Data Start: |
| - | Data Size: | + | Data Size: |
| | | ||
| Hash algo: crc32 | Hash algo: crc32 | ||
| - | Hash value: | + | Hash value: |
| Hash algo: sha1 | Hash algo: sha1 | ||
| - | Hash value: | + | Hash value: |
| | | ||
| - | | + | |
| | | ||
| - | | + | |
| 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 3320: | 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 3367: | Line 2719: | ||
| [ 0.000000] Detected VIPT I-cache on CPU0 | [ 0.000000] Detected VIPT I-cache on CPU0 | ||
| [ 0.000000] alternatives: | [ 0.000000] alternatives: | ||
| - | [ 0.000000] Kernel command line: root=/ | + | [ 0.000000] Kernel command line: ubi.mtd=rootfs root=mtd: |
| + | s rootfstype=squashfs rootwait | ||
| [ 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 3381: | 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: | + | [ 0.000000] Memory: |
| - | 892K rwdata, | + | 892K rwdata, |
| - | 0K cma-reserved) | + | K cma-reserved) |
| [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, | [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, | ||
| es=1 | es=1 | ||
| Line 3397: | 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 | ||
| | | ||
| - | [ 0.000000] clocksource: | + | [ 0.000000] clocksource: |
| max_cycles: 0x46d987e47, | max_cycles: 0x46d987e47, | ||
| - | [ 0.000000] sched_clock: | + | [ 0.000001] sched_clock: |
| 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: | + | [ 0.012953] alternatives: |
| - | [ 0.022746] clocksource: | + | [ 0.023013] clocksource: |
| fffffff, max_idle_ns: | fffffff, max_idle_ns: | ||
| - | [ 0.022772] futex hash table entries: 1024 (order: 4, 65536 bytes, | + | [ 0.023042] futex hash table entries: 1024 (order: 4, 65536 bytes, |
| | | ||
| - | [ 0.024500] pinctrl core: initialized pinctrl subsystem | + | [ 0.024776] pinctrl core: initialized pinctrl subsystem |
| - | [ 0.026216] NET: Registered PF_NETLINK/ | + | [ 0.026479] NET: Registered PF_NETLINK/ |
| - | [ 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: | + | [ 0.027519] thermal_sys: |
| - | [ 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, | + | [ 0.054062] qcom, |
| fuse count: 4 | fuse count: 4 | ||
| - | [ 0.086060] Modules: | + | [ 0.056925] Modules: |
| - | [ 0.086069] Modules: | + | [ 0.056933] Modules: |
| - | [ 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: | + | [ 0.064085] clocksource: |
| - | [ 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/ | + | [ 0.071609] NET: Registered PF_UNIX/ |
| - | [ 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/ | + | [ 0.074113] squashfs: version 4.0 (2009/ |
| - | [ 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: | + | [ 0.092838] msm_serial 78b3000.serial: |
| 0 | 0 | ||
| - | [ 0.135254] msm_serial 78b3000.serial: | + | [ 0.092893] msm_serial 78b3000.serial: |
| - | [ 0.135597] 78b3000.serial: | + | [ 0.093209] 78b3000.serial: |
| 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.152320] remoteproc remoteproc0: | + | [ 1.003258] remoteproc remoteproc0: |
| - | [ 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, | + | [ 1.061403] qcom, |
| fuse count: 4 | fuse count: 4 | ||
| - | [ 1.210282] cpr4_ipq807x_apss_read_fuse_data: | + | [ 1.061772] cpr4_ipq807x_apss_read_fuse_data: |
| n = 0 | n = 0 | ||
| - | [ 1.216103] cpr4_ipq807x_apss_read_fuse_data: | + | [ 1.067578] cpr4_ipq807x_apss_read_fuse_data: |
| ng revision = 1 | ng revision = 1 | ||
| - | [ 1.222653] cpr4_ipq807x_apss_read_fuse_data: | + | [ 1.074161] cpr4_ipq807x_apss_read_fuse_data: |
| fuse value = 0 | fuse value = 0 | ||
| - | [ 1.230341] cpr4_ipq807x_apss_read_fuse_data: | + | [ 1.081792] cpr4_ipq807x_apss_read_fuse_data: |
| boost fuse config = 0 boost = disable | boost fuse config = 0 boost = disable | ||
| - | [ 1.237844] cpr3_mem_acc_init: | + | [ 1.089325] cpr3_mem_acc_init: |
| egulator | egulator | ||
| - | [ 1.246975] cpr4_ipq807x_apss_calculate_open_loop_voltages: | + | [ 1.098458] cpr4_ipq807x_apss_calculate_open_loop_voltages: |
| rner: fused SVS: open-loop= 704000 uV | rner: fused SVS: open-loop= 704000 uV | ||
| - | [ 1.253927] cpr4_ipq807x_apss_calculate_open_loop_voltages: | + | [ 1.105409] cpr4_ipq807x_apss_calculate_open_loop_voltages: |
| rner: fused NOM: open-loop= 808000 uV | rner: fused NOM: open-loop= 808000 uV | ||
| - | [ 1.263919] cpr4_ipq807x_apss_calculate_open_loop_voltages: | + | [ 1.115394] cpr4_ipq807x_apss_calculate_open_loop_voltages: |
| rner: fused TURBO: open-loop= 864000 uV | rner: fused TURBO: open-loop= 864000 uV | ||
| - | [ 1.273722] cpr4_ipq807x_apss_calculate_open_loop_voltages: | + | [ 1.125200] cpr4_ipq807x_apss_calculate_open_loop_voltages: |
| rner: fused | rner: fused | ||
| - | [ 1.283584] cpr4_ipq807x_apss_calculate_target_quotients: | + | [ 1.135062] cpr4_ipq807x_apss_calculate_target_quotients: |
| 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: | + | [ 1.144822] cpr4_ipq807x_apss_calculate_target_quotients: |
| 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: | + | [ 1.155670] cpr4_ipq807x_apss_calculate_target_quotients: |
| 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: | + | [ 1.166612] cpr4_ipq807x_apss_calculate_target_quotients: |
| er: fused | er: fused | ||
| - | [ 1.326309] cpr3_regulator_init_ctrl: | + | [ 1.177779] cpr3_regulator_init_ctrl: |
| 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 " | + | [ 1.212325] Creating 17 MTD partitions on " |
| - | [ 1.368186] 0x000000000000-0x000000100000 : " | + | [ 1.218525] 0x000000000000-0x000000100000 : " |
| - | [ 1.375220] 0x000000100000-0x000000200000 : " | + | [ 1.225526] 0x000000100000-0x000000200000 : " |
| - | [ 1.380016] 0x000000200000-0x000000280000 : " | + | [ 1.230284] 0x000000200000-0x000000280000 : " |
| - | [ 1.384487] 0x000000280000-0x000000300000 : " | + | [ 1.234827] 0x000000280000-0x000000300000 : " |
| - | [ 1.389800] 0x000000300000-0x000000600000 : " | + | [ 1.240130] 0x000000300000-0x000000600000 : " |
| - | [ 1.397538] 0x000000600000-0x000000680000 : " | + | [ 1.247900] 0x000000600000-0x000000680000 : " |
| - | [ 1.400487] 0x000000680000-0x000000700000 : " | + | [ 1.250843] 0x000000680000-0x000000700000 : " |
| - | [ 1.405730] 0x000000700000-0x000000780000 : " | + | [ 1.255831] 0x000000700000-0x000000780000 : " |
| - | [ 1.410639] 0x000000780000-0x000000800000 : " | + | [ 1.260902] 0x000000780000-0x000000800000 : " |
| - | [ 1.415224] 0x000000800000-0x000000980000 : " | + | [ 1.265756] 0x000000800000-0x000000980000 : " |
| - | [ 1.420986] 0x000000980000-0x000000b80000 : " | + | [ 1.271275] 0x000000980000-0x000000b80000 : " |
| - | [ 1.427102] 0x000000b80000-0x000000c00000 : " | + | [ 1.277351] 0x000000b80000-0x000000c00000 : " |
| - | [ 1.430671] 0x000000c00000-0x000003600000 : " | + | [ 1.280960] 0x000000c00000-0x000003600000 : " |
| - | [ 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 " | + | [ 1.323207] mtdsplit: no squashfs found in " |
| - | [ 1.477054] 0x000003600000-0x000006000000 : " | + | [ 1.326934] 0x000003600000-0x000006000000 : " |
| - | [ 1.520302] 0x000006000000-0x000006080000 : " | + | [ 1.370320] 0x000006000000-0x000006080000 : " |
| - | [ 1.521325] 0x000006080000-0x000006980000 : " | + | [ 1.371329] 0x000006080000-0x000006980000 : " |
| - | [ 1.533382] 0x000006980000-0x000007a80000 : " | + | [ 1.383576] 0x000006980000-0x000007a80000 : " |
| - | [ 1.557625] cpufreq: cpufreq_online: | + | [ 1.407745] cpufreq: cpufreq_online: |
| tial frequency: 800000 KHz, changing to: 1017600 KHz | tial frequency: 800000 KHz, changing to: 1017600 KHz | ||
| - | [ 1.559482] remoteproc remoteproc0: | + | [ 1.409628] remoteproc remoteproc0: |
| - | [ 1.578130] Freeing unused kernel memory: | + | [ 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 " |
| - | [ 1.831784] init: - watchdog - | + | [ 1.662643] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 1269 |
| - | [ | + | 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 " | ||
| + | [ 1.719923] block ubiblock0_1: | ||
| + | 5] VFS: Mounted root (squashfs filesystem) readonly on device 254:0. | ||
| + | [ 1.735007] Freeing unused kernel memory: | ||
| + | [ 1.740712] Run /sbin/init as init process | ||
| + | [ 1.923590] init: Console is alive | ||
| + | [ 1.923749] init: - watchdog - | ||
| + | [ | ||
| oot.d/* | oot.d/* | ||
| - | [ | + | [ |
| | | ||
| - | [ | + | [ |
| xist | xist | ||
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | e6:ac:eb |
| - | [ | + | [ 4.321270] dp5: ppe offload disabled: 0 for macid 5 |
| + | [ | ||
| + | [ | ||
| (mii_bus: | (mii_bus: | ||
| - | [ | + | [ |
| - | d2:b7:68 | + | d7:44:f6 |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| ed PHY driver (mii_bus: | ed PHY driver (mii_bus: | ||
| - | [ | + | [ |
| **** | **** | ||
| - | [ | + | [ |
| - | [ | + | [ |
| **** | **** | ||
| - | [ | + | [ |
| - | [ | + | [ |
| gned bus number 1 | gned bus number 1 | ||
| - | [ | + | [ |
| rsion 0x110 quirks 0x0000008002000010 | rsion 0x110 quirks 0x0000008002000010 | ||
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| gned bus number 2 | gned bus number 2 | ||
| - | [ | + | [ |
| peed | peed | ||
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| s host, disabling LPM. | s host, disabling LPM. | ||
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| gned bus number 3 | gned bus number 3 | ||
| - | [ | + | [ |
| rsion 0x110 quirks 0x0000008002000010 | rsion 0x110 quirks 0x0000008002000010 | ||
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| gned bus number 4 | gned bus number 4 | ||
| - | [ | + | [ |
| peed | peed | ||
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| s host, disabling LPM. | s host, disabling LPM. | ||
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| les-boot.d/ | les-boot.d/ | ||
| - | [ | + | [ |
| - | [ | + | [ |
| - | -hcd | + | |
| - | [ 10.813181] random: crng init done | + | |
| / | / | ||
| und | und | ||
| Line 3663: | 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 " |
| + | ed, PID 837 | ||
| + | [ 9.997762] UBIFS (ubi0:2): recovery needed | ||
| + | [ | ||
| + | [ | ||
| + | name " | ||
| + | [ | ||
| + | /max. I/O unit sizes: 2048 bytes/2048 bytes | ||
| + | [ | ||
| + | EBs), max 185 LEBs, journal size 1142784 bytes (1 MiB, 9 LEBs) | ||
| + | [ | ||
| + | | ||
| + | [ | ||
| + | UUID 6F2A9AA2-0601-44C9-9ABB-95CF22F596A9, | ||
| + | [ | ||
| + | [ | ||
| + | back to xino=off, | ||
| + | [ | ||
| + | [ 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 / | + | [ 11.100375] kmodloader: loading kernel modules from / |
| /* | /* | ||
| - | [ 13.708573] usbcore: registered new interface driver cdc_wdm | + | [ 11.177288] jitterentropy: |
| - | [ 13.708928] Loading modules backported from Linux version v6.9.9-0 | + | pliant with requirements: |
| + | [ | ||
| + | [ | ||
| + | [ 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: |
| - | [ | + | [ 11.379287] ath11k c000000.wifi: |
| - | [ 13.799037] ath11k c000000.wifi: | + | [ 11.405431] remoteproc remoteproc0: |
| - | [ 13.821368] remoteproc remoteproc0: | + | [ 11.405807] remoteproc remoteproc0: |
| - | [ 13.821466] remoteproc remoteproc0: | + | |
| .mdt, size 668 | .mdt, size 668 | ||
| - | [ 14.172250] remoteproc remoteproc0: | + | [ 12.530428] remoteproc remoteproc0: |
| wcss is now up | wcss is now up | ||
| - | [ 14.216176] ath11k c000000.wifi: | + | [ 12.574441] ath11k c000000.wifi: |
| - | [ 14.223620] ath11k c000000.wifi: | + | [ 12.581908] ath11k c000000.wifi: |
| _id 0xff soc_id 0xffffffff | _id 0xff soc_id 0xffffffff | ||
| - | [ 14.223656] ath11k c000000.wifi: | + | [ 12.581944] ath11k c000000.wifi: |
| 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: | + | [ 17.955551] remoteproc remoteproc0: |
| 00.q6v5_wcss | 00.q6v5_wcss | ||
| - | [ 19.633430] remoteproc remoteproc0: | + | [ 17.955595] remoteproc remoteproc0: |
| - | [ 19.639566] remoteproc remoteproc0: | + | [ 17.961744] remoteproc remoteproc0: |
| .mdt, size 668 | .mdt, size 668 | ||
| - | [ 19.989418] remoteproc remoteproc0: | + | [ 18.311610] remoteproc remoteproc0: |
| 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 |
| | | ||
| - | [ 20.007077] option 1-1:1.0: GSM modem (1-port) converter detected | + | [ 18.330992] usbcore: registered new interface driver qcserial |
| - | [ 20.013996] usb 1-1: GSM modem (1-port) converter now attached to | + | [ 18.336102] usbserial: USB Serial support registered for Qualcomm |
| - | ttyUSB0 | + | USB modem |
| - | [ | + | [ 18.356442] ath11k c000000.wifi: |
| - | [ 20.027126] usb 1-1: GSM modem (1-port) converter now attached to | + | [ 18.360407] kmodloader: done loading kernel modules from /etc/modu |
| - | ttyUSB1 | + | les.d/* |
| - | [ | + | [ 18.362960] ath11k c000000.wifi: |
| - | [ | + | |
| - | [ 20.039967] usb 1-1: GSM 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: | + | |
| _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: |
| - | ttyUSB3 | + | |
| - | [ | + | |
| 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: |
| - | [ | + | [ 21.011387] br-adults_lan: |
| - | USB modem | + | [ 21.011432] br-adults_lan: |
| - | [ | + | [ 21.016211] nss-dp 3a007000.dp6-syn lan: entered allmulticast mode |
| - | les.d/* | + | [ 21.022044] nss-dp 3a007000.dp6-syn lan: entered promiscuous mode |
| - | [ | + | [ 21.608631] export_store: |
| - | [ 23.716697] br-adults_lan: | + | [ 21.653574] br-adults_lan: |
| - | [ 23.716744] br-adults_lan: | + | [ 21.653624] br-adults_lan: |
| - | [ 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: | + | |
| - | [ 24.227551] br-adults_lan: | + | |
| - | [ 24.227592] br-adults_lan: | + | |
| - | [ 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: | + | [ 21.671225] br-adults_lan: |
| - | [ 24.251219] br-adults_lan: | + | [ 21.677300] br-adults_lan: |
| te | te | ||
| - | [ 24.556442] br-kids_lan: | + | [ 21.947217] br-kids_lan: |
| - | [ 24.556486] br-kids_lan: | + | [ 21.947267] br-kids_lan: |
| - | [ 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: | + | [ 21.966684] br-kids_lan: |
| - | [ 24.579773] br-kids_lan: | + | [ 21.970538] br-kids_lan: |
| - | [ 25.316119] br-kids_lan: | + | [ 22.771582] br-kids_lan: |
| - | [ 25.316165] br-kids_lan: | + | [ 22.771628] br-kids_lan: |
| - | [ 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: | + | [ 23.302842] br-kids_lan: |
| - | [ 25.832148] br-kids_lan: | + | [ 23.302891] br-kids_lan: |
| e | e | ||
| - | [ 25.846015] br-adults_lan: | + | [ 23.316855] br-adults_lan: |
| ate | ate | ||
| - | [ 25.846067] br-adults_lan: | + | [ 23.316908] br-adults_lan: |
| ate | ate | ||
| - | [ 25.851490] ath11k c000000.wifi Adults_5.0g: | + | [ 23.322389] ath11k c000000.wifi Adults_5.0g: |
| mode | mode | ||
| - | [ 25.858192] ath11k c000000.wifi Adults_5.0g: | + | [ 23.328970] ath11k c000000.wifi Adults_5.0g: |
| ode | ode | ||
| - | [ 25.865713] br-adults_lan: | + | [ 23.336522] br-adults_lan: |
| ate | ate | ||
| - | [ 25.870813] br-adults_lan: | + | [ 23.341657] br-adults_lan: |
| state | state | ||
| - | [ 25.877845] ath11k c000000.wifi Adults_5.0g: | + | [ 23.364258] ath11k c000000.wifi Adults_5.0g: |
| e | e | ||
| - | [ 25.883756] ath11k c000000.wifi Adults_5.0g: | + | [ 23.364318] ath11k c000000.wifi Adults_5.0g: |
| - | [ 25.889983] br-adults_lan: | + | [ 23.369419] br-adults_lan: |
| ate | ate | ||
| - | [ 25.915182] br-adults_lan: | + | [ 23.426205] br-adults_lan: |
| ate | ate | ||
| - | [ 25.915226] br-adults_lan: | + | [ 23.426250] br-adults_lan: |
| ate | ate | ||
| - | [ 25.920652] ath11k c000000.wifi Adults_5.0g: | + | [ 23.431665] ath11k c000000.wifi Adults_5.0g: |
| mode | mode | ||
| - | [ 25.927338] ath11k c000000.wifi Adults_5.0g: | + | [ 23.438307] ath11k c000000.wifi Adults_5.0g: |
| ode | ode | ||
| - | [ 25.933688] br-adults_lan: | + | [ 23.444587] br-adults_lan: |
| ate | ate | ||
| - | [ 25.939974] br-adults_lan: | + | [ 23.450991] br-adults_lan: |
| 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: | + | [ 25.204585] br-adults_lan: |
| - | [ 26.808405] br-adults_lan: | + | [ 25.209583] br-adults_lan: |
| - | [ 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.508107] br-kids_lan: port 2(Kids_5.0g) entered disabled state | + | [ 38.774105] usb 1-1: new high-speed USB device number |
| - | [ 299.508208] br-kids_lan: | + | -hcd |
| - | [ 299.515746] ath11k c000000.wifi Kids_5.0g: left allmulticast mode | + | [ 39.068217] option 1-1:1.0: GSM modem (1-port) |
| - | [ 299.519295] ath11k c000000.wifi Kids_5.0g: left promiscuous mode | + | [ 39.068522] usb 1-1: GSM modem (1-port) |
| - | [ 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.073738] option 1-1:1.1: GSM modem (1-port) |
| - | [ 299.583775] ath11k c000000.wifi phy1-ap1: left promiscuous mode | + | [ 39.080508] usb 1-1: GSM modem (1-port) |
| - | [ 299.588923] br-kids_lan: | + | ttyUSB1 |
| - | [ 299.795417] br-adults_lan: port 3(Adults_5.0g) entered disabled st | + | [ 39.086559] option |
| - | ate | + | [ 39.093315] usb 1-1: GSM modem (1-port) |
| - | [ 299.795522] br-adults_lan: | + | ttyUSB2 |
| - | [ 299.800869] br-adults_lan: | + | [ 39.099454] option 1-1:1.3: GSM modem (1-port) |
| - | [ 299.809087] ath11k c000000.wifi Adults_5.0g: left allmulticast mod | + | [ 39.106172] usb 1-1: GSM modem (1-port) |
| - | e | + | ttyUSB3 |
| - | [ 299.812756] ath11k c000000.wifi Adults_5.0g: | + | |
| - | [ 299.819086] br-adults_lan: | + | |
| - | 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: | + | |
| - | [ 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: | + | |
| - | [ 300.145762] br-adults_lan: | + | |
| - | ate | + | |
| - | [ 300.145808] br-adults_lan: port 1(Adults_5.0g) entered disabled st | + | |
| - | ate | + | |
| - | [ 300.151235] ath11k c000000.wifi Adults_5.0g: entered allmulticast | + | |
| - | mode | + | |
| - | [ 300.158123] ath11k c000000.wifi Adults_5.0g: | + | |
| - | ode | + | |
| - | [ 300.166835] br-adults_lan: | + | |
| - | [ 300.170554] br-adults_lan: | + | |
| - | [ 300.176369] nss-dp 3a007000.dp6-syn lan: entered allmulticast mode | + | |
| - | [ 300.182257] nss-dp 3a007000.dp6-syn lan: entered promiscuous mode | + | |
| - | [ 300.189074] br-adults_lan: port 3(phy1-ap0) entered blocking state | + | |
| - | [ 300.194268] br-adults_lan: | + | |
| - | [ 300.200357] ath11k c000000.wifi phy1-ap0: entered allmulticast mod | + | |
| - | e | + | |
| - | [ 300.206647] ath11k c000000.wifi phy1-ap0: entered promiscuous mode | + | |
| - | [ 300.213761] br-adults_lan: | + | |
| - | [ 300.218902] br-adults_lan: | + | |
| - | te | + | |
| - | [ 300.225123] br-adults_lan: | + | |
| - | [ 300.231583] br-adults_lan: | + | |
| - | [ 300.237242] br-adults_lan: | + | |
| - | ate | + | |
| - | [ 300.242959] br-adults_lan: port 1(Adults_5.0g) entered forwarding | + | |
| - | state | + | |
| - | [ 300.251984] br-kids_lan: port 1(Kids_5.0g) entered blocking state | + | |
| - | [ 300.256025] br-kids_lan: | + | |
| - | [ 300.262257] ath11k c000000.wifi Kids_5.0g: entered allmulticast mo | + | |
| - | de | + | |
| - | [ 300.268597] ath11k c000000.wifi Kids_5.0g: entered promiscuous mod | + | |
| - | e | + | |
| - | [ 300.276356] br-kids_lan: | + | |
| - | [ 300.280769] br-kids_lan: port 2(phy1-ap1) entered disabled state | + | |
| - | [ 300.287021] ath11k c000000.wifi phy1-ap1: entered allmulticast mod | + | |
| - | e | + | |
| - | [ 300.293099] ath11k c000000.wifi phy1-ap1: entered promiscuous mode | + | |
| - | [ 300.300232] br-kids_lan: | + | |
| - | [ 300.305209] br-kids_lan: | + | |
| - | [ 300.311381] br-kids_lan: | + | |
| - | [ 300.317346] br-kids_lan: port 1(Kids_5.0g) entered forwarding stat | + | |
| - | e | + | |
| - | [ 300.563432] br-adults_lan: port 2(lan) entered disabled state | + | |
| - | [ 304.323345] nss-dp 3a007000.dp6-syn lan: PHY Link up speed: 1000 | + | |
| - | [ 304.323433] br-adults_lan: | + | |
| - | [ 304.328433] br-adults_lan: | + | |
| - | [ 432.180640] br-kids_lan: port 2(phy1-ap1) entered disabled state | + | |
| - | [ 432.180745] br-kids_lan: port 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: | + | |
| - | [ 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: | + | |
| - | [ 432.447768] br-kids_lan: | + | |
| - | [ 432.447817] br-kids_lan: port 1(Kids_5.0g) entered disabled state | + | |
| - | [ 432.452892] ath11k c000000.wifi Kids_5.0g: entered allmulticast mo | + | |
| - | de | + | |
| - | [ 432.459246] ath11k c000000.wifi Kids_5.0g: entered promiscuous mod | + | |
| - | e | + | |
| - | [ 432.466973] br-kids_lan: | + | |
| - | [ 432.471348] br-kids_lan: | + | |
| - | [ 432.477699] ath11k c000000.wifi phy1-ap1: entered allmulticast mod | + | |
| - | e | + | |
| - | [ 432.483821] ath11k c000000.wifi phy1-ap1: entered promiscuous mode | + | |
| - | [ 432.491113] br-kids_lan: | + | |
| - | [ 432.495860] br-kids_lan: | + | |
| - | [ 432.502054] br-kids_lan: | + | |
| - | [ 432.508005] br-kids_lan: | + | |
| - | e | + | |
| Line 3903: | 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 | ||
| | | ||
| - | | + | |
| | | ||
| - | === WARNING! ===================================== | + | root@OpenWrt:/# |
| - | There is no root password defined on this device! | + | |
| - | Use the " | + | |
| - | in order to prevent unauthorized SSH logins. | + | |
| - | -------------------------------------------------- | + | |
| - | root@OpenWrt:/# | + | |
| </ | </ | ||
| Line 5326: | Line 4622: | ||
| [[meta: | [[meta: | ||
| {{tag> | {{tag> | ||
| + | |||
| + | |||
| + | |||