Meraki MR52

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

Write a short, relevant description of the device. Include a technical overview, but avoid marketing buzzwords/useless stuff. Two to four sentences is about right. A picture is good, too. Edit the page to see how to add pictures.

FIXME Any text with a light background (like this one) provides instructions for creating the Details Page. When you have filled in correct/useful information (instead of any template that's there) remove the instructions, as well as the <WRAP> that encloses it.

Meraki MR52

FIXME

  1. This is an empty template that suggests the information that should be present on a well-constructed Device Page. This means, that you have to fill it with life and information.
  2. There are several “fixme” tags with text on a light background (like this text) throughout this template. As you fill in the page, remove those tags so that people can judge its completeness.
  3. When there are no more “fixme” tags left, delete this one too, along with the <WRAP> that encloses it.
  • Please include only model specific information, omit bla,bla and put everything generic into separate articles
  • If you have no time to write certain stuff, link to docs
  • base-system should lead the way, do not explain this again
  • DO NOT provide a complete howto here! Instead groom the general documentation.

  1. Disassemble the device and connect a UART header. The header pinout is as follows:
           1 - 3.3v
           2 - TXD
           3 - RXD
           4 - GND


    :!: Important: You should only connect TXD, RXD and GND. Connecting 3.3v may damage the device.

  2. Set your IP to 192.168.1.250. Set up a TFTP server serving openwrt-ipq806x-generic-meraki_(mr42|mr52)-initramfs-fit-uImage.itb.. Separately obtain the respective sysupgrade image.
  3. Run the following commands, preferably from a Linux host. The mentioned files, including ubootwrite.py and u-boot images, can be obtained from [1] 1).
    python ubootwrite.py --write=(mr42|mr52)_u-boot.bin


    The default for --serial option is /dev/ttyUSB0.

  4. Power on the device. The ubootwrite script will upload the image to the device and launch it. The second stage u-boot will in turn load the initramfs image by TFTP, provided the TFTP server is running correctly. This process will take about 13 minutes. Once a solid white LED is displayed, the image has successfully finished loading. Note: If the image does not load via TFTP, try again with the Ethernet link to 10Mb/s Half-Duplex.
  5. (MR42 only) Do not connect over the network. Instead connect over the UART using minicom or similar tool. To replace u-boot with the network enabled version, please run the following commands. Note that in the provided initramfs images, the u-boot.mbn file is located in /root.
    If you have not used the provided initramfs, you must ensure you are using an image with “boot_layout” ECC configuration enabled in the Kernel. This will be version 5.10 or higher. If you do not do this correctly the device will be bricked.
    insmod mtd-rw i_want_a_brick=1
    mtd erase /dev/mtd8
    nandwrite -pam /dev/mtd8 /root/mr42_u-boot.mbn


    After running nandwrite, ensure you observe the following output:

    Writing data to block 0 at offset 0x0
    Writing data to block 1 at offset 0x20000
    Writing data to block 2 at offset 0x40000
  6. (Optional) If you have no further use for the Meraki OS, you can remove all other UBI volumes on ubi0 (mtd11), including diagnostic1, part.old, storage and part.safe. You must not remove the ubi1 ART partition (mtd12).
    for i in diagnostic1 part.old storage part.safe ; do
    ubirmvol /dev/ubi0 -N $i
    done
  7. Proceed to flash the sysupgrade image via luci, or else download or scp the image to /tmp and use the sysupgrade command.
dev: size erasesize name
mtd0: 00040000 00020000 “sbl1”
mtd1: 00140000 00020000 “mibib”
mtd2: 00140000 00020000 “sbl2”
mtd3: 00280000 00020000 “sbl3”
mtd4: 00120000 00020000 “ddrconfig”
mtd5: 00120000 00020000 “ssd”
mtd6: 00280000 00020000 “tz”
mtd7: 00280000 00020000 “rpm”
mtd8: 00180000 00020000 “u-boot”
mtd9: 00a80000 00020000 “bootkernel1”
mtd10: 00a80000 00020000 “bootkernel2”
mtd11: 046c0000 00020000 “ubi”
mtd12: 00200000 00020000 “art”

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 (SECONDARY) assigned to br-lan
eth1 LAN (MAIN) assigned to br-lan
wlan0 WiFi 5G Disabled
wlan1 WiFi 2G Disabled

FIXME Please fill in real values for this device, then remove the EXAMPLEs

Numbers 0-3 are Ports 1-4 as labeled on the unit, number 4 is the Internet (WAN) on the unit, 5 is the internal connection to the router itself. Don't be fooled: Port 1 on the unit is number 3 when configuring VLANs. vlan0 = eth0.0, vlan1 = eth0.1 and so on.

Port Switch port
Internet (WAN) EXAMPLE 4
LAN 1 EXAMPLE 3
LAN 2 EXAMPLE 2
LAN 3 EXAMPLE 1
LAN 4 EXAMPLE 0

hardware.button on howto use and configure the hardware button(s). The MR52 has one button, between the Ethernet ports.

BUTTON Event
RESET reset

Front:
Insert photo of front of the casing

Back:
Insert photo of back of the casing

Backside label:
Insert photo of backside label

Note: This will void your warranty!

FIXME Describe what needs to be done to open the device, e.g. remove rubber feet, adhesive labels, screws, ...

  • To remove the cover and open the device, do a/b/c

Main PCB:
Insert photo of PCB

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

How to connect to the Serial Port of this specific device:
Insert photo of PCB with markings for serial port

  • Pin 1 - (has a small triangle symbol under it). Do not use.
  • Pin 2 - RX
  • Pin 3 - TX
  • Pin 4 - GND
Serial connection parameters
for Meraki MR52
115200, 8N1

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

How to connect to the JTAG Port of this specific device:
Insert photo of PCB with markings for JTAG port

U-Boot 2012.07-gd040ed5-dirty [local,local] (Mar 29 2016 - 07:59:21) DRAM: 235 MiB cdp: machid 4971 NAND: 128 MiB Using default environment In: serial Out: serial Err: serial late_init: machid 4971 Net: No ethernet found. NAND read: device 0 offset 0x2c40000, size 0xa80000 11010048 bytes read: OK bootm 0x42000000#config@2## Booting kernel from FIT Image at 42000000 ... Using 'config@2' configuration Trying 'kernel@1' kernel subimage Description: Boot Kernel Type: Kernel Image Compression: uncompressed Data Start: 0x420000f8 Data Size: 1557224 Bytes = 1.5 MiB Architecture: ARM OS: Linux Load Address: 0x41508000 Entry Point: 0x41508000 Hash algo: sha1 Hash value: 328ecf71d73d196ff2a213bb133b8ff77360fb7d Verifying Hash Integrity ... sha1+ OK ## Loading init Ramdisk from FIT Image at 42000000 ... Using 'config@2' configuration Trying 'ramdisk@1' ramdisk subimage Description: Cryptid Ramdisk Type: RAMDisk Image Compression: lzma compressed Data Start: 0x4217c4cc Data Size: 405986 Bytes = 396.5 KiB Architecture: ARM Hash algo: sha1 Hash value: 4cabd04e46feb35944457613aa1ddce95e97b12b Verifying Hash Integrity ... sha1+ OK ## Flattened Device Tree from FIT Image at 42000000 Using 'config@2' configuration Trying 'fdt@2' FDT blob subimage Description: MR52 Device Tree Type: Flat Device Tree Compression: uncompressed Data Start: 0x421e0d24 Data Size: 6677 Bytes = 6.5 KiB Architecture: ARM Hash algo: sha1 Hash value: 030f9d7bf63f7dbcc93161e8fbdf50d852c1be65 Verifying Hash Integrity ... sha1+ OK Loading FDT from 0x421e0d24 to 0x41501000 Booting using the fdt blob at 0x41501000 Loading Kernel Image ... OK OK Loading Ramdisk to 4ea9c000, end 4eaff1e2 ... OK Loading Device Tree to 4ea97000, end 4ea9ba14 ... OK Using machid 0x136b from environment Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0 [ 0.000000] Linux version 3.4.113 (samrat@sf117.meraki.com) (gcc version 4.8.3 (GCC) ) #2 SMP Mon Nov 9 14:49:00 PST 2020 [ 0.000000] CPU: ARMv7 Processor [512f04d0] revision 0 (ARMv7), cr=10c5387d [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache [ 0.000000] Machine: Qualcomm Atheros AP160 reference board, model: Meraki MR52 (Bigfoot) [ 0.000000] msm_reserve_memory: 0x44600000, 0x200000 [ 0.000000] memory pool 3 (start 5fe00000 size 100000) initialized [ 0.000000] Memory policy: ECC disabled, Data cache writealloc [ 0.000000] smem_find(137, 80): wrong size 72 [ 0.000000] socinfo_init: v6, id=204, ver=2.0, raw_id=2313, raw_ver=2313, hw_plat=0, hw_plat_ver=65536 [ 0.000000] accessory_chip=0 hw_plat_subtype=0 [ 0.000000] PERCPU: Embedded 8 pages/cpu @c0b16000 s10240 r8192 d14336 u32768 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 123692 [ 0.000000] Kernel command line: ubi.mtd=ubi ubi.mtd=art root=/dev/ram rw console=ttyHSL1,115200n8 maxcpus=0 qcom-wdt.clear_reason=0 loader=u-boot part=bootkernel2 [ 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: 49MB 438MB = 487MB total [ 0.000000] Memory: 486420k/489492k available, 12268k reserved, 0K highmem [ 0.000000] Virtual kernel memory layout: [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB) [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB) [ 0.000000] vmalloc : 0xdf000000 - 0xff000000 ( 512 MB) [ 0.000000] lowmem : 0xc0000000 - 0xdea00000 ( 490 MB) [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB) [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB) [ 0.000000] .text : 0xc0008000 - 0xc04d3000 (4908 kB) [ 0.000000] .init : 0xc0500000 - 0xc0602800 (1034 kB) [ 0.000000] .data : 0xc0604000 - 0xc06710e0 ( 437 kB) [ 0.000000] .bss : 0xc0671104 - 0xc070f84c ( 634 kB) [ 0.000000] SLUB: Genslabs=11, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] NR_IRQS:921 [ 0.000000] sched_clock: 32 bits at 32kHz, resolution 31240ns, wraps every 134175798ms [ 0.000000] Console: colour dummy device 80x30 [ 0.150421] Calibrating delay using timer specific routine.. 12.55 BogoMIPS (lpj=62793) [ 0.150452] pid_max: default: 32768 minimum: 301 [ 0.150765] Mount-cache hash table entries: 512 [ 0.153889] CPU: Testing write buffer coherency: ok [ 0.154045] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 [ 0.154045] hw perfevents: enabled with ARMv7 Krait PMU driver, 5 counters available [ 0.154139] Setting up static identity map for 0x41808b78 - 0x41808c00 [ 0.154732] Brought up 1 CPUs [ 0.154764] SMP: Total of 1 processors activated (12.55 BogoMIPS). [ 0.155701] devtmpfs: initialized [ 0.169478] dummy: [ 0.169946] NET: Registered protocol family 16 [ 0.170634] AXI: msm_bus_fabric_init_driver(): msm_bus_fabric_init_driver [ 0.172789] meminfo_init: smem ram ptable found: ver: 0 len: 5 [ 0.172789] Found 1 memory banks grouped into 8 memory regions [ 0.173070] smem_find(137, 80): wrong size 72 [ 0.173070] socinfo_init: v6, id=204, ver=2.0, raw_id=2313, raw_ver=2313, hw_plat=0, hw_plat_ver=65536 [ 0.173102] accessory_chip=0 hw_plat_subtype=0 [ 0.173133] msm_rpm_init: RPM firmware 3.0.16777342 [ 0.179600] clk_tbl_nss - loaded [ 0.206966] gpiochip_add: registered GPIOs 0 to 151 on device: msmgpio [ 0.208497] No ATAGs? [ 0.208528] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers. [ 0.208528] hw-breakpoint: maximum watchpoint size is 8 bytes. [ 0.208872] msm_dmov_memcpy_init: Success [ 0.215245] sps:BAM 0x12244000 enabled: ver:0x5, number of pipes:20 [ 0.215276] sps:BAM 0x12244000 is registered. [ 0.215495] sps:sps is ready. [ 0.232208] bio: create slab <bio-0> at 0 [ 0.235770] i2c-gpio 1.i2c: using pins 8 (SDA) and 9 (SCL) [ 0.235801] i2c-gpio 1.i2c: sending recovery sequence [ 0.236332] i2c-gpio 2.i2c: using pins 12 (SDA) and 13 (SCL) [ 0.237769] Switching to clocksource gp_timer [ 0.260012] NET: Registered protocol family 2 [ 0.268134] IP route cache hash table entries: 4096 (order: 2, 16384 bytes) [ 0.268509] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.268697] TCP bind hash table entries: 16384 (order: 5, 131072 bytes) [ 0.268853] TCP: Hash tables configured (established 16384 bind 16384) [ 0.268884] TCP: reno registered [ 0.268884] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.268915] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.269228] NET: Registered protocol family 1 [ 0.269447] Unpacking initramfs... [ 0.508653] Freeing initrd memory: 396K [ 0.516432] Detected 5 counters on the L2CC PMU. [ 0.524336] smd: register irq failed on wcnss_a11 [ 0.524367] smd: deregistering IRQs [ 0.524398] SMD: smd_core_platform_init() failed [ 0.526522] smem_find(427, 88): wrong size 24 [ 0.526522] smem_find(427, 96): wrong size 24 [ 0.526554] get_bootconfig_partition: no dual boot v2 info in shared memory [ 0.691440] acpuclk-ipq806x acpuclk-ipq806x: SPEED BIN: 0 [ 0.691440] acpuclk-ipq806x acpuclk-ipq806x: ACPU PVS: 1 [ 0.695563] acpuclk-ipq806x acpuclk-ipq806x: CPU0: 6 frequencies supported [ 0.695595] acpuclk-ipq806x acpuclk-ipq806x: CPU1: 6 frequencies supported [ 0.706904] msm_rpm_log_probe: OK [ 0.902155] msgmni has been set to 950 [ 0.911590] NET: Registered protocol family 38 [ 0.911621] io scheduler noop registered [ 0.911652] io scheduler deadline registered (default) [ 0.912183] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled [ 0.928334] msm_serial_hs module loaded [ 0.928522] msm_serial_hsl: detected port #1 [ 0.928678] msm_serial_hsl.1: ttyHSL1 at MMIO 0x16340000 (irq = 184) is a MSM [ 0.929084] msm_serial_hsl: console setup on port #1 [ 1.481724] console [ttyHSL1] enabled [ 1.490409] msm_serial_hsl: detected port #0 [ 1.493751] msm_serial_hsl.0: ttyHSL0 at MMIO 0x12450000 (irq = 225) is a MSM [ 1.506029] msm_serial_hsl: driver initialized [ 1.509653] at24 1-0052: 8192 byte 24c64 EEPROM, writable, 32 bytes/write [ 1.533583] msm_nand_probe: phys addr 0x1ac00000 [ 1.537238] msm_nand_probe: dmac 0x3 [ 1.540893] msm_nand_probe: allocated dma buffer at ffdfe000, dma_addr 5f98a000 [ 1.553826] status: 20 [ 1.555170] nandid: 1580a101 maker 01 device a1 [ 1.559731] ONFI probe : Found an ONFI compliant device S34MS01G2 [ 1.566885] Found a supported NAND device [ 1.570821] NAND Controller ID : 0x4030 [ 1.574601] NAND Device ID : 0x1580a101 [ 1.578631] Buswidth : 8 Bits [ 1.581443] Density : 128 MByte [ 1.584661] Pagesize : 2048 Bytes [ 1.588003] Erasesize: 131072 Bytes [ 1.591440] Oobsize : 64 Bytes [ 1.594564] CFG0 Init : 0xa8d408c0 [ 1.598063] CFG1 Init : 0x0004745c [ 1.601499] ECCBUFCFG : 0x00000203 [ 1.605123] 14 ofpart partitions found on MTD device msm_nand [ 1.610746] Creating 14 MTD partitions on "msm_nand": [ 1.615776] 0x000000040000-0x000000180000 : "mibib" [ 1.631615] 0x000000000000-0x000000040000 : "sbl1" [ 1.650078] 0x000000180000-0x0000002c0000 : "sbl2" [ 1.669103] 0x0000002c0000-0x000000540000 : "sbl3" [ 1.688784] 0x000000540000-0x000000660000 : "ddrconfig" [ 1.708216] 0x000000660000-0x000000780000 : "ssd" [ 1.726710] 0x000000780000-0x000000a00000 : "tz" [ 1.746298] 0x000000a00000-0x000000c80000 : "rpm" [ 1.765979] 0x000001fc0000-0x000002140000 : "u-boot" [ 1.785285] 0x0000021c0000-0x000002c40000 : "bootkernel1" [ 1.814120] 0x000002c40000-0x0000036c0000 : "bootkernel2" [ 1.842767] 0x0000036c0000-0x000007d80000 : "ubi" [ 1.935332] 0x000007d80000-0x000007f80000 : "art" [ 1.954732] 0x000000000000-0x000008000000 : "all" [ 2.120837] UBI: attaching mtd11 to ubi0 [ 2.123742] UBI: physical eraseblock size: 131072 bytes (128 KiB) [ 2.130053] UBI: logical eraseblock size: 126976 bytes [ 2.135363] UBI: smallest flash I/O unit: 2048 [ 2.140112] UBI: VID header offset: 2048 (aligned 2048) [ 2.146016] UBI: data offset: 4096 [ 2.584942] UBI: max. sequence number: 2260325 [ 2.612746] UBI: attached mtd11 to ubi0 [ 2.615526] UBI: MTD device name: "ubi" [ 2.620399] UBI: MTD device size: 70 MiB [ 2.625179] UBI: number of good PEBs: 566 [ 2.629834] UBI: number of bad PEBs: 0 [ 2.634208] UBI: number of corrupted PEBs: 0 [ 2.638675] UBI: max. allowed volumes: 128 [ 2.643236] UBI: wear-leveling threshold: 4096 [ 2.647953] UBI: number of internal volumes: 1 [ 2.652327] UBI: number of user volumes: 4 [ 2.656763] UBI: available PEBs: 112 [ 2.661418] UBI: total number of reserved PEBs: 454 [ 2.666229] UBI: number of PEBs reserved for bad PEB handling: 5 [ 2.672258] UBI: max/mean erase counter: 4594/4084 [ 2.677007] UBI: image sequence number: 1338979908 [ 2.681974] UBI: background thread "ubi_bgt0d" started, PID 783 [ 2.689472] UBI: attaching mtd12 to ubi1 [ 2.692377] UBI: physical eraseblock size: 131072 bytes (128 KiB) [ 2.698687] UBI: logical eraseblock size: 126976 bytes [ 2.703998] UBI: smallest flash I/O unit: 2048 [ 2.708747] UBI: VID header offset: 2048 (aligned 2048) [ 2.714682] UBI: data offset: 4096 [ 2.731958] UBI: max. sequence number: 3 [ 2.747891] UBI: attached mtd12 to ubi1 [ 2.750671] UBI: MTD device name: "art" [ 2.755451] UBI: MTD device size: 2 MiB [ 2.760293] UBI: number of good PEBs: 16 [ 2.764729] UBI: number of bad PEBs: 0 [ 2.769228] UBI: number of corrupted PEBs: 0 [ 2.773601] UBI: max. allowed volumes: 128 [ 2.778225] UBI: wear-leveling threshold: 4096 [ 2.782880] UBI: number of internal volumes: 1 [ 2.787316] UBI: number of user volumes: 1 [ 2.791752] UBI: available PEBs: 0 [ 2.796157] UBI: total number of reserved PEBs: 16 [ 2.800968] UBI: number of PEBs reserved for bad PEB handling: 2 [ 2.806935] UBI: max/mean erase counter: 2/1 [ 2.811215] UBI: image sequence number: 438719976 [ 2.816057] UBI: background thread "ubi_bgt1d" started, PID 788 [ 2.891596] bonding: Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011) [ 3.010715] i2c /dev entries driver [ 3.023648] restart_reason wdt:0 r:-461273056 [ 3.034020] cpuidle: using governor ladder [ 3.037082] cpuidle: using governor menu [ 3.066604] meraki-config board-data.7: Meraki config device loaded [ 3.076850] TCP: bic registered [ 3.079006] TCP: cubic registered [ 3.082255] TCP: westwood registered [ 3.085816] TCP: htcp registered [ 3.089065] NET: Registered protocol family 17 [ 3.093470] 8021q: 802.1Q VLAN Support v1.8 [ 3.097719] VFP support v0.3: implementor 51 architecture 64 part 4d variant 2 rev 0 [ 3.105373] Registering SWP/SWPB emulation handler [ 3.110153] clock_late_init: Removing enables held for handed-off clocks [ 3.127366] ipq_nss_get_mac_addr: MAC[0]: ff:ff:ff:ff:ff:ff [ 3.133270] ipq_nss_get_mac_addr: MAC[1]: ff:ff:ff:ff:ff:ff [ 3.138644] ipq_nss_get_mac_addr: MAC[2]: ff:ff:ff:ff:ff:ff [ 3.143611] ipq_nss_get_mac_addr: MAC[3]: ff:ff:ff:ff:ff:ff [ 3.149140] no pmic restart interrupt specified [ 3.159512] devtmpfs?[ 3.162105] Freeing init memory: 1032K mount: mounting none on /dev failed: Device or resource busy [ 3.315838] UBIFS: recovery needed [ 3.506123] UBIFS: recovery completed [ 3.508778] UBIFS: mounted UBI device 0, volume 3, name "storage" [ 3.514839] UBIFS: file system size: 7364608 bytes (7192 KiB, 7 MiB, 58 LEBs) [ 3.522149] UBIFS: journal size: 1015809 bytes (992 KiB, 0 MiB, 6 LEBs) [ 3.529272] UBIFS: media format: w4/r0 (latest is w4/r0) [ 3.535051] UBIFS: default compressor: lzo [ 3.539144] UBIFS: reserved for root: 347848 bytes (339 KiB) Bootkernel Meraki Build is 25-202011091102-G3b808583-samrat-paper Board is MR52 Booting part.safe [ 6.350109] Starting new kernel [ 6.352233] Bye! [ 0.000000] Booting Linux on physical CPU 0 [ 0.000000] Linux version 3.4.113 (jenkins@atx101.meraki.com) (gcc version 4.8.3 (GCC) ) #3 SMP Thu Apr 5 19:12:21 PDT 2018 [ 0.000000] CPU: ARMv7 Processor [512f04d0] revision 0 (ARMv7), cr=10c5387d [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache [ 0.000000] Machine: Qualcomm Atheros AP160 reference board, model: Meraki MR52 (Bigfoot) [ 0.000000] msm_reserve_memory: 0x44600000, 0x200000 [ 0.000000] memory pool 3 (start 5fe00000 size 100000) initialized [ 0.000000] Memory policy: ECC disabled, Data cache writealloc [ 0.000000] smem_find(137, 80): wrong size 72 [ 0.000000] socinfo_init: v6, id=204, ver=2.0, raw_id=2313, raw_ver=2313, hw_plat=0, hw_plat_ver=65536 [ 0.000000] accessory_chip=0 hw_plat_subtype=0 [ 0.000000] PERCPU: Embedded 8 pages/cpu @c0c3f000 s10240 r8192 d14336 u32768 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 123692 [ 0.000000] Kernel command line: ubi.mtd=ubi ubi.mtd=art root=/dev/ram rw console=ttyHSL1,115200n8 [ 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: 49MB 438MB = 487MB total [ 0.000000] Memory: 477300k/480372k available, 21388k reserved, 0K highmem [ 0.000000] Virtual kernel memory layout: [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB) [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB) [ 0.000000] vmalloc : 0xdf000000 - 0xff000000 ( 512 MB) [ 0.000000] lowmem : 0xc0000000 - 0xdea00000 ( 490 MB) [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB) [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB) [ 0.000000] .text : 0xc0008000 - 0xc0505648 (5110 kB) [ 0.000000] .init : 0xc0600000 - 0xc0702800 (1034 kB) [ 0.000000] .data : 0xc0704000 - 0xc0797540 ( 590 kB) [ 0.000000] .bss : 0xc0797564 - 0xc08366f0 ( 637 kB) [ 0.000000] SLUB: Genslabs=11, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] NR_IRQS:1689 [ 0.000000] sched_clock: 32 bits at 32kHz, resolution 31240ns, wraps every 134175798ms [ 0.000000] Console: colour dummy device 80x30 [ 0.150452] Calibrating delay using timer specific routine.. 12.54 BogoMIPS (lpj=62731) [ 0.150452] pid_max: default: 32768 minimum: 301 [ 0.150734] Mount-cache hash table entries: 512 [ 0.151452] CPU: Testing write buffer coherency: ok [ 0.151515] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 [ 0.151546] hw perfevents: enabled with ARMv7 Krait PMU driver, 5 counters available [ 0.151608] Setting up static identity map for 0x4182c3a0 - 0x4182c428 [ 0.153202] CPU1: Booted secondary processor [ 0.153264] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 [ 0.153358] Brought up 2 CPUs [ 0.153358] SMP: Total of 2 processors activated (25.09 BogoMIPS). [ 0.154170] devtmpfs: initialized [ 0.167010] dummy: [ 0.167478] NET: Registered protocol family 16 [ 0.168009] AXI: msm_bus_fabric_init_driver(): msm_bus_fabric_init_driver [ 0.169915] meminfo_init: smem ram ptable found: ver: 0 len: 5 [ 0.169946] Found 1 memory banks grouped into 8 memory regions [ 0.170134] smem_find(137, 80): wrong size 72 [ 0.170165] socinfo_init: v6, id=204, ver=2.0, raw_id=2313, raw_ver=2313, hw_plat=0, hw_plat_ver=65536 [ 0.170165] accessory_chip=0 hw_plat_subtype=0 [ 0.170196] msm_rpm_init: RPM firmware 3.0.16777342 [ 0.175976] clk_tbl_nss - loaded [ 0.195970] gpiochip_add: registered GPIOs 0 to 151 on device: msmgpio [ 0.196938] No ATAGs? [ 0.196938] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers. [ 0.196969] hw-breakpoint: maximum watchpoint size is 8 bytes. [ 0.197250] msm_dmov_memcpy_init: Success [ 0.203998] sps:BAM 0x12244000 enabled: ver:0x5, number of pipes:20 [ 0.204029] sps:BAM 0x12244000 is registered. [ 0.204279] sps:sps is ready. [ 0.223586] msm_pcie_setup: link initialized [ 0.223930] PCI host bridge to bus 0000:00 [ 0.223930] pci_bus 0000:00: root bus resource [mem 0x08000000-0x0fefffff] [ 0.224461] PCI: bus0: Fast back to back transfers disabled [ 0.224492] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 0.225335] PCI: bus1: Fast back to back transfers disabled [ 0.283755] msm_pcie_setup: link initialized [ 0.284098] PCI host bridge to bus 0000:02 [ 0.284098] pci_bus 0000:02: root bus resource [mem 0x2e000000-0x31efffff] [ 0.284598] PCI: bus2: Fast back to back transfers disabled [ 0.284598] pci 0000:02:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 0.285317] PCI: bus3: Fast back to back transfers disabled [ 0.343923] msm_pcie_setup: link initialized [ 0.344236] PCI host bridge to bus 0000:04 [ 0.344267] pci_bus 0000:04: root bus resource [mem 0x32000000-0x35efffff] [ 0.344736] PCI: bus4: Fast back to back transfers disabled [ 0.344767] pci 0000:04:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 0.345579] PCI: bus5: Fast back to back transfers disabled [ 0.346547] pci 0000:04:00.0: BAR 8: assigned [mem 0x32000000-0x321fffff] [ 0.346579] pci 0000:05:00.0: BAR 0: assigned [mem 0x32000000-0x321fffff 64bit] [ 0.346641] pci 0000:04:00.0: PCI bridge to [bus 05-05] [ 0.346672] pci 0000:04:00.0: bridge window [mem 0x32000000-0x321fffff] [ 0.346704] PCI: enabling device 0000:04:00.0 (0140 -> 0143) [ 0.346797] pci 0000:02:00.0: BAR 8: assigned [mem 0x2e000000-0x2e1fffff] [ 0.346797] pci 0000:03:00.0: BAR 0: assigned [mem 0x2e000000-0x2e1fffff 64bit] [ 0.346829] pci 0000:02:00.0: PCI bridge to [bus 03-03] [ 0.346860] pci 0000:02:00.0: bridge window [mem 0x2e000000-0x2e1fffff] [ 0.346922] PCI: enabling device 0000:02:00.0 (0140 -> 0143) [ 0.346985] pci 0000:00:00.0: BAR 8: assigned [mem 0x08000000-0x081fffff] [ 0.347016] pci 0000:00:00.0: BAR 9: assigned [mem 0x08200000-0x082fffff pref] [ 0.347016] pci 0000:01:00.0: BAR 0: assigned [mem 0x08000000-0x081fffff 64bit] [ 0.347079] pci 0000:01:00.0: BAR 6: assigned [mem 0x08200000-0x0820ffff pref] [ 0.347079] pci 0000:00:00.0: PCI bridge to [bus 01-01] [ 0.347110] pci 0000:00:00.0: bridge window [mem 0x08000000-0x081fffff] [ 0.347141] pci 0000:00:00.0: bridge window [mem 0x08200000-0x082fffff pref] [ 0.347172] PCI: enabling device 0000:00:00.0 (0140 -> 0143) [ 0.361761] bio: create slab <bio-0> at 0 [ 0.364448] i2c-gpio 1.i2c: using pins 8 (SDA) and 9 (SCL) [ 0.364729] i2c-gpio 2.i2c: using pins 12 (SDA) and 13 (SCL) [ 0.366166] Bluetooth: Core ver 2.16 [ 0.366323] NET: Registered protocol family 31 [ 0.366354] Bluetooth: HCI device and connection manager initialized [ 0.366354] Bluetooth: HCI socket layer initialized [ 0.366385] Bluetooth: L2CAP socket layer initialized [ 0.366416] Bluetooth: SCO socket layer initialized [ 0.366510] Switching to clocksource gp_timer [ 0.380287] NET: Registered protocol family 2 [ 0.384817] IP route cache hash table entries: 4096 (order: 2, 16384 bytes) [ 0.385067] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.385160] TCP bind hash table entries: 16384 (order: 5, 131072 bytes) [ 0.385254] TCP: Hash tables configured (established 16384 bind 16384) [ 0.385254] TCP: reno registered [ 0.385285] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.385285] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.385504] NET: Registered protocol family 1 [ 0.385754] Unpacking initramfs... [ 5.586535] [sched_delayed] sched: RT throttling activated [ 5.637831] Freeing initrd memory: 8348K [ 5.643267] Detected 5 counters on the L2CC PMU. [ 5.646860] smd: register irq failed on wcnss_a11 [ 5.646860] smd: deregistering IRQs [ 5.646891] SMD: smd_core_platform_init() failed [ 5.650296] smem_find(427, 88): wrong size 24 [ 5.650328] smem_find(427, 96): wrong size 24 [ 5.650328] get_bootconfig_partition: no dual boot v2 info in shared memory [ 5.767635] acpuclk-ipq806x acpuclk-ipq806x: SPEED BIN: 0 [ 5.767635] acpuclk-ipq806x acpuclk-ipq806x: ACPU PVS: 1 [ 5.773601] acpuclk-ipq806x acpuclk-ipq806x: CPU0: 6 frequencies supported [ 5.773601] acpuclk-ipq806x acpuclk-ipq806x: CPU1: 6 frequencies supported [ 5.779194] msm_rpm_log_probe: OK [ 5.911496] msgmni has been set to 948 [ 5.917338] NET: Registered protocol family 38 [ 5.917369] io scheduler noop registered [ 5.917369] io scheduler deadline registered (default) [ 5.917775] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled [ 5.927147] msm_serial_hs module loaded [ 5.927272] msm_serial_hsl: detected port #1 [ 5.927335] msm_serial_hsl.1: ttyHSL1 at MMIO 0x16340000 (irq = 184) is a MSM [ 5.927366] msm_serial_hsl: console setup on port #1 [ 6.733708] console [ttyHSL1] enabled [ 6.737831] msm_serial_hsl: detected port #0 [ 6.741674] msm_serial_hsl.0: ttyHSL0 at MMIO 0x12450000 (irq = 225) is a MSM [ 6.749890] msm_serial_hsl: driver initialized [ 6.753420] Trying to register dev faulty etc [ 6.759762] at24 1-0052: 8192 byte 24c64 EEPROM, writable, 32 bytes/write [ 6.774570] msm_nand_probe: phys addr 0x1ac00000 [ 6.778256] msm_nand_probe: dmac 0x3 [ 6.781786] msm_nand_probe: allocated dma buffer at ffdfe000, dma_addr 5f080000 [ 6.789721] status: c00020 [ 6.791783] nandid: 1580a101 maker 01 device a1 [ 6.796282] ONFI probe : Found an ONFI compliant device S34MS01G2 [ 6.803530] Found a supported NAND device [ 6.807591] NAND Controller ID : 0x4030 [ 6.811215] NAND Device ID : 0x1580a101 [ 6.815120] Buswidth : 8 Bits [ 6.818119] Density : 128 MByte [ 6.821274] Pagesize : 2048 Bytes [ 6.824586] Erasesize: 131072 Bytes [ 6.828084] Oobsize : 64 Bytes [ 6.831177] CFG0 Init : 0xa8d408c0 [ 6.834645] CFG1 Init : 0x0004745c [ 6.838144] ECCBUFCFG : 0x00000203 [ 6.841736] 14 ofpart partitions found on MTD device msm_nand [ 6.847391] Creating 14 MTD partitions on "msm_nand": [ 6.852358] 0x000000040000-0x000000180000 : "mibib" [ 6.865573] 0x000000000000-0x000000040000 : "sbl1" [ 6.877382] 0x000000180000-0x0000002c0000 : "sbl2" [ 6.889034] 0x0000002c0000-0x000000540000 : "sbl3" [ 6.901374] 0x000000540000-0x000000660000 : "ddrconfig" [ 6.914370] 0x000000660000-0x000000780000 : "ssd" [ 6.927616] 0x000000780000-0x000000a00000 : "tz" [ 6.939268] 0x000000a00000-0x000000c80000 : "rpm" [ 6.951608] 0x000001fc0000-0x000002140000 : "u-boot" [ 6.964073] 0x0000021c0000-0x000002c40000 : "bootkernel1" [ 6.984848] 0x000002c40000-0x0000036c0000 : "bootkernel2" [ 7.005279] 0x0000036c0000-0x000007d80000 : "ubi" [ 7.076101] 0x000007d80000-0x000007f80000 : "art" [ 7.088878] 0x000000000000-0x000008000000 : "all" [ 7.220181] UBI: attaching mtd11 to ubi0 [ 7.223086] UBI: physical eraseblock size: 131072 bytes (128 KiB) [ 7.229365] UBI: logical eraseblock size: 126976 bytes [ 7.234707] UBI: smallest flash I/O unit: 2048 [ 7.239456] UBI: VID header offset: 2048 (aligned 2048) [ 7.245392] UBI: data offset: 4096 [ 7.647828] UBI: max. sequence number: 2260330 [ 7.670665] UBI: attached mtd11 to ubi0 [ 7.673477] UBI: MTD device name: "ubi" [ 7.678288] UBI: MTD device size: 70 MiB [ 7.683099] UBI: number of good PEBs: 566 [ 7.687722] UBI: number of bad PEBs: 0 [ 7.692127] UBI: number of corrupted PEBs: 0 [ 7.696563] UBI: max. allowed volumes: 128 [ 7.701155] UBI: wear-leveling threshold: 4096 [ 7.705841] UBI: number of internal volumes: 1 [ 7.710278] UBI: number of user volumes: 4 [ 7.714682] UBI: available PEBs: 112 [ 7.719306] UBI: total number of reserved PEBs: 454 [ 7.724148] UBI: number of PEBs reserved for bad PEB handling: 5 [ 7.730178] UBI: max/mean erase counter: 4594/4084 [ 7.734926] UBI: image sequence number: 1338979908 [ 7.739831] UBI: background thread "ubi_bgt0d" started, PID 831 [ 7.743111] UBI: attaching mtd12 to ubi1 [ 7.743142] UBI: physical eraseblock size: 131072 bytes (128 KiB) [ 7.743142] UBI: logical eraseblock size: 126976 bytes [ 7.743174] UBI: smallest flash I/O unit: 2048 [ 7.743174] UBI: VID header offset: 2048 (aligned 2048) [ 7.743174] UBI: data offset: 4096 [ 7.788284] UBI: max. sequence number: 3 [ 7.802436] UBI: attached mtd12 to ubi1 [ 7.805217] UBI: MTD device name: "art" [ 7.810059] UBI: MTD device size: 2 MiB [ 7.814776] UBI: number of good PEBs: 16 [ 7.819337] UBI: number of bad PEBs: 0 [ 7.823711] UBI: number of corrupted PEBs: 0 [ 7.828178] UBI: max. allowed volumes: 128 [ 7.832739] UBI: wear-leveling threshold: 4096 [ 7.837457] UBI: number of internal volumes: 1 [ 7.841861] UBI: number of user volumes: 1 [ 7.846298] UBI: available PEBs: 0 [ 7.850734] UBI: total number of reserved PEBs: 16 [ 7.855482] UBI: number of PEBs reserved for bad PEB handling: 2 [ 7.861512] UBI: max/mean erase counter: 2/1 [ 7.865729] UBI: image sequence number: 438719976 [ 7.870540] UBI: background thread "ubi_bgt1d" started, PID 835 [ 7.921774] bonding: Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011) [ 8.004810] input: gpio-buttons.5 as /devices/gpio-buttons.5/input/input0 [ 8.012870] i2c /dev entries driver [ 8.025179] ina2xx 1-0045: power monitor ina219 (Rshunt = 10000 uOhm) [ 8.032396] restart_reason wdt:0 r:-461273056 [ 8.039706] Bluetooth: HCI UART driver ver 2.2 [ 8.043111] Bluetooth: HCI H4 protocol initialized [ 8.050827] cpuidle: using governor ladder [ 8.053920] cpuidle: using governor menu [ 8.074945] meraki-config board-data.7: Meraki config device loaded [ 8.080568] TCP: bic registered [ 8.083286] TCP: cubic registered [ 8.086629] TCP: westwood registered [ 8.090159] TCP: htcp registered [ 8.093377] NET: Registered protocol family 17 [ 8.097875] VFP support v0.3: implementor 51 architecture 64 part 4d variant 2 rev 0 [ 8.105529] Registering SWP/SWPB emulation handler [ 8.110309] clock_late_init: Removing enables held for handed-off clocks [ 8.123398] ipq_nss_get_mac_addr: MAC[0]: ff:ff:ff:ff:ff:ff [ 8.128241] ipq_nss_get_mac_addr: MAC[1]: ff:ff:ff:ff:ff:ff [ 8.133739] ipq_nss_get_mac_addr: MAC[2]: ff:ff:ff:ff:ff:ff [ 8.139331] ipq_nss_get_mac_addr: MAC[3]: ff:ff:ff:ff:ff:ff [ 8.144798] no pmic restart interrupt specified [ 8.154545] devtmpfs:[ 8.157263] Freeing init memory: 1032K [ 8.163542] Made it into bootsh: Apr 5 2018 19:09:08 [ 8.167635] bootsh build 25-201804051805-G885d6d78-dhow-rel mkdir -p /meraki_gpio ln -s /sys/class/gpio/gpio18/value /meraki_gpio/power_source_is_adapter [ 8.234520] UBIFS: recovery needed [ 8.388722] UBIFS: recovery completed [ 8.391346] UBIFS: mounted UBI device 0, volume 3, name "storage" [ 8.397438] UBIFS: file system size: 7364608 bytes (7192 KiB, 7 MiB, 58 LEBs) [ 8.404717] UBIFS: journal size: 1015809 bytes (992 KiB, 0 MiB, 6 LEBs) [ 8.411840] UBIFS: media format: w4/r0 (latest is w4/r0) [ 8.417650] UBIFS: default compressor: lzo [ 8.421711] UBIFS: reserved for root: 347848 bytes (339 KiB) In manufacturing: FALSE In rma mode: FALSE init started: BusyBox v1.24.1 (2018-04-05 18:40:50 PDT) WARNING! THIS CONSOLE IS LOGGED! UNAUTHORIZED ACCESS FORBIDDEN! <Meraki> [ 8.529959] Sat Jan 1 00:00:00 UTC 2000 [ 8.632895] sysctl: error: 'vm.extfrag_threshold' is an unknown key [ 8.755545] 377+0 records in [ 8.757419] 377+0 records out [ 8.760418] 12064 bytes (11.8KB) copied, 0.104139 seconds, 113.1KB/s [ 8.873758] 377+0 records in [ 8.875601] 377+0 records out [ 8.878662] 12064 bytes (11.8KB) copied, 0.104038 seconds, 113.2KB/s [ 8.992002] 377+0 records in [ 8.993845] 377+0 records out [ 8.996907] 12064 bytes (11.8KB) copied, 0.104158 seconds, 113.1KB/s [ 11.050859] GPIO Bitbanged MDIO: probed [ 11.064292] ********************************************************** [ 11.069790] * Driver :NSS GMAC Driver for RTL v(3.72a) [ 11.075164] * Version :1.0 [ 11.078069] * Copyright :Copyright (c) 2013-2015 The Linux Foundation. All rights reserved. [ 11.086348] ********************************************************** [ 11.093470] GMAC2(de3144c0) Invalid MAC@ - using 96:97:98:99:9a:9b [ 11.106123] GMAC3(de3134c0) Invalid MAC@ - using 3e:3f:40:41:42:43 [ 11.156169] nss_driver - fw of size 378944 bytes copied to load addr: 40000000, nss_id : 0 [ 11.184442] nss_driver - Turbo Support 1 [ 11.187441] Supported Frequencies - 110Mhz 550Mhz 733Mhz [ 11.217931] nss_driver - fw of size 190016 bytes copied to load addr: 40800000, nss_id : 1 [ 11.247110] Error - Duplicate Interface CB Registered for interface 107 [ 11.252671] Error - Duplicate Interface CB Registered for interface 110 [ 11.541924] Bluetooth: ti254x: firmware is up to date. [ 11.628366] sysctl -w vm.panic_on_oom=2 [ 11.634270] vm.panic_on_oom = 2 [ 11.697906] click: starting router thread pid 1359 (ddeac000) [ 11.736738] elts_meraki: module license 'unspecified' taints kernel. [ 11.829553] Single synchronous check for reset [ 12.159356] nss_macsec init success [ 12.177663] [ 12.182599] boot 31904 build 25-201804051805-G885d6d78-dhow-rel board cryptid mac 0C:8D:DB:B2:7C:6C [ 12.194189] Module: mdio_bitbang .text=0xbf000000 .data= .bss= [ 12.194189] Module: mdio_gpio .text=0xbf004000 .data=0xbf004424 .bss= [ 12.194189] Module: qca_nss_gmac .text=0xbf008000 .data=0xbf00e7c4 .bss=0xbf00eb18 [ 12.194189] Module: qca_nss_drv .text=0xbf017000 .data=0xbf02d8f8 .bss=0xbf02e698 [ 12.194189] Module: proclikefs .text=0xbf04a000 .data= .bss=0xbf04ab00 [ 12.194189] Module: merakiclick .text=0xbf04f000 .data=0xbf149f04 .bss=0xbf14a1c0 [ 12.194189] Module: elts_meraki .text=0xbf24f000 .data=0xbf4dd35c .bss=0xbf4de9d0 [ 12.194220] Module: qca_nss_macsec .text=0xbf690000 .data=0xbf69d25c .bss=0xbf69d628 [ 12.276538] phram: phram-oops device: 0x40000 at 0x5ffc0000 [ 12.578662] ti254x: SUCCESS hciconfig hci0 up [ 13.485192] adf: module license 'Proprietary' taints kernel. [ 13.492439] asf: module license 'Proprietary' taints kernel. [ 13.499406] ath_spectral: module license 'Proprietary' taints kernel. [ 13.505498] ath_spectral: Version 2.0.0 [ 13.505498] Copyright (c) 2005-2009 Atheros Communications, Inc. All Rights Reserved [ 13.519306] ath_hal: module license 'Proprietary' taints kernel. [ 13.525710] ath_hal: 0.9.17.1 (AR9380, WRITE_EEPROM, TX_DATA_SWAP, RX_DATA_SWAP, 11D) [ 13.534614] ath_dfs: module license 'Proprietary' taints kernel. [ 13.540362] ath_dfs: Version 2.0.0 [ 13.540362] Copyright (c) 2005-2006 Atheros Communications, Inc. All Rights Reserved [ 13.571446] ath_ol_pci: (Atheros/multi-bss) [ 13.574695] ol_ath_pci_probe: PCI device id 0050 :0050 [ 13.579850] PCI: enabling device 0000:01:00.0 (0140 -> 0142) [ 13.585629] *********** Peregrine ************** [ 13.590159] __ol_ath_attach: Creating netdev wifi2 [ 13.595001] [ 13.595001] __ol_ath_attach() Allocated scn c17c04c0 [ 13.601343] ath_ol_pci 0000:01:00.0: ath DEBUG: sc=0xde4c7400 [ 13.607060] [ 13.607060] ol_ath_pci_configure : num_desired MSI set to 0 [ 13.614183] [ 13.614183] Using PCI Legacy Interrupt [ 14.111277] macsec_ncb mac_id:0x2 speed:0x3e8 [ 14.114682] wired0: 1000 Mbps Full Duplex [ 14.118681] macsec_ncb mac_id:0x2 speed:0x3e8 [ 14.626210] [ 14.626210] CLOCK PLL skipped [ 14.631896] __ol_ath_attach: dev name wifi2 [ 14.635051] ol_ath_attach interface_id 2 [ 14.638987] ol_target_init() BMI inited. [ 14.642955] ol_target_init() BMI Get Target Info. [ 14.647578] Chip id: 0x7, chip version: 0x4100016d [ 14.652327] [ 14.652327] CE WAR Disabled [ 14.656888] NUM_DEV=1 FWMODE=0x2 FWSUBMODE=0x0 FWBR_BUF 0 [ 14.662230] ol_target_init() configure Target . [ 14.666729] ol_transfer_bin_file: flash data file defined [ 14.671946] ol_transfer_bin_file[3752] Get Caldata for wifi2. [ 14.677819] __adf_os_fs_read[42], Open File /tmp/wifi2.caldata SUCCESS!! [ 14.684348] file system magic:16914836 [ 14.688191] super blocksize:4096 [ 14.691471] inode 3086 [ 14.693908] file size:12064 [ 14.696782] __adf_os_fs_read[55]: caldata data size mismatch, fsize=12064, cal_size=2116 [ 14.704842] ol_transfer_bin_file 3813: Download Flash data len 2116 [ 14.711215] Board extended Data download address: 0x0 [ 14.719962] ol_download_cal_data: Board data file: 4 successfully downloaded, download address: 00401cc0 [ 14.728491] [ 14.728491] Mission mode: Firmware CHIP Version 0 [ 14.734676] ol_transfer_bin_file: Downloading firmware file: AR9887/athwlan.bin [ 14.749515] ol_transfer_bin_file 3623: downloading file 1, Download data len 230420 [ 15.740643] ol_target_init() Download FW done. [ 15.744142] ol_ath_attach() WMI attached. wmi_handle c1800000 [ 15.749984] htc_wmi_init() HT Create . de317000 [ 15.754451] htc_wmi_init() HIF Claim. [ 15.758169] htc_wmi_init 7732 host_enable 1 nss_nwifi_offload 0 [ 15.764011] ol_ath_set_default_tgt_config : AC Minfree buffer allocation through module param (umac.ko) [ 15.773383] OL_ACBKMinfree : 0 [ 15.776507] OL_ACBEMinfree : 0 [ 15.779631] OL_ACVIMinfree : 0 [ 15.782755] OL_ACVOMinfree : 0 [ 15.788284] CE_recv_buf_enqueue 877 Populate last entry 512 for CE 5 [ 15.793595] CE_recv_buf_enqueue 886 CE 5 wi 511 dest_ptr 0x42cb3040 nbytes 0 recv_ctxt 0xdd7d7840 [ 15.802499] Startup Mode-0 set [ 15.805467] [ 15.805498] <=== cfg max peer id 1056 ====> [ 15.811277] HTC Service:0x0300 ep:1 TX flow control disabled [ 15.816900] htt_peer_map_timer_init Enter pdev c17b4000 hrtimer c17b6520 [ 15.823461] [ 15.823461] htt_alloc_peer_map_mem : Alloc Success : host q vaddr db491000 paddr 5c991000 [ 15.833208] [ 15.833208] htt_alloc_peer_map_mem : Flush Interval Configured to 256 pkts [ 15.842736] CE_pkt_dl_len_set CE 4 Pkt download length 64 [ 15.847141] ol_txrx_pdev_attach: 1424 tx desc's allocated ; range starts from dce10000 [ 15.855201] HTC Service:0x0100 ep:2 TX flow control disabled [ 15.861324] wmi_service_ready_event_rx: WMI UNIFIED SERVICE READY event [ 15.867416] Firmware_Build_Number:0 [ 15.870946] host/RAM_fw Build Ver Mismatch: H:0x5C, F:0x0 ! [ 15.876601] num_rf_chain:0x00000001 ht_cap_info:0x0000085b vht_cap_info:0x338001b2 vht_supp_mcs:0x0000fffe [ 15.886504] [ 15.886504] RES CFG Support wmi_service_bitmap 874a [ 15.893002] [ 15.893002] Sending Ext resource cfg: HOST PLATFORM as 1 and fw_feature_bitmap as 50 to TGT [ 15.902842] ol_ath_service_ready_event: tt_support: 0 [ 15.908028] ol_ath_service_ready_event: periodic_chan_stats: 1 [ 15.913839] ol_ath_service_ready_event: sw_cal_support_check_flag: 0 [ 15.920181] LARGE_AP enabled. num_peers 144, num_vdevs 16, num_tids 256 [ 15.926804] idx 0 req 1 num_units 0 num_unit_info 2 unit size 404 actual units 145 [ 15.934551] ol_ath_alloc_host_mem_chunk req_id 1 idx 0 num_units 145 unit_len 404, [ 15.942080] chunk 0 len 58580 requested ,ptr 0x5e330000 [ 15.954295] FIRMWARE:P 145 V 16 T 443 [ 15.954295] [ 15.959543] wmi_ready_event_rx: WMI UNIFIED READY event [ 15.963917] ol_ath_connect_htc() WMI is ready [ 15.968259] htt_h2t_frag_desc_bank_cfg_msg - HTT_H2T_MSG_TYPE_FRAG_DESC_BANK_CFG sent to FW for radio ID = 2 [ 15.983099] ol_ath_attach() connect HTC. [ 15.986098] target uses HTT version 2.2; host uses 2.2 [ 15.991221] bypasswmi : 0 [ 15.993814] ol_regdmn_start: reg-domain param: regdmn=0, countryName=, wModeSelect=FFFFFFFF, netBand=FFFFFFFF, extendedChanMode=0. [ 16.005654] Skipping VHT80 channel 5825 [ 16.009871] acfg_attach: 2892: Netlink socket created:dc8ade00 [ 16.015182] SPECTRAL : get_capability not registered [ 16.020118] HAL_CAP_PHYDIAG : Capable [ 16.023742] SPECTRAL : Need to fix the capablity check for RADAR (spectral_attach : 237) [ 16.031833] SPECTRAL : get_capability not registered [ 16.036801] HAL_CAP_RADAR : Capable [ 16.040424] SPECTRAL : Need to fix the capablity check for SPECTRAL [ 16.040424] (spectral_attach : 242) [ 16.050234] SPECTRAL : get_capability not registered [ 16.055170] HAL_CAP_SPECTRAL_SCAN : Capable [ 16.059356] SPECTRAL : get_tsf64 not registered [ 16.063855] spectral_init_netlink 78 NULL SKB [ 16.068228] Green-AP : Green-AP : Attached [ 16.068228] [ 16.073758] Green-AP : Attached [ 16.077007] ol_if_dfs_attach: called; ptr=dce69984, radar_info=de4f3c70 [ 16.083473] dfs_attach: event log enabled by default [ 16.089003] ol_ath_attach() UMAC attach . [ 16.092533] [ 16.092533] BURSTING enabled by default [ 16.098031] ACS not enabled [ 16.100749] __ol_ath_attach: hard_header_len reservation 74 [ 16.108778] ol_ath_thermal_mitigation_attach: TT not supported in FW [ 16.114151] ol_ath_pci_probe: PCI device id 0046 :0046 [ 16.119243] PCI: enabling device 0000:03:00.0 (0140 -> 0142) [ 16.124929] *********** Cascade ************* [ 16.129334] __ol_ath_attach: Creating netdev wifi1 [ 16.134176] [ 16.134176] __ol_ath_attach() Allocated scn db6404c0 [ 16.140518] ath_ol_pci 0000:03:00.0: ath DEBUG: sc=0xdd2a5000 [ 16.146235] [ 16.146235] ol_ath_pci_configure : num_desired MSI set to 0 [ 16.153389] [ 16.153389] Using PCI Legacy Interrupt [ 16.158669] chip_id 0xa chip_revision 0x0 [ 16.172102] [ 16.172102] CLOCK PLL skipped [ 16.175695] HIF_PCIDeviceProbed: setting the target pll frac ffffffff intval ffffffff [ 16.183505] HIF_PCIDeviceProbed: no frac provided, skipping pre-configuring PLL [ 16.190909] HIF_PCIDeviceProbed: targ_clk is not provided, skipping pre-configuring PLL [ 16.200999] __ol_ath_attach: dev name wifi1 [ 16.204279] ol_ath_attach interface_id 1 [ 16.208591] ol_target_init() BMI inited. [ 16.212277] ol_target_init() BMI Get Target Info. [ 16.216900] Chip id: 0xa, chip version: 0x1000000 [ 16.221587] [ 16.221587] CE WAR Disabled [ 16.226116] NUM_DEV=1 FWMODE=0x2 FWSUBMODE=0x0 FWBR_BUF 0 [ 16.231802] ol_target_init() configure Target . [ 16.235926] [ 16.235926] Target Version is 1000000 [ 16.241049] [ 16.241049] Flash Download Address c0000 [ 16.246672] ol_transfer_bin_file: flash data file defined [ 16.252077] ol_transfer_bin_file[3752] Get Caldata for wifi1. [ 16.257981] __adf_os_fs_read[42], Open File /tmp/wifi1.caldata SUCCESS!! [ 16.264479] file system magic:16914836 [ 16.268072] super blocksize:4096 [ 16.271602] inode 3085 [ 16.274008] file size:12064 [ 16.276944] ol_transfer_bin_file 3813: Download Flash data len 12064 [ 16.283630] Board extended Data download address: 0x0 [ 16.308216] [ 16.308216] Board data initialized [ 16.312214] ol_ath_download_firmware: Download OTP, flash download ADDRESS 0xc0000 [ 16.319743] [ 16.319743] Selecting OTP binary for CHIP Version 0 [ 16.333427] ol_transfer_bin_file 3623: downloading file 0, Download data len 9000 [ 16.369665] [ 16.369665] First OTP send param 8000 [ 16.765073] [wifi2] FWLOG: [16121] WAL_DBGID_TX_AC_BUFFER_SET ( 0x3, 0x1e, 0x460, 0x460, 0x0 ) [ 16.772664] [wifi2] FWLOG: [16121] WAL_DBGID_TX_AC_BUFFER_SET ( 0x12, 0x1e, 0x460, 0x460, 0x0 ) [ 16.781318] [wifi2] FWLOG: [16121] WAL_DBGID_TX_AC_BUFFER_SET ( 0x45, 0x1e, 0x460, 0x460, 0x0 ) [ 16.790003] [wifi2] FWLOG: [16121] WAL_DBGID_TX_AC_BUFFER_SET ( 0x67, 0x1e, 0x460, 0x460, 0x0 ) [ 16.798687] [wifi2] FWLOG: [16123] WHAL_ERROR_RESET_PM ( ) [ 16.804248] [wifi2] FWLOG: [16128] WAL_DBGID_DEV_RESET ( 0x1, 0x1, 0x1 ) [ 17.221493] macsec_ncb mac_id:0x2 speed:0x3e8 [ 17.224929] wired0: 1000 Mbps Full Duplex [ 17.228928] macsec_ncb mac_id:0x2 speed:0x3e8 [ 18.586004] ol_ath_download_firmware :First OTP download and Execute is good address:0x400 return param 4660 [ 18.594876] ol_ath_download_firmware:##Board Id 1 , CHIP Id 0 [ 18.600812] ol_ath_download_firmware: BOARDDATA DOWNLOAD TO address 0xc0000 [ 18.607560] ol_transfer_bin_file: Board Data File download to address=0xc0000 file name=QCA9984/hw.1/mr52/boardData_QCA9984_CUS239_5G_v1_001.bin [ 18.627710] ol_transfer_bin_file 3623: downloading file 3, Download data len 12064 [ 18.634426] Board extended Data download address: 0x0 [ 18.659606] ol_ath_download_firmware: Using 0x1234 for the remainder of init [ 18.665666] [ 18.665666] Selecting OTP binary for CHIP Version 0 [ 18.679412] ol_transfer_bin_file 3623: downloading file 0, Download data len 9000 [ 18.717119] [ 18.717119] [Flash] : Ignore Module param [ 18.721805] [ 18.721836] Second otp download Param 10000 [ 20.947235] ol_ath_download_firmware : Second OTP download and Execute is good, param=0x0 [ 20.954514] [ 20.954514] Mission mode: Firmware CHIP Version 0 [ 20.968509] ol_swap_seg_alloc: Successfully allocated memory for SWAP size=262144 [ 20.984910] Swap: bytes_left to copy: fw:16; dma_page:36244 [ 20.989472] Swap: wrong length read:0 [ 20.993095] ol_swap_wlan_memory_expansion: Swap total_bytes copied: 225900 Target address 422198 [ 21.002093] scn=db6404c0 target_write_addr=422198 seg_info=dde78510 [ 21.008403] ol_transfer_swap_struct:Code swap structure successfully downloaded for bin type =2 [ 21.017150] bin_filename=QCA9984/hw.1/athwlan.bin swap_filename=/lib/firmware/QCA9984/hw.1/athwlan.codeswap.bin [ 21.027335] ol_transfer_bin_file: Downloading firmware file: QCA9984/hw.1/athwlan.bin [ 21.043080] ol_transfer_bin_file 3623: downloading file 1, Download data len 374024 [ 22.271165] ol_target_init() Download FW done. [ 22.274726] ol_ath_attach() WMI attached. wmi_handle d9140000 [ 22.280568] htc_wmi_init() HT Create . de316000 [ 22.285035] htc_wmi_init() HIF Claim. [ 22.288753] htc_wmi_init 7732 host_enable 0 nss_nwifi_offload 0 [ 22.294564] ol_ath_set_default_tgt_config : AC Minfree buffer allocation through module param (umac.ko) [ 22.304029] OL_ACBKMinfree : 0 [ 22.307091] OL_ACBEMinfree : 0 [ 22.310184] OL_ACVIMinfree : 0 [ 22.313308] OL_ACVOMinfree : 0 [ 22.318931] CE_recv_buf_enqueue 877 Populate last entry 512 for CE 5 [ 22.324242] CE_recv_buf_enqueue 886 CE 5 wi 511 dest_ptr 0x5a75d840 nbytes 0 recv_ctxt 0xd9406840 [ 22.333520] Startup Mode-0 set [ 22.336144] [ 22.336176] <=== cfg max peer id 1056 ====> [ 22.341955] HTC Service:0x0300 ep:1 TX flow control disabled [ 22.347735] htt_peer_map_timer_init Enter pdev d92e0000 hrtimer d92e2520 [ 22.354295] [ 22.354295] htt_alloc_peer_map_mem : Alloc Success : host q vaddr d92da000 paddr 5a7da000 [ 22.363855] [ 22.363855] htt_alloc_peer_map_mem : Flush Interval Configured to 256 pkts [ 22.373508] CE_pkt_dl_len_set CE 4 Pkt download length 64 [ 22.377944] ol_txrx_pdev_attach: 2500 tx desc's allocated ; range starts from d8740000 [ 22.386129] HTC Service:0x0100 ep:2 TX flow control disabled [ 22.392127] wmi_service_ready_event_rx: WMI UNIFIED SERVICE READY event [ 22.398219] Firmware_Build_Number:92 [ 22.401843] num_rf_chain:0x00000004 ht_cap_info:0x0000185b vht_cap_info:0x339b79f2 vht_supp_mcs:0x0000ffaa [ 22.411715] [ 22.411715] RES CFG Support wmi_service_bitmap 9778 [ 22.418244] [ 22.418244] Sending Ext resource cfg: HOST PLATFORM as 0 and fw_feature_bitmap as 50 to TGT [ 22.428053] ol_ath_service_ready_event: tt_support: 1 [ 22.433239] ol_ath_service_ready_event: periodic_chan_stats: 1 [ 22.439081] ol_ath_service_ready_event: sw_cal_support_check_flag: 1 [ 22.445392] Peer Caching Enabled ; num_peers = 257, num_active_peers = 52 num_tids = 104, num_vdevs = 17 [ 22.454889] Mesh Supported [ 22.457575] idx 1 req 2 num_units 1 num_unit_info 12 unit size 256 actual units 53 [ 22.465292] ol_ath_alloc_host_mem_chunk req_id 2 idx 0 num_units 53 unit_len 256, [ 22.472758] idx 2 req 3 num_units 1 num_unit_info 12 unit size 1024 actual units 53 [ 22.480599] ol_ath_alloc_host_mem_chunk req_id 3 idx 1 num_units 53 unit_len 1024, [ 22.488128] idx 3 req 4 num_units 1 num_unit_info 12 unit size 4096 actual units 53 [ 22.496063] ol_ath_alloc_host_mem_chunk req_id 4 idx 2 num_units 53 unit_len 4096, [ 22.503498] idx 0 req 1 num_units 0 num_unit_info 2 unit size 2216 actual units 258 [ 22.511433] ol_ath_alloc_host_mem_chunk req_id 1 idx 3 num_units 86 unit_len 2216, [ 22.518962] ol_ath_alloc_host_mem_chunk req_id 1 idx 4 num_units 86 unit_len 2216, [ 22.526491] ol_ath_alloc_host_mem_chunk req_id 1 idx 5 num_units 86 unit_len 2216, [ 22.533958] idx 4 req 6 num_units 35 num_unit_info 0 unit size 3072 actual units 35 [ 22.541830] ol_ath_alloc_host_mem_chunk req_id 6 idx 6 num_units 35 unit_len 3072, [ 22.549328] idx 5 req 7 num_units 1 num_unit_info 0 unit size 12288 actual units 1 [ 22.557075] ol_ath_alloc_host_mem_chunk req_id 7 idx 7 num_units 1 unit_len 12288, [ 22.564604] idx 6 req 5 num_units 0 num_unit_info 2 unit size 1980 actual units 258 [ 22.572508] ol_ath_alloc_host_mem_chunk req_id 5 idx 8 num_units 129 unit_len 1980, [ 22.580162] ol_ath_alloc_host_mem_chunk req_id 5 idx 9 num_units 129 unit_len 1980, [ 22.587691] chunk 0 len 13568 requested ,ptr 0x5a03c000 [ 22.593064] chunk 1 len 54272 requested ,ptr 0x59ca0000 [ 22.598469] chunk 2 len 217088 requested ,ptr 0x59cc0000 [ 22.603905] chunk 3 len 190576 requested ,ptr 0x59d00000 [ 22.609372] chunk 4 len 190576 requested ,ptr 0x59d40000 [ 22.614839] chunk 5 len 190576 requested ,ptr 0x59d80000 [ 22.620337] chunk 6 len 107520 requested ,ptr 0x59dc0000 [ 22.625773] chunk 7 len 12288 requested ,ptr 0x59c38000 [ 22.631177] chunk 8 len 255420 requested ,ptr 0x59e00000 [ 22.636644] chunk 9 len 255420 requested ,ptr 0x59e40000 [ 22.642111] ol_ath_service_ready_event[4067] WAPI MBSSID 2 [ 22.713745] wmi_ready_event_rx: WMI UNIFIED READY event [ 22.718150] ol_ath_connect_htc() WMI is ready [ 22.722492] htt_h2t_frag_desc_bank_cfg_msg - HTT_H2T_MSG_TYPE_FRAG_DESC_BANK_CFG sent to FW for radio ID = 1 [ 22.737394] ol_ath_attach() connect HTC. [ 22.740362] target uses HTT version 2.2; host uses 2.2 [ 22.745517] bypasswmi : 0 [ 22.748141] ol_regdmn_start: reg-domain param: regdmn=0, countryName=, wModeSelect=FFFFFFFF, netBand=FFFFFFFF, extendedChanMode=0. [ 22.759981] Skipping VHT80 channel 5825 [ 22.765010] acfg_attach: Offload using existing sock dc8ade00 [ 22.769759] SPECTRAL : get_capability not registered [ 22.774726] HAL_CAP_PHYDIAG : Capable [ 22.778350] SPECTRAL : Need to fix the capablity check for RADAR (spectral_attach : 237) [ 22.786566] SPECTRAL : get_capability not registered [ 22.791346] HAL_CAP_RADAR : Capable [ 22.795001] SPECTRAL : Need to fix the capablity check for SPECTRAL [ 22.795001] (spectral_attach : 242) [ 22.804810] SPECTRAL : get_capability not registered [ 22.809965] HAL_CAP_SPECTRAL_SCAN : Capable [ 22.813933] SPECTRAL : get_tsf64 not registered [ 22.818462] spectral_init_netlink 78 NULL SKB [ 22.822805] Green-AP : Green-AP : Attached [ 22.822805] [ 22.828366] Green-AP : Attached [ 22.831458] rate power table override is only supported for AR98XX [ 22.837738] ol_if_dfs_attach: called; ptr=d9909984, radar_info=de4f3c70 [ 22.844236] dfs_attach: event log enabled by default [ 22.849953] ol_ath_attach() UMAC attach . [ 22.853295] [ 22.853295] BURSTING enabled by default [ 22.858762] ACS not enabled [ 22.861512] __ol_ath_attach: needed_headroom reservation 60 [ 22.869290] ol_ath_thermal_mitigation_attach: -- [ 22.873008] ol_ath_pci_probe: PCI device id 0046 :0046 [ 22.878038] PCI: enabling device 0000:05:00.0 (0140 -> 0142) [ 22.883942] *********** Cascade ************* [ 22.888097] __ol_ath_attach: Creating netdev wifi0 [ 22.893002] [ 22.893002] __ol_ath_attach() Allocated scn d8a804c0 [ 22.899312] ath_ol_pci 0000:05:00.0: ath DEBUG: sc=0xd925fc00 [ 22.905092] [ 22.905092] ol_ath_pci_configure : num_desired MSI set to 0 [ 22.912152] [ 22.912152] Using PCI Legacy Interrupt [ 22.917494] chip_id 0xa chip_revision 0x0 [ 22.931021] [ 22.931021] CLOCK PLL skipped [ 22.934614] HIF_PCIDeviceProbed: setting the target pll frac ffffffff intval ffffffff [ 22.942455] HIF_PCIDeviceProbed: no frac provided, skipping pre-configuring PLL [ 22.949765] HIF_PCIDeviceProbed: targ_clk is not provided, skipping pre-configuring PLL [ 22.959793] __ol_ath_attach: dev name wifi0 [ 22.962980] ol_ath_attach interface_id 0 [ 22.966916] ol_target_init() BMI inited. [ 22.970915] ol_target_init() BMI Get Target Info. [ 22.975601] Chip id: 0xa, chip version: 0x1000000 [ 22.980162] [ 22.980162] CE WAR Disabled [ 22.984661] NUM_DEV=1 FWMODE=0x2 FWSUBMODE=0x0 FWBR_BUF 0 [ 22.990128] ol_target_init() configure Target . [ 22.994501] [ 22.994501] Target Version is 1000000 [ 22.999625] [ 22.999625] Flash Download Address c0000 [ 23.005248] ol_transfer_bin_file: flash data file defined [ 23.010652] ol_transfer_bin_file[3752] Get Caldata for wifi0. [ 23.016557] __adf_os_fs_read[42], Open File /tmp/wifi0.caldata SUCCESS!! [ 23.023086] file system magic:16914836 [ 23.026866] super blocksize:4096 [ 23.030146] inode 3084 [ 23.032583] file size:12064 [ 23.035488] ol_transfer_bin_file 3813: Download Flash data len 12064 [ 23.042143] Board extended Data download address: 0x0 [ 23.067135] [ 23.067166] Board data initialized [ 23.071290] ol_ath_download_firmware: Download OTP, flash download ADDRESS 0xc0000 [ 23.078694] [ 23.078694] Selecting OTP binary for CHIP Version 0 [ 23.092596] ol_transfer_bin_file 3623: downloading file 0, Download data len 9000 [ 23.129084] [ 23.129084] First OTP send param 8000 [ 23.294376] [wifi1] FWLOG: [23021] WAL_DBGID_TX_AC_BUFFER_SET ( 0x3, 0x1e, 0x94c, 0x94c, 0x0 ) [ 23.301936] [wifi1] FWLOG: [23021] WAL_DBGID_TX_AC_BUFFER_SET ( 0x12, 0x1e, 0x94c, 0x94c, 0x0 ) [ 23.310621] [wifi1] FWLOG: [23021] WAL_DBGID_TX_AC_BUFFER_SET ( 0x45, 0x1e, 0x94c, 0x94c, 0x0 ) [ 23.319306] [wifi1] FWLOG: [23021] WAL_DBGID_TX_AC_BUFFER_SET ( 0x67, 0x1e, 0x94c, 0x94c, 0x0 ) [ 25.345454] ol_ath_download_firmware :First OTP download and Execute is good address:0x800 return param 4660 [ 25.354326] ol_ath_download_firmware:##Board Id 2 , CHIP Id 0 [ 25.360137] ol_ath_download_firmware: BOARDDATA DOWNLOAD TO address 0xc0000 [ 25.366979] ol_transfer_bin_file: Board Data File download to address=0xc0000 file name=QCA9984/hw.1/mr52/boardData_QCA9984_CUS260_2G_v1_002.bin [ 25.387316] ol_transfer_bin_file 3623: downloading file 3, Download data len 12064 [ 25.394033] Board extended Data download address: 0x0 [ 25.420368] ol_ath_download_firmware: Using 0x1234 for the remainder of init [ 25.426429] [ 25.426429] Selecting OTP binary for CHIP Version 0 [ 25.440206] ol_transfer_bin_file 3623: downloading file 0, Download data len 9000 [ 25.476694] [ 25.476694] [Flash] : Ignore Module param [ 25.481255] [ 25.481287] Second otp download Param 10000 [ 25.712464] Switching to Tx Mode-1 Threshold 280 [ 27.706747] ol_ath_download_firmware : Second OTP download and Execute is good, param=0x0 [ 27.714026] [ 27.714026] Mission mode: Firmware CHIP Version 0 [ 27.728366] ol_swap_seg_alloc: Successfully allocated memory for SWAP size=262144 [ 27.743049] Swap: bytes_left to copy: fw:16; dma_page:36244 [ 27.747641] Swap: wrong length read:0 [ 27.751296] ol_swap_wlan_memory_expansion: Swap total_bytes copied: 225900 Target address 422198 [ 27.760293] scn=d8a804c0 target_write_addr=422198 seg_info=de55bb10 [ 27.766604] ol_transfer_swap_struct:Code swap structure successfully downloaded for bin type =2 [ 27.775351] bin_filename=QCA9984/hw.1/athwlan.bin swap_filename=/lib/firmware/QCA9984/hw.1/athwlan.codeswap.bin [ 27.785504] ol_transfer_bin_file: Downloading firmware file: QCA9984/hw.1/athwlan.bin [ 27.801187] ol_transfer_bin_file 3623: downloading file 1, Download data len 374024 [ 29.032458] ol_target_init() Download FW done. [ 29.036019] ol_ath_attach() WMI attached. wmi_handle d8830000 [ 29.041986] htc_wmi_init() HT Create . d89c0800 [ 29.046329] htc_wmi_init() HIF Claim. [ 29.050046] htc_wmi_init 7732 host_enable 0 nss_nwifi_offload 0 [ 29.055888] ol_ath_set_default_tgt_config : AC Minfree buffer allocation through module param (umac.ko) [ 29.065292] OL_ACBKMinfree : 0 [ 29.068416] OL_ACBEMinfree : 0 [ 29.071508] OL_ACVIMinfree : 0 [ 29.074632] OL_ACVOMinfree : 0 [ 29.080193] CE_recv_buf_enqueue 877 Populate last entry 512 for CE 5 [ 29.085535] CE_recv_buf_enqueue 886 CE 5 wi 511 dest_ptr 0x5999bc40 nbytes 0 recv_ctxt 0xd8357240 [ 29.094782] Startup Mode-0 set [ 29.097438] [ 29.097438] <=== cfg max peer id 1056 ====> [ 29.103217] HTC Service:0x0300 ep:1 TX flow control disabled [ 29.108934] htt_peer_map_timer_init Enter pdev d849c000 hrtimer d849e520 [ 29.115370] [ 29.115370] htt_alloc_peer_map_mem : Alloc Success : host q vaddr dcdd2000 paddr 5e2d2000 [ 29.125117] [ 29.125117] htt_alloc_peer_map_mem : Flush Interval Configured to 256 pkts [ 29.134645] CE_pkt_dl_len_set CE 4 Pkt download length 64 [ 29.139081] ol_txrx_pdev_attach: 2500 tx desc's allocated ; range starts from d81e0000 [ 29.147235] HTC Service:0x0100 ep:2 TX flow control disabled [ 29.153295] wmi_service_ready_event_rx: WMI UNIFIED SERVICE READY event [ 29.159356] Firmware_Build_Number:92 [ 29.162980] num_rf_chain:0x00000004 ht_cap_info:0x0000185b vht_cap_info:0x339b79f2 vht_supp_mcs:0x0000ffaa [ 29.172883] [ 29.172883] RES CFG Support wmi_service_bitmap 9778 [ 29.179381] [ 29.179381] Sending Ext resource cfg: HOST PLATFORM as 0 and fw_feature_bitmap as 52 to TGT [ 29.189222] ol_ath_service_ready_event: tt_support: 1 [ 29.194407] ol_ath_service_ready_event: periodic_chan_stats: 1 [ 29.200218] ol_ath_service_ready_event: sw_cal_support_check_flag: 1 [ 29.206560] Peer Caching Enabled ; num_peers = 257, num_active_peers = 52 num_tids = 104, num_vdevs = 17 [ 29.216026] Mesh Supported [ 29.218712] idx 1 req 2 num_units 1 num_unit_info 12 unit size 256 actual units 53 [ 29.226460] ol_ath_alloc_host_mem_chunk req_id 2 idx 0 num_units 53 unit_len 256, [ 29.233895] idx 2 req 3 num_units 1 num_unit_info 12 unit size 1024 actual units 53 [ 29.241768] ol_ath_alloc_host_mem_chunk req_id 3 idx 1 num_units 53 unit_len 1024, [ 29.249265] idx 3 req 4 num_units 1 num_unit_info 12 unit size 4096 actual units 53 [ 29.257232] ol_ath_alloc_host_mem_chunk req_id 4 idx 2 num_units 53 unit_len 4096, [ 29.264636] idx 0 req 1 num_units 0 num_unit_info 2 unit size 2216 actual units 258 [ 29.272571] ol_ath_alloc_host_mem_chunk req_id 1 idx 3 num_units 86 unit_len 2216, [ 29.280131] ol_ath_alloc_host_mem_chunk req_id 1 idx 4 num_units 86 unit_len 2216, [ 29.287660] ol_ath_alloc_host_mem_chunk req_id 1 idx 5 num_units 86 unit_len 2216, [ 29.295095] idx 4 req 6 num_units 35 num_unit_info 0 unit size 3072 actual units 35 [ 29.302999] ol_ath_alloc_host_mem_chunk req_id 6 idx 6 num_units 35 unit_len 3072, [ 29.310496] idx 5 req 7 num_units 1 num_unit_info 0 unit size 12288 actual units 1 [ 29.318213] ol_ath_alloc_host_mem_chunk req_id 7 idx 7 num_units 1 unit_len 12288, [ 29.325741] idx 6 req 5 num_units 0 num_unit_info 2 unit size 1980 actual units 258 [ 29.333676] ol_ath_alloc_host_mem_chunk req_id 5 idx 8 num_units 129 unit_len 1980, [ 29.341299] ol_ath_alloc_host_mem_chunk req_id 5 idx 9 num_units 129 unit_len 1980, [ 29.348828] chunk 0 len 13568 requested ,ptr 0x596dc000 [ 29.354201] chunk 1 len 54272 requested ,ptr 0x59740000 [ 29.359606] chunk 2 len 217088 requested ,ptr 0x59780000 [ 29.365073] chunk 3 len 190576 requested ,ptr 0x597c0000 [ 29.370540] chunk 4 len 190576 requested ,ptr 0x59000000 [ 29.376007] chunk 5 len 190576 requested ,ptr 0x59040000 [ 29.381474] chunk 6 len 107520 requested ,ptr 0x59760000 [ 29.386941] chunk 7 len 12288 requested ,ptr 0x59750000 [ 29.392314] chunk 8 len 255420 requested ,ptr 0x59080000 [ 29.397781] chunk 9 len 255420 requested ,ptr 0x590c0000 [ 29.403280] ol_ath_service_ready_event[4067] WAPI MBSSID 2 [ 29.476007] wmi_ready_event_rx: WMI UNIFIED READY event [ 29.478881] [ 29.478881] !!!!! {/usr/bin/list_updater} reading /tmp/brain_state failed [2]: No such file or directory [ 29.491408] ol_ath_connect_htc() WMI is ready [ 29.496032] htt_h2t_frag_desc_bank_cfg_msg - HTT_H2T_MSG_TYPE_FRAG_DESC_BANK_CFG sent to FW for radio ID = 0 [ 29.510559] ol_ath_attach() connect HTC. [ 29.513558] target uses HTT version 2.2; host uses 2.2 [ 29.518869] bypasswmi : 0 [ 29.521305] ol_regdmn_start: reg-domain param: regdmn=0, countryName=, wModeSelect=FFFFFFFF, netBand=FFFFFFFF, extendedChanMode=0. [ 29.533270] acfg_attach: Offload using existing sock dc8ade00 [ 29.538769] SPECTRAL : get_capability not registered [ 29.543736] HAL_CAP_PHYDIAG : Capable [ 29.547328] SPECTRAL : Need to fix the capablity check for RADAR (spectral_attach : 237) [ 29.555451] SPECTRAL : get_capability not registered [ 29.560356] HAL_CAP_RADAR : Capable [ 29.564011] SPECTRAL : Need to fix the capablity check for SPECTRAL [ 29.564042] (spectral_attach : 242) [ 29.573820] SPECTRAL : get_capability not registered [ 29.578850] HAL_CAP_SPECTRAL_SCAN : Capable [ 29.582942] SPECTRAL : get_tsf64 not registered [ 29.587472] spectral_init_netlink 78 NULL SKB [ 29.591815] Green-AP : Green-AP : Attached [ 29.591815] [ 29.597375] Green-AP : Attached [ 29.600593] rate power table override is only supported for AR98XX [ 29.606779] ol_if_dfs_attach: called; ptr=d8619984, radar_info=de4f3c70 [ 29.613370] dfs_attach: event log enabled by default [ 29.618525] ol_ath_attach() UMAC attach . [ 29.622305] [ 29.622305] BURSTING enabled by default [ 29.627772] ACS not enabled [ 29.630521] __ol_ath_attach: needed_headroom reservation 60 [ 29.640643] ol_ath_thermal_mitigation_attach: -- [ 29.658419] ath_rate_atheros: module license 'Proprietary' taints kernel. [ 29.664979] ath_rate_atheros: Copyright (c) 2001-2005 Atheros Communications, Inc, All Rights Reserved [ 29.678131] ath_dev: module license 'Proprietary' taints kernel. [ 29.685816] ath_dev: Copyright (c) 2001-2007 Atheros Communications, Inc, All Rights Reserved [ 29.698562] ath_pktlog: module license 'unspecified' taints kernel. [ 29.704623] pktlog_init: Initializing Pktlog for AR900B, pktlog_hdr_size = 16 [ 29.711059] pktlog_init: Initializing Pktlog for AR900B, pktlog_hdr_size = 16 [ 29.718462] pktlog_init: Initializing Pktlog for AR9888, pktlog_hdr_size = 12 [ 29.799250] [ 29.799250] !!!!! {/usr/bin/brain} opening /click/wlan_event/driver_reload failed: No such file or directory [ 29.846016] brain: unloading click config [ 29.849359] brain: spring cleaning pages [ 29.946610] [ol_ath_iw_setcountry][1733] *p=55, *(p+1)=53 [ 29.950984] isCountryCodeValid: EEPROM regdomain 0x0 [ 29.962386] wlan_vap_create : enter. devhandle=0xd8a804c0, opmode=IEEE80211_M_HOSTAP, flags=0x0 [ 29.970321] su bfee 0 mu bfee 0 su bfer 0 mu bfer 0 impl bf 1 sounding dim 0 [ 29.977413] ieee80211_mbo_vattach:MBO Initialized [ 29.981974] wlan_vap_create : exit. devhandle=0xd8a804c0, vap=0xd7d48000, opmode=IEEE80211_M_HOSTAP, flags=0x0. [ 30.007747] su bfee 0 mu bfee 0 su bfer 0 mu bfer 0 impl bf 1 sounding dim 0 [ 30.013808] ieee80211_mbo_vattach:MBO Initialized [ 30.033145] su bfee 0 mu bfee 0 su bfer 0 mu bfer 0 impl bf 1 sounding dim 0 [ 30.039393] ieee80211_mbo_vattach:MBO Initialized [ 30.056232] [wifi0] FWLOG: [29884] WAL_DBGID_TX_AC_BUFFER_SET ( 0x3, 0x1e, 0x94csu bfee 0 mu bfee 0 su bfer 0 mu bfer 0 impl bf 1 sounding dim 0 [ 30.062230] ieee80211_mbo_vattach:MBO Initialized [ 30.072945] , 0x94c, 0x0 ) [ 30.075601] [wifi0] FWLOG: [29884] WAL_DBGID_TX_AC_BUFFER_SET ( 0x12, 0x1e, 0x94c, 0x94c, 0x0 ) [ 30.084286] [wifi0] FWLOG: [29884] WAL_DBGID_TX_AC_BUFFER_SET ( su bfee 0 mu bfee 0 su bfer 0 mu bfer 0 impl bf 1 sounding dim 0 [ 30.087410] ieee80211_mbo_vattach:MBO Initialized [ 30.100781] 0x45, 0x1e, 0x94c, 0x94c, 0x0 ) [ 30.104748] [wifi0] FWLOG: [29884] WAL_DBGID_TX_AC_BUFFER_SET ( 0x67, 0x1e, 0x94c, 0x94c, 0x0 ) [ 30.116057] su bfee 0 mu bfee 0 su bfer 0 mu bfer 0 impl bf 1 sounding dim 0 [ 30.122274] ieee80211_mbo_vattach:MBO Initialized [ 30.142236] su bfee 0 mu bfee 0 su bfer 0 mu bfer 0 impl bf 1 sounding dim 0 [ 30.148484] ieee80211_mbo_vattach:MBO Initialized [ 30.165791] su bfee 0 mu bfee 0 su bfer 0 mu bfer 0 impl bf 1 sounding dim 0 [ 30.171915] ieee80211_mbo_vattach:MBO Initialized [ 30.192471] su bfee 0 mu bfee 0 su bfer 0 mu bfer 0 impl bf 1 sounding dim 0 [ 30.198656] ieee80211_mbo_vattach:MBO Initialized [ 30.218837] su bfee 0 mu bfee 0 su bfer 0 mu bfer 0 impl bf 1 sounding dim 0 [ 30.224960] ieee80211_mbo_vattach:MBO Initialized [ 30.243080] su bfee 0 mu bfee 0 su bfer 0 mu bfer 0 impl bf 1 sounding dim 0 [ 30.249390] ieee80211_mbo_vattach:MBO Initialized [ 30.268853] su bfee 0 mu bfee 0 su bfer 0 mu bfer 0 impl bf 1 sounding dim 0 [ 30.274914] ieee80211_mbo_vattach:MBO Initialized [ 30.294251] su bfee 0 mu bfee 0 su bfer 0 mu bfer 0 impl bf 1 sounding dim 0 [ 30.300406] ieee80211_mbo_vattach:MBO Initialized [ 30.319087] su bfee 0 mu bfee 0 su bfer 0 mu bfer 0 impl bf 1 sounding dim 0 [ 30.325210] ieee80211_mbo_vattach:MBO Initialized [ 30.345360] su bfee 0 mu bfee 0 su bfer 0 mu bfer 0 impl bf 1 sounding dim 0 [ 30.351515] ieee80211_mbo_vattach:MBO Initialized [ 30.371915] su bfee 0 mu bfee 0 su bfer 0 mu bfer 0 impl bf 1 sounding dim 0 [ 30.378131] ieee80211_mbo_vattach:MBO Initialized [ 30.382849] ol_txrx_set_mesh_mode val 1 [ 30.401124] wlan_vap_create : enter. devhandle=0xd8a804c0, opmode=IEEE80211_M_MONITOR, flags=0x0 [ 30.409122] wlan_vap_create : exit. devhandle=0xd8a804c0, vap=0xd7de0000, opmode=IEEE80211_M_MONITOR, flags=0x0. [ 30.428990] brain: loading click config [ 31.236488] OL vap_start - [ 31.245517] vap-15(mesh0):set SIOC80211NWID, 9 characters [ 31.249890] [ 31.249890] DES SSID SET=fast-mesh [ 31.256825] Setting Tx Encap type to 0 (Raw) [ 31.261793] Setting Rx Decap type to 0 (Raw) [ 31.326991] [ 31.326991] DES SSID SET= [ 31.364636] [ 31.364636] DES SSID SET= [ 31.401437] [ 31.401437] DES SSID SET= [ 31.441299] [ 31.441299] DES SSID SET= [ 31.474570] [ 31.474570] DES SSID SET= [ 31.508997] [ 31.508997] DES SSID SET= [ 31.543392] [ 31.543392] DES SSID SET= [ 31.577944] [ 31.577944] DES SSID SET= [ 31.612527] [ 31.612527] DES SSID SET= [ 31.647016] [ 31.647016] DES SSID SET= [ 31.683786] [ 31.683786] DES SSID SET= [ 31.720274] [ 31.720274] DES SSID SET= [ 31.757044] [ 31.757044] DES SSID SET= [ 31.793533] [ 31.793533] DES SSID SET= [ 31.830552] [ 31.830552] DES SSID SET= [ 32.583380] [wifi0] Switching to Tx Mode-1 Threshold 280 [ 32.588159] FWLOG: [31689] WAL channel change freq=2412, mode=2 flags=0 rx_ok=1 tx_ok=1 [ 33.583692] [wifi0] FWLOG: [33069] WAL_DBGID_DEV_RESET ( 0xc01d, 0x49d ) [ 33.589378] [wifi0] FWLOG: [33132] WAL_DBGID_DEV_RX_TIMEOUT ( 0x1ed, 0x8, 0x8, 0x0 ) [ 33.597094] [wifi0] FWLOG: [33132] WAL_DBGID_DEV_RESET ( 0xc01d, 0x443 ) [ 33.603780] [wifi0] FWLOG: [33196] WAL_DBGID_DEV_RX_TIMEOUT ( 0x1ed, 0x8, 0x20, 0x0 ) [ 45.217369] [ 45.217369] !!!!! {/usr/bin/brain} forkexec failed with status 255 cmd -iwpriv mon0 packet_counter 0 [ 45.245235] [ 45.245235] !!!!! {/usr/bin/brain} forkexec failed with status 255 cmd -iwpriv wifi0 acktimeout 48 [ 45.279631] Resetting spectral chainmask to Rx chainmask [ 45.286191] ol_ath_ucfg_setparam[233] PARAM_SENS_LEVEL [ 45.293720] [ 45.293720] !!!!! {/usr/bin/brain} set wlan_rx_sop_r0 to -95, ret = 0 [ 45.300999] ol_ath_ucfg_setparam[248] PARAM_CCA_THRESHOLD [ 45.306279] [ 45.306279] !!!!! {/usr/bin/brain} set wlan_cca_threshold_r0 to -64, ret = 0 [ 45.315963] In write handler 'device_id' for 'wired0/cdp_source :: CDPSource': [ 45.322180] Bad string passed to device_id [ 45.329678] In write handler 'device_id' for 'wired1/cdp_source :: CDPSource': [ 45.335863] Bad string passed to device_id [ 45.371290] wmi_dbg_cfg_send: mod[0]00000000 dbgcfg50000000 cfgvalid[0] 00000000 cfgvalid[1] 00000000 [ 45.384536] cfg valid value inside module enable 400000wmi_dbg_cfg_send: mod[0]00000000 dbgcfg00000000 cfgvalid[0] 00400000 cfgvalid[1] 00000000 <Meraki>


U-Boot 2012.07-gd040ed5-dirty [local,local] (Mar 29 2016 - 07:59:21) DRAM: 235 MiB cdp: machid 4971 NAND: 128 MiB Using default environment In: serial Out: serial Err: serial late_init: machid 4971 Net: No ethernet found. NAND read: device 0 offset 0x2c40000, size 0xa80000 11010048 bytes read: OK bootm 0x42000000#config@2## Booting kernel from FIT Image at 42000000 ... Using 'config@2' configuration Trying 'kernel-1' kernel subimage Description: ARM OpenWrt Linux-5.10.39 Type: Kernel Image Compression: gzip compressed Data Start: 0x420000e4 Data Size: 4223148 Bytes = 4 MiB Architecture: ARM OS: Linux Load Address: 0x44208000 Entry Point: 0x44208000 Hash algo: crc32 Hash value: 524f4670 Hash algo: sha1 Hash value: 2bce581ee2ffe108de396f961ebf7c4104ad74b4 Verifying Hash Integrity ... crc32+ sha1+ OK ## Flattened Device Tree from FIT Image at 42000000 Using 'config@2' configuration Trying 'fdt-1' FDT blob subimage Description: ARM OpenWrt meraki_mr52 device tree blob Type: Flat Device Tree Compression: uncompressed Data Start: 0x424072c8 Data Size: 30742 Bytes = 30 KiB Architecture: ARM Hash algo: crc32 Hash value: 314fcd8c Hash algo: sha1 Hash value: b601b770c045a22c28dbd685b28eb9e755906228 Verifying Hash Integrity ... crc32+ sha1+ OK Booting using the fdt blob at 0x424072c8 Uncompressing Kernel Image ... OK Loading Device Tree to 4eaf5000, end 4eaff815 ... OK Using machid 0x136b from environment Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 5.10.39 (root@cluster5) (arm-openwrt-linux-muslgnueabi-gcc (OpenWrt GCC 8.4.0 r16808-d346dba6a5) 8.4.0, GNU l1 [ 0.000000] CPU: ARMv7 Processor [512f04d0] revision 0 (ARMv7), cr=10c5787d [ 0.000000] CPU: div instructions available: patching division code [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache [ 0.000000] OF: fdt: Machine model: Meraki MR52 [ 0.000000] OF: fdt: Ignoring memory range 0x41500000 - 0x44000000 [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] Zone ranges: [ 0.000000] Normal [mem 0x0000000044000000-0x000000005fefffff] [ 0.000000] HighMem empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000044000000-0x000000005fefffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000044000000-0x000000005fefffff] [ 0.000000] percpu: Embedded 15 pages/cpu s30732 r8192 d22516 u61440 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 113426 [ 0.000000] Kernel command line: loader=u-boot part=bootkernel2 console=ttyMSM0,115200n8 ubi.mtd=ubi ubi.mtd=art [ 0.000000] Bootloader command line not present [ 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: 441932K/457728K available (6554K kernel code, 608K rwdata, 1648K rodata, 1024K init, 236K bss, 15796K reserved, 0K ) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, 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] random: get_random_bytes called from start_kernel+0x3ac/0x558 with crng_init=0 [ 0.000000] clocksource: dg_timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 305801671480 ns [ 0.000010] sched_clock: 32 bits at 6MHz, resolution 160ns, wraps every 343597383600ns [ 0.000032] Switching to timer-based delay loop, resolution 160ns [ 0.000300] Calibrating delay loop (skipped), value calculated using timer frequency.. 12.50 BogoMIPS (lpj=62500) [ 0.000331] pid_max: default: 32768 minimum: 301 [ 0.000516] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.000540] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.001632] CPU: Testing write buffer coherency: ok [ 0.001925] qcom_scm: convention: smc legacy [ 0.002894] Setting up static identity map for 0x44300000 - 0x44300060 [ 0.003081] rcu: Hierarchical SRCU implementation. [ 0.003376] dyndbg: Ignore empty _ddebug table in a CONFIG_DYNAMIC_DEBUG_CORE build [ 0.003623] smp: Bringing up secondary CPUs ... [ 0.005626] smp: Brought up 1 node, 2 CPUs [ 0.005648] SMP: Total of 2 processors activated (25.00 BogoMIPS). [ 0.005665] CPU: All CPU(s) started in SVC mode. [ 0.017697] VFP support v0.3: implementor 51 architecture 64 part 4d variant 2 rev 0 [ 0.017873] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.017908] futex hash table entries: 512 (order: 3, 32768 bytes, linear) [ 0.018064] pinctrl core: initialized pinctrl subsystem [ 0.019330] NET: Registered protocol family 16 [ 0.019703] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.021198] thermal_sys: Registered thermal governor 'step_wise' [ 0.023264] cpuidle: using governor ladder [ 0.023344] cpuidle: using governor menu [ 0.067652] usbcore: registered new interface driver usbfs [ 0.067740] usbcore: registered new interface driver hub [ 0.067812] usbcore: registered new device driver usb [ 0.067888] pps_core: LinuxPPS API ver. 1 registered [ 0.067906] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.067946] PTP clock support registered [ 0.070112] clocksource: Switched to clocksource dg_timer [ 0.071189] NET: Registered protocol family 2 [ 0.071363] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 0.072144] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear) [ 0.072207] TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear) [ 0.072253] TCP bind hash table entries: 4096 (order: 3, 32768 bytes, linear) [ 0.072315] TCP: Hash tables configured (established 4096 bind 4096) [ 0.072521] UDP hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.072563] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.072878] NET: Registered protocol family 1 [ 0.072938] PCI: CLS 0 bytes, default 64 [ 0.074445] workingset: timestamp_bits=14 max_order=17 bucket_order=3 [ 0.080122] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.080145] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. [ 0.187863] qcom-pcie 1b500000.pci: supply vdda not found, using dummy regulator [ 0.188134] qcom-pcie 1b500000.pci: supply vdda_phy not found, using dummy regulator [ 0.188259] qcom-pcie 1b500000.pci: supply vdda_refclk not found, using dummy regulator [ 0.188569] qcom-pcie 1b500000.pci: host bridge /soc/pci@1b500000 ranges: [ 0.188671] qcom-pcie 1b500000.pci: IO 0x000fe00000..0x000fe0ffff -> 0x000fe00000 [ 0.188722] qcom-pcie 1b500000.pci: MEM 0x0008000000..0x000fdfffff -> 0x0008000000 [ 0.416061] qcom-pcie 1b500000.pci: Link up [ 0.416243] qcom-pcie 1b500000.pci: PCI host bridge to bus 0000:00 [ 0.416271] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.416296] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] (bus address [0xfe00000-0xfe0ffff]) [ 0.416317] pci_bus 0000:00: root bus resource [mem 0x08000000-0x0fdfffff] [ 0.416406] pci 0000:00:00.0: [17cb:0101] type 01 class 0x060400 [ 0.416569] pci 0000:00:00.0: supports D1 [ 0.416590] pci 0000:00:00.0: PME# supported from D0 D1 D3hot [ 0.420774] PCI: bus0: Fast back to back transfers disabled [ 0.421310] pci 0000:01:00.0: [168c:0050] type 00 class 0x028000 [ 0.421631] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x001fffff 64bit] [ 0.422134] pci 0000:01:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref] [ 0.423134] pci 0000:01:00.0: supports D1 [ 0.423154] pci 0000:01:00.0: PME# supported from D0 D1 D3hot [ 0.427599] PCI: bus1: Fast back to back transfers disabled [ 0.427703] pci 0000:00:00.0: BAR 8: assigned [mem 0x08000000-0x082fffff] [ 0.427733] pci 0000:01:00.0: BAR 0: assigned [mem 0x08000000-0x081fffff 64bit] [ 0.427897] pci 0000:01:00.0: BAR 6: assigned [mem 0x08200000-0x0820ffff pref] [ 0.427922] pci 0000:00:00.0: PCI bridge to [bus 01-ff] [ 0.427952] pci 0000:00:00.0: bridge window [mem 0x08000000-0x082fffff] [ 0.428006] pci 0000:00:00.0: Max Payload Size set to 128/ 128 (was 128), Max Read Rq 128 [ 0.428224] pci 0000:01:00.0: Max Payload Size set to 128/ 256 (was 128), Max Read Rq 128 [ 0.429198] pcieport 0000:00:00.0: AER: enabled with IRQ 44 [ 0.430305] qcom-pcie 1b700000.pci: supply vdda not found, using dummy regulator [ 0.430581] qcom-pcie 1b700000.pci: supply vdda_phy not found, using dummy regulator [ 0.430716] qcom-pcie 1b700000.pci: supply vdda_refclk not found, using dummy regulator [ 0.431000] qcom-pcie 1b700000.pci: host bridge /soc/pci@1b700000 ranges: [ 0.431081] qcom-pcie 1b700000.pci: IO 0x0031e00000..0x0031e0ffff -> 0x0031e00000 [ 0.431126] qcom-pcie 1b700000.pci: MEM 0x002e000000..0x0031dfffff -> 0x002e000000 [ 0.656860] qcom-pcie 1b700000.pci: Link up [ 0.657024] qcom-pcie 1b700000.pci: PCI host bridge to bus 0001:00 [ 0.657052] pci_bus 0001:00: root bus resource [bus 00-ff] [ 0.657075] pci_bus 0001:00: root bus resource [io 0x10000-0x1ffff] (bus address [0x31e00000-0x31e0ffff]) [ 0.657096] pci_bus 0001:00: root bus resource [mem 0x2e000000-0x31dfffff] [ 0.657174] pci 0001:00:00.0: [17cb:0101] type 01 class 0x060400 [ 0.657316] pci 0001:00:00.0: supports D1 [ 0.657336] pci 0001:00:00.0: PME# supported from D0 D1 D3hot [ 0.661449] PCI: bus0: Fast back to back transfers disabled [ 0.661963] pci 0001:01:00.0: [168c:0046] type 00 class 0x028000 [ 0.662257] pci 0001:01:00.0: reg 0x10: [mem 0x00000000-0x001fffff 64bit] [ 0.663635] pci 0001:01:00.0: PME# supported from D0 D3hot D3cold [ 0.668057] PCI: bus1: Fast back to back transfers disabled [ 0.668154] pci 0001:00:00.0: BAR 8: assigned [mem 0x2e000000-0x2e1fffff] [ 0.668182] pci 0001:01:00.0: BAR 0: assigned [mem 0x2e000000-0x2e1fffff 64bit] [ 0.668333] pci 0001:00:00.0: PCI bridge to [bus 01-ff] [ 0.668360] pci 0001:00:00.0: bridge window [mem 0x2e000000-0x2e1fffff] [ 0.668405] pci 0001:00:00.0: Max Payload Size set to 128/ 128 (was 128), Max Read Rq 128 [ 0.668611] pci 0001:01:00.0: Max Payload Size set to 128/ 256 (was 128), Max Read Rq 128 [ 0.669485] pcieport 0001:00:00.0: AER: enabled with IRQ 46 [ 0.670575] qcom-pcie 1b900000.pci: supply vdda not found, using dummy regulator [ 0.670806] qcom-pcie 1b900000.pci: supply vdda_phy not found, using dummy regulator [ 0.670937] qcom-pcie 1b900000.pci: supply vdda_refclk not found, using dummy regulator [ 0.671225] qcom-pcie 1b900000.pci: host bridge /soc/pci@1b900000 ranges: [ 0.671305] qcom-pcie 1b900000.pci: IO 0x0035e00000..0x0035e0ffff -> 0x0035e00000 [ 0.671354] qcom-pcie 1b900000.pci: MEM 0x0032000000..0x0035dfffff -> 0x0032000000 [ 0.896876] qcom-pcie 1b900000.pci: Link up [ 0.897041] qcom-pcie 1b900000.pci: PCI host bridge to bus 0002:00 [ 0.897071] pci_bus 0002:00: root bus resource [bus 00-ff] [ 0.897096] pci_bus 0002:00: root bus resource [io 0x20000-0x2ffff] (bus address [0x35e00000-0x35e0ffff]) [ 0.897116] pci_bus 0002:00: root bus resource [mem 0x32000000-0x35dfffff] [ 0.897195] pci 0002:00:00.0: [17cb:0101] type 01 class 0x060400 [ 0.897341] pci 0002:00:00.0: supports D1 [ 0.897360] pci 0002:00:00.0: PME# supported from D0 D1 D3hot [ 0.901501] PCI: bus0: Fast back to back transfers disabled [ 0.902022] pci 0002:01:00.0: [168c:0046] type 00 class 0x028000 [ 0.902319] pci 0002:01:00.0: reg 0x10: [mem 0x00000000-0x001fffff 64bit] [ 0.903700] pci 0002:01:00.0: PME# supported from D0 D3hot D3cold [ 0.908134] PCI: bus1: Fast back to back transfers disabled [ 0.908232] pci 0002:00:00.0: BAR 8: assigned [mem 0x32000000-0x321fffff] [ 0.908261] pci 0002:01:00.0: BAR 0: assigned [mem 0x32000000-0x321fffff 64bit] [ 0.908412] pci 0002:00:00.0: PCI bridge to [bus 01-ff] [ 0.908438] pci 0002:00:00.0: bridge window [mem 0x32000000-0x321fffff] [ 0.908483] pci 0002:00:00.0: Max Payload Size set to 128/ 128 (was 128), Max Read Rq 128 [ 0.908689] pci 0002:01:00.0: Max Payload Size set to 128/ 256 (was 128), Max Read Rq 128 [ 0.909568] pcieport 0002:00:00.0: AER: enabled with IRQ 48 [ 0.912823] L2 @ QSB rate. Forcing new rate. [ 0.913050] L2 @ 384000 KHz [ 0.913249] CPU0 @ 800000 KHz [ 0.913268] CPU1 @ QSB rate. Forcing new rate. [ 0.913405] CPU1 @ 384000 KHz [ 0.917775] gsbi 12440000.gsbi: GSBI port protocol: 4 crci: 0 [ 0.919796] gsbi 16300000.gsbi: GSBI port protocol: 6 crci: 0 [ 0.921636] gsbi 16600000.gsbi: GSBI port protocol: 2 crci: 0 [ 0.923893] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled [ 0.924868] msm_serial 12450000.serial: msm_serial: detected port #1 [ 0.924926] msm_serial 12450000.serial: uartclk = 25000000 [ 0.925009] 12450000.serial: ttyMSM1 at MMIO 0x12450000 (irq = 49, base_baud = 1562500) is a MSM [ 0.925504] msm_serial 16340000.serial: msm_serial: detected port #0 [ 0.925556] msm_serial 16340000.serial: uartclk = 7372800 [ 0.925626] 16340000.serial: ttyMSM0 at MMIO 0x16340000 (irq = 50, base_baud = 460800) is a MSM [ 0.925665] msm_serial: console setup on port #0 [ 2.009738] printk: console [ttyMSM0] enabled [ 2.015039] msm_serial: driver initialized [ 2.024580] loop: module loaded [ 2.026289] nand: device found, Manufacturer ID: 0x01, Chip ID: 0xa1 [ 2.026542] nand: AMD/Spansion S34MS01G2 [ 2.033254] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64 [ 2.037202] 13 fixed-partitions partitions found on MTD device qcom_nand.0 [ 2.044517] Creating 13 MTD partitions on "qcom_nand.0": [ 2.051380] 0x000000000000-0x000000040000 : "sbl1" [ 2.057847] 0x000000040000-0x000000180000 : "mibib" [ 2.064064] 0x000000180000-0x0000002c0000 : "sbl2" [ 2.068775] 0x0000002c0000-0x000000540000 : "sbl3" [ 2.071824] random: fast init done [ 2.079758] 0x000000540000-0x000000660000 : "ddrconfig" [ 2.082648] 0x000000660000-0x000000780000 : "ssd" [ 2.087317] 0x000000780000-0x000000a00000 : "tz" [ 2.094981] 0x000000a00000-0x000000c80000 : "rpm" [ 2.100782] 0x000001fc0000-0x000002140000 : "u-boot" [ 2.104532] 0x0000021c0000-0x000002c40000 : "bootkernel1" [ 2.126149] 0x000002c40000-0x0000036c0000 : "bootkernel2" [ 2.147114] 0x0000036c0000-0x000007d80000 : "ubi" [ 2.283220] 0x000007d80000-0x000007f80000 : "art" [ 2.300105] libphy: Fixed MDIO Bus: probed [ 2.301985] libphy: GPIO Bitbanged MDIO: probed [ 2.503946] ipq806x-gmac-dwmac 37400000.ethernet: IRQ eth_wake_irq not found [ 2.504014] ipq806x-gmac-dwmac 37400000.ethernet: IRQ eth_lpi not found [ 2.510628] ipq806x-gmac-dwmac 37400000.ethernet: PTP uses main clock [ 2.517493] ipq806x-gmac-dwmac 37400000.ethernet: User ID: 0x10, Synopsys ID: 0x37 [ 2.523190] ipq806x-gmac-dwmac 37400000.ethernet: DWMAC1000 [ 2.530575] ipq806x-gmac-dwmac 37400000.ethernet: DMA HW capability register supported [ 2.536310] ipq806x-gmac-dwmac 37400000.ethernet: RX Checksum Offload Engine supported [ 2.544132] ipq806x-gmac-dwmac 37400000.ethernet: COE Type 2 [ 2.552006] ipq806x-gmac-dwmac 37400000.ethernet: TX Checksum insertion supported [ 2.557746] ipq806x-gmac-dwmac 37400000.ethernet: Wake-Up On Lan supported [ 2.565237] ipq806x-gmac-dwmac 37400000.ethernet: Enhanced/Alternate descriptors [ 2.571965] ipq806x-gmac-dwmac 37400000.ethernet: Enabled extended descriptors [ 2.579449] ipq806x-gmac-dwmac 37400000.ethernet: Ring mode enabled [ 2.586557] ipq806x-gmac-dwmac 37400000.ethernet: Enable RX Mitigation via HW Watchdog Timer [ 2.592755] ipq806x-gmac-dwmac 37400000.ethernet: device MAC address 4e:ff:18:9a:50:68 [ 2.642717] libphy: stmmac: probed [ 2.645533] ipq806x-gmac-dwmac 37600000.ethernet: IRQ eth_wake_irq not found [ 2.645595] ipq806x-gmac-dwmac 37600000.ethernet: IRQ eth_lpi not found [ 2.652909] ipq806x-gmac-dwmac 37600000.ethernet: PTP uses main clock [ 2.659070] ipq806x-gmac-dwmac 37600000.ethernet: User ID: 0x10, Synopsys ID: 0x37 [ 2.665361] ipq806x-gmac-dwmac 37600000.ethernet: DWMAC1000 [ 2.672797] ipq806x-gmac-dwmac 37600000.ethernet: DMA HW capability register supported [ 2.678464] ipq806x-gmac-dwmac 37600000.ethernet: RX Checksum Offload Engine supported [ 2.686275] ipq806x-gmac-dwmac 37600000.ethernet: COE Type 2 [ 2.694179] ipq806x-gmac-dwmac 37600000.ethernet: TX Checksum insertion supported [ 2.699900] ipq806x-gmac-dwmac 37600000.ethernet: Wake-Up On Lan supported [ 2.707370] ipq806x-gmac-dwmac 37600000.ethernet: Enhanced/Alternate descriptors [ 2.714139] ipq806x-gmac-dwmac 37600000.ethernet: Enabled extended descriptors [ 2.721700] ipq806x-gmac-dwmac 37600000.ethernet: Ring mode enabled [ 2.728633] ipq806x-gmac-dwmac 37600000.ethernet: Enable RX Mitigation via HW Watchdog Timer [ 2.734897] ipq806x-gmac-dwmac 37600000.ethernet: device MAC address 2a:53:72:6c:ef:b2 [ 2.784986] libphy: stmmac: probed [ 2.788068] i2c /dev entries driver [ 2.788777] i2c_qup 16680000.i2c: using default clock-frequency 100000 [ 2.799235] sdhci: Secure Digital Host Controller Interface driver [ 2.799289] sdhci: Copyright(c) Pierre Ossman [ 2.804501] sdhci-pltfm: SDHCI platform and OF driver helper [ 2.812845] NET: Registered protocol family 10 [ 2.816919] Segment Routing with IPv6 [ 2.818898] NET: Registered protocol family 17 [ 2.823402] 8021q: 802.1Q VLAN Support v1.8 [ 2.826973] Registering SWP/SWPB emulation handler [ 2.869480] qcom_rpm 108000.rpm: RPM firmware 3.0.16777342 [ 2.886783] s1a: Bringing 0uV into 1050000-1050000uV [ 2.887232] s1a: supplied by regulator-dummy [ 2.891165] s1b: Bringing 0uV into 1050000-1050000uV [ 2.895455] s1b: supplied by regulator-dummy [ 2.900235] s2a: Bringing 0uV into 800000-800000uV [ 2.904726] s2a: supplied by regulator-dummy [ 2.909092] s2b: Bringing 0uV into 800000-800000uV [ 2.913793] s2b: supplied by regulator-dummy [ 2.920453] thermal thermal_zone0: failed to read out thermal zone (-110) [ 2.940708] ubi0: attaching mtd11 [ 3.078297] random: crng init done [ 3.576355] ubi0: scanning is finished [ 3.587728] ubi0: attached mtd11 (name "ubi", size 70 MiB) [ 3.587753] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes [ 3.592160] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048 [ 3.598958] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096 [ 3.605870] ubi0: good PEBs: 564, bad PEBs: 2, corrupted PEBs: 0 [ 3.612659] ubi0: user volume: 6, internal volumes: 1, max. volumes count: 128 [ 3.618836] ubi0: max/mean erase counter: 752/313, WL threshold: 4096, image sequence number: 1338979908 [ 3.625931] ubi0: available PEBs: 0, total reserved PEBs: 564, PEBs reserved for bad PEB handling: 18 [ 3.635630] ubi1: attaching mtd12 [ 3.635757] ubi0: background thread "ubi_bgt0d" started, PID 138 [ 3.644726] ubi1: MTD device 12 is write-protected, attach in read-only mode [ 3.670982] ubi1: scanning is finished [ 3.681020] ubi1 warning: ubi_eba_init: cannot reserve enough PEBs for bad PEB handling, reserved 2, need 20 [ 3.681539] ubi1: attached mtd12 (name "art", size 2 MiB) [ 3.689904] ubi1: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes [ 3.695296] ubi1: min./max. I/O unit sizes: 2048/2048, sub-page size 2048 [ 3.702025] ubi1: VID header offset: 2048 (aligned 2048), data offset: 4096 [ 3.708836] ubi1: good PEBs: 16, bad PEBs: 0, corrupted PEBs: 0 [ 3.715682] ubi1: user volume: 1, internal volumes: 1, max. volumes count: 128 [ 3.721587] ubi1: max/mean erase counter: 2/1, WL threshold: 4096, image sequence number: 438719976 [ 3.728801] ubi1: available PEBs: 0, total reserved PEBs: 16, PEBs reserved for bad PEB handling: 2 [ 3.738437] ubi1: background thread "ubi_bgt1d" started, PID 139 [ 3.748168] block ubiblock0_2: created from ubi0:2(rootfs) [ [ 3.770093] Freeing unused kernel memory: 1024K [ 3.810904] Run /sbin/init as init process [ 4.394333] init: Console is alive [ 4.394499] init: - watchdog - [ 5.066068] kmodloader: loading kernel modules from /etc/modules-boot.d/* [ 5.232961] genirq: irq_chip msmgpio did not update eff. affinity mask of irq 52 [ 5.236648] kmodloader: done loading kernel modules from /etc/modules-boot.d/* [ 5.247080] init: - preinit - get_mac_binary: file /sys/bus/i2c/devices/0-0052/eeprom not found! [ 6.080699] ipq806x-gmac-dwmac 37600000.ethernet eth1: PHY [gpio-0:04] driver [Qualcomm Atheros AR8031/AR8033] (irq=POLL) [ 6.082617] dwmac1000: Master AXI performs any burst length [ 6.090832] ipq806x-gmac-dwmac 37600000.ethernet eth1: No Safety Features support found [ 6.096054] ipq806x-gmac-dwmac 37600000.ethernet eth1: IEEE 1588-2008 Advanced Timestamp supported [ 6.104451] ipq806x-gmac-dwmac 37600000.ethernet eth1: registered PTP clock [ 6.114811] ipq806x-gmac-dwmac 37600000.ethernet eth1: configuring for phy/sgmii link mode 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.354759] UBIFS (ubi0:5): Mounting in unauthenticated mode [ 9.355161] UBIFS (ubi0:5): background thread "ubifs_bgt0_5" started, PID 224 [ 9.410607] UBIFS (ubi0:5): recovery needed [ 9.538488] UBIFS (ubi0:5): recovery completed [ 9.538596] UBIFS (ubi0:5): UBIFS: mounted UBI device 0, volume 5, name "rootfs_data" [ 9.541927] UBIFS (ubi0:5): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes [ 9.549732] UBIFS (ubi0:5): FS size: 10031104 bytes (9 MiB, 79 LEBs), journal size 1015809 bytes (0 MiB, 6 LEBs) [ 9.559715] UBIFS (ubi0:5): reserved for root: 473793 bytes (462 KiB) [ 9.569948] UBIFS (ubi0:5): media format: w5/r0 (latest is w5/r0), UUID EB05CE7A-3ABF-4262-92C9-EFF60D80DB52, small LPT model [ 9.581767] mount_root: switching to ubifs overlay [ 9.603021] urandom-seed: Seeding with /etc/urandom.seed [ 9.794058] procd: - early - [ 9.794228] procd: - watchdog - [ 10.385830] procd: - watchdog - [ 10.548037] procd: - ubus - [ 10.624251] procd: - init - Please press Enter to activate this console. [ 11.069963] urngd: v1.0.2 started. [ 11.129235] kmodloader: loading kernel modules from /etc/modules.d/* [ 11.235251] at24 0-0052: supply vcc not found, using dummy regulator [ 11.236304] at24 0-0052: 8192 byte 24c64 EEPROM, writable, 32 bytes/write [ 11.241472] Loading modules backported from Linux version v5.10.34-0-g0aa66717f684 [ 11.247351] Backport generated by backports.git v5.10.34-1-0-g7b5533e1 [ 11.257961] ina2xx 0-0045: power monitor ina219 (Rshunt = 80000 uOhm) [ 11.270260] xt_time: kernel timezone is -0000 [ 11.323488] PPP generic driver version 2.4.2 [ 11.324425] NET: Registered protocol family 24 [ 11.356739] ath10k 5.10 driver, optimized for CT firmware, probing pci device: 0x50. [ 11.357313] ath10k_pci 0000:01:00.0: enabling device (0140 -> 0142) [ 11.364173] ath10k_pci 0000:01:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0 [ 12.301237] ath10k_pci 0000:01:00.0: qca9887 hw1.0 target 0x4100016d chip_id 0x004000ff sub 0000:0000 [ 12.301314] ath10k_pci 0000:01:00.0: kconfig debug 0 debugfs 1 tracing 0 dfs 1 testmode 0 [ 12.311119] ath10k_pci 0000:01:00.0: firmware ver 10.1-ct-87-__fW-022-ecad3248 api 2 features wmi-10.x,has-wmi-mgmt-tx,mfp,txstatus-noa5 [ 12.382206] ath10k_pci 0000:01:00.0: board_file api 1 bmi_id N/A crc32 546cca0d [ 13.251269] ath10k_pci 0000:01:00.0: 10.1 wmi init: vdevs: 16 peers: 127 tid: 256 [ 13.257863] ath10k_pci 0000:01:00.0: wmi print 'P 128 V 8 T 410' [ 13.257933] ath10k_pci 0000:01:00.0: wmi print 'msdu-desc: 1424 sw-crypt: 0 ct-sta: 0' [ 13.264651] ath10k_pci 0000:01:00.0: wmi print 'alloc rem: 25560 iram: 24780' [ 13.309312] ath10k_pci 0000:01:00.0: htt-ver 2.1 wmi-op 2 htt-op 2 cal file max-sta 128 raw 0 hwcrypto 1 [ 13.309735] ath10k_pci 0000:01:00.0: NOTE: Firmware DBGLOG output disabled in debug_mask: 0x10000000 [ 13.454452] ath10k 5.10 driver, optimized for CT firmware, probing pci device: 0x46. [ 13.456099] ath10k_pci 0001:01:00.0: enabling device (0140 -> 0142) [ 13.462283] ath10k_pci 0001:01:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0 [ 14.568598] ath10k_pci 0001:01:00.0: qca9984/qca9994 hw1.0 target 0x01000000 chip_id 0x00000000 sub 168c:cafe [ 14.568699] ath10k_pci 0001:01:00.0: kconfig debug 0 debugfs 1 tracing 0 dfs 1 testmode 0 [ 14.582921] ath10k_pci 0001:01:00.0: firmware ver 10.4b-ct-9984-fW-13-5ae337bb1 api 5 features mfp,peer-flow-ctrl,txstatus-noack,wmi-105 [ 16.931940] ath10k_pci 0001:01:00.0: board_file api 2 bmi_id 0:1 crc32 85498734 [ 20.480235] ath10k_pci 0001:01:00.0: 10.4 wmi init: vdevs: 16 peers: 48 tid: 96 [ 20.480276] ath10k_pci 0001:01:00.0: msdu-desc: 2500 skid: 32 [ 20.562632] ath10k_pci 0001: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' [ 20.563473] ath10k_pci 0001:01:00.0: wmi print 'free: 84920 iram: 13156 sram: 11224' [ 20.851980] ath10k_pci 0001:01:00.0: htt-ver 2.2 wmi-op 6 htt-op 4 cal pre-cal-file max-sta 32 raw 0 hwcrypto 1 [ 20.951020] ath10k 5.10 driver, optimized for CT firmware, probing pci device: 0x46. [ 20.952850] ath10k_pci 0002:01:00.0: enabling device (0140 -> 0142) [ 20.958743] ath10k_pci 0002:01:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0 [ 21.471095] ath10k_pci 0002:01:00.0: qca9984/qca9994 hw1.0 target 0x01000000 chip_id 0x00000000 sub 168c:cafe [ 21.471144] ath10k_pci 0002:01:00.0: kconfig debug 0 debugfs 1 tracing 0 dfs 1 testmode 0 [ 21.482955] ath10k_pci 0002:01:00.0: firmware ver 10.4b-ct-9984-fW-13-5ae337bb1 api 5 features mfp,peer-flow-ctrl,txstatus-noack,wmi-105 [ 23.801825] ath10k_pci 0002:01:00.0: board_file api 2 bmi_id 0:2 crc32 85498734 [ 27.348972] ath10k_pci 0002:01:00.0: 10.4 wmi init: vdevs: 16 peers: 48 tid: 96 [ 27.349015] ath10k_pci 0002:01:00.0: msdu-desc: 2500 skid: 32 [ 27.431501] ath10k_pci 0002: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' [ 27.432354] ath10k_pci 0002:01:00.0: wmi print 'free: 84920 iram: 13156 sram: 11224' [ 27.743522] ath10k_pci 0002:01:00.0: htt-ver 2.2 wmi-op 6 htt-op 4 cal pre-cal-file max-sta 32 raw 0 hwcrypto 1 [ 27.856768] kmodloader: done loading kernel modules from /etc/modules.d/* [ 31.818439] ipq806x-gmac-dwmac 37600000.ethernet eth1: PHY [gpio-0:04] driver [Qualcomm Atheros AR8031/AR8033] (irq=POLL) [ 31.819302] dwmac1000: Master AXI performs any burst length [ 31.828543] ipq806x-gmac-dwmac 37600000.ethernet eth1: No Safety Features support found [ 31.833860] ipq806x-gmac-dwmac 37600000.ethernet eth1: IEEE 1588-2008 Advanced Timestamp supported [ 31.841997] ipq806x-gmac-dwmac 37600000.ethernet eth1: registered PTP clock [ 31.850887] ipq806x-gmac-dwmac 37600000.ethernet eth1: configuring for phy/sgmii link mode [ 31.862228] br-lan: port 1(eth1) entered blocking state [ 31.865987] br-lan: port 1(eth1) entered disabled state [ 31.871482] device eth1 entered promiscuous mode [ 31.970536] ipq806x-gmac-dwmac 37400000.ethernet eth0: PHY [gpio-0:00] driver [Qualcomm Atheros AR8031/AR8033] (irq=POLL) [ 31.971404] dwmac1000: Master AXI performs any burst length [ 31.980543] ipq806x-gmac-dwmac 37400000.ethernet eth0: No Safety Features support found [ 31.985858] ipq806x-gmac-dwmac 37400000.ethernet eth0: IEEE 1588-2008 Advanced Timestamp supported [ 31.994019] ipq806x-gmac-dwmac 37400000.ethernet eth0: registered PTP clock [ 32.030028] ipq806x-gmac-dwmac 37400000.ethernet eth0: configuring for phy/sgmii link mode [ 33.791739] ath10k_pci 0000:01:00.0: 10.1 wmi init: vdevs: 16 peers: 127 tid: 256 [ 33.798294] ath10k_pci 0000:01:00.0: wmi print 'P 128 V 8 T 410' [ 33.798493] ath10k_pci 0000:01:00.0: wmi print 'msdu-desc: 1424 sw-crypt: 0 ct-sta: 0' [ 33.804946] ath10k_pci 0000:01:00.0: wmi print 'alloc rem: 25560 iram: 24780' [ 33.849938] ath10k_pci 0000:01:00.0: pdev param 0 not supported by firmware [ 33.856183] ath10k_pci 0000:01:00.0: rts threshold -1 [ 33.865574] br-lan: port 2(wlan0) entered blocking state [ 33.865631] br-lan: port 2(wlan0) entered disabled state [ 33.870355] device wlan0 entered promiscuous mode [ 34.105372] ipq806x-gmac-dwmac 37400000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx [ 34.105439] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 38.248420] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready [ 38.248840] br-lan: port 2(wlan0) entered blocking state [ 38.254311] br-lan: port 2(wlan0) entered forwarding state [ 38.260466] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready BusyBox v1.33.1 (2021-05-25 22:21:26 UTC) built-in shell (ash) _______ ________ __ | |.-----.-----.-----.| | | |.----.| |_ | - || _ | -__| || | | || _|| _| |_______|| __|_____|__|__||________||__| |____| |__| W I R E L E S S F R E E D O M ----------------------------------------------------- OpenWrt SNAPSHOT, r16808-d346dba6a5 ----------------------------------------------------- === 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:/#


Space for additional notes, links to forum threads or other resources.

  • ...

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