GL.iNet GL-B2200

Under Construction!
This page is currently under construction. You can edit the article to help completing it.

The GL.iNet GL-B2200 is a tri-band wireless gigabit router, and is mesh-capable.

GL-B2200 GL-B2200 GL-B2200

None at this time.

The GL-B2200 has one 16 MiB SPI flash chip.

Factory Layout for 16 MiB SPI Flash (spi0.0: Winbond W25Q128)
Layer0 Raw NOR, Partitions from device tree
Layer1 mtd0 mtd1 mtd2 mtd3 mtd4 mtd5 mtd6 mtd7
Layer2
Address 0x0000 0000 0x0004 0000 0x0006 0000 0x000c 0000 0x000d 0000 0x000e 0000 0x000f 0000 0x0017 0000
Size 256 KiB 128 KiB 384 KiB 64 KiB 64 KiB 64 KiB 512 KiB 64 KiB
Name
0:SBL1
0:MIBIB
0:QSEE
0:CDT
0:DDRPARAMS
0:APPSBLENV
0:APPSBL
0:ART
Usage
Qualcomm
Bootloader ELF
Qualcomm
Partition Table
Qualcomm
TrustZone ELF
Qualcomm
Config
¿
U-Boot
Environment
U-Boot
ELF
Wi-Fi
Calibration

/proc/mtd content (OpenWrt)

# cat /proc/mtd 
dev:    size   erasesize  name
mtd0: 00040000 00010000 "SBL1"
mtd1: 00020000 00010000 "MIBIB"
mtd2: 00060000 00010000 "QSEE"
mtd3: 00010000 00010000 "CDT"
mtd4: 00010000 00010000 "DDRPARAMS"
mtd5: 00010000 00010000 "APPSBLENV"
mtd6: 00080000 00010000 "APPSBL"
mtd7: 00010000 00010000 "ART"

Relevant dmesg output (OpenWrt)

# dmesg | grep "MTD partitions" -A 8
[    1.227603] Creating 8 MTD partitions on "spi0.0":
[    1.233468] 0x000000000000-0x000000040000 : "SBL1"
[    1.238888] 0x000000040000-0x000000060000 : "MIBIB"
[    1.243636] 0x000000060000-0x0000000c0000 : "QSEE"
[    1.248279] 0x0000000c0000-0x0000000d0000 : "CDT"
[    1.253141] 0x0000000d0000-0x0000000e0000 : "DDRPARAMS"
[    1.257858] 0x0000000e0000-0x0000000f0000 : "APPSBLENV"
[    1.262965] 0x0000000f0000-0x000000170000 : "APPSBL"
[    1.268090] 0x000000170000-0x000000180000 : "ART"

The GL-B2200 has one 7.28 GiB eMMC (Samsung 8GTF4R).

Factory Layout for 7.28 GiB eMMC
Layer0 Raw eMMC, Partitions from device tree
Layer1
Layer2
Size 32 MiB 128 MiB 512 MiB 1007 KiB
Name
0:HLOS
rootfs
rootfs_data
-
Usage
FIT Kernel
SquashFS
/rom
F2FS
/overlay
BIOS
GRUB

lsblk output (OpenWrt)

# lsblk /dev/mmcblk0
NAME          MAJ:MIN RM  SIZE RO TYPE MOUNTPOINTS
mmcblk0       179:0    0  7.3G  0 disk 
├─mmcblk0p1   179:1    0   32M  0 part 
├─mmcblk0p2   179:2    0  128M  0 part /rom
├─mmcblk0p3   179:3    0  512M  0 part /overlay
└─mmcblk0p128 259:0    0 1007K  0 part

parted output (OpenWrt)

# parted /dev/mmcblk0 print
Error: The backup GPT table is corrupt, but the primary appears OK, so that will
be used.                                                        
OK/Cancel? ok                                                             
Warning: Not all of the space available to /dev/mmcblk0 appears to be used, you
can fix the GPT to use all of the space (an extra 13891551 blocks) or continue
with the current setting? 
Fix/Ignore? ignore                                                        
Model: MMC 8GTF4R (sd/mmc)
Disk /dev/mmcblk0: 7818MB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags: 

Number  Start   End     Size    File system  Name         Flags
128     17.4kB  1049kB  1031kB                            bios_grub
 1      1049kB  34.6MB  33.6MB               0:HLOS       hidden, legacy_boot
 2      34.6MB  169MB   134MB                rootfs       hidden
 3      169MB   706MB   537MB   f2fs         rootfs_data

Relevant dmesg output (OpenWrt)

dmesg | grep "SDHCI controller" -A 8
[    2.196279] mmc0: SDHCI controller on 7824900.sdhci [7824900.sdhci] using ADMA 64-bit
[    2.207520] Waiting for root device /dev/mmcblk0p2...
[    2.286743] mmc0: new HS200 MMC card at address 0001
[    2.289220] mmcblk0: mmc0:0001 8GTF4R 7.28 GiB 
[    2.292183] mmcblk0boot0: mmc0:0001 8GTF4R partition 1 4.00 MiB
[    2.296190] mmcblk0boot1: mmc0:0001 8GTF4R partition 2 4.00 MiB
[    2.301329] mmcblk0rpmb: mmc0:0001 8GTF4R partition 3 512 KiB, chardev (247:0)
[    2.310100] Alternate GPT is invalid, using primary GPT.
[    2.314280]  mmcblk0: p1 p2 p3 p128
# printenv
baudrate=115200
bootcmd=bootipq; ping 192.168.1.2; run lfq; bootipq; run httpd; reset
bootdelay=2
bootstopkey=gl
ethact=eth0
flash_type=0
ipaddr=192.168.1.1
machid=8010201
serverip=192.168.1.2
stderr=serial
stdin=serial
stdout=serial

generic.flashing.tftp

The UBoot provides helper commands to download the image and install it:

(IPQ40xx) # run 
Usage:
run lu:
    - download uboot-gl-b2200.bin from your tftp server and replace the current one
run lf:
    - download openwrt-gl-b2200.bin from your tftp server and write on flash
run lfq:
    - download qsdk-gl-b2200.bin from your tftp server and write on flash

Specific values needed for tftp

Bootloader tftp server IPv4 address 192.168.1.2
Firmware tftp image Latest OpenWrt release (NOTE: gunzipped emmc image, should be renamed as openwrt-gl-b2200.bin)
TFTP client required IP address 192.168.1.1
  • Browse to http://192.168.1.1/cgi-bin/luci/mini/system/upgrade/ LuCI Upgrade URL
  • Upload image file for sysupgrade to LuCI
  • Wait for reboot

If you don't have a GUI (LuCI) available, you can alternatively upgrade via the command line.

Note: It is important that you put the firmware image into the ramdisk (/tmp) before you start flashing.

sysupgrade

  • Login as root via SSH on 192.168.1.1, then enter the following commands:
cd /tmp
wget https://downloads.openwrt.org/releases/22.03.3/targets/ipq40xx/generic/openwrt-22.03.3-ipq40xx-generic-glinet_gl-b2200-squashfs-sysupgrade.bin
sysupgrade /tmp/openwrt-22.03.3-ipq40xx-generic-glinet_gl-b2200-squashfs-sysupgrade.bin

Basic configuration After flashing, proceed with this.
Set up your Internet connection, configure wireless, configure USB port, etc.

The default network configuration is:

Interface Name Description Default configuration
br-lan LAN & WiFi 192.168.1.1/24
eth0 LAN port None
eth1 WAN port DHCP
wlan0 WiFi (5 GHz) Disabled
wlan1 WiFi (2 GHz) Disabled
wlan2 WiFi (5 GHz) Disabled

Port 0 is the internal CPU port and should be tagged. Ports 1 to 3 are unused.

Port Switch port
CPU (internal) 0
LAN 4
Internet (WAN) 5

:!: The VLANs 1 and 2 are used internally by the switch, and should not be used. See this thread for further details.

hardware.button on howto use and configure the hardware button(s). Here, we merely name the buttons, so we can use them in the above Howto.

The GL.iNet GL-B2200 has the following buttons:

BUTTON Event
Reset reset
Sync wps

Front:
GL-B2200 front

Back:
GL-B2200 back

Note: This will void your warranty!

  1. Remove the top hat using a plastic prying tool as a lever. There are 5 plastic clips to remove. :!: Be careful, this might leave marks on the plastic case.
  2. Remove the rubber feet and unscrew the 3 screws.
  3. Gently slide the PCB out of the case. :!: The LEDs are plugged with an extension cable to the case.
  4. Unplug the LED cable.
  5. Unscrew the 2 screws holding the bottom case.
  6. You are now able to access the UART pins.
  7. If necessary, you can also remove the 8 screws holding the heat sinks (4 on both faces) in order to access the whole PCB.

Main PCB:
See GL.iNet specifications page for further details.

GL-B2200 PCB back

GL-B2200 PCB front

port.serial general information about the serial port, serial port cable, etc.

How to connect to the Serial Port of this specific device:
GL-B2200 PCB back

See GL.iNet documentation for further details.

Serial connection parameters
for GL.iNet GL-B2200
115200, 8N1

port.jtag general information about the JTAG port, JTAG cable, etc.

How to connect to the JTAG Port of this specific device:
FIXME

None so far.

Format: Log Type - Time(microsec) - Message - Optional Info Log Type: B - Since Boot(Power On Reset), D - Delta, S - Statistic S - QC_IMAGE_VERSION_STRING=BOOT.BF.3.1.1-00120 S - IMAGE_VARIANT_STRING=DAABANAZA S - OEM_IMAGE_VERSION_STRING=CRM S - Boot Config, 0x00000021 S - Reset status Config, 0x00000000 S - Core 0 Frequency, 0 MHz B - 261 - PBL, Start B - 1340 - bootable_media_detect_entry, Start B - 1680 - bootable_media_detect_success, Start B - 1694 - elf_loader_entry, Start B - 5088 - auth_hash_seg_entry, Start B - 7240 - auth_hash_seg_exit, Start B - 580280 - elf_segs_hash_verify_entry, Start B - 698515 - PBL, End B - 698539 - SBL1, Start B - 789590 - pm_device_init, Start D - 7 - pm_device_init, Delta B - 791039 - boot_flash_init, Start D - 52886 - boot_flash_init, Delta B - 848068 - boot_config_data_table_init, Start D - 3842 - boot_config_data_table_init, Delta - (419 Bytes) B - 855551 - clock_init, Start D - 7580 - clock_init, Delta B - 867176 - CDT version:2,Platform ID:8,Major ID:1,Minor ID:2,Subtype:1 B - 870589 - sbl1_ddr_set_params, Start B - 875687 - cpr_init, Start D - 2 - cpr_init, Delta B - 880069 - Pre_DDR_clock_init, Start D - 4 - Pre_DDR_clock_init, Delta D - 13176 - sbl1_ddr_set_params, Delta B - 893382 - pm_driver_init, Start D - 2 - pm_driver_init, Delta B - 964622 - sbl1_wait_for_ddr_training, Start D - 27 - sbl1_wait_for_ddr_training, Delta B - 980947 - Image Load, Start D - 152274 - QSEE Image Loaded, Delta - (297752 Bytes) B - 1133655 - Image Load, Start D - 1448 - SEC Image Loaded, Delta - (2048 Bytes) B - 1143980 - Image Load, Start D - 222800 - APPSBL Image Loaded, Delta - (456019 Bytes) B - 1367178 - QSEE Execution, Start D - 60 - QSEE Execution, Delta B - 1373413 - SBL1, End D - 676875 - SBL1, Delta S - Flash Throughput, 2009 KB/s (756238 Bytes, 376304 us) S - DDR Frequency, 672 MHz U-Boot 2012.07 [Chaos Calmer 15.05.1,r48067] (Oct 14 2020 - 17:34:04) smem ram ptable found: ver: 1 len: 3 DRAM: 512 MiB machid : 0x8010201 NAND: SF: Detected W25Q128 with page size 64 KiB, total 16 MiB ipq_spi: page_size: 0x100, sector_size: 0x10000, size: 0x1000000 16 MiB MMC: qca_mmc: 0 In: serial Out: serial Err: serial machid: 8010201 flash_type: 0 Net: MAC0 addr:94:83:c4:15:96:21 PHY ID1: 0x4d PHY ID2: 0xd0b1 ipq40xx_ess_sw_init done eth0 Hit "gl" key to stop booting: 2 1 0 SF: Detected W25Q128 with page size 64 KiB, total 16 MiB Checking calibration status... Device have calibrated,checking test status... Device haven tested, checking MAC info... Device have MAC info, starting firmware... MMC read: dev # 0, block # 34, count 65536 ... 65536 blocks read: OK ## Booting kernel from FIT Image at 84000000 ... Using 'config@ap.dk04.1-c3' configuration Trying 'kernel@1' kernel subimage Description: ARM OpenWrt Linux-4.4.60 Type: Kernel Image Compression: gzip compressed Data Start: 0x840000e4 Data Size: 3605590 Bytes = 3.4 MiB Architecture: ARM OS: Linux Load Address: 0x80208000 Entry Point: 0x80208000 Hash algo: crc32 Hash value: 32e895d6 Hash algo: sha1 Hash value: ad6c97a1e66324043c05c4963c3a2f70f462d4d4 Verifying Hash Integrity ... crc32+ sha1+ OK ## Flattened Device Tree from FIT Image at 84000000 Using 'config@ap.dk04.1-c3' configuration Trying 'fdt@ap.dk04.1-c3' FDT blob subimage Description: ARM OpenWrt qcom-ipq40xx-ap.dkxx device tree blob Type: Flat Device Tree Compression: uncompressed Data Start: 0x843ab028 Data Size: 23753 Bytes = 23.2 KiB Architecture: ARM Hash algo: crc32 Hash value: 3dd0c135 Hash algo: sha1 Hash value: f7bf37eb492007358e4669a3448b5f4142c0d515 Verifying Hash Integrity ... crc32+ sha1+ OK Booting using the fdt blob at 0x843ab028 Uncompressing Kernel Image ... OK Loading Device Tree to 86ff7000, end 86fffcc8 ... OK Device nand0 not found! Using machid 0x8010201 from environment Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 4.4.60 (han@glinet) (gcc version 5.2.0 (OpenWrt GCC 5.2.0 6404588+r49254) ) #1 SMP PREEMPT Wed Mar 24 18:00:04 CST 2021 [ 0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [ 0.000000] Machine model: Qualcomm Technologies, Inc. IPQ4019/AP-DK04.1-C3 [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] PERCPU: Embedded 11 pages/cpu @dfbb8000 s14400 r8192 d22464 u45056 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 125952 [ 0.000000] Kernel command line: rootfsname=rootfs rootwait clk_ignore_unused [ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes) [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes) [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes) [ 0.000000] Memory: 494452K/507904K available (5267K kernel code, 302K rwdata, 1736K rodata, 1024K init, 252K bss, 13452K reserved, 0K cma-reserved, 0K highmem) [ 0.000000] Virtual kernel memory layout: [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB) [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB) [ 0.000000] vmalloc : 0xe0800000 - 0xff800000 ( 496 MB) [ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB) [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB) [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB) [ 0.000000] .text : 0xc0208000 - 0xc09d6c00 (7995 kB) [ 0.000000] .init : 0xc0a00000 - 0xc0b00000 (1024 kB) [ 0.000000] .data : 0xc0b00000 - 0xc0b4bb68 ( 303 kB) [ 0.000000] .bss : 0xc0b4e000 - 0xc0b8d32c ( 253 kB) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] Preemptible hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 32. [ 0.000000] NR_IRQS:16 nr_irqs:16 16 [ 0.000000] Architected cp15 timer(s) running at 48.00MHz (virt). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xb11fd3bfb, max_idle_ns: 440795203732 ns [ 0.000009] sched_clock: 56 bits at 48MHz, resolution 20ns, wraps every 4398046511096ns [ 0.000023] Switching to timer-based delay loop, resolution 20ns [ 0.000248] Calibrating delay loop (skipped), value calculated using timer frequency.. 96.00 BogoMIPS (lpj=480000) [ 0.000264] pid_max: default: 32768 minimum: 301 [ 0.000382] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.000395] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.001007] CPU: Testing write buffer coherency: ok [ 0.001325] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 [ 0.001409] Setting up static identity map for 0x80300000 - 0x80300058 [ 0.052869] MSM Memory Dump base table set up [ 0.052911] MSM Memory Dump apps data table set up [ 0.090527] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 [ 0.120569] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002 [ 0.150637] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003 [ 0.150731] Brought up 4 CPUs [ 0.150761] SMP: Total of 4 processors activated (384.00 BogoMIPS). [ 0.150769] CPU: All CPU(s) started in SVC mode. [ 0.159146] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5 [ 0.159568] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.159601] futex hash table entries: 1024 (order: 4, 65536 bytes) [ 0.159858] pinctrl core: initialized pinctrl subsystem [ 0.161372] NET: Registered protocol family 16 [ 0.162947] DMA: preallocated 2048 KiB pool for atomic coherent allocations [ 0.190382] cpuidle: using governor ladder [ 0.220421] cpuidle: using governor menu [ 0.236009] Read of property:soc_version_minor from node failed [ 0.236022] Read of property:soc_version_major from node failed [ 0.236030] Read of property:cpu_type from node failed [ 0.236042] CPU: unavail, SoC Version: 4294967295.4294967295 [ 0.236641] IPC logging disabled [ 0.236651] IPC logging disabled [ 0.236657] IPC logging disabled [ 0.236664] IPC logging disabled [ 0.236670] IPC logging disabled [ 0.236926] sps:sps is ready. [ 0.274703] Advanced Linux Sound Architecture Driver Initialized. [ 0.275788] clocksource: Switched to clocksource arch_sys_counter [ 0.277521] NET: Registered protocol family 2 [ 0.278502] TCP established hash table entries: 4096 (order: 2, 16384 bytes) [ 0.278574] TCP bind hash table entries: 4096 (order: 3, 32768 bytes) [ 0.278662] TCP: Hash tables configured (established 4096 bind 4096) [ 0.278735] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.278769] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.279014] NET: Registered protocol family 1 [ 0.289964] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.289991] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. [ 0.294824] Key type asymmetric registered [ 0.294849] Asymmetric key parser 'x509' registered [ 0.294904] io scheduler noop registered [ 0.294923] io scheduler deadline registered (default) [ 0.296517] 40000000.pci supply vdda not found, using dummy regulator [ 0.296619] 40000000.pci supply vdda_phy not found, using dummy regulator [ 0.296671] 40000000.pci supply vdda_refclk not found, using dummy regulator [ 0.297031] PCI host bridge /soc/pci@40000000 ranges: [ 0.297067] IO 0x40200000..0x402fffff -> 0x40200000 [ 0.297104] MEM 0x48000000..0x57ffffff -> 0x48000000 [ 0.567366] qcom-pcie 40000000.pci: link up [ 0.567631] qcom-pcie 40000000.pci: PCI host bridge to bus 0000:00 [ 0.567652] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.567671] pci_bus 0000:00: root bus resource [io 0x0000-0xfffff] (bus address [0x40200000-0x402fffff]) [ 0.567686] pci_bus 0000:00: root bus resource [mem 0x48000000-0x57ffffff] [ 0.568162] PCI: bus0: Fast back to back transfers disabled [ 0.569534] PCI: bus1: Fast back to back transfers disabled [ 0.569688] pci 0000:00:00.0: BAR 8: assigned [mem 0x48000000-0x481fffff] [ 0.569708] pci 0000:00:00.0: BAR 0: assigned [mem 0x48200000-0x48200fff] [ 0.569732] pci 0000:01:00.0: BAR 0: assigned [mem 0x48000000-0x481fffff 64bit] [ 0.569803] pci 0000:00:00.0: PCI bridge to [bus 01] [ 0.569820] pci 0000:00:00.0: bridge window [mem 0x48000000-0x481fffff] [ 0.569899] PCIe: RC0 enabled during bootup [ 0.574185] tcsr 194b000.tcsr: setting usb hs phy mode select = e700e7 [ 0.574253] tcsr 1953000.ess_tcsr: setting ess interface select = 0 [ 0.574340] tcsr 1949000.tcsr: setting wifi_glb_cfg = 41000000 [ 0.574402] tcsr 1957000.tcsr: setting wifi_noc_memtype_m0_m2 = 2222222 [ 0.574750] TZ Log : Will warn on Access Violation, as paniconaccessviolation is not set [ 0.575628] msm_serial 78af000.serial: msm_serial: detected port #0 [ 0.575677] msm_serial 78af000.serial: uartclk = 1843200 [ 0.575725] 78af000.serial: ttyMSM0 at MMIO 0x78af000 (irq = 26, base_baud = 115200) is a MSM [ 0.575756] msm_serial: console setup on port #0 [ 1.217781] console [ttyMSM0] enabled [ 1.222908] msm_serial 78b0000.serial: msm_serial: detected port #1 [ 1.226058] msm_serial 78b0000.serial: uartclk = 1843200 [ 1.232104] 78b0000.serial: ttyMSM1 at MMIO 0x78b0000 (irq = 27, base_baud = 115200) is a MSM [ 1.238096] msm_serial: driver initialized [ 1.246395] msm_serial_hsl_init: driver initialized [ 1.263901] brd: module loaded [ 1.264749] spi_qup 78b5000.spi: IN:block:16, fifo:64, OUT:block:16, fifo:64 [ 1.267422] spi_qup 78b6000.spi: IN:block:16, fifo:64, OUT:block:16, fifo:64 [ 1.275161] m25p80 spi0.0: found w25q128, expected n25q128a11 [ 1.280197] m25p80 spi0.0: w25q128 (16384 Kbytes) [ 1.285852] 8 ofpart partitions found on MTD device spi0.0 [ 1.290416] Creating 8 MTD partitions on "spi0.0": [ 1.295829] 0x000000000000-0x000000040000 : "0:SBL1" [ 1.301738] 0x000000040000-0x000000060000 : "0:MIBIB" [ 1.306821] 0x000000060000-0x0000000c0000 : "0:QSEE" [ 1.311733] 0x0000000c0000-0x0000000d0000 : "0:CDT" [ 1.316830] 0x0000000d0000-0x0000000e0000 : "0:DDRPARAMS" [ 1.321424] 0x0000000e0000-0x0000000f0000 : "0:APPSBLENV" [ 1.327027] 0x0000000f0000-0x000000170000 : "0:APPSBL" [ 1.332346] 0x000000170000-0x000000180000 : "0:ART" [ 1.338247] libphy: Fixed MDIO Bus: probed [ 1.561791] qca-mdio 90000.mdio: Could not find phy-reset-gpio [ 1.561974] libphy: qca_mdio: probed [ 1.568851] qca-mdio 90000.mdio: qca-mdio driver was registered [ 1.570350] Unable to create IPC log context! [ 1.576277] i2c /dev entries driver [ 1.582369] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.584478] sdhci: Secure Digital Host Controller Interface driver [ 1.592456] sdhci: Copyright(c) Pierre Ossman [ 1.598453] sdhci-pltfm: SDHCI platform and OF driver helper [ 1.603965] sdhci_msm 7824900.sdhci: sdhci_msm_probe: ICE device is not enabled [ 1.608685] sdhci_msm 7824900.sdhci: Got SD LDO GPIO #33 [ 1.715592] sdhci_msm 7824900.sdhci: No vreg data found for vdd [ 1.715623] sdhci_msm 7824900.sdhci: No vreg data found for vdd-io [ 1.733173] sdhci_msm 7824900.sdhci: No vmmc regulator found [ 1.776036] mmc0: SDHCI controller on 7824900.sdhci [7824900.sdhci] using ADMA 64-bit [ 1.784448] [ 1.784448] Version Rollback Feature Disabled [ 1.811469] NET: Registered protocol family 10 [ 1.812597] NET: Registered protocol family 17 [ 1.814875] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this. [ 1.819341] Bridge firewalling registered [ 1.832084] 8021q: 802.1Q VLAN Support v1.8 [ 1.836090] Registering SWP/SWPB emulation handler [ 1.842075] hctosys: unable to open rtc device (rtc0) [ 1.849055] clk: Not disabling unused clocks [ 1.849886] ALSA device list: [ 1.854213] No soundcards found. [ 1.857737] 6Waiting for root device ... [ 1.908633] mmc0: MAN_BKOPS_EN bit is not set [ 1.951950] mmc0: new HS200 MMC card at address 0001 [ 1.952678] mmcblk0: mmc0:0001 8GTF4R 7.28 GiB [ 1.956334] mmcblk0rpmb: mmc0:0001 8GTF4R partition 3 512 KiB [ 1.961566] GPT: device [179:2] (rootfs) set to be root filesystem [ 1.966211] mmcblk0: p1 p2 p3 p4 [ 2.079276] VFS: Mounted root (squashfs filesystem) readonly on device 179:2. [ 2.082029] Freeing unused kernel memory: 1024K (c0a00000 - c0b00000) [ 2.624850] init: Console is alive [ 2.625065] init: - watchdog - [ 4.542746] usbcore: registered new interface driver usbfs [ 4.542850] usbcore: registered new interface driver hub [ 4.547356] usbcore: registered new device driver usb [ 4.555555] Button Hotplug driver version 0.4.1 [ 4.563051] exFAT: Version 1.2.9 [ 4.574681] SCSI subsystem initialized [ 4.594726] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 4.595736] ehci-platform: EHCI generic platform driver [ 4.607190] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 4.608212] ohci-platform: OHCI generic platform driver [ 4.614518] uhci_hcd: USB Universal Host Controller Interface driver [ 5.138432] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller [ 5.138498] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1 [ 5.143051] xhci-hcd xhci-hcd.0.auto: hcc params 0x0228f665 hci version 0x100 quirks 0x00010010 [ 5.150495] xhci-hcd xhci-hcd.0.auto: irq 232, io mem 0x08a00000 [ 5.160043] hub 1-0:1.0: USB hub found [ 5.165336] hub 1-0:1.0: 1 port detected [ 5.169446] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller [ 5.172953] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2 [ 5.178402] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. [ 5.186643] hub 2-0:1.0: USB hub found [ 5.194151] hub 2-0:1.0: 1 port detected [ 5.198359] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller [ 5.201780] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 3 [ 5.207365] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220f665 hci version 0x100 quirks 0x00010010 [ 5.214668] xhci-hcd xhci-hcd.1.auto: irq 233, io mem 0x06000000 [ 5.224225] hub 3-0:1.0: USB hub found [ 5.229609] hub 3-0:1.0: 1 port detected [ 5.233579] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller [ 5.237222] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 4 [ 5.242561] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM. [ 5.250916] hub 4-0:1.0: USB hub found [ 5.258430] hub 4-0:1.0: config failed, hub doesn't have any ports! (err -19) [ 5.266737] input: soc:gpio_keys as /devices/platform/soc/soc:gpio_keys/input/input0 [ 5.272360] usbcore: registered new interface driver usb-storage [ 5.278661] usbcore: registered new interface driver uas [ 5.628072] init: - preinit - Press the [f] key and hit [enter] to enter failsafe mode Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level Before mount_root [ 8.138859] EXT4-fs (mmcblk0p3): recovery complete [ 8.139584] EXT4-fs (mmcblk0p3): mounted filesystem with ordered data mode. Opts: (null) [ 8.143450] mount_root: switching to jffs2 overlay After mount_root [ 8.177729] random: procd: uninitialized urandom read (4 bytes read, 8 bits of entropy available) 377+0 records in 377+0 records out 12064 bytes (11.8KB) copied, 0.033638 seconds, 350.2KB/s 377+0 records in 377+0 records out 12064 bytes (11.8KB) copied, 0.028799 seconds, 409.1KB/s 377+0 records in 377+0 records out 12064 bytes (11.8KB) copied, 0.019458 seconds, 605.5KB/s [ 8.297117] procd: - early - [ 8.297224] procd: - watchdog - [ 8.788554] random: jshn: uninitialized urandom read (4 bytes read, 16 bits of entropy available) Failed to connect to ubus [ 8.953857] procd: - ubus - [ 8.988852] random: jshn: uninitialized urandom read (4 bytes read, 16 bits of entropy available) [ 9.087873] random: jshn: uninitialized urandom read (4 bytes read, 16 bits of entropy available) [ 9.093513] random: ubusd: uninitialized urandom read (4 bytes read, 16 bits of entropy available) [ 9.095984] random: ubus: uninitialized urandom read (4 bytes read, 16 bits of entropy available) [ 9.187899] random: jshn: uninitialized urandom read (4 bytes read, 16 bits of entropy available) [ 9.193661] random: ubusd: uninitialized urandom read (4 bytes read, 16 bits of entropy available) [ 9.196010] random: ubus: uninitialized urandom read (4 bytes read, 16 bits of entropy available) [ 9.954233] random: ubusd: uninitialized urandom read (4 bytes read, 17 bits of entropy available) [ 9.957602] procd: - init - Please press Enter to activate this console. [ 11.557464] nf_conntrack version 0.5.0 (7741 buckets, 30964 max) [ 11.589811] cfg80211: World regulatory domain updated: [ 11.589845] cfg80211: DFS Master region: unset [ 11.593844] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time) [ 11.598461] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A) [ 11.604519] ntfs: driver 2.1.32 [Flags: R/O MODULE]. [ 11.613582] PPP generic driver version 2.4.2 [ 11.621147] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz, 92000 KHz AUTO), (N/A, 2000 mBm), (N/A) [ 11.625462] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A) [ 11.634450] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A) [ 11.642415] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s) [ 11.652141] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s) [ 11.661611] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A) [ 11.669686] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A) [ 13.880712] ssdk_switch_device_num_init[998]:INFO:ess-switch dts node number: 1 [ 13.884424] ssdk_dt_get_switch_node[836]:INFO:ess-switch DT exist! [ 13.891340] ssdk_dt_parse_access_mode[737]:INFO:switch_access_mode: local bus [ 13.897513] ssdk_dt_parse_access_mode[750]:INFO:switchreg_base_addr: 0xc000000 [ 13.904611] ssdk_dt_parse_access_mode[751]:INFO:switchreg_size: 0x80000 [ 13.911820] ssdk_dt_parse_mac_mode[242]:INFO:mac mode = 0x0 [ 13.918080] ssdk_dt_parse_mac_mode[248]:INFO:mac mode1 doesn't exit! [ 13.923625] ssdk_dt_parse_mac_mode[257]:INFO:mac mode2 doesn't exit! [ 13.929962] ssdk_dt_parse_phy_info[515]:INFO:qcom,port_phyinfo DT doesn't exist! [ 13.936325] ssdk_dt_parse_mdio[605]:INFO:mdio DT exist! [ 13.943344] ssdk_dt_parse_led[810]:INFO:current dts led_source_num is 0 [ 13.948564] ssdk_dt_parse_psgmii[702]:INFO:ess-psgmii DT exist! [ 13.955497] ssdk_plat_init start [ 13.957577] ssdk_plat_init[1282]:INFO:Enable ess clk [ 14.026878] malibu_phy_api_ops_init[2849]:INFO:qca probe malibu phy driver succeeded! [ 14.033684] regi_init[3369]:INFO:Initializing DESS!! [ 15.722747] ssdk_switch_register[1617]:INFO:Chip version 0x1401 [ 15.725747] qca_link_polling_select[1279]:INFO:link-polling-required node does not exist [ 15.731976] ssdk_switch_register[1642]:INFO:polling is selected [ 15.739717] regi_init[3378]:INFO:Initializing DESS Done!! [ 15.744640] regi_init[3407]:INFO:qca-ssdk module init succeeded! [ 15.752836] tun: Universal TUN/TAP device driver, 1.6 [ 15.753074] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com> [ 15.764671] l2tp_core: L2TP core driver, V2.0 [ 15.765960] l2tp_netlink: L2TP netlink interface [ 15.771232] nat46: module (version 8ff2ae59ec9840a7b8b45f976c51cae80abe0226) loaded. [ 15.774418] gre: GRE over IPv4 demultiplexor driver [ 15.782488] ip_gre: GRE over IPv4 tunneling driver [ 15.802208] Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011) [ 15.812829] QCA multicast snooping installed successfully [ 15.816976] ip6_tables: (C) 2000-2006 Netfilter Core Team [ 17.117235] Netfilter messages via NETLINK v0.30. [ 17.120044] ip_set: protocol 6 [ 20.592224] QCA Hy-Fi multicast installation successfully [ 22.386939] u32 classifier [ 22.386967] input device check on [ 22.388539] Actions configured [ 22.786858] Mirror/redirect action on [ 27.323547] fuse init (API version 7.23) [ 27.522166] usbcore: registered new interface driver cdc_acm [ 27.522202] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters [ 27.529151] usbcore: registered new interface driver cdc_wdm [ 27.546087] Ebtables v2.0 registered [ 27.548489] ip_tables: (C) 2000-2006 Netfilter Core Team [ 27.550827] usbcore: registered new interface driver ipheth [ 27.627008] ctnetlink v0.93: registering with nfnetlink. [ 27.839237] PPP MPPE Compression module registered [ 27.840787] NET: Registered protocol family 24 [ 27.845169] PPTP driver version 0.8.5 [ 27.870523] usbcore: registered new interface driver usbserial [ 27.870650] usbcore: registered new interface driver usbserial_generic [ 27.875338] usbserial: USB Serial support registered for generic [ 27.894914] wireguard: WireGuard 1.0.20200611 loaded. See www.wireguard.com for information. [ 27.894954] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. [ 27.941129] xt_time: kernel timezone is -0000 [ 27.944831] usbcore: registered new interface driver cdc_ether [ 27.949225] usbcore: registered new interface driver cdc_ncm [ 27.951638] usbcore: registered new interface driver cp210x [ 27.956174] usbserial: USB Serial support registered for cp210x [ 27.966140] usbcore: registered new interface driver huawei_cdc_ncm [ 27.972806] l2tp_ppp: PPPoL2TP kernel driver, V2.0 [ 27.998829] usbcore: registered new interface driver qmi_wwan [ 28.001934] usbcore: registered new interface driver rndis_host [ 28.007369] usbcore: registered new interface driver sierra [ 28.009391] usbserial: USB Serial support registered for Sierra USB modem [ 28.017298] usbcore: registered new interface driver sierra_net [ 28.031017] usbcore: registered new interface driver option [ 28.031151] usbserial: USB Serial support registered for GSM modem (1-port) [ 30.524399] vmap allocation for size 610304 failed: use vmalloc=<size> to increase size. [ 30.576219] ECM init [ 30.576335] ECM database jhash random seed: 0x5c9e7cfa [ 30.579277] ECM init complete [ 31.761444] EXT4-fs (mmcblk0p4): recovery complete [ 31.762278] EXT4-fs (mmcblk0p4): mounted filesystem with ordered data mode. Opts: (null) lbd: stopping daemon [ 35.399207] IPv6: ADDRCONF(NETDEV_UP): lo: link is not ready [ 35.410342] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [ 35.422577] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready [ 35.431229] device eth1 entered promiscuous mode acfg_tool: Issuing blocking call to wait for events lbd: stopping daemon [ 36.415927] br-lan: port 1(eth1) entered forwarding state [ 36.416040] br-lan: port 1(eth1) entered forwarding state acfg_tool: Issuing blocking call to wait for events qcawifi qcawificfg80211 disable radio wifi0 qcawifi qcawificfg80211 disable radio wifi1 qcawifi qcawificfg80211 disable radio wifi2 [ 37.806013] ess_edma c080000.edma: eth0: GMAC Link is up with phy_speed=1000 acfg_tool: Issuing blocking call to wait for events acfg_tool: Issuing blocking call to wait for events qcawifi qcawificfg80211: enable radio wifi0 [ 38.415819] br-lan: port 1(eth1) entered forwarding state [ 38.635400] mem_manager: module license 'unspecified' taints kernel. [ 38.635438] Disabling lock debugging due to kernel taint [ 38.714287] qdf_dbg_mask value is invalid [ 38.714318] Using the default module debug levels instead [ 38.717402] qdf_print_ctrl_register: Allocated print control object 0 [ 38.722768] MINIDUMP VA .bss start=bf88d080 module=qdf [ 44.715736] vmap allocation for size 2777088 failed: use vmalloc=<size> to increase size. [ 44.717886] vmap allocation for size 405504 failed: use vmalloc=<size> to increase size. [ 44.876975] wlan: [2847:E:CONFIG] cfg_uint_item_handler: 142: allow_mon_vaps_in_sr= - Invalid format (status 16); Using default 0 [ 44.877120] wlan: [2847:E:CONFIG] cfg_uint_item_handler: 171: gScanProbeRepeatTime=50 - Out of range [0, 30]; Using 50 [ 44.887796] MINIDUMP VA .bss start=e1ef9500 module=umac******FW ini file not found****** ******No cold_boot_support***** [ 45.798228] vmap allocation for size 1204224 failed: use vmalloc=<size> to increase size. [ 45.866831] MINIDUMP VA .bss start=e16c3c00 module=qca_ol [ 46.075569] vmap allocation for size 610304 failed: use vmalloc=<size> to increase size. [ 46.087522] wlan: [3697:I:ANY] =======ol_if_register_wifi3_0========== [ 46.087522] [ 46.087588] wlan: [3697:I:ANY] init_ath_pci_3_0: 151: 6ath_ol_pci_wifi3.0: (Atheros/multi-bss) [ 46.094725] MINIDUMP VA .bss start=e14889c0 module=wifi_3_0 [ 46.244786] vmap allocation for size 507904 failed: use vmalloc=<size> to increase size. [ 46.283927] wlan: [3698:I:ANY] pld_ahb_wlan_enable: 689: cnss_mode: Mission mode [ 46.290793] wlan: [3698:I:ANY] qca_napi_create: 369: qca_napi_create: napi instance 32 created on pipe 4 [ 46.291101] wlan: [3698:I:ANY] __ol_ath_attach: 3520: Allocated soc db2c0500 [ 46.300127] wlan: [3698:I:ANY] btcoex_support 0 wlan_prio_gpio 0 [ 46.300127] [ 46.324049] wlan: [3698:I:ANY] __ol_ath_attach: 3746: dev name soc0 [ 46.324183] wlan: [3698:I:ANY] ol_target_init: 2453: 6ol_target_init() BMI inited. [ 46.329324] wlan: [3698:I:ANY] ol_target_init: 2467: 6ol_target_init() BMI Get Target Info. [ 46.336813] wlan: [3698:I:ANY] ol_target_init: 2474: Chip id: 0x10, chip version: 0x1000000 [ 46.345450] wlan: [3698:I:ANY] ol_ath_host_config_update: 5171: 6 [ 46.345450] CE WAR Disabled [ 46.345450] [ 46.353705] wlan: [3698:I:ANY] ol_ath_configure_target: 559: 6NUM_DEV=1 FWMODE=0x2 FWSUBMODE=0x0 FWBR_BUF 0 [ 46.364517] wlan: [3698:I:ANY] ol_target_init: 2496: 6ol_target_init() configure Target . [ 46.374221] wlan: [3698:I:ANY] ol_ath_download_firmware: 1929: [ 46.374221] Target Version is 1000000 [ 46.382210] wlan: [3698:I:ANY] ol_ath_download_firmware: 1939: [ 46.382210] Flash Download Address c0000 [ 46.391853] wlan: [3698:I:ANY] ol_transfer_bin_file: 1401: ol_transfer_bin_file: flash data file defined [ 46.402142] wlan: [3698:I:ANY] ol_transfer_bin_file: 1546: ol_transfer_bin_file[1546] Get Caldata for soc0. [ 46.411727] wlan: [3698:I:ANY] qc98xx_verify_checksum: 800: qc98xx_verify_checksum: flash checksum passed: 0x6f94 [ 46.421081] wlan: [3698:I:ANY] ol_transfer_bin_file: 1601: ol_transfer_bin_file 1601: Download Flash data len 12064 [ 46.431715] wlan: [3698:I:ANY] ol_transfer_bin_file: 1713: 6Board extended Data download address: 0x0 [ 46.461239] wlan: [3698:I:ANY] ol_ath_download_firmware: 1947: [ 46.461239] Board data initialized [ 46.461423] wlan: [3698:I:ANY] ol_ath_download_firmware: 1962: 6ol_ath_download_firmware: Download OTP, flash download ADDRESS 0xc0000 [ 46.469514] wlan: [3698:I:ANY] ol_transfer_bin_file: 1007: 6 [ 46.469514] Selecting OTP binary for CHIP Version -541112768 [ 46.530773] wlan: [3698:I:ANY] ol_transfer_bin_file: 1429: 6ol_transfer_bin_file 1429: downloading file 0, Download data len 4712 [ 46.547353] wlan: [3698:I:ANY] ol_ath_download_firmware: 1991: 6 [ 46.547353] First OTP send param 8000 [ 46.552067] wlan: [3698:I:ANY] ol_ath_download_firmware: 1997: ol_ath_download_firmware :First OTP download and Execute is good address:0x5000 return param 4660 [ 46.556319] wlan: [3698:I:ANY] ol_ath_download_firmware: 2017: ol_ath_download_firmware:##Board Id 20 , CHIP Id 0 [ 46.570711] wlan: [3698:I:ANY] ol_ath_download_firmware: 2085: 6ol_ath_download_firmware: BOARDDATA DOWNLOAD TO address 0xc0000 [ 46.580846] wlan: [3698:I:ANY] boardid_to_filename: 426: [ 46.580846] soc0: Selecting board data file name boardData_1_0_IPQ4019_DK04_2G.bin [ 46.592426] wlan: [3698:I:ANY] ol_transfer_bin_file: 1397: ol_transfer_bin_file: Board Data File download to address=0xc0000 file name=IPQ4019/hw.1/boardData_1_0_IPQ4019_DK04_2G.bin [ 46.606190] wlan: [3698:I:ANY] ol_transfer_bin_file: 1429: 6ol_transfer_bin_file 1429: downloading file 3, Download data len 12064 [ 46.621768] wlan: [3698:I:ANY] ol_transfer_bin_file: 1713: 6Board extended Data download address: 0x0 [ 46.652872] wlan: [3698:I:ANY] ol_ath_download_firmware: 2103: 6ol_ath_download_firmware: Using 0x1234 for the remainder of init [ 46.652919] wlan: [3698:I:ANY] ol_transfer_bin_file: 1007: 6 [ 46.652919] Selecting OTP binary for CHIP Version -541112768 [ 46.663724] wlan: [3698:I:ANY] ol_transfer_bin_file: 1429: 6ol_transfer_bin_file 1429: downloading file 0, Download data len 4712 [ 46.691673] wlan: [3698:I:ANY] ol_ath_download_firmware: 2119: [ 46.691673] [Flash] : Ignore Module param [ 46.691719] wlan: [3698:I:ANY] ol_ath_download_firmware: 2150: 6 [ 46.691719] Second otp download Param 10000 [ 46.710855] wlan: [3698:I:ANY] ol_ath_download_firmware: 2156: ol_ath_download_firmware : Second OTP download and Execute is good, param=0x0 [ 46.710919] wlan: [3698:I:ANY] ol_transfer_bin_file: 1141: 6 [ 46.710919] Mission mode: Firmware CHIP Version -541112768 [ 46.792614] wlan: [3698:I:ANY] ol_swap_seg_alloc: 2842: 6ol_swap_seg_alloc: Successfully allocated memory for SWAP size=262144 [ 46.792614] [ 46.793171] wlan: [3698:I:ANY] ol_swap_wlan_memory_expansion: 2919: ol_swap_wlan_memory_expansion: length:206391 size_left:206411 dma_size_left:262144 fw_temp:e1b42004 fw_entry_size:206415 [ 46.804779] wlan: [3698:I:ANY] ol_swap_wlan_memory_expansion: 2939: ol_swap_wlan_memory_expansion: dma_virt_addr :e1b01000 fw_temp: e1b42008 length: 206391 [ 46.821776] wlan: [3698:I:ANY] ol_swap_wlan_memory_expansion: 2948: 6Swap: bytes_left to copy: fw:16; dma_page:55753 [ 46.821776] [ 46.835247] wlan: [3698:I:ANY] ol_swap_wlan_memory_expansion: 2919: ol_swap_wlan_memory_expansion: length:0 size_left:12 dma_size_left:55753 fw_temp:e1b74643 fw_entry_size:206415 [ 46.847336] wlan: [3698:I:ANY] ol_swap_wlan_memory_expansion: 2922: 6Swap: wrong length read:0 [ 46.847336] [ 46.863214] wlan: [3698:I:ANY] ol_swap_wlan_memory_expansion: 2966: 6ol_swap_wlan_memory_expansion: Swap total_bytes copied: 206391 Target address 417d30 [ 46.863214] [ 46.873643] wlan: [3698:I:ANY] ol_transfer_swap_struct: 2742: 6soc=db2c0500 target_write_addr=417d30 seg_info=dc6ed250 [ 46.889708] wlan: [3698:I:ANY] ol_transfer_swap_struct: 2748: 6ol_transfer_swap_struct:Code swap structure successfully downloaded for bin type =2 [ 46.899799] wlan: [3698:I:ANY] ol_ath_code_data_swap: 2854: 6bin_filename=IPQ4019/hw.1/athwlan.bin swap_filename=/lib/firmware/IPQ4019/hw.1/athwlan.codeswap.bin [ 46.913236] wlan: [3698:I:ANY] ol_transfer_bin_file: 1209: ol_transfer_bin_file: Downloading firmware file: IPQ4019/hw.1/athwlan.bin [ 47.096188] wlan: [3698:I:ANY] ol_transfer_bin_file: 1429: 6ol_transfer_bin_file 1429: downloading file 1, Download data len 384756 [ 47.450885] random: nonblocking pool is initialized [ 48.405205] wlan: [3698:I:ANY] ol_target_init: 2505: 6ol_target_init() Download FW done. [ 48.405344] wlan: [3698:I:ANY] ol_get_tgt_dump_location: 2308: Retrived fw_io_mem_size_l = 600000 fw_io_mem_addr_l = 87500000 [ 48.412776] wlan: [3698:I:ANY] ol_ath_copy_tgt_iram: 2378: tgt iram paddr: 0x980000 host paddr 0x87500000 Radio id 0 [ 48.596714] wlan: [3698:I:ANY] ol_ath_soc_attach: 7064: WMI attached. wmi_handle df403000 [ 48.596845] wlan: [3698:E:WMI] wmi_unified_register_event_handler: Event id 145 is unavailable [ 48.604031] wlan: [3698:E:WMI] wmi_unified_register_event_handler: Event id 62 is unavailable [ 48.612735] wlan: [3698:E:WMI] wmi_unified_register_event_handler: Event id 152 is unavailable [ 48.621259] wlan: [3698:E:WMI] wmi_unified_register_event_handler: Event id 210 is unavailable [ 48.629919] wlan: [3698:E:WMI] wmi_unified_register_event_handler: Event id 208 is unavailable [ 48.638431] wlan: [3698:E:WMI] wmi_unified_register_event_handler: Event id 170 is unavailable [ 48.647227] wlan: [3698:I:ANY] htc_wmi_init: 6358: htc_wmi_init() HT Create . d9670000 [ 48.655715] wlan: [3698:I:ANY] htc_wmi_init: 6422: [htc_wmi_init:6422] host_enable 0 nss_nwifi_offload 0 [ 48.683490] wlan: [3698:I:ANY] ol_target_init_complete: 6540: CDP soc attach success [ 48.684010] wlan: [3698:I:ANY] htc_set_async_ep: 428: htc_set_async_ep: htc_handle d9670000, ep 2, value 1 [ 48.694124] wlan: [6:I:TIF] init_deinit_sw_version_check: 1734: Firmware_Build_Number:30 [ 48.700377] wlan: [6:E:TIF] init_deinit_populate_fw_version_cmd: 108: failed to save fw version [ 48.708757] wlan: [6:I:TIF] init_deinit_peer_cache_support: 255: Peer Caching Enabled ; num_peers = 530, num_active_peers = 52 num_tids = 104, num_vdevs = 17 [ 48.717387] wlan: [6:I:TIF] init_deinit_mem_mgr_alloc_chunk: 1166: req_id 2 idx 0 num_units 53 unit_len 256 [ 48.733003] wlan: [6:I:TIF] init_deinit_mem_mgr_alloc_chunk: 1166: req_id 3 idx 1 num_units 53 unit_len 1024 [ 48.741502] wlan: [6:I:TIF] init_deinit_mem_mgr_alloc_chunk: 1166: req_id 4 idx 2 num_units 53 unit_len 4096 [ 48.756470] wlan: [6:I:TIF] init_deinit_mem_mgr_alloc_chunk: 1166: req_id 8 idx 3 num_units 1 unit_len 327680 [ 48.762369] wlan: [6:I:TIF] init_deinit_mem_mgr_alloc_chunk: 1166: req_id 9 idx 4 num_units 1 unit_len 819200 [ 48.772137] wlan: [6:I:TIF] init_deinit_mem_mgr_alloc_chunk: 1166: req_id 1 idx 5 num_units 531 unit_len 744 [ 48.781698] wlan: [6:I:TIF] init_deinit_mem_mgr_alloc_chunk: 1166: req_id 6 idx 6 num_units 35 unit_len 3072 [ 48.790184] wlan: [6:I:TIF] init_deinit_mem_mgr_alloc_chunk: 1166: req_id 7 idx 7 num_units 1 unit_len 6144 [ 48.803832] wlan: [6:I:TIF] init_deinit_mem_mgr_alloc_chunk: 1166: req_id 5 idx 8 num_units 531 unit_len 2084 [ 48.810830] wlan: [6:I:dfs] WLAN_DEBUG_DFS_ALWAYS : wlan_dfs_pdev_obj_create_notification: 361: Do not allocate DFS object for 2G, pdev_id = 0 [ 48.820052] wlan: [6:I:ANY] ol_tx_pflow_ctrl_init: 259: Startup Mode-0 set [ 48.833192] wlan: [6:I:ANY] htt_alloc_peer_map_mem: 141: [ 48.833192] htt_alloc_peer_map_mem : Alloc Success : host q vaddr db076000 paddr 9b076000 [ 48.838999] wlan: [6:I:ANY] htt_alloc_peer_map_mem: 142: [ 48.838999] htt_alloc_peer_map_mem : Flush Interval Configured to 256 pkts [ 48.869681] wlan: [6:I:ANY] 6 [ 48.869681] <=== cfg max peer id 2080 ====> [ 48.869681] [ 48.871769] wlan: [6:I:ANY] ol_txrx_pdev_attach: 1040: 62500 tx desc's allocated ; range starts from d8b20000 [ 48.881001] wlan: [6:I:TIF] init_deinit_update_pdev_tgt_info: 1082: CDP PDEV ATTACH success [ 49.030447] wlan: [6:E:TIF] init_deinit_ready_event_handler: 464: agile capability disabled in HW [ 49.030772] wlan: [3698:I:ANY] __ol_ath_check_wmi_ready: 5028: ABI Version mismatch: Host(0x3), Target(0x0) [ 49.038556] wlan: [3698:I:ANY] ol_ath_connect_htc: 1236: WMI is ready [ 49.048508] wlan: [3698:E:WMI] wmi_unified_register_event_handler: Event id 104 is unavailable [ 49.054531] wlan: [3698:E:WMI] wmi_unified_register_event_handler: Event id 163 is unavailable [ 49.063540] wlan: [3698:E:WMI] wmi_unified_register_event_handler: Event id 181 is unavailable [ 49.072244] wlan: [3698:E:WMI] wmi_unified_register_event_handler: Event id 168 is unavailable [ 49.080718] wlan: [3698:E:CMN_MLME] target_if_vdev_mgr_wmi_event_register: 688: failed to register for delete response [ 49.088893] wlan: [3698:E:DIRECT_BUF_RX] direct_buf_rx_target_attach: 146: hal soc or osdev is null [ 49.099558] wlan: [3698:I:ANY] ol_ath_soc_attach: 7144: ol_ath_soc_attach: Direct Buffer Rx Target Attach Failed [ 49.108532] wlan: [3698:I:ANY] ol_ath_soc_attach: 7151: connect HTC [ 49.118897] wlan: [3698:I:ANY] ol_ath_soc_attach: 7152: bypasswmi : 0 [ 49.124810] wlan: [3698:E:WMI] event handler already registered 0x9017 [ 49.131497] wlan: [3698:E:WMI] event handler already registered 0x9018 [ 49.137901] wlan: [3698:E:WMI] event handler already registered 0x9019 [ 49.144341] wlan: [3698:E:WMI] wmi_unified_register_event_handler: Event id 105 is unavailable [ 49.150979] wlan: [3698:E:WMI] wmi_unified_register_event_handler: Event id 188 is unavailable [ 49.159537] wlan: [3698:E:WMI] wmi_unified_register_event_handler: Event id 189 is unavailable [ 49.168139] wlan: [3698:E:WMI] wmi_unified_register_event_handler: Event id 142 is unavailable [ 49.176727] wlan: [3698:E:WMI] wmi_unified_register_event_handler: Event id 149 is unavailable [ 49.185240] wlan: [3698:I:ANY] ol_ath_soc_attach: 7232: ol_ath_soc_attach() UMAC attach . [ 49.194019] wlan: [3698:I:ANY] __ol_ath_attach: 3862: pdev_netdev name wifi0 [ 49.202225] wlan: [3698:I:ANY] htt_h2t_frag_desc_bank_cfg_msg: 217: HTT_H2T_MSG_TYPE_FRAG_DESC_BANK_CFG sent to FW for SoC ID = 0 [ 49.202248] wlan: [0:I:ANY] htt_t2h_msg_handler_misc: 449: 6target uses HTT version 2.2; host uses 2.2 [ 49.227296] wlan: [3698:I:ANY] __ol_ath_attach: 3933: BURSTING enabled by default [ 49.230119] wlan: [3698:I:ANY] ol_ath_pdev_attach: 8529: interface_id 0 [ 49.237866] wlan: [3698:I:ANY] ol_ath_update_fw_adfs_support: 286: ol_ath_update_fw_adfs_support: Returning due to null table [ 49.244104] wlan: [3698:I:ANY] ol_regdmn_start: 425: ol_regdmn_start: reg-domain param: regdmn=0, countryName=, wModeSelect=FFFFFFFF, netBand=FFFFFFFF, extendedChanMode=0. [ 49.256299] wlan: [3698:I:ANY] ol_resmgr_create: 223: OL Resmgr Init-ed [ 49.270857] ol_ath_pdev_ctl_failsafe_check_event_handler: CTL FAILSAFE Algorithm invoked when computing CTL table [ 49.270858] wlan: [3698:I:ANY] ieee80211_cbs_init [ 49.287739] wlan: [3698:I:ANY] CBS Inited [ 49.287739] [ 49.292437] wlan: [3698:I:ANY] acfg_attach: 3473: acfg_attach: 3473: Netlink socket created:db066800 [ 49.297943] wlan: [3698:I:ANY] ol_if_eeprom_attach: 1459: rate power table override is only supported for AR98XX [ 49.307214] wlan: [3698:I:ANY] ol_ath_stats_attach: 2134: periodic_chan_stats: 1 [ 49.317549] wlan: [3698:I:ANY] ol_txrx_mgmt_tx_cb_set: 3436: >>>> CB Set 00000000 [ 49.324969] wlan: [3698:I:ANY] wlan_scan_update_channel_list: 1090: num_chan: 11 [ 49.332224] wlan: [3698:I:ANY] ipq4019_wifi_led_init: Wifi LED init failed.. Couldn't get led gpio/led source [ 49.332224] [ 49.339592] wlan: [0:I:ANY] ol_ath_pdev_attach: 8893: Set global_ic[1], ptr:e1ef982c [ 49.350778] wlan: [0:I:ANY] dp_lag_pdev_set_primary_radio: 44: pdev(dc6e8d04) is_primary 1 [ 49.358762] wlan: [3698:I:ANY] ol_ath_pdev_attach: 9022: Pdev = 0 Number of peers = 530 [ 49.369103] wlan: [3698:I:ANY] ol_ath_ucfg_set_rx_pkt_protocol_tagging: 2099: Set RX packet type TAG, opcode : 0, pkt_type : 18, metadata : 0xca0,pdev_id = 0, REO dest ring = 5 [ 49.369103] [ 49.374807] wlan: [3698:E:ANY] ol_ath_set_obss_thresh: 7906: ol_ath_set_obss_thresh: Could not set obss pd thresh enable val [ 49.392211] wlan: [3698:I:ANY] ol_ath_pri20_cfg_blockchanlist_parse: 560: cfg block channel list is empty [ 49.403496] wlan: [3698:I:ANY] ol_ath_configure_cong_ctrl_max_msdus: 3451: pdev_idx = 0 tx_desc_limit = 0 [ 49.413117] wlan: [3698:I:ANY] smart_log_init: 1616: Smart logging Enabled buf=d85d0000 (size=65536) [ 49.422576] wlan: [3698:I:ANY] osif_wrap_attach: 239: osif wrap attached [ 49.422576] [ 49.431705] wlan: [3698:I:ANY] osif_wrap_devt_init: 201: osif wrap dev table init done [ 49.431705] [ 49.439740] wlan: [3698:I:ANY] osif_wrap_attach: 247: Wrap Attached: Wrap_com =db024400 ic->ic_wrap_com=db024400 &wrap_com->wc_devt=db024400 [ 49.439740] [ 49.449031] wlan: [3698:I:ANY] __ol_ath_attach: 4068: __ol_ath_attach[4068] WAPI MBSSID 2 [ 49.463265] wlan: [3698:I:ANY] __ol_ath_attach: 4114: needed_headroom reservation 60 [ 49.471620] wlan: [3698:I:ANY] wlan_cfg80211_init: 10903: Number of 2G channels: 11 [ 49.479830] wlan: [3698:I:ANY] ieee80211_cfg80211_radio_attach: 11009: ic: 0xd8f40500, wdev: 0xd8f4fc90, wiphy: 0xdb065960, netdev: 0xd8f40000 [ 49.488579] wlan: [3698:I:Dynamic Mode Change] ol_ath_check_and_reconfig_hw_mode: 3420: Running with HW mode = 7 [ 49.501552] wlan: [3698:E:QLD] qld_register: 108: Handle or address is NULL [ 49.510209] wlan: [3698:I:ANY] wlan_pdev_operation: 744: num_radios=1, wifi_radios[0].sc = d8f40500_radio_type = 2 [ 49.537227] wlan: [3698:I:ANY] pld_ahb_wlan_enable: 689: cnss_mode: Mission mode [ 49.542271] wlan: [3698:I:ANY] qca_napi_create: 369: qca_napi_create: napi instance 32 created on pipe 4 [ 49.543984] wlan: [3698:I:ANY] __ol_ath_attach: 3520: Allocated soc d8640500 [ 49.553532] wlan: [3698:I:ANY] btcoex_support 0 wlan_prio_gpio 0 [ 49.553532] [ 49.560669] wlan: [3698:I:ANY] __ol_ath_attach: 3746: dev name soc1 [ 49.567926] wlan: [3698:I:ANY] ol_target_init: 2453: 6ol_target_init() BMI inited. [ 49.573864] wlan: [3698:I:ANY] ol_target_init: 2467: 6ol_target_init() BMI Get Target Info. [ 49.581474] wlan: [3698:I:ANY] ol_target_init: 2474: Chip id: 0x10, chip version: 0x1000000 [ 49.590164] wlan: [3698:I:ANY] ol_ath_host_config_update: 5171: 6 [ 49.590164] CE WAR Disabled [ 49.590164] [ 49.598434] wlan: [3698:I:ANY] ol_ath_configure_target: 559: 6NUM_DEV=1 FWMODE=0x2 FWSUBMODE=0x0 FWBR_BUF 0 [ 49.609254] wlan: [3698:I:ANY] ol_target_init: 2496: 6ol_target_init() configure Target . [ 49.619067] wlan: [3698:I:ANY] ol_ath_download_firmware: 1929: [ 49.619067] Target Version is 1000000 [ 49.628831] wlan: [3698:I:ANY] ol_ath_download_firmware: 1939: [ 49.628831] Flash Download Address c0000 [ 49.637040] wlan: [3698:I:ANY] ol_transfer_bin_file: 1401: ol_transfer_bin_file: flash data file defined [ 49.647528] wlan: [3698:I:ANY] ol_transfer_bin_file: 1546: ol_transfer_bin_file[1546] Get Caldata for soc1. [ 49.656409] wlan: [3698:I:ANY] qc98xx_verify_checksum: 800: qc98xx_verify_checksum: flash checksum passed: 0x5402 [ 49.664620] wlan: [6:E:ANY] [soc0] FWLOG: [66683] WAL_DBGID_RST_STATS ( 0x1, 0x1, 0x96c, 0x0, 0x416064) [ 49.664620] [ 49.664647] wlan: [6:E:ANY] [soc0] FWLOG: [66722] WAL_DBGID_TX_AC_BUFFER_SET ( 0x3, 0x1e, 0x94c, 0x94c, 0x0) [ 49.664647] [ 49.664669] wlan: [6:E:ANY] [soc0] FWLOG: [66722] WAL_DBGID_TX_AC_BUFFER_SET ( 0x12, 0x1e, 0x94c, 0x94c, 0x0) [ 49.664669] [ 49.664691] wlan: [6:E:ANY] [soc0] FWLOG: [66722] WAL_DBGID_TX_AC_BUFFER_SET ( 0x45, 0x1e, 0x94c, 0x94c, 0x0) [ 49.664691] [ 49.664712] wlan: [6:E:ANY] [soc0] FWLOG: [66722] WAL_DBGID_TX_AC_BUFFER_SET ( 0x67, 0x1e, 0x94c, 0x94c, 0x0) [ 49.664712] [ 49.664734] wlan: [6:E:ANY] [soc0] FWLOG: [66958] WAL_DBGID_PDEV_INFO_PRINT ( 0x16, 0x0, 0x7, 0x10, 0x10) [ 49.664734] [ 49.664755] wlan: [6:E:ANY] [soc0] FWLOG: [66958] WAL_DBGID_PDEV_INFO_PRINT ( 0x16, 0x10, 0x10, 0x10, 0x12) [ 49.664755] [ 49.743314] wlan: [3698:I:ANY] ol_transfer_bin_file: 1601: ol_transfer_bin_file 1601: Download Flash data len 12064 [ 49.755516] wlan: [3698:I:ANY] ol_transfer_bin_file: 1713: 6Board extended Data download address: 0x0 [ 49.787785] wlan: [3698:I:ANY] ol_ath_download_firmware: 1947: [ 49.787785] Board data initialized [ 49.788109] wlan: [3698:I:ANY] ol_ath_download_firmware: 1962: 6ol_ath_download_firmware: Download OTP, flash download ADDRESS 0xc0000 [ 49.796166] wlan: [3698:I:ANY] ol_transfer_bin_file: 1007: 6 [ 49.796166] Selecting OTP binary for CHIP Version -541111820 [ 49.808894] wlan: [3698:I:ANY] ol_transfer_bin_file: 1429: 6ol_transfer_bin_file 1429: downloading file 0, Download data len 4712 [ 49.836951] wlan: [3698:I:ANY] ol_ath_download_firmware: 1991: 6 [ 49.836951] First OTP send param 8000 [ 49.841751] wlan: [3698:I:ANY] ol_ath_download_firmware: 1997: ol_ath_download_firmware :First OTP download and Execute is good address:0x5400 return param 4660 [ 49.846884] wlan: [3698:I:ANY] ol_ath_download_firmware: 2017: ol_ath_download_firmware:##Board Id 21 , CHIP Id 0 [ 49.860671] wlan: [3698:I:ANY] ol_ath_download_firmware: 2085: 6ol_ath_download_firmware: BOARDDATA DOWNLOAD TO address 0xc0000 [ 49.870713] wlan: [3698:I:ANY] boardid_to_filename: 426: [ 49.870713] soc1: Selecting board data file name boardData_1_0_IPQ4019_DK04_5G.bin [ 49.882345] wlan: [3698:I:ANY] ol_transfer_bin_file: 1397: ol_transfer_bin_file: Board Data File download to address=0xc0000 file name=IPQ4019/hw.1/boardData_1_0_IPQ4019_DK04_5G.bin [ 49.902816] wlan: [3698:I:ANY] ol_transfer_bin_file: 1429: 6ol_transfer_bin_file 1429: downloading file 3, Download data len 12064 [ 49.912290] wlan: [3698:I:ANY] ol_transfer_bin_file: 1713: 6Board extended Data download address: 0x0 [ 49.948330] wlan: [3698:I:ANY] ol_ath_download_firmware: 2103: 6ol_ath_download_firmware: Using 0x1234 for the remainder of init [ 49.948389] wlan: [3698:I:ANY] ol_transfer_bin_file: 1007: 6 [ 49.948389] Selecting OTP binary for CHIP Version -541111820 [ 49.960175] wlan: [3698:I:ANY] ol_transfer_bin_file: 1429: 6ol_transfer_bin_file 1429: downloading file 0, Download data len 4712 [ 49.989116] wlan: [3698:I:ANY] ol_ath_download_firmware: 2119: [ 49.989116] [Flash] : Ignore Module param [ 49.989169] wlan: [3698:I:ANY] ol_ath_download_firmware: 2150: 6 [ 49.989169] Second otp download Param 10000 [ 50.010132] wlan: [3698:I:ANY] ol_ath_download_firmware: 2156: ol_ath_download_firmware : Second OTP download and Execute is good, param=0x0 [ 50.010193] wlan: [3698:I:ANY] ol_transfer_bin_file: 1141: 6 [ 50.010193] Mission mode: Firmware CHIP Version -541111820 [ 50.023459] wlan: [3698:I:ANY] ol_swap_seg_alloc: 2842: 6ol_swap_seg_alloc: Successfully allocated memory for SWAP size=262144 [ 50.023459] [ 50.034689] wlan: [3698:I:ANY] ol_swap_wlan_memory_expansion: 2919: ol_swap_wlan_memory_expansion: length:206391 size_left:206411 dma_size_left:262144 fw_temp:e28a2004 fw_entry_size:206415 [ 50.046351] wlan: [3698:I:ANY] ol_swap_wlan_memory_expansion: 2939: ol_swap_wlan_memory_expansion: dma_virt_addr :e2861000 fw_temp: e28a2008 length: 206391 [ 50.063414] wlan: [3698:I:ANY] ol_swap_wlan_memory_expansion: 2948: 6Swap: bytes_left to copy: fw:16; dma_page:55753 [ 50.063414] [ 50.076724] wlan: [3698:I:ANY] ol_swap_wlan_memory_expansion: 2919: ol_swap_wlan_memory_expansion: length:0 size_left:12 dma_size_left:55753 fw_temp:e28d4643 fw_entry_size:206415 [ 50.088898] wlan: [3698:I:ANY] ol_swap_wlan_memory_expansion: 2922: 6Swap: wrong length read:0 [ 50.088898] [ 50.104805] wlan: [3698:I:ANY] ol_swap_wlan_memory_expansion: 2966: 6ol_swap_wlan_memory_expansion: Swap total_bytes copied: 206391 Target address 417d30 [ 50.104805] [ 50.115405] wlan: [3698:I:ANY] ol_transfer_swap_struct: 2742: 6soc=d8640500 target_write_addr=417d30 seg_info=dc9d4d90 [ 50.130602] wlan: [3698:I:ANY] ol_transfer_swap_struct: 2748: 6ol_transfer_swap_struct:Code swap structure successfully downloaded for bin type =2 [ 50.141932] wlan: [3698:I:ANY] ol_ath_code_data_swap: 2854: 6bin_filename=IPQ4019/hw.1/athwlan.bin swap_filename=/lib/firmware/IPQ4019/hw.1/athwlan.codeswap.bin [ 50.155620] wlan: [3698:I:ANY] ol_transfer_bin_file: 1209: ol_transfer_bin_file: Downloading firmware file: IPQ4019/hw.1/athwlan.bin [ 50.170083] wlan: [3698:I:ANY] ol_transfer_bin_file: 1429: 6ol_transfer_bin_file 1429: downloading file 1, Download data len 384756 [ 51.463357] wlan: [3698:I:ANY] ol_target_init: 2505: 6ol_target_init() Download FW done. [ 51.463419] wlan: [3698:I:ANY] ol_get_tgt_dump_location: 2308: Retrived fw_io_mem_size_l = 600000 fw_io_mem_addr_l = 87500000 [ 51.470687] wlan: [3698:I:ANY] ol_ath_copy_tgt_iram: 2378: tgt iram paddr: 0x980000 host paddr 0x87700000 Radio id 1 [ 51.653901] wlan: [3698:I:ANY] ol_ath_soc_attach: 7064: WMI attached. wmi_handle db02a800 [ 51.653967] wlan: [3698:E:WMI] wmi_unified_register_event_handler: Event id 145 is unavailable [ 51.661327] wlan: [3698:E:WMI] wmi_unified_register_event_handler: Event id 62 is unavailable [ 51.669838] wlan: [3698:E:WMI] wmi_unified_register_event_handler: Event id 152 is unavailable [ 51.678481] wlan: [3698:E:WMI] wmi_unified_register_event_handler: Event id 210 is unavailable [ 51.686893] wlan: [3698:E:WMI] wmi_unified_register_event_handler: Event id 208 is unavailable [ 51.695446] wlan: [3698:E:WMI] wmi_unified_register_event_handler: Event id 170 is unavailable [ 51.704104] wlan: [3698:I:ANY] htc_wmi_init: 6358: htc_wmi_init() HT Create . d9cf4000 [ 51.712808] wlan: [3698:I:ANY] htc_wmi_init: 6422: [htc_wmi_init:6422] host_enable 0 nss_nwifi_offload 0 [ 51.727630] wlan: [3698:I:ANY] ol_target_init_complete: 6540: CDP soc attach success [ 51.730303] wlan: [3698:I:ANY] htc_set_async_ep: 428: htc_set_async_ep: htc_handle d9cf4000, ep 2, value 1 [ 51.739212] wlan: [6:I:TIF] init_deinit_sw_version_check: 1734: Firmware_Build_Number:30 [ 51.747382] wlan: [6:E:TIF] init_deinit_populate_fw_version_cmd: 108: failed to save fw version [ 51.755727] wlan: [6:I:TIF] init_deinit_peer_cache_support: 255: Peer Caching Enabled ; num_peers = 530, num_active_peers = 52 num_tids = 104, num_vdevs = 17 [ 51.764113] wlan: [6:I:TIF] init_deinit_mem_mgr_alloc_chunk: 1166: req_id 2 idx 0 num_units 53 unit_len 256 [ 51.778346] wlan: [6:I:TIF] init_deinit_mem_mgr_alloc_chunk: 1166: req_id 3 idx 1 num_units 53 unit_len 1024 [ 51.788017] wlan: [6:I:TIF] init_deinit_mem_mgr_alloc_chunk: 1166: req_id 4 idx 2 num_units 53 unit_len 4096 [ 51.797883] wlan: [6:I:TIF] init_deinit_mem_mgr_alloc_chunk: 1166: req_id 8 idx 3 num_units 1 unit_len 327680 [ 51.808688] wlan: [6:I:TIF] init_deinit_mem_mgr_alloc_chunk: 1166: req_id 9 idx 4 num_units 1 unit_len 819200 [ 51.818297] wlan: [6:I:TIF] init_deinit_mem_mgr_alloc_chunk: 1166: req_id 1 idx 5 num_units 531 unit_len 744 [ 51.827771] wlan: [6:I:TIF] init_deinit_mem_mgr_alloc_chunk: 1166: req_id 6 idx 6 num_units 35 unit_len 3072 [ 51.837347] wlan: [6:I:TIF] init_deinit_mem_mgr_alloc_chunk: 1166: req_id 7 idx 7 num_units 1 unit_len 6144 [ 51.848097] wlan: [6:I:TIF] init_deinit_mem_mgr_alloc_chunk: 1166: req_id 5 idx 8 num_units 531 unit_len 2084 [ 51.857155] wlan: [6:I:dfs] WLAN_DEBUG_DFS_ALWAYS : wlan_dfs_pdev_obj_create_notification: 389: dfs_offload 0 [ 51.866663] wlan: [6:I:dfs] WLAN_DEBUG_DFS_ALWAYS : dfs_agile_soc_obj_init: 1579: dfs->dfs_psoc_idx: 0 [ 51.876503] wlan: [6:I:dfs] WLAN_DEBUG_DFS_ALWAYS : dfs_agile_soc_obj_init: 1585: dfs_soc_obj->num_dfs_privs: 1 [ 51.886662] wlan: [6:I:dfs] WLAN_DEBUG_DFS_ALWAYS : dfs_get_po_radars: 400: UNINIT domain [ 51.896373] wlan: [6:I:ANY] ol_tx_pflow_ctrl_init: 259: Startup Mode-0 set [ 51.904612] wlan: [6:I:ANY] htt_alloc_peer_map_mem: 141: [ 51.904612] htt_alloc_peer_map_mem : Alloc Success : host q vaddr d8f90000 paddr 98f90000 [ 51.911053] wlan: [6:I:ANY] htt_alloc_peer_map_mem: 142: [ 51.911053] htt_alloc_peer_map_mem : Flush Interval Configured to 256 pkts [ 51.928243] wlan: [6:I:ANY] 6 [ 51.928243] <=== cfg max peer id 2080 ====> [ 51.928243] [ 51.937664] wlan: [6:I:ANY] ol_txrx_pdev_attach: 1040: 62500 tx desc's allocated ; range starts from d7540000 [ 51.946555] wlan: [6:I:TIF] init_deinit_update_pdev_tgt_info: 1082: CDP PDEV ATTACH success [ 52.098391] wlan: [6:E:TIF] init_deinit_ready_event_handler: 464: agile capability disabled in HW [ 52.098516] wlan: [3698:I:ANY] __ol_ath_check_wmi_ready: 5028: ABI Version mismatch: Host(0x3), Target(0x0) [ 52.106401] wlan: [3698:I:ANY] ol_ath_connect_htc: 1236: WMI is ready [ 52.117487] wlan: [3698:E:WMI] wmi_unified_register_event_handler: Event id 104 is unavailable [ 52.123139] wlan: [3698:E:WMI] wmi_unified_register_event_handler: Event id 163 is unavailable [ 52.131016] wlan: [3698:E:WMI] wmi_unified_register_event_handler: Event id 181 is unavailable [ 52.139595] wlan: [3698:E:WMI] wmi_unified_register_event_handler: Event id 168 is unavailable [ 52.148190] wlan: [3698:E:CMN_MLME] target_if_vdev_mgr_wmi_event_register: 688: failed to register for delete response [ 52.156801] wlan: [3698:E:DIRECT_BUF_RX] direct_buf_rx_target_attach: 146: hal soc or osdev is null [ 52.167474] wlan: [3698:I:ANY] ol_ath_soc_attach: 7144: ol_ath_soc_attach: Direct Buffer Rx Target Attach Failed [ 52.176379] wlan: [3698:I:ANY] ol_ath_soc_attach: 7151: connect HTC [ 52.186808] wlan: [3698:I:ANY] ol_ath_soc_attach: 7152: bypasswmi : 0 [ 52.192734] wlan: [3698:E:WMI] event handler already registered 0x9017 [ 52.199399] wlan: [3698:E:WMI] event handler already registered 0x9018 [ 52.205756] wlan: [3698:E:WMI] event handler already registered 0x9019 [ 52.212274] wlan: [3698:E:WMI] wmi_unified_register_event_handler: Event id 105 is unavailable [ 52.218845] wlan: [3698:E:WMI] wmi_unified_register_event_handler: Event id 188 is unavailable [ 52.227409] wlan: [3698:E:WMI] wmi_unified_register_event_handler: Event id 189 is unavailable [ 52.236017] wlan: [3698:E:WMI] wmi_unified_register_event_handler: Event id 142 is unavailable [ 52.244579] wlan: [3698:E:WMI] wmi_unified_register_event_handler: Event id 149 is unavailable [ 52.253213] wlan: [3698:I:ANY] ol_ath_soc_attach: 7232: ol_ath_soc_attach() UMAC attach . [ 52.261872] wlan: [3698:I:ANY] __ol_ath_attach: 3862: pdev_netdev name wifi1 [ 52.270128] wlan: [3698:I:ANY] htt_h2t_frag_desc_bank_cfg_msg: 217: HTT_H2T_MSG_TYPE_FRAG_DESC_BANK_CFG sent to FW for SoC ID = 1 [ 52.270154] wlan: [0:I:ANY] htt_t2h_msg_handler_misc: 449: 6target uses HTT version 2.2; host uses 2.2 [ 52.296136] wlan: [3698:I:ANY] __ol_ath_attach: 3933: BURSTING enabled by default [ 52.298043] wlan: [3698:I:ANY] ol_ath_pdev_attach: 8529: interface_id 1 [ 52.305710] wlan: [3698:I:ANY] ol_ath_update_fw_adfs_support: 286: ol_ath_update_fw_adfs_support: Returning due to null table [ 52.312092] wlan: [3698:I:ANY] ol_regdmn_start: 425: ol_regdmn_start: reg-domain param: regdmn=0, countryName=, wModeSelect=FFFFFFFF, netBand=FFFFFFFF, extendedChanMode=0. [ 52.327363] wlan: [3698:I:ANY] ol_resmgr_create: 223: OL Resmgr Init-ed [ 52.338772] wlan: [3698:I:ANY] ieee80211_cbs_init [ 52.345168] wlan: [3698:I:ANY] CBS Inited [ 52.345168] [ 52.350161] wlan: [3698:I:ANY] acfg_attach: 3423: acfg_attach: Offload using existing sock db066800 [ 52.355494] wlan: [3698:I:ANY] acfg_attach: Offload using existing sock db066800 [ 52.355494] [ 52.364521] wlan: [3698:I:ANY] ol_if_eeprom_attach: 1459: rate power table override is only supported for AR98XX [ 52.373547] wlan: [3698:I:ANY] ol_ath_stats_attach: 2134: periodic_chan_stats: 1 [ 52.383907] wlan: [3698:I:ANY] ol_txrx_mgmt_tx_cb_set: 3436: >>>> CB Set 00000000 [ 52.391927] wlan: [3698:I:ANY] wlan_scan_update_channel_list: 1090: num_chan: 25 [ 52.398660] wlan: [3698:I:ANY] ipq4019_wifi_led_init: Wifi LED init failed.. Couldn't get led gpio/led source [ 52.398660] [ 52.406003] wlan: [0:I:ANY] ol_ath_pdev_attach: 8893: Set global_ic[2], ptr:e1ef982c [ 52.417177] wlan: [0:I:ANY] dp_lag_pdev_set_primary_radio: 44: pdev(dc6e8e04) is_primary 0 [ 52.425126] wlan: [3698:I:ANY] ol_ath_pdev_attach: 9022: Pdev = 0 Number of peers = 530 [ 52.435489] wlan: [3698:I:ANY] ol_ath_ucfg_set_rx_pkt_protocol_tagging: 2099: Set RX packet type TAG, opcode : 0, pkt_type : 18, metadata : 0xca0,pdev_id = 0, REO dest ring = 5 [ 52.435489] [ 52.441288] wlan: [3698:E:ANY] ol_ath_set_obss_thresh: 7906: ol_ath_set_obss_thresh: Could not set obss pd thresh enable val [ 52.458614] wlan: [3698:I:ANY] ol_ath_pri20_cfg_blockchanlist_parse: 560: cfg block channel list is empty [ 52.469889] wlan: [3698:I:ANY] ol_ath_configure_cong_ctrl_max_msdus: 3451: pdev_idx = 0 tx_desc_limit = 0 [ 52.479439] wlan: [3698:I:ANY] smart_log_init: 1616: Smart logging Enabled buf=d7790000 (size=65536) [ 52.488862] wlan: [3698:I:ANY] osif_wrap_attach: 239: osif wrap attached [ 52.488862] [ 52.498043] wlan: [3698:I:ANY] osif_wrap_devt_init: 201: osif wrap dev table init done [ 52.498043] [ 52.506129] wlan: [3698:I:ANY] osif_wrap_attach: 247: Wrap Attached: Wrap_com =d9d96000 ic->ic_wrap_com=d9d96000 &wrap_com->wc_devt=d9d96000 [ 52.506129] [ 52.515333] wlan: [3698:I:ANY] __ol_ath_attach: 4068: __ol_ath_attach[4068] WAPI MBSSID 2 [ 52.529596] wlan: [3698:I:ANY] __ol_ath_attach: 4114: needed_headroom reservation 60 [ 52.537946] wlan: [3698:I:ANY] wlan_cfg80211_init: 10915: Number of 5G channels: 25 [ 52.546219] wlan: [3698:I:ANY] ieee80211_cfg80211_radio_attach: 11009: ic: 0xd7940500, wdev: 0xd794fc90, wiphy: 0xd9c41560, netdev: 0xd7940000 [ 52.554958] wlan: [3698:I:Dynamic Mode Change] ol_ath_check_and_reconfig_hw_mode: 3420: Running with HW mode = 7 [ 52.567088] wlan: [3698:E:QLD] qld_register: 108: Handle or address is NULL [ 52.576617] wlan: [3698:I:ANY] wlan_pdev_operation: 744: num_radios=2, wifi_radios[1].sc = d7940500_radio_type = 2 [ 52.583459] wlan: [3698:I:ANY] init_ath_pci_2_0: 143: 6ath_ol_pci_2_0: (Atheros/multi-bss) [ 52.593838] ath_ol_pci_2_0 0000:01:00.0: enabling device (0140 -> 0142) [ 52.623562] wlan: [3698:I:ANY] hif_set_hia_extnd: 1537: chip_id 0x11 chip_revision 0x0 [ 52.623605] wlan: [3698:I:ANY] hif_set_hia_extnd: 1557: [ 52.623605] CLOCK PLL skipped [ 52.630481] wlan: [3698:I:ANY] hif_set_hia_extnd: 1573: 6hif_set_hia_extnd: setting the target pll frac ffffffff intval ffffffff [ 52.638694] wlan: [3698:I:ANY] hif_set_hia_extnd: 1598: 6hif_set_hia_extnd: no frac provided, skipping pre-configuring PLL [ 52.653801] wlan: [3698:E:HIF] hif_pci_configure_legacy_irq: X, ret = 0 [ 52.661456] wlan: [3698:I:ANY] qca_napi_create: 369: qca_napi_create: napi instance 32 created on pipe 4 [ 52.668413] wlan: [3698:I:ANY] __ol_ath_attach: 3520: Allocated soc d7000500 [ 52.677944] wlan: [3698:I:ANY] __ol_ath_attach: 3746: dev name soc2 [ 52.684830] wlan: [3698:I:ANY] ol_target_init: 2453: 6ol_target_init() BMI inited. [ 52.690913] wlan: [3698:I:ANY] ol_target_init: 2467: 6ol_target_init() BMI Get Target Info. [ 52.698437] wlan: [3698:I:ANY] ol_target_init: 2474: Chip id: 0x11, chip version: 0x1000000 [ 52.707111] wlan: [3698:I:ANY] ol_ath_host_config_update: 5171: 6 [ 52.707111] CE WAR Disabled [ 52.707111] [ 52.715334] wlan: [3698:I:ANY] ol_ath_configure_target: 559: 6NUM_DEV=1 FWMODE=0x2 FWSUBMODE=0x0 FWBR_BUF 0 [ 52.721870] wlan: [6:E:ANY] [soc1] FWLOG: [69826] WAL_DBGID_RST_STATS ( 0x1, 0x1, 0x1464, 0x0, 0x416064) [ 52.721870] [ 52.721894] wlan: [6:E:ANY] [soc1] FWLOG: [69866] WAL_DBGID_TX_AC_BUFFER_SET ( 0x3, 0x1e, 0x94c, 0x94c, 0x0) [ 52.721894] [ 52.721916] wlan: [6:E:ANY] [soc1] FWLOG: [69866] WAL_DBGID_TX_AC_BUFFER_SET ( 0x12, 0x1e, 0x94c, 0x94c, 0x0) [ 52.721916] [ 52.721938] wlan: [6:E:ANY] [soc1] FWLOG: [69866] WAL_DBGID_TX_AC_BUFFER_SET ( 0x45, 0x1e, 0x94c, 0x94c, 0x0) [ 52.721938] [ 52.721959] wlan: [6:E:ANY] [soc1] FWLOG: [69866] WAL_DBGID_TX_AC_BUFFER_SET ( 0x67, 0x1e, 0x94c, 0x94c, 0x0) [ 52.721959] [ 52.721981] wlan: [6:E:ANY] [soc1] FWLOG: [70104] WAL_DBGID_PDEV_INFO_PRINT ( 0x16, 0x0, 0x7, 0x10, 0x10) [ 52.721981] [ 52.722002] wlan: [6:E:ANY] [soc1] FWLOG: [70104] WAL_DBGID_PDEV_INFO_PRINT ( 0x16, 0x10, 0x10, 0x10, 0x12) [ 52.722002] [ 52.803121] wlan: [3698:I:ANY] ol_target_init: 2496: 6ol_target_init() configure Target . [ 52.814380] wlan: [3698:I:ANY] ol_ath_download_firmware: 1929: [ 52.814380] Target Version is 1000000 [ 52.822347] wlan: [3698:I:ANY] ol_ath_download_firmware: 1939: [ 52.822347] Flash Download Address c0000 [ 52.831973] wlan: [3698:I:ANY] ol_transfer_bin_file: 1401: ol_transfer_bin_file: flash data file defined [ 52.841956] wlan: [3698:I:ANY] ol_transfer_bin_file: 1546: ol_transfer_bin_file[1546] Get Caldata for soc2. [ 52.851798] wlan: [3698:I:ANY] qc98xx_verify_checksum: 800: qc98xx_verify_checksum: flash checksum passed: 0x7ab9 [ 52.861150] wlan: [3698:I:ANY] ol_transfer_bin_file: 1601: ol_transfer_bin_file 1601: Download Flash data len 12064 [ 52.871829] wlan: [3698:I:ANY] ol_transfer_bin_file: 1713: 6Board extended Data download address: 0x0 [ 52.905893] wlan: [3698:I:ANY] ol_ath_download_firmware: 1947: [ 52.905893] Board data initialized [ 52.906100] wlan: [3698:I:ANY] ol_ath_download_firmware: 1962: 6ol_ath_download_firmware: Download OTP, flash download ADDRESS 0xc0000 [ 52.915435] wlan: [3698:I:ANY] ol_transfer_bin_file: 1007: 6 [ 52.915435] Selecting OTP binary for CHIP Version 0 [ 52.987787] wlan: [3698:I:ANY] ol_transfer_bin_file: 1429: 6ol_transfer_bin_file 1429: downloading file 0, Download data len 9184 [ 53.023083] wlan: [3698:I:ANY] ol_ath_download_firmware: 1991: 6 [ 53.023083] First OTP send param 8000 [ 53.263861] wlan: [3698:I:ANY] ol_ath_download_firmware: 1997: ol_ath_download_firmware :First OTP download and Execute is good address:0x4000 return param 4660 [ 53.263915] wlan: [3698:I:ANY] ol_ath_download_firmware: 2017: ol_ath_download_firmware:##Board Id 16 , CHIP Id 0 [ 53.277431] wlan: [3698:I:ANY] ol_ath_download_firmware: 2085: 6ol_ath_download_firmware: BOARDDATA DOWNLOAD TO address 0xc0000 [ 53.287481] wlan: [3698:I:ANY] boardid_to_filename: 474: [ 53.287481] soc2: Selecting board data file name boardData_2_0_QCA9888_5G_Y9690.bin [ 53.299109] wlan: [3698:I:ANY] ol_transfer_bin_file: 1397: ol_transfer_bin_file: Board Data File download to address=0xc0000 file name=QCA9888/hw.2/boardData_2_0_QCA9888_5G_Y9690.bin [ 53.312839] wlan: [3698:I:ANY] ol_transfer_bin_file: 1429: 6ol_transfer_bin_file 1429: downloading file 3, Download data len 12064 [ 53.328565] wlan: [3698:I:ANY] ol_transfer_bin_file: 1713: 6Board extended Data download address: 0x0 [ 53.364235] wlan: [3698:I:ANY] ol_ath_download_firmware: 2103: 6ol_ath_download_firmware: Using 0x1234 for the remainder of init [ 53.364282] wlan: [3698:I:ANY] ol_transfer_bin_file: 1007: 6 [ 53.364282] Selecting OTP binary for CHIP Version 0 [ 53.375072] wlan: [3698:I:ANY] ol_transfer_bin_file: 1429: 6ol_transfer_bin_file 1429: downloading file 0, Download data len 9184 [ 53.420614] wlan: [3698:I:ANY] ol_ath_download_firmware: 2119: [ 53.420614] [Flash] : Ignore Module param [ 53.420660] wlan: [3698:I:ANY] ol_ath_download_firmware: 2150: 6 [ 53.420660] Second otp download Param 10000 [ 53.680423] wlan: [3698:I:ANY] ol_ath_download_firmware: 2156: ol_ath_download_firmware : Second OTP download and Execute is good, param=0x0 [ 53.680474] wlan: [3698:I:ANY] ol_transfer_bin_file: 1141: 6 [ 53.680474] Mission mode: Firmware CHIP Version 0 [ 53.775986] wlan: [3698:I:ANY] ol_swap_seg_alloc: 2842: 6ol_swap_seg_alloc: Successfully allocated memory for SWAP size=524288 [ 53.775986] [ 53.776788] wlan: [3698:I:ANY] ol_swap_wlan_memory_expansion: 2919: ol_swap_wlan_memory_expansion: length:284999 size_left:285019 dma_size_left:524288 fw_temp:e33c9004 fw_entry_size:285023 [ 53.788111] wlan: [3698:I:ANY] ol_swap_wlan_memory_expansion: 2939: ol_swap_wlan_memory_expansion: dma_virt_addr :e3348000 fw_temp: e33c9008 length: 284999 [ 53.805235] wlan: [3698:I:ANY] ol_swap_wlan_memory_expansion: 2948: 6Swap: bytes_left to copy: fw:16; dma_page:239289 [ 53.805235] [ 53.818752] wlan: [3698:I:ANY] ol_swap_wlan_memory_expansion: 2919: ol_swap_wlan_memory_expansion: length:0 size_left:12 dma_size_left:239289 fw_temp:e340e953 fw_entry_size:285023 [ 53.830695] wlan: [3698:I:ANY] ol_swap_wlan_memory_expansion: 2922: 6Swap: wrong length read:0 [ 53.830695] [ 53.846650] wlan: [3698:I:ANY] ol_swap_wlan_memory_expansion: 2966: 6ol_swap_wlan_memory_expansion: Swap total_bytes copied: 284999 Target address 41b0d8 [ 53.846650] [ 53.857208] wlan: [3698:I:ANY] ol_transfer_swap_struct: 2742: 6soc=d7000500 target_write_addr=41b0d8 seg_info=d962acd0 [ 53.872474] wlan: [3698:I:ANY] ol_transfer_swap_struct: 2748: 6ol_transfer_swap_struct:Code swap structure successfully downloaded for bin type =2 [ 53.883282] wlan: [3698:I:ANY] ol_ath_code_data_swap: 2854: 6bin_filename=QCA9888/hw.2/athwlan.bin swap_filename=/lib/firmware/QCA9888/hw.2/athwlan.codeswap.bin [ 53.896758] wlan: [3698:I:ANY] ol_transfer_bin_file: 1209: ol_transfer_bin_file: Downloading firmware file: QCA9888/hw.2/athwlan.bin [ 54.088750] wlan: [3698:I:ANY] ol_transfer_bin_file: 1429: 6ol_transfer_bin_file 1429: downloading file 1, Download data len 397308 [ 55.589780] wlan: [3698:I:ANY] ol_target_init: 2505: 6ol_target_init() Download FW done. [ 55.589838] wlan: [3698:I:ANY] ol_get_tgt_dump_location: 2308: Retrived fw_io_mem_size_l = 600000 fw_io_mem_addr_l = 87500000 [ 55.597234] wlan: [3698:I:ANY] ol_ath_copy_tgt_iram: 2378: tgt iram paddr: 0x980000 host paddr 0x87900000 Radio id 2 [ 55.774511] wlan: [3698:I:ANY] ol_ath_soc_attach: 7064: WMI attached. wmi_handle d85af400 [ 55.774569] wlan: [3698:E:WMI] wmi_unified_register_event_handler: Event id 145 is unavailable [ 55.781914] wlan: [3698:E:WMI] wmi_unified_register_event_handler: Event id 62 is unavailable [ 55.790317] wlan: [3698:E:WMI] wmi_unified_register_event_handler: Event id 152 is unavailable [ 55.798895] wlan: [3698:E:WMI] wmi_unified_register_event_handler: Event id 210 is unavailable [ 55.807401] wlan: [3698:E:WMI] wmi_unified_register_event_handler: Event id 208 is unavailable [ 55.815999] wlan: [3698:E:WMI] wmi_unified_register_event_handler: Event id 170 is unavailable [ 55.824614] wlan: [3698:I:ANY] htc_wmi_init: 6358: htc_wmi_init() HT Create . d87a0000 [ 55.833304] wlan: [3698:I:ANY] htc_wmi_init: 6422: [htc_wmi_init:6422] host_enable 0 nss_nwifi_offload 0 [ 55.846928] wlan: [3698:I:ANY] ol_target_init_complete: 6540: CDP soc attach success [ 55.850803] wlan: [3698:I:ANY] htc_set_async_ep: 428: htc_set_async_ep: htc_handle d87a0000, ep 2, value 1 [ 55.859576] wlan: [6:I:TIF] init_deinit_sw_version_check: 1734: Firmware_Build_Number:30 [ 55.867920] wlan: [6:E:TIF] init_deinit_populate_fw_version_cmd: 108: failed to save fw version [ 55.876264] wlan: [6:I:TIF] init_deinit_peer_cache_support: 255: Peer Caching Enabled ; num_peers = 530, num_active_peers = 52 num_tids = 104, num_vdevs = 17 [ 55.884629] wlan: [6:I:TIF] init_deinit_mem_mgr_alloc_chunk: 1166: req_id 2 idx 0 num_units 53 unit_len 256 [ 55.898883] wlan: [6:I:TIF] init_deinit_mem_mgr_alloc_chunk: 1166: req_id 3 idx 1 num_units 53 unit_len 1024 [ 55.908545] wlan: [6:I:TIF] init_deinit_mem_mgr_alloc_chunk: 1166: req_id 4 idx 2 num_units 53 unit_len 4096 [ 55.918450] wlan: [6:I:TIF] init_deinit_mem_mgr_alloc_chunk: 1166: req_id 8 idx 3 num_units 1 unit_len 327680 [ 55.928927] wlan: [6:I:TIF] init_deinit_mem_mgr_alloc_chunk: 1166: req_id 9 idx 4 num_units 1 unit_len 819200 [ 55.938422] wlan: [6:I:TIF] init_deinit_mem_mgr_alloc_chunk: 1166: req_id 1 idx 5 num_units 531 unit_len 880 [ 55.948924] wlan: [6:I:TIF] init_deinit_mem_mgr_alloc_chunk: 1166: req_id 5 idx 6 num_units 531 unit_len 2100 [ 55.958284] wlan: [6:I:dfs] WLAN_DEBUG_DFS_ALWAYS : wlan_dfs_pdev_obj_create_notification: 389: dfs_offload 0 [ 55.967664] wlan: [6:I:dfs] WLAN_DEBUG_DFS_ALWAYS : dfs_agile_soc_obj_init: 1579: dfs->dfs_psoc_idx: 0 [ 55.977553] wlan: [6:I:dfs] WLAN_DEBUG_DFS_ALWAYS : dfs_agile_soc_obj_init: 1585: dfs_soc_obj->num_dfs_privs: 1 [ 55.987669] wlan: [6:I:dfs] WLAN_DEBUG_DFS_ALWAYS : dfs_get_po_radars: 400: UNINIT domain [ 55.997404] wlan: [6:I:ANY] ol_tx_pflow_ctrl_init: 259: Startup Mode-0 set [ 56.005583] wlan: [6:I:ANY] htt_alloc_peer_map_mem: 141: [ 56.005583] htt_alloc_peer_map_mem : Alloc Success : host q vaddr d687a000 paddr 9687a000 [ 56.012039] wlan: [6:I:ANY] htt_alloc_peer_map_mem: 142: [ 56.012039] htt_alloc_peer_map_mem : Flush Interval Configured to 256 pkts [ 56.029377] wlan: [6:I:ANY] 6 [ 56.029377] <=== cfg max peer id 2080 ====> [ 56.029377] [ 56.038587] wlan: [6:I:ANY] ol_txrx_pdev_attach: 1040: 62500 tx desc's allocated ; range starts from d6700000 [ 56.047687] wlan: [6:I:TIF] init_deinit_update_pdev_tgt_info: 1082: CDP PDEV ATTACH success [ 56.206295] wlan: [3698:I:ANY] __ol_ath_check_wmi_ready: 5028: ABI Version mismatch: Host(0x3), Target(0x0) [ 56.206343] wlan: [3698:I:ANY] ol_ath_connect_htc: 1236: WMI is ready [ 56.214857] wlan: [3698:E:WMI] wmi_unified_register_event_handler: Event id 104 is unavailable [ 56.221530] wlan: [3698:E:WMI] wmi_unified_register_event_handler: Event id 163 is unavailable [ 56.230010] wlan: [3698:E:WMI] wmi_unified_register_event_handler: Event id 181 is unavailable [ 56.238584] wlan: [3698:E:WMI] wmi_unified_register_event_handler: Event id 168 is unavailable [ 56.247172] wlan: [3698:E:CMN_MLME] target_if_vdev_mgr_wmi_event_register: 688: failed to register for delete response [ 56.255745] wlan: [3698:E:DIRECT_BUF_RX] direct_buf_rx_target_attach: 146: hal soc or osdev is null [ 56.266450] wlan: [3698:I:ANY] ol_ath_soc_attach: 7144: ol_ath_soc_attach: Direct Buffer Rx Target Attach Failed [ 56.275356] wlan: [3698:I:ANY] ol_ath_soc_attach: 7151: connect HTC [ 56.285801] wlan: [3698:I:ANY] ol_ath_soc_attach: 7152: bypasswmi : 0 [ 56.291760] wlan: [3698:E:WMI] event handler already registered 0x9017 [ 56.298379] wlan: [3698:E:WMI] event handler already registered 0x9018 [ 56.304777] wlan: [3698:E:WMI] event handler already registered 0x9019 [ 56.311319] wlan: [3698:E:WMI] wmi_unified_register_event_handler: Event id 105 is unavailable [ 56.317838] wlan: [3698:E:WMI] wmi_unified_register_event_handler: Event id 188 is unavailable [ 56.326432] wlan: [3698:E:WMI] wmi_unified_register_event_handler: Event id 189 is unavailable [ 56.334998] wlan: [3698:E:WMI] wmi_unified_register_event_handler: Event id 142 is unavailable [ 56.343622] wlan: [3698:E:WMI] wmi_unified_register_event_handler: Event id 149 is unavailable [ 56.352210] wlan: [3698:I:ANY] ol_ath_soc_attach: 7232: ol_ath_soc_attach() UMAC attach . [ 56.360844] wlan: [3698:I:ANY] __ol_ath_attach: 3862: pdev_netdev name wifi2 [ 56.369127] wlan: [3698:I:ANY] htt_h2t_frag_desc_bank_cfg_msg: 217: HTT_H2T_MSG_TYPE_FRAG_DESC_BANK_CFG sent to FW for SoC ID = 2 [ 56.369148] wlan: [0:I:ANY] htt_t2h_msg_handler_misc: 449: 6target uses HTT version 2.2; host uses 2.2 [ 56.394125] wlan: [3698:I:ANY] __ol_ath_attach: 3933: BURSTING enabled by default [ 56.397105] wlan: [3698:I:ANY] ol_ath_pdev_attach: 8529: interface_id 2 [ 56.404685] wlan: [3698:I:ANY] ol_ath_update_fw_adfs_support: 286: ol_ath_update_fw_adfs_support: Returning due to null table [ 56.411091] wlan: [3698:I:ANY] ol_regdmn_start: 425: ol_regdmn_start: reg-domain param: regdmn=0, countryName=, wModeSelect=FFFFFFFF, netBand=FFFFFFFF, extendedChanMode=0. [ 56.426100] wlan: [3698:I:ANY] ol_resmgr_create: 223: OL Resmgr Init-ed [ 56.437768] wlan: [3698:I:ANY] ieee80211_cbs_init [ 56.444184] wlan: [3698:I:ANY] CBS Inited [ 56.444184] [ 56.449110] wlan: [3698:I:ANY] acfg_attach: 3423: acfg_attach: Offload using existing sock db066800 [ 56.454568] wlan: [3698:I:ANY] acfg_attach: Offload using existing sock db066800 [ 56.454568] [ 56.463514] wlan: [3698:I:ANY] ol_if_eeprom_attach: 1459: rate power table override is only supported for AR98XX [ 56.472534] wlan: [3698:I:ANY] ol_ath_stats_attach: 2134: periodic_chan_stats: 1 [ 56.482900] wlan: [3698:I:ANY] ol_txrx_mgmt_tx_cb_set: 3436: >>>> CB Set 00000000 [ 56.490919] wlan: [3698:I:ANY] wlan_scan_update_channel_list: 1090: num_chan: 25 [ 56.497599] wlan: [0:I:ANY] ol_ath_pdev_attach: 8893: Set global_ic[3], ptr:e1ef982c [ 56.504962] wlan: [0:I:ANY] dp_lag_pdev_set_primary_radio: 44: pdev(dc6e8904) is_primary 0 [ 56.512726] wlan: [3698:I:ANY] ol_ath_pdev_attach: 9022: Pdev = 0 Number of peers = 530 [ 56.522626] wlan: [3698:I:ANY] ol_ath_ucfg_set_rx_pkt_protocol_tagging: 2099: Set RX packet type TAG, opcode : 0, pkt_type : 18, metadata : 0xca0,pdev_id = 0, REO dest ring = 5 [ 56.522626] [ 56.528818] wlan: [3698:E:ANY] ol_ath_set_obss_thresh: 7906: ol_ath_set_obss_thresh: Could not set obss pd thresh enable val [ 56.546223] wlan: [3698:I:ANY] ol_ath_pri20_cfg_blockchanlist_parse: 560: cfg block channel list is empty [ 56.557432] wlan: [3698:I:ANY] ol_ath_configure_cong_ctrl_max_msdus: 3451: pdev_idx = 0 tx_desc_limit = 0 [ 56.566991] wlan: [3698:I:ANY] smart_log_init: 1616: Smart logging Enabled buf=d6110000 (size=65536) [ 56.576464] wlan: [3698:I:ANY] osif_wrap_attach: 239: osif wrap attached [ 56.576464] [ 56.585599] wlan: [3698:I:ANY] osif_wrap_devt_init: 201: osif wrap dev table init done [ 56.585599] [ 56.593715] wlan: [3698:I:ANY] osif_wrap_attach: 247: Wrap Attached: Wrap_com =d85aec00 ic->ic_wrap_com=d85aec00 &wrap_com->wc_devt=d85aec00 [ 56.593715] [ 56.602940] wlan: [3698:I:ANY] __ol_ath_attach: 4068: __ol_ath_attach[4068] WAPI MBSSID 2 [ 56.617170] wlan: [3698:I:ANY] __ol_ath_attach: 4114: needed_headroom reservation 60 [ 56.625500] wlan: [3698:I:ANY] wlan_cfg80211_init: 10915: Number of 5G channels: 25 [ 56.633810] wlan: [3698:I:ANY] ieee80211_cfg80211_radio_attach: 11009: ic: 0xd6b20500, wdev: 0xd6b2fc90, wiphy: 0xd8680960, netdev: 0xd6b20000 [ 56.642643] wlan: [3698:I:Dynamic Mode Change] ol_ath_check_and_reconfig_hw_mode: 3420: Running with HW mode = 7 [ 56.654780] wlan: [3698:E:QLD] qld_register: 108: Handle or address is NULL [ 56.664219] wlan: [3698:I:ANY] wlan_pdev_operation: 744: num_radios=3, wifi_radios[2].sc = d6b20500_radio_type = 2 [ 56.670878] Event 0x3 is registered for RC 0 [ 56.691959] wlan: [4805:I:ANY] pktlog_init_2_0: 1556: Initializing Pktlog for AR900B, pktlog_hdr_size = 16 [ 56.692052] wlan: [4805:I:ANY] pktlog_init_2_0: 1556: Initializing Pktlog for AR900B, pktlog_hdr_size = 16 [ 56.700938] wlan: [4805:I:ANY] pktlog_init_2_0: 1556: Initializing Pktlog for AR900B, pktlog_hdr_size = 16 No Direct-Attach chipsets found. [ 56.842423] wlan: [6:E:ANY] [soc2] FWLOG: [57079] WAL_DBGID_TX_AC_BUFFER_SET ( 0x3, 0x1e, 0x94c, 0x94c, 0x0) [ 56.842423] [ 56.842543] wlan: [6:E:ANY] [soc2] FWLOG: [57079] WAL_DBGID_TX_AC_BUFFER_SET ( 0x12, 0x1e, 0x94c, 0x94c, 0x0) [ 56.842543] [ 56.853256] wlan: [6:E:ANY] [soc2] FWLOG: [57079] WAL_DBGID_TX_AC_BUFFER_SET ( 0x45, 0x1e, 0x94c, 0x94c, 0x0) [ 56.853256] [ 56.865602] wlan: [6:E:ANY] [soc2] FWLOG: [57079] WAL_DBGID_TX_AC_BUFFER_SET ( 0x67, 0x1e, 0x94c, 0x94c, 0x0) [ 56.865602] [ 56.875555] wlan: [6:E:ANY] [soc2] FWLOG: [57079] WAL_DBGID_TX_AC_BUFFER_SET ( 0x100, 0x11e1a300) [ 56.875555] [ 56.886942] wlan: [6:E:ANY] [soc2] FWLOG: [57307] WAL_DBGID_PDEV_INFO_PRINT ( 0x16, 0x0, 0x7, 0x10, 0x10) [ 56.886942] [ 56.897298] wlan: [6:E:ANY] [soc2] FWLOG: [57307] WAL_DBGID_PDEV_INFO_PRINT ( 0x16, 0x10, 0x10, 0x10, 0x12) [ 56.897298] [ 58.753274] wlan: [5209:I:ANY] wlan_scan_update_channel_list: 1090: num_chan: 13 [ 58.753418] wlan: [5209:I:ANY] number of channels: 2G = 13 5G = 0 [ 58.759895] ol_ath_pdev_ctl_failsafe_check_event_handler: CTL FAILSAFE Algorithm invoked when computing CTL table [ 58.759896] wlan: [5209:I:ANY] wlan_cfg80211_set_country: 6081: wlan_cfg80211_set_country: Country: DE ret: 0 [ 59.142275] wlan: [5221:I:ANY] wlan_cfg80211_set_hwaddr: 6154: wlan_cfg80211_set_hwaddr :94:83:c4:15:96:23 ret: 0 [ 59.222678] wlan: [5223:I:ANY] ol_ath_set_config_param: 1577: set TXBF_SND_PERIOD: value 100 wmi_status 0 [ 59.477161] wlan: [0:I:ANY] ol_ath_set_config_param: 2328: Disconnect_timeout value: 10 [ 59.566863] wlan: [0:I:ANY] ol_ath_set_config_param: 2334: Reconfiguration_timeout value:60 [ 59.659392] wlan: [6:E:ANY] [soc0] FWLOG: [76688] WAL_DBGID_PDEV_INFO_PRINT ( 0x37, 0x2, 0xc, 0x30, 0x30) [ 59.659392] [ 59.659461] wlan: [6:E:ANY] [soc0] FWLOG: [76688] WAL_DBGID_PDEV_INFO_PRINT ( 0x37, 0x30, 0x30, 0x30, 0x30) [ 59.659461] [ 59.669887] wlan: [6:E:ANY] [soc0] FWLOG: [77093] WAL_DBGID_RST_STATS ( 0x2, 0x2, 0x96c, 0x0, 0x416064) [ 59.669887] number of vifs: qcawifi qcawificfg80211: enable radio wifi1 [ 60.962832] wlan: [5674:I:dfs] WLAN_DEBUG_DFS_ALWAYS : dfs_get_po_radars: 343: ETSI domain [ 60.963701] wlan: [5674:I:ANY] wlan_scan_update_channel_list: 1090: num_chan: 19 [ 60.970475] wlan: [5674:I:dfs] WLAN_DEBUG_DFS_ALWAYS : dfs_init_precac_list: 1445: freq=58 [ 60.977606] wlan: [5674:I:dfs] WLAN_DEBUG_DFS_ALWAYS : dfs_init_precac_list: 1445: freq=106 [ 60.985628] wlan: [5674:I:dfs] WLAN_DEBUG_DFS_ALWAYS : dfs_init_precac_list: 1445: freq=122 [ 60.994587] wlan: [5674:I:ANY] wlan_scan_update_channel_list: 1090: num_chan: 19 [ 61.002350] wlan: [5674:I:dfs] WLAN_DEBUG_DFS_ALWAYS : dfs_init_precac_list: 1445: freq=58 [ 61.009879] wlan: [5674:I:dfs] WLAN_DEBUG_DFS_ALWAYS : dfs_init_precac_list: 1445: freq=106 [ 61.017949] wlan: [5674:I:dfs] WLAN_DEBUG_DFS_ALWAYS : dfs_init_precac_list: 1445: freq=122 [ 61.026289] wlan: [5674:I:ANY] number of channels: 2G = 0 5G = 19 [ 61.034499] wlan: [5674:I:ANY] wlan_cfg80211_set_country: 6081: wlan_cfg80211_set_country: Country: DE ret: 0 [ 61.040804] wlan: [2708:I:ANY] ol_acfg_handle_wifi_ioctl: 417: ol_acfg_handle_wifi_ioctl: req->cmd=75 not valid for radio interface, it's for VAP acfg_tool: unable to send command [ 61.413910] wlan: [5684:I:ANY] wlan_cfg80211_set_hwaddr: 6154: wlan_cfg80211_set_hwaddr :94:83:c4:15:96:25 ret: 0 [ 61.495292] wlan: [5686:I:ANY] ol_ath_set_config_param: 1577: set TXBF_SND_PERIOD: value 100 wmi_status 0 [ 61.717965] wlan: [6:E:ANY] [soc1] FWLOG: [78952] WAL_DBGID_PDEV_INFO_PRINT ( 0x37, 0x2, 0xc, 0x30, 0x30) [ 61.717965] [ 61.718031] wlan: [6:E:ANY] [soc1] FWLOG: [78952] WAL_DBGID_PDEV_INFO_PRINT ( 0x37, 0x30, 0x30, 0x30, 0x30) [ 61.718031] [ 61.727995] wlan: [6:E:ANY] [soc1] FWLOG: [79421] WAL_DBGID_RST_STATS ( 0x2, 0x2, 0x1464, 0x0, 0x416064) [ 61.727995] [ 61.746281] wlan: [0:I:ANY] ol_ath_set_config_param: 2328: Disconnect_timeout value: 10 [ 61.840322] wlan: [0:I:ANY] ol_ath_set_config_param: 2334: Reconfiguration_timeout value:60 number of vifs: qcawifi qcawificfg80211: enable radio wifi2 [ 63.216169] wlan: [6098:I:dfs] WLAN_DEBUG_DFS_ALWAYS : dfs_get_po_radars: 343: ETSI domain [ 63.217029] wlan: [6098:I:ANY] wlan_scan_update_channel_list: 1090: num_chan: 19 [ 63.223539] wlan: [6098:I:dfs] WLAN_DEBUG_DFS_ALWAYS : dfs_init_precac_list: 1445: freq=58 [ 63.230983] wlan: [6098:I:dfs] WLAN_DEBUG_DFS_ALWAYS : dfs_init_precac_list: 1445: freq=106 [ 63.239105] wlan: [6098:I:dfs] WLAN_DEBUG_DFS_ALWAYS : dfs_init_precac_list: 1445: freq=122 [ 63.247929] wlan: [6098:I:ANY] wlan_scan_update_channel_list: 1090: num_chan: 19 [ 63.255639] wlan: [6098:I:dfs] WLAN_DEBUG_DFS_ALWAYS : dfs_init_precac_list: 1445: freq=58 [ 63.263243] wlan: [6098:I:dfs] WLAN_DEBUG_DFS_ALWAYS : dfs_init_precac_list: 1445: freq=106 [ 63.271286] wlan: [6098:I:dfs] WLAN_DEBUG_DFS_ALWAYS : dfs_init_precac_list: 1445: freq=122 [ 63.279618] wlan: [6098:I:ANY] number of channels: 2G = 0 5G = 19 [ 63.287868] wlan: [6098:I:ANY] wlan_cfg80211_set_country: 6081: wlan_cfg80211_set_country: Country: DE ret: 0 [ 63.658542] wlan: [6111:I:ANY] wlan_cfg80211_set_hwaddr: 6154: wlan_cfg80211_set_hwaddr :94:83:c4:15:96:25 ret: 0 [ 63.739640] wlan: [6113:I:ANY] ol_ath_set_config_param: 1577: set TXBF_SND_PERIOD: value 100 wmi_status 0 [ 63.847933] wlan: [6:E:ANY] [soc2] FWLOG: [64256] WAL_DBGID_PDEV_INFO_PRINT ( 0x37, 0x2, 0xc, 0x30, 0x30) [ 63.847933] [ 63.847998] wlan: [6:E:ANY] [soc2] FWLOG: [64256] WAL_DBGID_PDEV_INFO_PRINT ( 0x37, 0x30, 0x30, 0x30, 0x30) [ 63.847998] [ 64.163149] wlan: [0:I:ANY] ol_ath_set_config_param: 2328: Disconnect_timeout value: 10 [ 64.251351] wlan: [0:I:ANY] ol_ath_set_config_param: 2334: Reconfiguration_timeout value:60 number of vifs: ******FW ini file not found****** BusyBox v1.28.3 () built-in shell (ash) MM NM MMMMMMM M M $MMMMM MMMMM MMMMMMMMMMM MMM MMM MMMMMMMM MM MMMMM. MMMMM:MMMMMM: MMMM MMMMM MMMM= MMMMMM MMM MMMM MMMMM MMMM MMMMMM MMMM MMMMM' MMMM= MMMMM MMMM MM MMMMM MMMM MMMM MMMMNMMMMM MMMM= MMMM MMMMM MMMMM MMMM MMMM MMMMMMMM MMMM= MMMM MMMMMM MMMMM MMMM MMMM MMMMMMMMM MMMM= MMMM MMMMM, NMMMMMMMM MMMM MMMM MMMMMMMMMMM MMMM= MMMM MMMMMM MMMMMMMM MMMM MMMM MMMM MMMMMM MMMM= MMMM MM MMMM MMMM MMMM MMMM MMMM MMMM MMMM$ ,MMMMM MMMMM MMMM MMM MMMM MMMMM MMMM MMMM MMMMMMM: MMMMMMM M MMMMMMMMMMMM MMMMMMM MMMMMMM MMMMMM MMMMN M MMMMMMMMM MMMM MMMM MMMM M MMMMMMM M M M --------------------------------------------------------------- For those about to rock... (Chaos Calmer, e7067e3+r49254) --------------------------------------------------------------- root@GL-B2200:/#


Format: Log Type - Time(microsec) - Message - Optional Info Log Type: B - Since Boot(Power On Reset), D - Delta, S - Statistic S - QC_IMAGE_VERSION_STRING=BOOT.BF.3.1.1-00120 S - IMAGE_VARIANT_STRING=DAABANAZA S - OEM_IMAGE_VERSION_STRING=CRM S - Boot Config, 0x00000021 S - Reset status Config, 0x00000010 S - Core 0 Frequency, 0 MHz B - 261 - PBL, Start B - 1340 - bootable_media_detect_entry, Start B - 1680 - bootable_media_detect_success, Start B - 1694 - elf_loader_entry, Start B - 5083 - auth_hash_seg_entry, Start B - 7233 - auth_hash_seg_exit, Start B - 579779 - elf_segs_hash_verify_entry, Start B - 697942 - PBL, End B - 697965 - SBL1, Start B - 788983 - pm_device_init, Start D - 7 - pm_device_init, Delta B - 790431 - boot_flash_init, Start D - 52831 - boot_flash_init, Delta B - 847404 - boot_config_data_table_init, Start D - 3845 - boot_config_data_table_init, Delta - (419 Bytes) B - 854928 - clock_init, Start D - 7569 - clock_init, Delta B - 866540 - CDT version:2,Platform ID:8,Major ID:1,Minor ID:2,Subtype:1 B - 869952 - sbl1_ddr_set_params, Start B - 875049 - cpr_init, Start D - 2 - cpr_init, Delta B - 879431 - Pre_DDR_clock_init, Start D - 4 - Pre_DDR_clock_init, Delta D - 13175 - sbl1_ddr_set_params, Delta B - 892744 - pm_driver_init, Start D - 2 - pm_driver_init, Delta B - 963922 - sbl1_wait_for_ddr_training, Start D - 27 - sbl1_wait_for_ddr_training, Delta B - 980224 - Image Load, Start D - 152251 - QSEE Image Loaded, Delta - (297752 Bytes) B - 1132908 - Image Load, Start D - 1446 - SEC Image Loaded, Delta - (2048 Bytes) B - 1143227 - Image Load, Start D - 222738 - APPSBL Image Loaded, Delta - (456019 Bytes) B - 1366364 - QSEE Execution, Start D - 60 - QSEE Execution, Delta B - 1372604 - SBL1, End D - 676639 - SBL1, Delta S - Flash Throughput, 2010 KB/s (756238 Bytes, 376214 us) S - DDR Frequency, 672 MHz U-Boot 2012.07 [Chaos Calmer 15.05.1,r48067] (Oct 14 2020 - 17:34:04) smem ram ptable found: ver: 1 len: 3 DRAM: 512 MiB machid : 0x8010201 NAND: SF: Detected W25Q128 with page size 64 KiB, total 16 MiB ipq_spi: page_size: 0x100, sector_size: 0x10000, size: 0x1000000 16 MiB MMC: qca_mmc: 0 In: serial Out: serial Err: serial machid: 8010201 flash_type: 0 Net: MAC0 addr:94:83:c4:15:96:21 PHY ID1: 0x4d PHY ID2: 0xd0b1 ipq40xx_ess_sw_init done eth0 Hit "gl" key to stop booting: 2 1 0 SF: Detected W25Q128 with page size 64 KiB, total 16 MiB Checking calibration status... Device have calibrated,checking test status... Device haven tested, checking MAC info... Device have MAC info, starting firmware... MMC read: dev # 0, block # 2048, count 65536 ... 65536 blocks read: OK ## Booting kernel from FIT Image at 84000000 ... Using 'config@ap.dk04.1-c3' configuration Trying 'kernel-1' kernel subimage Description: ARM OpenWrt Linux-5.10.161 Type: Kernel Image Compression: uncompressed Data Start: 0x840000e4 Data Size: 2826968 Bytes = 2.7 MiB Architecture: ARM OS: Linux Load Address: 0x80208000 Entry Point: 0x80208000 Hash algo: crc32 Hash value: 554394c4 Hash algo: sha1 Hash value: dd8968e4d33b7b5dc02bb488078903b46043e143 Verifying Hash Integrity ... crc32+ sha1+ OK ## Flattened Device Tree from FIT Image at 84000000 Using 'config@ap.dk04.1-c3' configuration Trying 'fdt-1' FDT blob subimage Description: ARM OpenWrt glinet_gl-b2200 device tree blob Type: Flat Device Tree Compression: uncompressed Data Start: 0x842b24f8 Data Size: 18348 Bytes = 17.9 KiB Architecture: ARM Hash algo: crc32 Hash value: d14c481b Hash algo: sha1 Hash value: 58664edd1db46e9ce6d53290c00a731b6645e34b Verifying Hash Integrity ... crc32+ sha1+ OK Booting using the fdt blob at 0x842b24f8 Loading Kernel Image ... OK OK Loading Device Tree to 86ff8000, end 86fff7ab ... OK ipq: fdt fixup unable to find compatible node Device nand0 not found! Using machid 0x8010201 from environment Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 5.10.161 (builder@buildhost) (arm-openwrt-linux-muslgnueabi-gcc (OpenWrt GCC 11.2.0 r20028-43d71ad93e) 11.2.0, GNU ld (GNU Binutils) 2.37) #0 SMP Tue Jan 3 00:24:21 2023 [ 0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d [ 0.000000] CPU: div instructions available: patching division code [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [ 0.000000] OF: fdt: Machine model: GL.iNet GL-B2200 [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] Zone ranges: [ 0.000000] Normal [mem 0x0000000080000000-0x000000009fffffff] [ 0.000000] HighMem empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000080000000-0x0000000087dfffff] [ 0.000000] node 0: [mem 0x0000000087e00000-0x0000000087ffffff] [ 0.000000] node 0: [mem 0x0000000088000000-0x000000009fffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x000000009fffffff] [ 0.000000] percpu: Embedded 15 pages/cpu s31116 r8192 d22132 u61440 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 129920 [ 0.000000] Kernel command line: rootfsname=rootfs rootwait root=/dev/mmcblk0p2 rw rootwait clk_ignore_unused [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes, linear) [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] Memory: 506812K/524288K available (6457K kernel code, 608K rwdata, 956K rodata, 1024K init, 246K bss, 17476K reserved, 0K cma-reserved, 0K highmem) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] rcu: Hierarchical RCU implementation. [ 0.000000] Tracing variant of Tasks RCU enabled. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies. [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 [ 0.000000] arch_timer: cp15 timer(s) running at 48.00MHz (virt). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xb11fd3bfb, max_idle_ns: 440795203732 ns [ 0.000009] sched_clock: 56 bits at 48MHz, resolution 20ns, wraps every 4398046511096ns [ 0.000025] Switching to timer-based delay loop, resolution 20ns [ 0.000343] Calibrating delay loop (skipped), value calculated using timer frequency.. 96.00 BogoMIPS (lpj=480000) [ 0.000372] pid_max: default: 32768 minimum: 301 [ 0.000554] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.000575] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.001597] CPU: Testing write buffer coherency: ok [ 0.001976] qcom_scm: convention: smc legacy [ 0.002927] Setting up static identity map for 0x80300000 - 0x8030003c [ 0.003092] rcu: Hierarchical SRCU implementation. [ 0.003353] dyndbg: Ignore empty _ddebug table in a CONFIG_DYNAMIC_DEBUG_CORE build [ 0.003720] smp: Bringing up secondary CPUs ... [ 0.007224] smp: Brought up 1 node, 4 CPUs [ 0.007251] SMP: Total of 4 processors activated (384.00 BogoMIPS). [ 0.007263] CPU: All CPU(s) started in SVC mode. [ 0.012573] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5 [ 0.012759] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.012785] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) [ 0.013032] pinctrl core: initialized pinctrl subsystem [ 0.014850] NET: Registered protocol family 16 [ 0.015249] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.016355] thermal_sys: Registered thermal governor 'step_wise' [ 0.016784] cpuidle: using governor ladder [ 0.016843] cpuidle: using governor menu [ 0.044051] cryptd: max_cpu_qlen set to 1000 [ 0.048326] usbcore: registered new interface driver usbfs [ 0.048398] usbcore: registered new interface driver hub [ 0.048458] usbcore: registered new device driver usb [ 0.048508] pps_core: LinuxPPS API ver. 1 registered [ 0.048522] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.048552] PTP clock support registered [ 0.050573] clocksource: Switched to clocksource arch_sys_counter [ 0.051546] NET: Registered protocol family 2 [ 0.051814] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 0.052929] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear) [ 0.052995] TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear) [ 0.053061] TCP bind hash table entries: 4096 (order: 3, 32768 bytes, linear) [ 0.053153] TCP: Hash tables configured (established 4096 bind 4096) [ 0.053290] UDP hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.053332] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.053615] NET: Registered protocol family 1 [ 0.053662] PCI: CLS 0 bytes, default 64 [ 0.056070] workingset: timestamp_bits=14 max_order=17 bucket_order=3 [ 0.060713] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.060737] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. [ 0.193093] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248) [ 0.194802] qcom-pcie 40000000.pci: host bridge /soc/pci@40000000 ranges: [ 0.194862] qcom-pcie 40000000.pci: IO 0x0040200000..0x00402fffff -> 0x0040200000 [ 0.194894] qcom-pcie 40000000.pci: MEM 0x0040300000..0x0040ffffff -> 0x0040300000 [ 0.472147] qcom-pcie 40000000.pci: Link up [ 0.472311] qcom-pcie 40000000.pci: PCI host bridge to bus 0000:00 [ 0.472334] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.472354] pci_bus 0000:00: root bus resource [io 0x0000-0xfffff] (bus address [0x40200000-0x402fffff]) [ 0.472370] pci_bus 0000:00: root bus resource [mem 0x40300000-0x40ffffff] [ 0.472423] pci 0000:00:00.0: [17cb:1001] type 01 class 0x060400 [ 0.472455] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x00000fff] [ 0.472529] pci 0000:00:00.0: PME# supported from D0 D3hot [ 0.474408] PCI: bus0: Fast back to back transfers disabled [ 0.474741] pci 0000:01:00.0: [168c:0056] type 00 class 0x028000 [ 0.474919] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x001fffff 64bit] [ 0.475748] pci 0000:01:00.0: PME# supported from D0 D3hot [ 0.477877] PCI: bus1: Fast back to back transfers disabled [ 0.477934] pci 0000:00:00.0: BAR 8: assigned [mem 0x40400000-0x405fffff] [ 0.477957] pci 0000:00:00.0: BAR 0: assigned [mem 0x40300000-0x40300fff] [ 0.477981] pci 0000:01:00.0: BAR 0: assigned [mem 0x40400000-0x405fffff 64bit] [ 0.478072] pci 0000:00:00.0: PCI bridge to [bus 01-ff] [ 0.478090] pci 0000:00:00.0: bridge window [mem 0x40400000-0x405fffff] [ 0.481018] pcieport 0000:00:00.0: AER: enabled with IRQ 106 [ 0.483034] bam-dma-engine 8e04000.dma: num-channels unspecified in dt [ 0.483056] bam-dma-engine 8e04000.dma: num-ees unspecified in dt [ 0.483743] tcsr 1949000.tcsr: setting wifi_glb_cfg = 41000000 [ 0.483844] tcsr 194b000.tcsr: setting usb hs phy mode select = e700e7 [ 0.483938] tcsr 1953000.ess_tcsr: setting ess interface select = 0 [ 0.484030] tcsr 1957000.tcsr: setting wifi_noc_memtype_m0_m2 = 2222222 [ 0.484739] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled [ 0.486560] msm_serial 78af000.serial: msm_serial: detected port #0 [ 0.486610] msm_serial 78af000.serial: uartclk = 1843200 [ 0.486667] 78af000.serial: ttyMSM0 at MMIO 0x78af000 (irq = 36, base_baud = 115200) is a MSM [ 0.486699] msm_serial: console setup on port #0 [ 1.174662] printk: console [ttyMSM0] enabled [ 1.179929] msm_serial 78b0000.serial: msm_serial: detected port #1 [ 1.183646] msm_serial 78b0000.serial: uartclk = 1843200 [ 1.189709] 78b0000.serial: ttyMSM1 at MMIO 0x78b0000 (irq = 37, base_baud = 115200) is a MSM [ 1.195714] msm_serial: driver initialized [ 1.208662] loop: module loaded [ 1.209705] spi_qup 78b5000.spi: IN:block:16, fifo:64, OUT:block:16, fifo:64 [ 1.212055] spi-nor spi0.0: w25q128 (16384 Kbytes) [ 1.218017] 8 fixed-partitions partitions found on MTD device spi0.0 [ 1.222654] OF: Bad cell count for /soc/spi@78b5000/flash@0/partitions [ 1.229085] OF: Bad cell count for /soc/spi@78b5000/flash@0/partitions [ 1.236109] Creating 8 MTD partitions on "spi0.0": [ 1.241968] 0x000000000000-0x000000040000 : "SBL1" [ 1.247401] 0x000000040000-0x000000060000 : "MIBIB" [ 1.252215] 0x000000060000-0x0000000c0000 : "QSEE" [ 1.256792] 0x0000000c0000-0x0000000d0000 : "CDT" [ 1.261642] 0x0000000d0000-0x0000000e0000 : "DDRPARAMS" [ 1.266344] 0x0000000e0000-0x0000000f0000 : "APPSBLENV" [ 1.271432] 0x0000000f0000-0x000000170000 : "APPSBL" [ 1.276583] 0x000000170000-0x000000180000 : "ART" [ 1.285467] spi_qup 78b6000.spi: IN:block:16, fifo:64, OUT:block:16, fifo:64 [ 1.320522] ESS reset ok! [ 1.394761] ESS reset ok! [ 2.154309] i2c /dev entries driver [ 2.155891] sdhci: Secure Digital Host Controller Interface driver [ 2.156613] sdhci: Copyright(c) Pierre Ossman [ 2.162944] sdhci-pltfm: SDHCI platform and OF driver helper [ 2.167896] sdhci_msm 7824900.sdhci: Got CD GPIO [ 2.176720] NET: Registered protocol family 10 [ 2.179207] Segment Routing with IPv6 [ 2.182010] NET: Registered protocol family 17 [ 2.185679] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 2.189959] 8021q: 802.1Q VLAN Support v1.8 [ 2.203278] Registering SWP/SWPB emulation handler [ 2.205936] genirq: irq_chip msmgpio did not update eff. affinity mask of irq 107 [ 2.212099] mmc0: SDHCI controller on 7824900.sdhci [7824900.sdhci] using ADMA 6[ 2.227765] Waiting for root device /dev/mmcblk0p2... [ 2.308380] mmc0: new HS200 MMC card at address 0001 [ 2.318175] mmcblk0: mmc0:0001 8GTF4R 7.28 GiB [ 2.323602] mmcblk0boot0: mmc0:0001 8GTF4R partition 1 4.00 MiB [ 2.328188] mmcblk0boot1: mmc0:0001 8GTF4R partition 2 4.00 MiB [ 2.329639] mmcblk0rpmb: mmc0:0001 8GTF4R partition 3 512 KiB, chardev (246:0) [ 2.341622] Alternate GPT is invalid, using primary GPT. [ 2.341713] mmcblk0: p1 p2 p3 p128 [ 2.354455] VFS: Mounted root (squashfs filesystem) readonly on device 179:2. [ 2.356441] Freeing unused kernel memory: 1024K [ 2.414149] Run /sbin/init as init process [ 2.732384] init: Console is alive [ 3.551157] kmodloader: loading kernel modules from /etc/modules-boot.d/* [ 3.663817] kmodloader: done loading kernel modules from /etc/modules-boot.d/* [ 3.673695] init: - preinit - [ 4.280496] random: jshn: uninitialized urandom read (4 bytes read) [ 4.330969] random: jshn: uninitialized urandom read (4 bytes read) [ 4.444948] random: jshn: uninitialized urandom read (4 bytes read) [ 4.878124] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready Press the [f] key and hit [enter] to enter failsafe mode Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level [ 9.165151] mount_root: overlay filesystem in /dev/mmcblk0p3 has not been formatted yet [ 9.331084] random: mkfs.f2fs: uninitialized urandom read (16 bytes read) [ 9.670919] F2FS-fs (mmcblk0p3): Found nat_bits in checkpoint [ 9.696932] F2FS-fs (mmcblk0p3): Mounted with checkpoint version = 6147d0b5 [ 9.697896] mount_root: overlay filesystem has not been fully initialized yet [ 9.703580] mount_root: switching to f2fs overlay [ 9.716658] urandom-seed: Seed file not found (/etc/urandom.seed) [ 9.798058] procd: - early - [ 11.411356] procd: - ubus - [ 11.452135] random: ubusd: uninitialized urandom read (4 bytes read) [ 11.462474] random: ubusd: uninitialized urandom read (4 bytes read) [ 11.463563] random: ubusd: uninitialized urandom read (4 bytes read) [ 11.478378] procd: - init - Please press Enter to activate this console. [ 12.091196] kmodloader: loading kernel modules from /etc/modules.d/* [ 12.153646] urngd: v1.0.2 started. [ 12.167116] Loading modules backported from Linux version v5.15.81-0-ge4a7232c917c [ 12.167162] Backport generated by backports.git v5.15.81-1-0-ge1867d55 [ 12.239847] random: crng init done [ 12.239886] random: 27 urandom warning(s) missed due to ratelimiting [ 12.250347] PPP generic driver version 2.4.2 [ 12.251610] NET: Registered protocol family 24 [ 12.267069] ath10k 5.15 driver, optimized for CT firmware, probing pci device: 0x56. [ 12.268042] ath10k_pci 0000:01:00.0: enabling device (0140 -> 0142) [ 12.274754] ath10k_pci 0000:01:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0 [ 13.601665] ath10k_pci 0000:01:00.0: qca9888 hw2.0 target 0x01000000 chip_id 0x00000000 sub 0000:0000 [ 13.601722] ath10k_pci 0000:01:00.0: kconfig debug 0 debugfs 1 tracing 0 dfs 1 testmode 0 [ 13.614255] ath10k_pci 0000:01:00.0: firmware ver 10.4b-ct-9888-fW-13-5ae337bb1 api 5 features mfp,peer-flow-ctrl,txstatus-noack,wmi-10.x-CT,ratemask-CT,regdump-CT,txrate-CT,flush-all-CT,pingpong-CT,ch-regs-CT,nop-CT,set-special-CT,tx-rc-CT,cust-stats-CT,txrate2-CT,beacon-cb-CT,wmi-block-ack-CT,wmi-bcn-rc-CT crc32 59e741e7 [ 13.935718] ath10k_pci 0000:01:00.0: Loading BDF type 0 [ 13.936212] ath10k_pci 0000:01:00.0: board_file api 2 bmi_id 0:16 crc32 14cee2d3 [ 15.703430] ath10k_pci 0000:01:00.0: 10.4 wmi init: vdevs: 16 peers: 48 tid: 96 [ 15.703481] ath10k_pci 0000:01:00.0: msdu-desc: 2500 skid: 32 [ 15.757945] ath10k_pci 0000:01:00.0: wmi print 'P 48/48 V 16 K 144 PH 176 T 186 msdu-desc: 2500 sw-crypt: 0 ct-sta: 0' [ 15.758856] ath10k_pci 0000:01:00.0: wmi print 'free: 114572 iram: 12644 sram: 29508' [ 16.007400] ath10k_pci 0000:01:00.0: htt-ver 2.2 wmi-op 6 htt-op 4 cal pre-cal-nvmem max-sta 32 raw 0 hwcrypto 1 [ 17.752527] ath10k_ahb a000000.wifi: qca4019 hw1.0 target 0x01000000 chip_id 0x003b00ff sub 0000:0000 [ 17.752582] ath10k_ahb a000000.wifi: kconfig debug 0 debugfs 1 tracing 0 dfs 1 testmode 0 [ 17.764559] ath10k_ahb a000000.wifi: firmware ver 10.4b-ct-4019-fW-13-5ae337bb1 api 5 features mfp,peer-flow-ctrl,txstatus-noack,wmi-10.x-CT,ratemask-CT,regdump-CT,txrate-CT,flush-all-CT,pingpong-CT,ch-regs-CT,nop-CT,set-special-CT,tx-rc-CT,cust-stats-CT,txrate2-CT,beacon-cb-CT,wmi-block-ack-CT,wmi-bcn-rc-CT crc32 6b2b5c5b [ 17.821441] ath10k_ahb a000000.wifi: Loading BDF type 0 [ 17.856557] ath10k_ahb a000000.wifi: board_file api 2 bmi_id 0:20 crc32 1c506103 [ 19.150457] ath10k_ahb a000000.wifi: 10.4 wmi init: vdevs: 16 peers: 48 tid: 96 [ 19.150511] ath10k_ahb a000000.wifi: msdu-desc: 2500 skid: 32 [ 19.197634] ath10k_ahb a000000.wifi: wmi print 'P 48/48 V 16 K 144 PH 176 T 186 msdu-desc: 2500 sw-crypt: 0 ct-sta: 0' [ 19.198589] ath10k_ahb a000000.wifi: wmi print 'free: 53252 iram: 13432 sram: 35752' [ 19.362178] ath10k_ahb a000000.wifi: htt-ver 2.2 wmi-op 6 htt-op 4 cal pre-cal-nvmem max-sta 32 raw 0 hwcrypto 1 [ 20.611784] ath10k_ahb a800000.wifi: qca4019 hw1.0 target 0x01000000 chip_id 0x003b00ff sub 0000:0000 [ 20.611838] ath10k_ahb a800000.wifi: kconfig debug 0 debugfs 1 tracing 0 dfs 1 testmode 0 [ 20.625472] ath10k_ahb a800000.wifi: firmware ver 10.4b-ct-4019-fW-13-5ae337bb1 api 5 features mfp,peer-flow-ctrl,txstatus-noack,wmi-10.x-CT,ratemask-CT,regdump-CT,txrate-CT,flush-all-CT,pingpong-CT,ch-regs-CT,nop-CT,set-special-CT,tx-rc-CT,cust-stats-CT,txrate2-CT,beacon-cb-CT,wmi-block-ack-CT,wmi-bcn-rc-CT crc32 6b2b5c5b [ 20.680855] ath10k_ahb a800000.wifi: Loading BDF type 0 [ 20.681106] ath10k_ahb a800000.wifi: board_file api 2 bmi_id 0:21 crc32 1c506103 [ 21.977889] ath10k_ahb a800000.wifi: 10.4 wmi init: vdevs: 16 peers: 48 tid: 96 [ 21.977943] ath10k_ahb a800000.wifi: msdu-desc: 2500 skid: 32 [ 22.025107] ath10k_ahb a800000.wifi: wmi print 'P 48/48 V 16 K 144 PH 176 T 186 msdu-desc: 2500 sw-crypt: 0 ct-sta: 0' [ 22.026066] ath10k_ahb a800000.wifi: wmi print 'free: 53252 iram: 13432 sram: 35752' [ 22.164443] ath10k_ahb a800000.wifi: htt-ver 2.2 wmi-op 6 htt-op 4 cal pre-cal-nvmem max-sta 32 raw 0 hwcrypto 1 [ 22.335474] kmodloader: done loading kernel modules from /etc/modules.d/* [ 48.136498] br-lan: port 1(eth0) entered blocking state [ 48.136550] br-lan: port 1(eth0) entered disabled state [ 48.141428] device eth0 entered promiscuous mode [ 48.252299] ess_edma c080000.edma eth1: Link is Down [ 49.190688] br-lan: port 1(eth0) entered blocking state [ 49.190738] br-lan: port 1(eth0) entered forwarding state [ 49.196043] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready [ 51.353107] ess_edma c080000.edma eth1: Link is Up - 1Gbps/Full - flow control rx/tx [ 51.354095] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready BusyBox v1.35.0 (2023-01-03 00:24:21 UTC) built-in shell (ash) _______ ________ __ | |.-----.-----.-----.| | | |.----.| |_ | - || _ | -__| || | | || _|| _| |_______|| __|_____|__|__||________||__| |____| |__| W I R E L E S S F R E E D O M ----------------------------------------------------- OpenWrt 22.03.3, r20028-43d71ad93e ----------------------------------------------------- === WARNING! ===================================== There is no root password defined on this device! Use the "passwd" command to set up a new password in order to prevent unauthorized SSH logins. -------------------------------------------------- root@OpenWrt:/#


  • In order to go back to stock firmware, you should first flash a "middle firmware" before flashing the stock image. This allows to restore the partition table. See this thread on GL.iNet forum for further details.
This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies
  • Last modified: 2024/02/12 11:13
  • by 127.0.0.1