Meraki MR33

The Meraki MR33 is a Cisco AP with one port which was part of some giveaway actions. Unfortunately, the flashing process is quite cumbersome.

First OpenWRT movements: https://github.com/riptidewave93/LEDE-MR33

Cisco Meraki MR33

The latest flashing instructions & files can be found on Google Drive.

These devices were “cloud-connected” with automatic upgrades and therefore most devices will be running the latest Cisco firmware. The Flash Method to use depends on the version of the Bootloader present. First determine the version of U-Boot on your device:

  1. Open the device by unscrewing the 4 screws under the rubber pads with a Torx T5 screwdriver.
  2. Connect to the serial console. (Refer to Serial and Serial Console for more info.)
  3. Power on the device, the Bootloader version is displayed immediately upon booting.

Please use the table below to find out which flash method to use:

Bootloader Version Flash Method
U-Boot 2012.07-g97ab7f1 [local,local] (Oct 06 2016 - 13:07:25) Replace U-Boot (Low complexity) or Desolder NAND (High complexity)
U-Boot 2017.07-RELEASE-g78ed34f31579 (Sep 29 2017 - 07:43:44 -0700) JTAG (Medium complexity) or Desolder NAND (High complexity)

Please verify which Bootloader version you have prior to following these steps. Cisco Meraki APs are known to auto-update without warning. You risk permanently bricking your device if you try to enter the U-Boot command prompt on a device running any other version then U-Boot 2012.07-g97ab7f1. If 'Secure boot NOT enabled! Blowing fuses... Resetting now.' is printed on the serial console, it is too late and your device is bricked...

Prerequisites

  1. Download files
  2. Assign your host computer the static IP address 192.168.0.101
ifconfig eth0 192.168.0.101/24

Flashing

1. Connect to the Serial Port

2. Load a modified bootloader to RAM memory of the MR33 and boot it, on the host computer

python3 ubootwrite.py --write=mr33-uboot.bin --serial=/dev/ttyUSB0

3. Start a TFTP server on the host computer

echo -e "binary\nput openwrt-21.02.2-ipq40xx-generic-meraki_mr33-initramfs-fit-uImage.itb" | tftp 192.168.1.1

4. Connect via OpenSSH or Serial.

5. View available UBI partitions, on the MR33:

ubinfo -a | grep -e "Volume ID" -e "Size" -e "Name"

6. Delete all partitions (except ART as this one contains the calibration data for the wireless NICs), on the MR33:

ubirmvol /dev/ubi0 -n 0
ubirmvol /dev/ubi0 -n 1
ubirmvol /dev/ubi0 -n 2
ubirmvol /dev/ubi0 -n 3
ubirmvol /dev/ubi0 -n 4
ubirmvol /dev/ubi0 -n 5

7. Transfer the initramfs image to the MR33: on the MR33 console:

ifconfig eth0 192.168.1.1

on the host computer:

scp openwrt-21.02.2-ipq40xx-generic-meraki_mr33-initramfs-fit-uImage.itb root@192.168.1.1:/tmp

8. Install the initramfs to the device, on the MR33:

file="/tmp/openwrt-21.02.2-ipq40xx-generic-meraki_mr33-initramfs-fit-uImage.itb"
size=$(cat "$file" | wc -c)
ubimkvol /dev/ubi0 --size=$size --type=static --name=part.old
ubiupdatevol /dev/ubi0_0 "$file"

9. Transfer the sysupgrade image to the MR33, on the host computer:

scp openwrt-21.02.2-ipq40xx-generic-meraki_mr33-squashfs-sysupgrade.bin root@192.168.1.1:/tmp

10. Install the upgrade file, on the MR33:

sysupgrade /tmp/openwrt-21.02.2-ipq40xx-generic-meraki_mr33-squashfs-sysupgrade.bin

FIXME Please add the installation procedure here.

A Flash Method for the truly brave:

  1. Desolder NAND chip from device.
  2. Program NAND externally.
  3. Solder NAND back in device.

Detailed Instructions: Flashing OpenWrt onto the Cisco Meraki MR33 access point the hard way

Architecture ARMv7
Vendor Qualcomm
Bootloader U-Boot
System-On-Chip Qualcomm IPQ4029
CPU Speed 716MHz
Flash-Chip Spansion S34ML01G200TFV00
Flash size 128MiB
RAM Micron MT41K128M16JT-125IT
RAM Size 256MiB
Wireless Qualcomm QCA9887 2.4GHz + Qualcomm QCA9887 5.0GHz + PCIe Qualcomm QCA9889 (2.4GHz & 5.0GHz)
Switch IPQ4029 Internal Switch
Ethernet ports 1x Gigabit PoE
USB No
Serial Yes, settings
JTAG Yes

Connect on UART (connector J6). P4 is closest to the J6 marking & Power plug on the board.

P1: VCC - Leave VCC unconnected, otherwise you will most likely damage your router.
P2: RX
P3: TX
P4: GND

note: The pins of the J6 connector have a reduced length (about 3mm). Use a bit of tape to hold your serial connector in place if necessary.

Annotated close-up of the UART connector (J6) on the PCB of the MR33.

[    1.677655] Creating 12 MTD partitions on "7980000.qcom,nand":
[    1.683467] 0x000000000000-0x000000100000 : "sbl1"
[    1.690908] 0x000000100000-0x000000200000 : "mibib"
[    1.697266] 0x000000200000-0x000000300000 : "bootconfig"
[    1.704081] 0x000000300000-0x000000400000 : "qsee"
[    1.710295] 0x000000400000-0x000000500000 : "qsee_alt"
[    1.717087] 0x000000500000-0x000000580000 : "cdt"
[    1.722870] 0x000000580000-0x000000600000 : "cdt_alt"
[    1.729161] 0x000000600000-0x000000680000 : "ddrparams"
[    1.735710] 0x000000700000-0x000000900000 : "u-boot"
[    1.742888] 0x000000900000-0x000000b00000 : "u-boot-backup"
[    1.750796] 0x000000b00000-0x000000b80000 : "ART"
[    1.756808] 0x000000c00000-0x000007c00000 : "ubi"

Note that the stock firmware actually lives within the UBI space. This looks like:

# ubinfo -a | grep -e "Volume ID" -e "Size" -e "Name"
Volume ID:   0 (on ubi0)
Size:        137 LEBs (17395712 bytes, 16.6 MiB)
Name:        diagnostic1
Volume ID:   1 (on ubi0)
Size:        133 LEBs (16887808 bytes, 16.1 MiB)
Name:        storage
Volume ID:   2 (on ubi0)
Size:        19 LEBs (2412544 bytes, 2.3 MiB)
Name:        part.safe
Volume ID:   3 (on ubi0)
Size:        19 LEBs (2412544 bytes, 2.3 MiB)
Name:        part.old
Volume ID:   4 (on ubi0)
Size:        66 LEBs (8380416 bytes, 8.0 MiB)
Name:        rootfs-25-201610270754-Gd75eda32-Lccc6777d-aacharya-screen-1
Volume ID:   5 (on ubi0)
Size:        66 LEBs (8380416 bytes, 8.0 MiB)
Name:        rootfs-25-201610270754-Gd75eda32-Lccc6777d-aacharya-screen-2
Volume ID:   6 (on ubi0)
Size:        5 LEBs (634880 bytes, 620.0 KiB)
Name:        ART

Where part.safe is the “primary” kernel, and part.old is the “failsave” kernel.

/ # cat /proc/mtd
dev:    size   erasesize  name
mtd0: 00100000 00020000 "sbl1"
mtd1: 00100000 00020000 "mibib"
mtd2: 00100000 00020000 "bootconfig"
mtd3: 00100000 00020000 "qsee"
mtd4: 00100000 00020000 "qsee_alt"
mtd5: 00080000 00020000 "cdt"
mtd6: 00080000 00020000 "cdt_alt"
mtd7: 00080000 00020000 "ddrparams"
mtd8: 00200000 00020000 "u-boot"
mtd9: 00200000 00020000 "u-boot-backup"
mtd10: 00080000 00020000 "ART"
mtd11: 07000000 00020000 "ubi"

Format: Log Type - Time(microsec) - Message - Optional Info Log Type: B - Since Boot(Power On Reset), D - Delta, S - Statistic S - QC_IMAGE_VERSION_STRING=BOOT.BF.3.1.1-00096 S - IMAGE_VARIANT_STRING=DAACANAZA S - OEM_IMAGE_VERSION_STRING=CRM S - Boot Config, 0x00000025 S - Core 0 Frequency, 0 MHz B - 262 - PBL, Start B - 1343 - bootable_media_detect_entry, Start B - 2633 - bootable_media_detect_success, Start B - 2648 - elf_loader_entry, Start B - 4067 - auth_hash_seg_entry, Start B - 6256 - auth_hash_seg_exit, Start B - 71497 - elf_segs_hash_verify_entry, Start B - 193295 - PBL, End B - 193319 - SBL1, Start B - 282218 - pm_device_init, Start D - 6 - pm_device_init, Delta B - 283760 - boot_flash_init, Start D - 88374 - boot_flash_init, Delta B - 376196 - boot_config_data_table_init, Start D - 14148 - boot_config_data_table_init, Delta - (419 Bytes) B - 393054 - clock_init, Start D - 7590 - clock_init, Delta B - 404053 - CDT version:2,Platform ID:8,Major ID:1,Minor ID:0,Subtype:1 B - 407539 - sbl1_ddr_set_params, Start B - 412524 - cpr_init, Start D - 2 - cpr_init, Delta B - 417013 - Pre_DDR_clock_init, Start D - 5 - Pre_DDR_clock_init, Delta D - 13141 - sbl1_ddr_set_params, Delta B - 430292 - pm_driver_init, Start D - 2 - pm_driver_init, Delta B - 500749 - sbl1_wait_for_ddr_training, Start D - 27 - sbl1_wait_for_ddr_training, Delta B - 516356 - Image Load, Start D - 140787 - QSEE Image Loaded, Delta - (262104 Bytes) B - 657641 - Image Load, Start D - 2121 - SEC Image Loaded, Delta - (2048 Bytes) B - 667798 - Image Load, Start D - 121003 - APPSBL Image Loaded, Delta - (280304 Bytes) B - 789224 - QSEE Execution, Start D - 56 - QSEE Execution, Delta B - 795381 - SBL1, End D - 604248 - SBL1, Delta S - Flash Throughput, 1989 KB/s (544875 Bytes, 273882 us) S - DDR Frequency, 672 MHz U-Boot 2012.07-g97ab7f1 [local,local] (Oct 06 2016 - 13:07:25) DRAM: 242 MiB machid : 0x8010001 Product: meraki_Stinkbug NAND: ONFI device found ID = 1d80f101 Vendor = 1 Device = f1 128 MiB Using default environment In: serial Out: serial Err: serial machid: 8010001 Creating 1 MTD partitions on "nand0": 0x000000c00000-0x000007f00000 : "mtd=0" UBI: attaching mtd1 to ubi0 UBI: physical eraseblock size: 131072 bytes (128 KiB) UBI: logical eraseblock size: 126976 bytes UBI: smallest flash I/O unit: 2048 UBI: VID header offset: 2048 (aligned 2048) UBI: data offset: 4096 UBI: attached mtd1 to ubi0 UBI: MTD device name: "mtd=0" UBI: MTD device size: 115 MiB UBI: number of good PEBs: 920 UBI: number of bad PEBs: 0 UBI: max. allowed volumes: 128 UBI: wear-leveling threshold: 4096 UBI: number of internal volumes: 1 UBI: number of user volumes: 7 UBI: available PEBs: 462 UBI: total number of reserved PEBs: 458 UBI: number of PEBs reserved for bad PEB handling: 9 UBI: max/mean erase counter: 2/0 Read 0 bytes from volume part.safe to 84000000 No size specified -> Using max size (2359296) ## Booting kernel from FIT Image at 84000000 ... Using 'config@1' configuration Trying 'kernel@1' kernel subimage Description: Insects Kernel Type: Kernel Image Compression: uncompressed Data Start: 0x84000104 Data Size: 1720568 Bytes = 1.6 MiB Architecture: ARM OS: Linux Load Address: 0x80208000 Entry Point: 0x80208000 Hash algo: sha1 Hash value: a51e3506c6f1bf205f60b4ecde5dc8a7776d9f33 Verifying Hash Integrity ... sha1+ OK ## Loading init Ramdisk from FIT Image at 84000000 ... Using 'config@1' configuration Trying 'ramdisk@1' ramdisk subimage Description: Insect Ramdisk Type: RAMDisk Image Compression: uncompressed Data Start: 0x841a42e8 Data Size: 523516 Bytes = 511.2 KiB Architecture: ARM Hash algo: sha1 Hash value: f1a6a422f4d4098d5867923fee6a20589f2fa34c Verifying Hash Integrity ... sha1+ OK ## Flattened Device Tree from FIT Image at 84000000 Using 'config@1' configuration Trying 'fdt@1' FDT blob subimage Description: MR33 Device Tree Type: Flat Device Tree Compression: uncompressed Data Start: 0x842240d0 Data Size: 37246 Bytes = 36.4 KiB Architecture: ARM Hash algo: sha1 Hash value: b6f8ffaef4e57d8906e1524a9661eb55fb8a9c83 Verifying Hash Integrity ... sha1+ OK Loading FDT from 0x842240d0 to 0x89000000 Booting using the fdt blob at 0x89000000 Loading Kernel Image ... OK OK Using Device Tree in place at 89000000, end 8900c17d Using machid 0x8010001 from environment Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 3.14.77 (aacharya@sf100.meraki.com) (gcc version 4.8.3 (GCC) ) #1 SMP PREEMPT Thu Oct 27 08:04:38 PDT 2016 [ 0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [ 0.000000] Machine model: Meraki MR33 [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] PERCPU: Embedded 7 pages/cpu @cfcc9000 s7360 r8192 d13120 u32768 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 61954 [ 0.000000] Kernel command line: console=ttyMSM0,115200n8 maxcpus=1 ubi.mtd=ubi clk_ignore_unused [ 0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes) [ 0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes) [ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes) [ 0.000000] Memory: 241348K/249856K available (3288K kernel code, 315K rwdata, 1172K rodata, 151K init, 549K bss, 8508K 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 : 0xd0000000 - 0xff000000 ( 752 MB) [ 0.000000] lowmem : 0xc0000000 - 0xcff00000 ( 255 MB) [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB) [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB) [ 0.000000] .text : 0xc0208000 - 0xc06632ec (4461 kB) [ 0.000000] .init : 0xc0664000 - 0xc0689cc0 ( 152 kB) [ 0.000000] .data : 0xc068a000 - 0xc06d8cc0 ( 316 kB) [ 0.000000] .bss : 0xc06d8ccc - 0xc076242c ( 550 kB) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] Preemptible hierarchical RCU implementation. [ 0.000000] NR_IRQS:16 nr_irqs:16 16 [ 0.000000] Architected cp15 timer(s) running at 48.00MHz (virt). [ 0.000009] sched_clock: 56 bits at 48MHz, resolution 20ns, wraps every 2863311552512ns [ 0.000018] Switching to timer-based delay loop [ 0.000254] Calibrating delay loop (skipped), value calculated using timer frequency.. 96.00 BogoMIPS (lpj=480000) [ 0.000272] pid_max: default: 32768 minimum: 301 [ 0.000530] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.000545] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.011851] CPU: Testing write buffer coherency: ok [ 0.012194] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 [ 0.012265] Setting up static identity map for 0x8051dc90 - 0x8051dce8 [ 0.070013] Brought up 1 CPUs [ 0.070029] SMP: Total of 1 processors activated (96.00 BogoMIPS). [ 0.070038] CPU: All CPU(s) started in SVC mode. [ 0.070617] devtmpfs: initialized [ 0.080431] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5 [ 0.081063] pinctrl core: initialized pinctrl subsystem [ 0.081984] regulator-dummy: no parameters [ 0.083868] NET: Registered protocol family 16 [ 0.085356] DMA: preallocated 2048 KiB pool for atomic coherent allocations [ 0.087466] cpuidle: using governor ladder [ 0.087481] cpuidle: using governor menu [ 0.104926] No ATAGs? [ 0.105015] [ 0.105015] Version Rollback Feature Disabled [ 0.106773] Error: Driver 'msm8x74-pinctrl' is already registered, aborting... [ 0.110891] i2c-msm-v2 78b7000.i2c: probing driver i2c-msm-v2 [ 0.112148] i2c-msm-v2 78b8000.i2c: probing driver i2c-msm-v2 [ 0.114060] sps:sps is ready. [ 0.126148] bio: create slab <bio-0> at 0 [ 0.128785] SD0 VccQ: 1800 <--> 3000 mV [ 0.131860] msm_bus_fabric_init_driver [ 0.132035] msm_bus_device 580000.ad-hoc-bus: Util-fact is missing, default to 100 [ 0.132053] msm_bus_device 580000.ad-hoc-bus: Vrail-comp is missing, default to 100 [ 0.132071] msm_bus_device 580000.ad-hoc-bus: Failed to get bus clk for bus4096 ctx1 [ 0.132119] msm_bus_device 580000.ad-hoc-bus: Util-fact is missing, default to 100 [ 0.132133] msm_bus_device 580000.ad-hoc-bus: Vrail-comp is missing, default to 100 [ 0.132149] msm_bus_device 580000.ad-hoc-bus: Failed to get bus clk for bus1024 ctx1 [ 0.173580] Bluetooth: Core ver 2.18 [ 0.173788] NET: Registered protocol family 31 [ 0.173800] Bluetooth: HCI device and connection manager initialized [ 0.173820] Bluetooth: HCI socket layer initialized [ 0.173836] Bluetooth: L2CAP socket layer initialized [ 0.173901] Bluetooth: SCO socket layer initialized [ 0.174117] 80000.qcom,pcie supply vreg-3.3 not found, using dummy regulator [ 0.174182] 80000.qcom,pcie supply vreg-1.8 not found, using dummy regulator [ 0.174234] 80000.qcom,pcie supply vreg-0.9 not found, using dummy regulator [ 0.174287] 80000.qcom,pcie supply gdsc-vdd not found, using dummy regulator [ 0.270506] msm_pcie_enable: msm_pcie_enable: PCIe: trigger the reset of endpoint of RC0. [ 0.280457] msm_pcie_enable: msm_pcie_enable: PCIe RC0 PHY is ready! [ 0.300454] msm_pcie_enable: msm_pcie_enable: PCIe: Release the reset of endpoint of RC0. [ 0.440559] msm_pcie_enable: msm_pcie_enable: PCIe RC0 link initialized [ 0.440952] PCI host bridge to bus 0000:00 [ 0.440978] pci_bus 0000:00: root bus resource [io 0x40200000-0x402fffff] [ 0.440994] pci_bus 0000:00: root bus resource [mem 0x40300000-0x40ffffff] [ 0.441009] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff] [ 0.441091] msm_pcie_oper_conf: msm_pcie_oper_conf: Read of RC0 0:0x00 + 0x0014[4] is all FFs [ 0.441672] PCI: bus0: Fast back to back transfers disabled [ 0.441693] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 0.442121] msm_pcie_oper_conf: msm_pcie_oper_conf: Read of RC0 1:0x00 + 0x0014[4] is all FFs [ 0.442859] PCI: bus1: Fast back to back transfers disabled [ 0.442953] msm_pcie_oper_conf: msm_pcie_oper_conf: Read of RC0 0:0x00 + 0x0028[4] is all FFs [ 0.442988] pci 0000:00:00.0: BAR 8: assigned [mem 0x40400000-0x405fffff] [ 0.443007] pci 0000:00:00.0: BAR 9: assigned [mem 0x40300000-0x403fffff pref] [ 0.443024] pci 0000:00:00.0: BAR 0: assigned [mem 0x40600000-0x40600fff 64bit] [ 0.443055] pci 0000:01:00.0: BAR 0: assigned [mem 0x40400000-0x405fffff 64bit] [ 0.443097] pci 0000:01:00.0: BAR 6: assigned [mem 0x40300000-0x4030ffff pref] [ 0.443112] pci 0000:00:00.0: PCI bridge to [bus 01] [ 0.443132] pci 0000:00:00.0: bridge window [mem 0x40400000-0x405fffff] [ 0.443151] pci 0000:00:00.0: bridge window [mem 0x40300000-0x403fffff pref] [ 0.443170] msm_pcie_probe: msm_pcie_probe: RC0 is enabled in bootup [ 0.443504] Switched to clocksource arch_sys_counter [ 0.447599] NET: Registered protocol family 2 [ 0.448667] TCP established hash table entries: 2048 (order: 1, 8192 bytes) [ 0.448715] TCP bind hash table entries: 2048 (order: 2, 16384 bytes) [ 0.448765] TCP: Hash tables configured (established 2048 bind 2048) [ 0.448823] TCP: reno registered [ 0.448839] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.448871] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.449203] NET: Registered protocol family 1 [ 0.450096] Unpacking initramfs... [ 0.787779] Freeing initrd memory: 504K (c41a5000 - c4223000) [ 0.790962] futex hash table entries: 1024 (order: 4, 65536 bytes) [ 0.804334] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.804388] msgmni has been set to 472 [ 0.806158] io scheduler noop registered [ 0.806172] io scheduler deadline registered (default) [ 0.807550] tcsr 194b000.tcsr: setting usb hs phy mode select = e700e7 [ 0.807619] tcsr 1953000.ess_tcsr: setting ess interface select = 1 [ 0.807692] tcsr 1949000.tcsr: setting wifi_glb_cfg = 41000000 [ 0.807762] tcsr 1957000.tcsr: setting wifi_noc_memtype_m0_m2 = 2222222 [ 0.809285] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled [ 0.811030] msm_serial_hsl_probe: detected port #0 (ttyMSM0) [ 0.811071] msm_serial_hsl_probe: Bus scaling is disabled [ 0.811234] 78af000.serial: ttyMSM0 at MMIO 0x78af000 (irq = 139, base_baud = 115200) is a MSM [ 0.811311] msm_hsl_console_setup: console setup on port #0 [ 1.543824] console [ttyMSM0] enabled [ 1.548119] msm_serial_hsl_probe: detected port #1 (ttyMSM1) [ 1.553117] msm_serial_hsl_probe: Bus scaling is disabled [ 1.558730] 78b0000.serial: ttyMSM1 at MMIO 0x78b0000 (irq = 140, base_baud = 115200) is a MSM [ 1.567960] msm_serial_hsl_init: driver initialized [ 1.572552] msm_serial_hs module loaded [ 1.576384] Trying to register dev faulty etc [ 1.580645] at24 0-0050: 8192 byte 24c64 EEPROM, writable, 32 bytes/write [ 1.589249] sps: BAM device 0x07984000 is not registered yet. [ 1.594138] sps:BAM 0x07984000 is registered. [ 1.598132] msm_nand_bam_init: msm_nand_bam_init: BAM device registered: bam_handle 0xcf08fa00 [ 1.607072] sps:BAM 0x07984000 (va:0xd0260000) enabled: ver:0x19, number of pipes:7 [ 1.614881] msm_nand_version_check: nand_major:1, nand_minor:4, qpic_major:1, qpic_minor:4 [ 1.622808] msm_nand_scan: missing page size info - extract from NAND ID [ 1.629517] msm_nand_scan: NAND Id: 0x1d80f101 Buswidth: 8Bits Density: 128 MByte [ 1.636969] msm_nand_scan: pagesize: 2048 Erasesize: 131072 oobsize: 64 (in Bytes) [ 1.644503] msm_nand_scan: BCH ECC: 4 Bit [ 1.648486] msm_nand_scan: CFG0: 0x2a0408c0, CFG1: 0x0804745c [ 1.648486] RAWCFG0: 0x280420c0, RAWCFG1: 0x0005045d [ 1.648486] ECCBUFCFG: 0x00000203, ECCBCHCFG: 0x42040700 [ 1.648486] BAD BLOCK BYTE: 0x000001d1 [ 1.671221] 12 ofpart partitions found on MTD device 7980000.qcom,nand [ 1.677655] Creating 12 MTD partitions on "7980000.qcom,nand": [ 1.683467] 0x000000000000-0x000000100000 : "sbl1" [ 1.690908] 0x000000100000-0x000000200000 : "mibib" [ 1.697266] 0x000000200000-0x000000300000 : "bootconfig" [ 1.704081] 0x000000300000-0x000000400000 : "qsee" [ 1.710295] 0x000000400000-0x000000500000 : "qsee_alt" [ 1.717087] 0x000000500000-0x000000580000 : "cdt" [ 1.722870] 0x000000580000-0x000000600000 : "cdt_alt" [ 1.729161] 0x000000600000-0x000000680000 : "ddrparams" [ 1.735710] 0x000000700000-0x000000900000 : "u-boot" [ 1.742888] 0x000000900000-0x000000b00000 : "u-boot-backup" [ 1.750796] 0x000000b00000-0x000000b80000 : "ART" [ 1.756808] 0x000000c00000-0x000007c00000 : "ubi" [ 1.842634] msm_nand_probe: NANDc phys addr 0x7980000, BAM phys addr 0x7984000, BAM IRQ 133 [ 1.850042] msm_nand_probe: Allocated DMA buffer at virt_addr 0xd023c000, phys_addr 0x8f068000 [ 1.859845] libphy: ipq40xx_mdio: probed [ 1.865155] ipq40xx-mdio 90000.mdio: ipq40xx-mdio driver was registered [ 1.871586] input: gpio_keys.7 as /devices/soc.0/gpio_keys.7/input/input0 [ 1.878177] i2c /dev entries driver [ 1.883048] qcom_wdt b017000.watchdog: boot reason:0 [ 1.888187] Bluetooth: HCI UART driver ver 2.2 [ 1.891601] Bluetooth: HCI H4 protocol initialized [ 1.963535] lp5562 1-0030: internal clock used [ 1.974609] meraki-config board-data.9: Meraki config device loaded [ 1.980238] TCP: cubic registered [ 1.983143] NET: Registered protocol family 17 [ 1.987712] Registering SWP/SWPB emulation handler [ 1.994493] SD0 VccQ: disabling [ 1.996604] regulator-dummy: disabling [ 2.001107] UBI: attaching mtd11 to ubi0 [ 2.484346] UBI: scanning is finished [ 2.496959] UBI: attached mtd11 (name "ubi", size 112 MiB) to ubi0 [ 2.502109] UBI: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes [ 2.508955] UBI: min./max. I/O unit sizes: 2048/2048, sub-page size 2048 [ 2.515599] UBI: VID header offset: 2048 (aligned 2048), data offset: 4096 [ 2.522420] UBI: good PEBs: 896, bad PEBs: 0, corrupted PEBs: 0 [ 2.528446] UBI: user volume: 7, internal volumes: 1, max. volumes count: 128 [ 2.535482] UBI: max/mean erase counter: 2/0, WL threshold: 4096, image sequence number: 2086049366 [ 2.544502] UBI: available PEBs: 427, total reserved PEBs: 469, PEBs reserved for bad PEB handling: 20 [ 2.553788] UBI: background thread "ubi_bgt0d" started, PID 520 [ 2.572567] /home/aacharya/co/gerrit/linux-3.14/drivers/rtc/hctosys.c: unable to open rtc device (rtc0) [ 2.584808] clk: Not disabling unused clocks [ 2.588228] devtmpfs: mounted [ 2.591395] Freeing unused kernel memory: 148K (c0664000 - c0689000) [ 2.598223] random: init: uninitialized urandom read (4 bytes read, 0 bits of entropy available) [ 2.606700] Made it into bootsh: Oct 27 2016 08:04:04 [ 2.611222] bootsh build 25-201610270754-Gd75eda32-Lccc6777d-aacharya-screen [ 2.632288] mknod_from_sysfs_entry: error creating /dev/mtdchar/ART(90:36 ): File exists [ 2.639762] mknod_from_sysfs_entry: error creating /dev/mtdblock/ART(31:18 ): File exists [ 2.653564] UBIFS: background thread "ubifs_bgt0_1" started, PID 552 [ 2.682201] UBIFS: recovery needed [ 2.775395] UBIFS: recovery completed [ 2.778134] UBIFS: mounted UBI device 0, volume 1, name "storage" [ 2.784130] UBIFS: LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes [ 2.793222] UBIFS: FS size: 15618048 bytes (14 MiB, 123 LEBs), journal size 1015809 bytes (0 MiB, 6 LEBs) [ 2.802782] UBIFS: reserved for root: 737678 bytes (720 KiB) [ 2.808426] UBIFS: media format: w4/r0 (latest is w4/r0), UUID AA596174-ED3C-4B9E-8788-61081093829A, small LPT model [ 2.820912] sps: BAM device 0x07884000 is not registered yet. [ 2.825681] sps:BAM 0x07884000 is registered. [ 2.829909] sps:BAM 0x07884000 (va:0xd0a00000) enabled: ver:0x19, number of pipes:12 In manufacturing: FALSE Press S for a shell, or another magic key... In manufacturing: FAL 2.949256] Bootsh: trying rootfs path: /dev/mtdblock/rootfs-25-201610270754-Gd75eda32-Lccc6777d-aacharya-screen-1 Attempting to setup root /dev/mtdblock/rootfs-25-201610270754-Gd75eda32-Lccc6777d-aacharya-screen-1... [ 3.301549] copy_directory: Skipping /ro/etc/lighttpd.conf.ssl st_mode = 21b6 [ 4.337205] init started: BusyBox v1.24.1 (2016-10-05 11:03:41 PDT) [ 4.452673] Sat Jan 1 00:00:00 UTC 2000 [ 5.687532] random: serial_loginche: uninitialized urandom read (4 bytes read, 46 bits of entropy available) [ 5.701028] random: board_data_conf: uninitialized urandom read (4 bytes read, 46 bits of entropy available) BusyBox v1.24.1 (2016-10-05 11:03:41 PDT) built-in shell (ash) Welcome to Meraki. Usage of this device is governed by Meraki's End User License Agreement, available at http://meraki.com/legal. (none):/# [ 5.807730] sysctl: error: 'vm.extfrag_threshold' is an unknown key [ 5.934907] 377+0 records in [ 5.936760] 377+0 records out [ 5.939906] 12064 bytes (11.8KB) copied, 0.087947 seconds, 134.0KB/s [ 6.417247] 377+0 records in [ 6.419098] 377+0 records out [ 6.422249] 12064 bytes (11.8KB) copied, 0.088000 seconds, 133.9KB/s [ 6.528048] 377+0 records in [ 6.529901] 377+0 records out [ 6.533044] 12064 bytes (11.8KB) copied, 0.093610 seconds, 125.9KB/s [ 6.889573] edma module_init [ 7.013963] reset ok in probe! [ 7.017036] EDMA using MAC@ - using ae:30:6b:00:00:00 [ 7.450230] random: swctl: uninitialized urandom read (4 bytes read, 55 bits of entropy available) [ 7.670656] random: board_data_conf: uninitialized urandom read (4 bytes read, 62 bits of entropy available) [ 7.756465] random: board_data_conf: uninitialized urandom read (4 bytes read, 62 bits of entropy available) [ 7.872057] random: dd: uninitialized urandom read (4096 bytes read, 62 bits of entropy available) [ 7.948840] random: sync_log: uninitialized urandom read (4 bytes read, 62 bits of entropy available) [ 7.975599] random: dd: uninitialized urandom read (4096 bytes read, 62 bits of entropy available) [ 8.025632] random: meraki_watchdog: uninitialized urandom read (4 bytes read, 62 bits of entropy available) [ 8.037220] sysctl -w vm.panic_on_oom=2 [ 8.047726] vm.panic_on_oom = 2 [ 8.870004] click: starting router thread pid 777 (cefc7900) [ 9.284676] ess_edma c080000.edma: wired0: GMAC Link is up with phy_speed=100 [ 10.294779] elts_meraki: module license 'unspecified' taints kernel. [ 10.300107] Disabling lock debugging due to kernel taint [ 10.495529] Single synchronous check for reset [ 10.984108] [ 10.994807] boot 3 build 25-201610270754-Gd75eda32-Lccc6777d-aacharya-screen board insect mac 0C:8D:DB:00:00:00 [ 11.011905] Module: essedma .text=0xbf000000 .data=0xbf0067b4 .bss=0xbf006c54 [ 11.011905] Module: dummy .text=0xbf00e000 .data=0xbf00e434 .bss= [ 11.011905] Module: proclikefs .text=0xbf012000 .data= .bss=0xbf012b00 [ 11.011905] Module: merakiclick .text=0xbf017000 .data=0xbf10df14 .bss=0xbf10e1c0 [ 11.011905] Module: elts_meraki .text=0xbf213000 .data=0xbf45642c .bss=0xbf457a98 [ 11.011905] Module: reed_solomon .text=0xbf5e7000 .data=0xbf5e833c .bss= [ 11.410463] ramoops: using module parameters [ 11.417896] pstore: Registered ramoops as persistent store backend [ 11.423053] ramoops: attached 0x100000@0x8ff00000, ecc: 0/0 [ 11.452547] ls -1 /sys/fs/pstore/dmesg-ramoops-* 2>/dev/null [ 11.478259] /usr/bin/check_bootreason: reading file : No such file or directory [ 11.496857] ln: /usr/bin/slowfcgi: File exists [ 12.083289] random: nonblocking pool is initialized [ 12.797222] ath_spectral: Version 2.0.0 [ 12.797222] Copyright (c) 2005-2009 Atheros Communications, Inc. All Rights Reserved [ 13.159817] ath_hal: 0.9.17.1 (AR9380, WRITE_EEPROM, TX_DATA_SWAP, RX_DATA_SWAP, 11D) [ 13.187630] ath_dfs: Version 2.0.0 [ 13.187630] Copyright (c) 2005-2006 Atheros Communications, Inc. All Rights Reserved [ 14.061151] ol_ath_ahb_probe [ 14.063157] ol_ath_ahb_probe: io resource start: 0xa000000, mem=0xd3000000 [ 14.076975] *********** Dakota ************* [ 14.080319] __ol_ath_attach: Creating netdev wifi0 [ 14.091920] [ 14.091920] __ol_ath_attach() Allocated scn cde804c0 [ 14.097912] ol_ath_ahb_configure: MSI addr: 0b006040, MSI base: 00000040 [ 14.104620] ath10k_ahb a000000.wifi: ath DEBUG: sc=0xcdc55000 [ 14.109749] [ 14.109749] ol_ath_ahb_configure : num_desired MSI set to 0 [ 14.117601] [ 14.117601] Using Legacy Interrupt [ 14.121815] [ 14.121815] Waiting for target init [ 14.127575] [ 14.127575] Done waiting [ 14.134145] [ 14.134145] CLOCK PLL skipped [ 14.137861] __ol_ath_attach: dev name wifi0 [ 14.141904] ol_ath_attach interface_id 0 [ 14.146753] ol_target_init() BMI inited. [ 14.149949] ol_target_init() BMI Get Target Info. [ 14.154854] Chip id: 0xb, chip version: 0x1000000 [ 14.159087] [ 14.159087] CE WAR Disabled [ 14.164383] NUM_DEV=1 FWMODE=0x2 FWSUBMODE=0x0 FWBR_BUF 0 [ 14.169443] ol_target_init() configure Target . [ 14.173490] [ 14.173490] Target Version is 1000000 [ 14.179215] [ 14.179215] Flash Download Address c0000 [ 14.184608] ol_transfer_bin_file: flash data file defined [ 14.189560] ol_transfer_bin_file[3777] Get Caldata for wifi0. [ 14.195718] __adf_os_fs_read[42], Open File /tmp/wifi0.caldata SUCCESS!! [ 14.201969] file system magic:16914836 [ 14.206226] super blocksize:4096 [ 14.209086] inode 1153 [ 14.211515] file size:12064 [ 14.214987] ol_transfer_bin_file 3838: Download Flash data len 12064 [ 14.221151] Board extended Data download address: 0x0 [ 14.245898] [ 14.245898] Board data initialized [ 14.249998] ol_ath_download_firmware: Download OTP, flash download ADDRESS 0xc0000 [ 14.257939] [ 14.257939] Selecting OTP binary for CHIP Version 0 [ 14.771033] ol_transfer_bin_file 3648: downloading file 0, Download data len 4424 [ 14.793829] [ 14.793829] First OTP send param 8000 [ 14.802805] ol_ath_download_firmware :First OTP download and Execute is good address:0x5000 return param 4660 [ 14.812313] ol_ath_download_firmware:##Board Id 20 , CHIP Id 0 [ 14.817981] ol_ath_download_firmware: BOARDDATA DOWNLOAD TO address 0xc0000 [ 14.824704] [ 14.824704] wifi0: Selecting board data file name boardData_1_0_IPQ4019_DK04_2G.bin [ 14.834085] ol_transfer_bin_file: Board Data File download to address=0xc0000 file name=IPQ4019/hw.1/mr33/boardData_1_0_IPQ4019_DK04_2G.bin [ 14.846687] ol_transfer_bin_file 3648: downloading file 3, Download data len 12064 [ 14.854465] Board extended Data download address: 0x0 [ 14.878631] ol_ath_download_firmware: Using 0x1234 for the remainder of init [ 14.884909] [ 14.884909] Selecting OTP binary for CHIP Version 0 [ 14.891310] ol_transfer_bin_file 3648: downloading file 0, Download data len 4424 [ 14.914964] [ 14.914964] [Flash] : Ignore Module param [ 14.919505] [ 14.919505] Second otp download Param 10000 [ 14.936339] ol_ath_download_firmware : Second OTP download and Execute is good, param=0x0 [ 14.943826] [ 14.943826] Mission mode: Firmware CHIP Version 0 [ 14.951046] ol_swap_seg_alloc: Successfully allocated memory for SWAP size=262144 [ 14.959064] Swap: bytes_left to copy: fw:16; dma_page:109697 [ 14.964127] Swap: wrong length read:0 [ 14.967344] ol_swap_wlan_memory_expansion: Swap total_bytes copied: 152447 Target address 417240 [ 14.976902] scn=cde804c0 target_write_addr=417240 seg_info=ce9f8b10 [ 14.982619] ol_transfer_swap_struct:Code swap structure successfully downloaded for bin type =2 [ 14.991840] bin_filename=IPQ4019/hw.1/athwlan.bin swap_filename=/lib/firmware/IPQ4019/hw.1/athwlan.codeswap.bin [ 15.001885] ol_transfer_bin_file: Downloading firmware file: IPQ4019/hw.1/athwlan.bin [ 15.011426] ol_transfer_bin_file 3648: downloading file 1, Download data len 364144 [ 16.236175] ol_target_init() Download FW done. [ 16.239755] ol_ath_attach() WMI attached. wmi_handle cde00000 [ 16.246123] htc_wmi_init() HT Create . cf1bd800 [ 16.250007] htc_wmi_init() HIF Claim. [ 16.254318] htc_wmi_init 7724 host_enable 0 nss_nwifi_offload 0 [ 16.259556] ol_ath_set_default_tgt_config : AC Minfree buffer allocation through module param (umac.ko) [ 16.269347] OL_ACBKMinfree : 0 [ 16.272055] OL_ACBEMinfree : 0 [ 16.275592] OL_ACVIMinfree : 0 [ 16.278306] OL_ACVOMinfree : 0 [ 16.285941] CE_recv_buf_enqueue 877 Populate last entry 512 for CE 5 [ 16.291270] CE_recv_buf_enqueue 886 CE 5 wi 511 dest_ptr 0x8d1ad800 nbytes 0 recv_ctxt 0xcd29b000 [ 16.301634] Startup Mode-0 set [ 16.304022] [ 16.304022] <=== cfg max peer id 1056 ====> [ 16.309704] HTC Service:0x0300 ep:1 TX flow control disabled [ 16.315923] htt_peer_map_timer_init Enter pdev cc810000 hrtimer cc812520 [ 16.321634] [ 16.321634] htt_alloc_peer_map_mem : Alloc Success : host q vaddr cecd9000 paddr 8ecd9000 [ 16.331975] [ 16.331975] htt_alloc_peer_map_mem : Flush Interval Configured to 256 pkts [ 16.342636] CE_pkt_dl_len_set CE 4 Pkt download length 64 [ 16.347594] ol_txrx_pdev_attach: 2500 tx desc's allocated ; range starts from ccae0000 [ 16.356360] HTC Service:0x0100 ep:2 TX flow control disabled [ 16.362075] wmi_service_ready_event_rx: WMI UNIFIED SERVICE READY event [ 16.368251] Firmware_Build_Number:92 [ 16.371477] num_rf_chain:0x00000002 ht_cap_info:0x0000085b vht_cap_info:0x339959b2 vht_supp_mcs:0x0000fffa [ 16.381372] [ 16.381372] RES CFG Support wmi_service_bitmap 9778 [ 16.388456] Sending Ext resource cfg: HOST PLATFORM as 0 and fw_feature_bitmap as 50 to TGT [ 16.396624] ol_ath_service_ready_event: tt_support: 1 [ 16.401595] ol_ath_service_ready_event: periodic_chan_stats: 1 [ 16.408087] ol_ath_service_ready_event: sw_cal_support_check_flag: 1 [ 16.414042] Peer Caching Enabled ; num_peers = 257, num_active_peers = 52 num_tids = 104, num_vdevs = 17 [ 16.423376] Mesh Supported [ 16.426334] idx 1 req 2 num_units 1 num_unit_info 12 unit size 256 actual units 53 [ 16.433924] ol_ath_alloc_host_mem_chunk req_id 2 idx 0 num_units 53 unit_len 256, [ 16.441096] idx 2 req 3 num_units 1 num_unit_info 12 unit size 1024 actual units 53 [ 16.449366] ol_ath_alloc_host_mem_chunk req_id 3 idx 1 num_units 53 unit_len 1024, [ 16.456827] idx 3 req 4 num_units 1 num_unit_info 12 unit size 4096 actual units 53 [ 16.464690] ol_ath_alloc_host_mem_chunk req_id 4 idx 2 num_units 53 unit_len 4096, [ 16.471825] idx 0 req 1 num_units 0 num_unit_info 2 unit size 744 actual units 258 [ 16.480111] ol_ath_alloc_host_mem_chunk req_id 1 idx 3 num_units 258 unit_len 744, [ 16.487363] idx 4 req 6 num_units 35 num_unit_info 0 unit size 3072 actual units 35 [ 16.495240] ol_ath_alloc_host_mem_chunk req_id 6 idx 4 num_units 35 unit_len 3072, [ 16.502467] idx 5 req 7 num_units 1 num_unit_info 0 unit size 6144 actual units 1 [ 16.510608] ol_ath_alloc_host_mem_chunk req_id 7 idx 5 num_units 1 unit_len 6144, [ 16.517905] idx 6 req 5 num_units 0 num_unit_info 2 unit size 2036 actual units 258 [ 16.525796] ol_ath_alloc_host_mem_chunk req_id 5 idx 6 num_units 86 unit_len 2036, [ 16.533082] ol_ath_alloc_host_mem_chunk req_id 5 idx 7 num_units 86 unit_len 2036, [ 16.541074] ol_ath_alloc_host_mem_chunk req_id 5 idx 8 num_units 86 unit_len 2036, [ 16.548304] chunk 0 len 13568 requested ,ptr 0x8cad8000 [ 16.553419] chunk 1 len 54272 requested ,ptr 0x8cb40000 [ 16.559188] chunk 2 len 217088 requested ,ptr 0x8cb80000 [ 16.564501] chunk 3 len 191952 requested ,ptr 0x8cbc0000 [ 16.569738] chunk 4 len 107520 requested ,ptr 0x8cb60000 [ 16.575584] chunk 5 len 6144 requested ,ptr 0x8ca4e000 [ 16.580504] chunk 6 len 175096 requested ,ptr 0x8c400000 [ 16.586336] chunk 7 len 175096 requested ,ptr 0x8c440000 [ 16.591440] chunk 8 len 175096 requested ,ptr 0x8c480000 [ 16.597426] ol_ath_service_ready_event[4060] WAPI MBSSID 2 [ 16.637867] wmi_ready_event_rx: WMI UNIFIED READY event [ 16.642259] ol_ath_connect_htc() WMI is ready [ 16.646744] htt_h2t_frag_desc_bank_cfg_msg - HTT_H2T_MSG_TYPE_FRAG_DESC_BANK_CFG sent to FW for radio ID = 0 [ 16.662016] ol_ath_attach() connect HTC. [ 16.665259] bypasswmi : 0 [ 16.667603] ol_regdmn_start: reg-domain param: regdmn=0, countryName=, wModeSelect=FFFFFFFF, netBand=FFFFFFFF, extendedChanMode=0. [ 16.680066] target uses HTT version 2.2; host uses 2.2 [ 16.685042] acfg_attach: 2892: Netlink socket created:cdc57000 [ 16.690287] SPECTRAL : get_capability not registered [ 16.695946] HAL_CAP_PHYDIAG : Capable [ 16.698848] SPECTRAL : Need to fix the capablity check for RADAR (spectral_attach : 237) [ 16.707331] SPECTRAL : get_capability not registered [ 16.711863] HAL_CAP_RADAR : Capable [ 16.715904] SPECTRAL : Need to fix the capablity check for SPECTRAL [ 16.715904] (spectral_attach : 242) [ 16.725696] SPECTRAL : get_capability not registered [ 16.730267] HAL_CAP_SPECTRAL_SCAN : Capable [ 16.734819] SPECTRAL : get_tsf64 not registered [ 16.738962] spectral_init_netlink 78 NULL SKB [ 16.743295] Green-AP : Green-AP : Attached [ 16.743295] [ 16.749494] Green-AP : Attached [ 16.751970] rate power table override is only supported for AR98XX [ 16.759179] ol_if_dfs_attach: called; ptr=ccbb9984, radar_info=cd39fc48 [ 16.765173] dfs_attach: event log enabled by default [ 16.770903] ipq4019_wifi_led_init: Wifi LED init failed.. Couldn't get led gpio/led source [ 16.778962] ol_ath_attach() UMAC attach . [ 16.782295] [ 16.782295] BURSTING enabled by default [ 16.789013] ACS not enabled [ 16.790863] __ol_ath_attach: needed_headroom reservation 60 [ 16.804389] ol_ath_thermal_mitigation_attach: -- [ 16.815448] ol_ath_ahb_probe [ 16.817369] ol_ath_ahb_probe: io resource start: 0xa800000, mem=0xd3400000 [ 16.850151] *********** Dakota ************* [ 16.853999] __ol_ath_attach: Creating netdev wifi1 [ 16.858543] [ 16.858543] __ol_ath_attach() Allocated scn cc5804c0 [ 16.865301] ol_ath_ahb_configure: MSI addr: 0b006040, MSI base: 00000050 [ 16.871622] ath10k_ahb a800000.wifi: ath DEBUG: sc=0xcc544800 [ 16.877717] [ 16.877717] ol_ath_ahb_configure : num_desired MSI set to 0 [ 16.884688] [ 16.884688] Using Legacy Interrupt [ 16.889157] [ 16.889157] Waiting for target init [ 16.894908] [ 16.894908] Done waiting [ 16.904021] [ 16.904021] CLOCK PLL skipped [ 16.908705] __ol_ath_attach: dev name wifi1 [ 16.911858] ol_ath_attach interface_id 1 [ 16.916652] ol_target_init() BMI inited. [ 16.919877] ol_target_init() BMI Get Target Info. [ 16.924790] Chip id: 0xb, chip version: 0x1000000 [ 16.929038] [ 16.929038] CE WAR Disabled [ 16.934315] NUM_DEV=1 FWMODE=0x2 FWSUBMODE=0x0 FWBR_BUF 0 [ 16.939388] ol_target_init() configure Target . [ 16.943441] [ 16.943441] Target Version is 1000000 [ 16.949164] [ 16.949164] Flash Download Address c0000 [ 16.954550] ol_transfer_bin_file: flash data file defined [ 16.959512] ol_transfer_bin_file[3777] Get Caldata for wifi1. [ 16.965671] __adf_os_fs_read[42], Open File /tmp/wifi1.caldata SUCCESS!! [ 16.971921] file system magic:16914836 [ 16.976155] super blocksize:4096 [ 16.979039] inode 1154 [ 16.981469] file size:12064 [ 16.984953] ol_transfer_bin_file 3838: Download Flash data len 12064 [ 16.991099] Board extended Data download address: 0x0 [ 17.015847] [ 17.015847] Board data initialized [ 17.019947] ol_ath_download_firmware: Download OTP, flash download ADDRESS 0xc0000 [ 17.027882] [ 17.027882] Selecting OTP binary for CHIP Version 0 [ 17.034406] ol_transfer_bin_file 3648: downloading file 0, Download data len 4424 [ 17.057085] [ 17.057085] First OTP send param 8000 [ 17.066073] ol_ath_download_firmware :First OTP download and Execute is good address:0x5400 return param 4660 [ 17.075238] ol_ath_download_firmware:##Board Id 21 , CHIP Id 0 [ 17.080945] ol_ath_download_firmware: BOARDDATA DOWNLOAD TO address 0xc0000 [ 17.088115] [ 17.088115] wifi1: Selecting board data file name boardData_1_0_IPQ4019_DK04_5G.bin [ 17.097362] ol_transfer_bin_file: Board Data File download to address=0xc0000 file name=IPQ4019/hw.1/mr33/boardData_1_0_IPQ4019_DK04_5G.bin [ 17.109913] ol_transfer_bin_file 3648: downloading file 3, Download data len 12064 [ 17.117730] Board extended Data download address: 0x0 [ 17.141850] ol_ath_download_firmware: Using 0x1234 for the remainder of init [ 17.148127] [ 17.148127] Selecting OTP binary for CHIP Version 0 [ 17.154944] ol_transfer_bin_file 3648: downloading file 0, Download data len 4424 [ 17.177612] [ 17.177612] [Flash] : Ignore Module param [ 17.182153] [ 17.182153] Second otp download Param 10000 [ 17.199260] ol_ath_download_firmware : Second OTP download and Execute is good, param=0x0 [ 17.206760] [ 17.206760] Mission mode: Firmware CHIP Version 0 [ 17.213416] ol_swap_seg_alloc: Successfully allocated memory for SWAP size=262144 [ 17.221582] Swap: bytes_left to copy: fw:16; dma_page:109697 [ 17.226634] Swap: wrong length read:0 [ 17.229860] ol_swap_wlan_memory_expansion: Swap total_bytes copied: 152447 Target address 417240 [ 17.239415] scn=cc5804c0 target_write_addr=417240 seg_info=cc4ad110 [ 17.245426] ol_transfer_swap_struct:Code swap structure successfully downloaded for bin type =2 [ 17.254178] bin_filename=IPQ4019/hw.1/athwlan.bin swap_filename=/lib/firmware/IPQ4019/hw.1/athwlan.codeswap.bin [ 17.264401] [wifi0] FWLOG: [24587] WAL_DBGID_TX_AC_BUFFER_SET ( 0x3, 0x1e, 0x94c, 0x94c, 0x0 ) [ 17.272649] [wifi0] [ 17.274952] ol_transfer_bin_file: Downloading firmware file: IPQ4019/hw.1/athwlan.bin [ 17.284112] FWLOG: [24587] WAL_DBGID_TX_AC_BUFFER_SET ( 0x12, 0x1e, 0x94c, 0x94c, 0x0 ) [ 17.291079] [wifi0] FWLOG: [24587] WAL_DBGID_TX_AC_BUFFER_SET ( [ 17.297268] ol_transfer_bin_file 3648: downloading file 1, Download data len 364144 [ 17.312138] 0x45, 0x1e, 0x94c, 0x94c, 0x0 ) [ 17.315290] [wifi0] FWLOG: [24587] WAL_DBGID_TX_AC_BUFFER_SET ( 0x67, 0x1e, 0x94c, 0x94c, 0x0 ) [ 18.542981] ol_target_init() Download FW done. [ 18.547002] ol_ath_attach() WMI attached. wmi_handle cc610000 [ 18.552328] htc_wmi_init() HT Create . cc690000 [ 18.557502] htc_wmi_init() HIF Claim. [ 18.560691] htc_wmi_init 7724 host_enable 0 nss_nwifi_offload 0 [ 18.566813] ol_ath_set_default_tgt_config : AC Minfree buffer allocation through module param (umac.ko) [ 18.576020] OL_ACBKMinfree : 0 [ 18.578859] OL_ACBEMinfree : 0 [ 18.581983] OL_ACVIMinfree : 0 [ 18.585800] OL_ACVOMinfree : 0 [ 18.592729] CE_recv_buf_enqueue 877 Populate last entry 512 for CE 5 [ 18.598126] CE_recv_buf_enqueue 886 CE 5 wi 511 dest_ptr 0x8c777200 nbytes 0 recv_ctxt 0xcc743d00 [ 18.608274] Startup Mode-0 set [ 18.610300] [ 18.610300] <=== cfg max peer id 1056 ====> [ 18.617305] HTC Service:0x0300 ep:1 TX flow control disabled [ 18.622255] htt_peer_map_timer_init Enter pdev cc784000 hrtimer cc786520 [ 18.629212] [ 18.629212] htt_alloc_peer_map_mem : Alloc Success : host q vaddr cc549000 paddr 8c549000 [ 18.638774] [ 18.638774] htt_alloc_peer_map_mem : Flush Interval Configured to 256 pkts [ 18.649876] CE_pkt_dl_len_set CE 4 Pkt download length 64 [ 18.654825] ol_txrx_pdev_attach: 2500 tx desc's allocated ; range starts from cc2c0000 [ 18.663262] HTC Service:0x0100 ep:2 TX flow control disabled [ 18.669638] wmi_service_ready_event_rx: WMI UNIFIED SERVICE READY event [ 18.675682] Firmware_Build_Number:92 [ 18.679043] num_rf_chain:0x00000002 ht_cap_info:0x0000085b vht_cap_info:0x339959b2 vht_supp_mcs:0x0000fffa [ 18.688939] [ 18.688939] RES CFG Support wmi_service_bitmap 9778 [ 18.696023] Sending Ext resource cfg: HOST PLATFORM as 0 and fw_feature_bitmap as 50 to TGT [ 18.704192] ol_ath_service_ready_event: tt_support: 1 [ 18.709164] ol_ath_service_ready_event: periodic_chan_stats: 1 [ 18.715665] ol_ath_service_ready_event: sw_cal_support_check_flag: 1 [ 18.721321] Peer Caching Enabled ; num_peers = 257, num_active_peers = 52 num_tids = 104, num_vdevs = 17 [ 18.731354] Mesh Supported [ 18.733483] idx 1 req 2 num_units 1 num_unit_info 12 unit size 256 actual units 53 [ 18.741649] ol_ath_alloc_host_mem_chunk req_id 2 idx 0 num_units 53 unit_len 256, [ 18.748959] idx 2 req 3 num_units 1 num_unit_info 12 unit size 1024 actual units 53 [ 18.756784] ol_ath_alloc_host_mem_chunk req_id 3 idx 1 num_units 53 unit_len 1024, [ 18.764293] idx 3 req 4 num_units 1 num_unit_info 12 unit size 4096 actual units 53 [ 18.772003] ol_ath_alloc_host_mem_chunk req_id 4 idx 2 num_units 53 unit_len 4096, [ 18.779789] idx 0 req 1 num_units 0 num_unit_info 2 unit size 744 actual units 258 [ 18.787518] ol_ath_alloc_host_mem_chunk req_id 1 idx 3 num_units 258 unit_len 744, [ 18.794927] idx 4 req 6 num_units 35 num_unit_info 0 unit size 3072 actual units 35 [ 18.802572] ol_ath_alloc_host_mem_chunk req_id 6 idx 4 num_units 35 unit_len 3072, [ 18.810515] idx 5 req 7 num_units 1 num_unit_info 0 unit size 6144 actual units 1 [ 18.817951] ol_ath_alloc_host_mem_chunk req_id 7 idx 5 num_units 1 unit_len 6144, [ 18.825400] idx 6 req 5 num_units 0 num_unit_info 2 unit size 2036 actual units 258 [ 18.833096] ol_ath_alloc_host_mem_chunk req_id 5 idx 6 num_units 86 unit_len 2036, [ 18.841047] ol_ath_alloc_host_mem_chunk req_id 5 idx 7 num_units 86 unit_len 2036, [ 18.848461] ol_ath_alloc_host_mem_chunk req_id 5 idx 8 num_units 86 unit_len 2036, [ 18.857028] chunk 0 len 13568 requested ,ptr 0x8c284000 [ 18.861394] chunk 1 len 54272 requested ,ptr 0x8c2b0000 [ 18.867206] chunk 2 len 217088 requested ,ptr 0x8c340000 [ 18.872243] chunk 3 len 191952 requested ,ptr 0x8c380000 [ 18.878135] chunk 4 len 107520 requested ,ptr 0x8c320000 [ 18.883180] chunk 5 len 6144 requested ,ptr 0x8c282000 [ 18.888861] chunk 6 len 175096 requested ,ptr 0x8c3c0000 [ 18.894181] chunk 7 len 175096 requested ,ptr 0x8bc00000 [ 18.899414] chunk 8 len 175096 requested ,ptr 0x8bc40000 [ 18.905403] ol_ath_service_ready_event[4060] WAPI MBSSID 2 [ 18.946859] wmi_ready_event_rx: WMI UNIFIED READY event [ 18.951255] ol_ath_connect_htc() WMI is ready [ 18.955747] htt_h2t_frag_desc_bank_cfg_msg - HTT_H2T_MSG_TYPE_FRAG_DESC_BANK_CFG sent to FW for radio ID = 1 [ 18.971074] ol_ath_attach() connect HTC. [ 18.974329] bypasswmi : 0 [ 18.976663] ol_regdmn_start: reg-domain param: regdmn=0, countryName=, wModeSelect=FFFFFFFF, netBand=FFFFFFFF, extendedChanMode=0. [ 18.988951] Skipping VHT80 channel 5825 [ 18.993166] target uses HTT version 2.2; host uses 2.2 [ 18.998263] acfg_attach: Offload using existing sock cdc57000 [ 19.003120] SPECTRAL : get_capability not registered [ 19.008762] HAL_CAP_PHYDIAG : Capable [ 19.011640] SPECTRAL : Need to fix the capablity check for RADAR (spectral_attach : 237) [ 19.020122] SPECTRAL : get_capability not registered [ 19.024987] HAL_CAP_RADAR : Capable [ 19.028385] SPECTRAL : Need to fix the capablity check for SPECTRAL [ 19.028385] (spectral_attach : 242) [ 19.038708] SPECTRAL : get_capability not registered [ 19.043060] HAL_CAP_SPECTRAL_SCAN : Capable [ 19.047654] SPECTRAL : get_tsf64 not registered [ 19.051743] spectral_init_netlink 78 NULL SKB [ 19.056707] Green-AP : Green-AP : Attached [ 19.056707] [ 19.061673] Green-AP : Attached [ 19.065297] rate power table override is only supported for AR98XX [ 19.071584] ol_if_dfs_attach: called; ptr=cbc89984, radar_info=cd39fc48 [ 19.078082] dfs_attach: event log enabled by default [ 19.084924] ipq4019_wifi_led_init: Wifi LED init failed.. Couldn't get led gpio/led source [ 19.092238] ol_ath_attach() UMAC attach . [ 19.096943] [ 19.096943] BURSTING enabled by default [ 19.102450] ACS not enabled [ 19.105162] __ol_ath_attach: needed_headroom reservation 60 [ 19.118826] ol_ath_thermal_mitigation_attach: -- [ 19.140000] ath_ol_pci: (Atheros/multi-bss) [ 19.143337] ol_ath_pci_probe: PCI device id 0050 :0050 [ 19.177385] PCI: enabling device 0000:00:00.0 (0144 -> 0147) [ 19.182073] PCI: enabling device 0000:01:00.0 (0140 -> 0142) [ 19.188415] *********** Peregrine ************** [ 19.192384] __ol_ath_attach: Creating netdev wifi2 [ 19.197852] [ 19.197852] __ol_ath_attach() Allocated scn cbd404c0 [ 19.204250] ath_ol_pci 0000:01:00.0: ath DEBUG: sc=0xcc546c00 [ 19.209313] [ 19.209313] ol_ath_pci_configure : num_desired MSI set to 0 [ 19.216971] [ 19.216971] Using PCI Legacy Interrupt [ 19.565499] [wifi1] FWLOG: [26953] WAL_DBGID_TX_AC_BUFFER_SET ( 0x3, 0x1e, 0x94c, 0x94c, 0x0 ) [ 19.573072] [wifi1] FWLOG: [26953] WAL_DBGID_TX_AC_BUFFER_SET ( 0x12, 0x1e, 0x94c, 0x94c, 0x0 ) [ 19.581755] [wifi1] FWLOG: [26953] WAL_DBGID_TX_AC_BUFFER_SET ( 0x45, 0x1e, 0x94c, 0x94c, 0x0 ) [ 19.590433] [wifi1] FWLOG: [26953] WAL_DBGID_TX_AC_BUFFER_SET ( 0x67, 0x1e, 0x94c, 0x94c, 0x0 ) [ 19.633435] Switching to Tx Mode-1 Threshold 280 [ 20.223161] [ 20.223161] CLOCK PLL skipped [ 20.229486] __ol_ath_attach: dev name wifi2 [ 20.232643] ol_ath_attach interface_id 2 [ 20.237172] ol_target_init() BMI inited. [ 20.240545] ol_target_init() BMI Get Target Info. [ 20.245608] Chip id: 0x7, chip version: 0x4100016d [ 20.249910] [ 20.249910] CE WAR Disabled [ 20.255090] NUM_DEV=1 FWMODE=0x2 FWSUBMODE=0x0 FWBR_BUF 0 [ 20.259846] ol_target_init() configure Target . [ 20.264675] ol_transfer_bin_file: flash data file defined [ 20.269531] ol_transfer_bin_file[3777] Get Caldata for wifi2. [ 20.275707] __adf_os_fs_read[42], Open File /tmp/wifi2.caldata SUCCESS!! [ 20.281939] file system magic:16914836 [ 20.286387] super blocksize:4096 [ 20.289096] inode 1155 [ 20.291488] file size:12064 [ 20.294936] __adf_os_fs_read[55]: caldata data size mismatch, fsize=12064, cal_size=2116 [ 20.302446] ol_transfer_bin_file 3838: Download Flash data len 2116 [ 20.309263] Board extended Data download address: 0x0 [ 20.317890] ol_download_cal_data: Board data file: 4 successfully downloaded, download address: 00401cc0 [ 20.326732] [ 20.326732] Mission mode: Firmware CHIP Version 0 [ 20.332692] ol_transfer_bin_file: Downloading firmware file: AR9887/athwlan.bin [ 20.742061] ol_transfer_bin_file 3648: downloading file 1, Download data len 230284 [ 21.525688] [ 21.525688] !!!!! {/usr/bin/client_eventd} failed writing /click/client_ip_table/madwifi_clients len 0 data: "" [ 21.746991] ol_target_init() Download FW done. [ 21.750558] ol_ath_attach() WMI attached. wmi_handle cbd80000 [ 21.756847] htc_wmi_init() HT Create . cc691800 [ 21.760821] htc_wmi_init() HIF Claim. [ 21.765216] htc_wmi_init 7724 host_enable 1 nss_nwifi_offload 0 [ 21.770414] ol_ath_set_default_tgt_config : AC Minfree buffer allocation through module param (umac.ko) [ 21.780188] OL_ACBKMinfree : 0 [ 21.782870] OL_ACBEMinfree : 0 [ 21.786386] OL_ACVIMinfree : 0 [ 21.789119] OL_ACVOMinfree : 0 [ 21.796496] CE_recv_buf_enqueue 877 Populate last entry 512 for CE 5 [ 21.801823] CE_recv_buf_enqueue 886 CE 5 wi 511 dest_ptr 0x8beeb100 nbytes 0 recv_ctxt 0xcbeb9600 [ 21.811833] Startup Mode-0 set [ 21.814292] [ 21.814292] <=== cfg max peer id 1056 ====> [ 21.819849] HTC Service:0x0300 ep:1 TX flow control disabled [ 21.826005] htt_peer_map_timer_init Enter pdev cbef8000 hrtimer cbefa520 [ 21.831834] [ 21.831834] htt_alloc_peer_map_mem : Alloc Success : host q vaddr cc54a000 paddr 8c54a000 [ 21.842342] [ 21.842342] htt_alloc_peer_map_mem : Flush Interval Configured to 256 pkts [ 21.852783] CE_pkt_dl_len_set CE 4 Pkt download length 64 [ 21.857674] ol_txrx_pdev_attach: 1424 tx desc's allocated ; range starts from cb5a0000 [ 21.866411] HTC Service:0x0100 ep:2 TX flow control disabled [ 21.871997] wmi_service_ready_event_rx: WMI UNIFIED SERVICE READY event [ 21.878211] Firmware_Build_Number:0 [ 21.881370] host/RAM_fw Build Ver Mismatch: H:0x5C, F:0x0 ! [ 21.888834] num_rf_chain:0x00000001 ht_cap_info:0x0000085b vht_cap_info:0x338001b2 vht_supp_mcs:0x0000fffe [ 21.897712] [ 21.897712] RES CFG Support wmi_service_bitmap 874a [ 21.904820] Sending Ext resource cfg: HOST PLATFORM as 1 and fw_feature_bitmap as 50 to TGT [ 21.912751] ol_ath_service_ready_event: tt_support: 0 [ 21.918550] ol_ath_service_ready_event: periodic_chan_stats: 1 [ 21.924010] ol_ath_service_ready_event: sw_cal_support_check_flag: 0 [ 21.930090] LARGE_AP enabled. num_peers 144, num_vdevs 16, num_tids 256 [ 21.937156] idx 0 req 1 num_units 0 num_unit_info 2 unit size 404 actual units 145 [ 21.944607] Switching to Tx Mode-1 Threshold 280 [ 21.949197] ol_ath_alloc_host_mem_chunk req_id 1 idx 0 num_units 145 unit_len 404, [ 21.957000] chunk 0 len 58580 requested ,ptr 0x8b5e0000 [ 21.968414] FIRMWARE:P 145 V 16 T 443 [ 21.968414] [ 21.973211] wmi_ready_event_rx: WMI UNIFIED READY event [ 21.978051] ol_ath_connect_htc() WMI is ready [ 21.982380] htt_h2t_frag_desc_bank_cfg_msg - HTT_H2T_MSG_TYPE_FRAG_DESC_BANK_CFG sent to FW for radio ID = 2 [ 21.998136] ol_ath_attach() connect HTC. [ 22.001111] bypasswmi : 0 [ 22.004195] ol_regdmn_start: reg-domain param: regdmn=0, countryName=, wModeSelect=FFFFFFFF, netBand=FFFFFFFF, extendedChanMode=0. [ 22.016165] Skipping VHT80 channel 5825 [ 22.020440] target uses HTT version 2.2; host uses 2.2 [ 22.025269] acfg_attach: Offload using existing sock cdc57000 [ 22.030306] SPECTRAL : get_capability not registered [ 22.035958] HAL_CAP_PHYDIAG : Capable [ 22.038867] SPECTRAL : Need to fix the capablity check for RADAR (spectral_attach : 237) [ 22.047609] SPECTRAL : get_capability not registered [ 22.051919] HAL_CAP_RADAR : Capable [ 22.055938] SPECTRAL : Need to fix the capablity check for SPECTRAL [ 22.055938] (spectral_attach : 242) [ 22.065741] SPECTRAL : get_capability not registered [ 22.070287] HAL_CAP_SPECTRAL_SCAN : Capable [ 22.074899] SPECTRAL : get_tsf64 not registered [ 22.079048] spectral_init_netlink 78 NULL SKB [ 22.083348] Green-AP : Green-AP : Attached [ 22.083348] [ 22.089537] Green-AP : Attached [ 22.092161] ol_if_dfs_attach: called; ptr=cb5f9984, radar_info=cd39fc08 [ 22.099138] dfs_attach: event log enabled by default [ 22.105861] ol_ath_attach() UMAC attach . [ 22.108992] [ 22.108992] BURSTING enabled by default [ 22.115171] ACS not enabled [ 22.117298] __ol_ath_attach: hard_header_len reservation 74 [ 22.130936] ol_ath_thermal_mitigation_attach: TT not supported in FW [ 22.383058] ath_rate_atheros: Copyright (c) 2001-2005 Atheros Communications, Inc, All Rights Reserved [ 22.417165] ath_dev: Copyright (c) 2001-2007 Atheros Communications, Inc, All Rights Reserved [ 22.446028] pktlog_init: Initializing Pktlog for AR900B, pktlog_hdr_size = 16 [ 22.452252] pktlog_init: Initializing Pktlog for AR900B, pktlog_hdr_size = 16 [ 22.470212] pktlog_init: Initializing Pktlog for AR9888, pktlog_hdr_size = 12 [ 22.772103] [wifi2] FWLOG: [22184] WAL_DBGID_TX_AC_BUFFER_SET ( 0x3, 0x1e, 0x460, 0x460, 0x0 ) [ 22.781904] [wifi2] FWLOG: [22184] WAL_DBGID_TX_AC_BUFFER_SET ( 0x12, 0x1e, 0x460, 0x460, 0x0 ) [ 22.799275] [wifi2] FWLOG: [22184] WAL_DBGID_TX_AC_BUFFER_SET ( 0x45, 0x1e, 0x460, 0x460, 0x0 ) [ 22.836786] [wifi2] FWLOG: [22184] WAL_DBGID_TX_AC_BUFFER_SET ( 0x67, 0x1e, 0x460, 0x460, 0x0 ) [ 22.864384] [wifi2] FWLOG: [22186] WHAL_ERROR_RESET_PM ( ) [ 22.869932] [wifi2] FWLOG: [22190] WAL_DBGID_DEV_RESET ( 0x1, 0x1, 0x1 ) [ 23.395933] brain: unloading click config [ 23.399258] brain: spring cleaning pages [ 25.122432] [ol_ath_iw_setcountry][1733] *p=55, *(p+1)=53 [ 25.127563] isCountryCodeValid: EEPROM regdomain 0x0 [ 25.135689] wlan_vap_create : enter. devhandle=0xcde804c0, opmode=IEEE80211_M_HOSTAP, flags=0x0 [ 25.144298] ieee80211_mbo_vattach:MBO Initialized [ 25.148852] wlan_vap_create : exit. devhandle=0xcde804c0, vap=0xcbe18000, opmode=IEEE80211_M_HOSTAP, flags=0x0. [ 25.560652] ieee80211_mbo_vattach:MBO Initialized [ 25.620697] ieee80211_mbo_vattach:MBO Initialized [ 25.679708] ieee80211_mbo_vattach:MBO Initialized [ 25.736504] ieee80211_mbo_vattach:MBO Initialized [ 25.796506] ieee80211_mbo_vattach:MBO Initialized [ 25.856779] ieee80211_mbo_vattach:MBO Initialized [ 25.915865] ieee80211_mbo_vattach:MBO Initialized [ 25.975851] ieee80211_mbo_vattach:MBO Initialized [ 26.034725] ieee80211_mbo_vattach:MBO Initialized [ 26.093074] ieee80211_mbo_vattach:MBO Initialized [ 26.152252] ieee80211_mbo_vattach:MBO Initialized [ 26.211570] ieee80211_mbo_vattach:MBO Initialized [ 26.265943] ieee80211_mbo_vattach:MBO Initialized [ 26.329274] ieee80211_mbo_vattach:MBO Initialized [ 26.388456] ieee80211_mbo_vattach:MBO Initialized [ 26.392719] ol_txrx_set_mesh_mode val 1 [ 26.431834] wlan_vap_create : enter. devhandle=0xcde804c0, opmode=IEEE80211_M_MONITOR, flags=0x0 [ 26.453496] wlan_vap_create : exit. devhandle=0xcde804c0, vap=0xcb078000, opmode=IEEE80211_M_MONITOR, flags=0x0. [ 26.748419] [ol_ath_iw_setcountry][1733] *p=55, *(p+1)=53 [ 26.752811] isCountryCodeValid: EEPROM regdomain 0x0 [ 26.758728] Skipping VHT80 channel 5825 [ 26.770083] wlan_vap_create : enter. devhandle=0xcc5804c0, opmode=IEEE80211_M_HOSTAP, flags=0x0 [ 26.778586] ieee80211_mbo_vattach:MBO Initialized [ 26.782688] wlan_vap_create : exit. devhandle=0xcc5804c0, vap=0xcb108000, opmode=IEEE80211_M_HOSTAP, flags=0x0. [ 26.842094] ieee80211_mbo_vattach:MBO Initialized [ 26.906508] ieee80211_mbo_vattach:MBO Initialized [ 26.966527] ieee80211_mbo_vattach:MBO Initialized [ 27.025977] ieee80211_mbo_vattach:MBO Initialized [ 27.084979] ieee80211_mbo_vattach:MBO Initialized [ 27.139256] ieee80211_mbo_vattach:MBO Initialized [ 27.195609] ieee80211_mbo_vattach:MBO Initialized [ 27.262087] ieee80211_mbo_vattach:MBO Initialized [ 27.319610] ieee80211_mbo_vattach:MBO Initialized [ 27.380497] ieee80211_mbo_vattach:MBO Initialized [ 27.439376] ieee80211_mbo_vattach:MBO Initialized [ 27.496126] ieee80211_mbo_vattach:MBO Initialized [ 27.557637] ieee80211_mbo_vattach:MBO Initialized [ 27.617170] ieee80211_mbo_vattach:MBO Initialized [ 27.679347] ieee80211_mbo_vattach:MBO Initialized [ 27.686879] ol_txrx_set_mesh_mode val 1 [ 27.731285] wlan_vap_create : enter. devhandle=0xcc5804c0, opmode=IEEE80211_M_MONITOR, flags=0x0 [ 27.747376] wlan_vap_create : exit. devhandle=0xcc5804c0, vap=0xcb218000, opmode=IEEE80211_M_MONITOR, flags=0x0. [ 28.310009] brain: loading click config [ 31.322680] Click Queue signal cb registration failed! [ 31.966914] OL vap_start - [ 31.986726] vap-15(mesh0):set SIOC80211NWID, 9 characters [ 31.991096] [ 31.991096] DES SSID SET=fast-mesh [ 32.017622] Setting Tx Encap type to 2 (Ethernet) [ 32.036338] Setting Rx Decap type to 2 (Ethernet) [ 32.116909] OL vap_start - [ 32.136750] vap-15(mesh1):set SIOC80211NWID, 9 characters [ 32.141122] [ 32.141122] DES SSID SET=fast-mesh [ 32.167552] Setting Tx Encap type to 2 (Ethernet) [ 32.186340] Setting Rx Decap type to 2 (Ethernet) [ 32.252658] [wifi0] FWLOG: [40296] WAL channel change freq=2412, mode=2 flags=0 rx_ok=1 tx_ok=1 [ 32.615094] [ 32.615094] DES SSID SET= [ 32.619565] [ 32.619565] DES SSID SET= [ 32.784956] [ 32.784956] DES SSID SET= [ 32.795167] [ 32.795167] DES SSID SET= [ 32.938135] [ 32.938135] DES SSID SET= [ 32.942599] [ 32.942599] DES SSID SET= [ 33.076975] [ 33.076975] DES SSID SET= [ 33.081117] [ 33.081117] DES SSID SET= [ 33.217508] [ 33.217508] DES SSID SET= [ 33.221643] [ 33.221643] DES SSID SET= [ 33.387311] [ 33.387311] DES SSID SET= [ 33.391772] [ 33.391772] DES SSID SET= [ 33.545416] [ 33.545416] DES SSID SET= [ 33.549871] [ 33.549871] DES SSID SET= [ 33.637252] [wifi1] FWLOG: [40450] WAL channel change freq=5180, mode=0 flags=0 rx_ok=1 tx_ok=1 [ 33.705081] [ 33.705081] DES SSID SET= [ 33.709458] [ 33.709458] DES SSID SET= [ 33.847754] [ 33.847754] DES SSID SET= [ 33.851893] [ 33.851893] DES SSID SET= [ 34.003414] [ 34.003414] DES SSID SET= [ 34.014710] [ 34.014710] DES SSID SET= [ 34.165137] [ 34.165137] DES SSID SET= [ 34.169601] [ 34.169601] DES SSID SET= [ 34.309913] [ 34.309913] DES SSID SET= [ 34.316313] [ 34.316313] DES SSID SET= [ 34.458954] [ 34.458954] DES SSID SET= [ 34.465067] [ 34.465067] DES SSID SET= [ 34.625079] [ 34.625079] DES SSID SET= [ 34.629549] [ 34.629549] DES SSID SET= [ 34.775124] [ 34.775124] DES SSID SET= [ 34.779698] [ 34.779698] DES SSID SET= [ 34.996737] vap-16(mon1):meraki_monitor_vap_tx no active VAP to send frame, drop [ 35.375728] vap-16(mon0):meraki_monitor_vap_tx no active VAP to send frame, drop [ 38.943946] vap-16(mon1):meraki_monitor_vap_tx no active VAP to send frame, drop [ 39.083749] vap-16(mon0):meraki_monitor_vap_tx no active VAP to send frame, drop [ 42.513976] vap-16(mon1):meraki_monitor_vap_tx no active VAP to send frame, drop [ 42.634782] vap-16(mon0):meraki_monitor_vap_tx no active VAP to send frame, drop [ 42.641217] vap-16(mon1):meraki_monitor_vap_tx no active VAP to send frame, drop [ 42.734110] vap-16(mon0):meraki_monitor_vap_tx no active VAP to send frame, drop [ 46.423671] vap-16(mon0):meraki_monitor_vap_tx no active VAP to send frame, drop [ 46.483667] vap-16(mon1):meraki_monitor_vap_tx no active VAP to send frame, drop [ 46.873645] vap-16(mon0):meraki_monitor_vap_tx no active VAP to send frame, drop [ 48.404152] vap-16(mon1):meraki_monitor_vap_tx no active VAP to send frame, drop [ 50.373644] vap-16(mon1):meraki_monitor_vap_tx no active VAP to send frame, drop [ 50.414670] vap-16(mon0):meraki_monitor_vap_tx no active VAP to send frame, drop [ 51.685835] vap-16(mon0):meraki_monitor_vap_tx no active VAP to send frame, drop [ 51.692220] vap-16(mon1):meraki_monitor_vap_tx no active VAP to send frame, drop [ 54.373679] vap-16(mon0):meraki_monitor_vap_tx no active VAP to send frame, drop [ 54.413734] vap-16(mon1):meraki_monitor_vap_tx no active VAP to send frame, drop [ 54.765223] vap-16(mon0):meraki_monitor_vap_tx no active VAP to send frame, drop [ 56.124129] vap-16(mon1):meraki_monitor_vap_tx no active VAP to send frame, drop [ 57.474966] CPU1: Booted secondary processor [ 57.475025] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 [ 57.504578] CPU2: Booted secondary processor [ 57.504630] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002 [ 57.516074] CPU3: Booted secondary processor [ 57.516139] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003 [ 57.812387] [ 57.812387] !!!!! {/usr/bin/brain} forkexec failed with status 255 cmd -iwpriv mon0 packet_counter 0 [ 57.827611] [ 57.827611] !!!!! {/usr/bin/brain} forkexec failed with status 255 cmd -iwpriv mon1 packet_counter 0 [ 57.860080] [ 57.860080] !!!!! {/usr/bin/brain} forkexec failed with status 255 cmd -iwpriv wifi0 acktimeout 48 [ 57.875386] [ 57.875386] !!!!! {/usr/bin/brain} forkexec failed with status 255 cmd -iwpriv wifi1 acktimeout 48 [ 57.935090] In write handler 'device_id' for 'wired0/cdp_source :: CDPSource': [ 57.941301] Bad string passed to device_id [ 57.946045] In write handler 'device_id' for 'wired1/cdp_source :: CDPSource': [ 57.952760] Bad string passed to device_id m0C8DDB000000:/#


Format: Log Type - Time(microsec) - Message - Optional Info Log Type: B - Since Boot(Power On Reset), D - Delta, S - Statistic S - QC_IMAGE_VERSION_STRING=BOOT.BF.3.1.1-00096 S - IMAGE_VARIANT_STRING=DAACANAZA S - OEM_IMAGE_VERSION_STRING=CRM S - Boot Config, 0x00000025 S - Core 0 Frequency, 0 MHz B - 261 - PBL, Start B - 1338 - bootable_media_detect_entry, Start B - 2609 - bootable_media_detect_success, Start B - 2624 - elf_loader_entry, Start B - 4031 - auth_hash_seg_entry, Start B - 6183 - auth_hash_seg_exit, Start B - 73753 - elf_segs_hash_verify_entry, Start B - 194132 - PBL, End B - 194156 - SBL1, Start B - 282806 - pm_device_init, Start D - 6 - pm_device_init, Delta B - 284330 - boot_flash_init, Start D - 87372 - boot_flash_init, Delta B - 375752 - boot_config_data_table_init, Start D - 13974 - boot_config_data_table_init, Delta - (419 Bytes) B - 392418 - clock_init, Start D - 7588 - clock_init, Delta B - 403407 - CDT version:2,Platform ID:8,Major ID:1,Minor ID:0,Subtype:1 B - 406893 - sbl1_ddr_set_params, Start B - 411877 - cpr_init, Start D - 2 - cpr_init, Delta B - 416367 - Pre_DDR_clock_init, Start D - 5 - Pre_DDR_clock_init, Delta D - 13141 - sbl1_ddr_set_params, Delta B - 429647 - pm_driver_init, Start D - 2 - pm_driver_init, Delta B - 500146 - sbl1_wait_for_ddr_training, Start D - 27 - sbl1_wait_for_ddr_training, Delta B - 515660 - Image Load, Start D - 140692 - QSEE Image Loaded, Delta - (262104 Bytes) B - 656850 - Image Load, Start D - 2116 - SEC Image Loaded, Delta - (2048 Bytes) B - 667002 - Image Load, Start D - 120912 - APPSBL Image Loaded, Delta - (280304 Bytes) B - 788337 - QSEE Execution, Start D - 56 - QSEE Execution, Delta B - 794595 - SBL1, End D - 602411 - SBL1, Delta S - Flash Throughput, 1992 KB/s (544875 Bytes, 273531 us) S - DDR Frequency, 672 MHz U-Boot 2012.07-g97ab7f1 [local,local] (Oct 06 2016 - 13:07:25) DRAM: 242 MiB machid : 0x8010001 Product: meraki_Stinkbug NAND: ONFI device found ID = 1d80f101 Vendor = 1 Device = f1 128 MiB Using default environment In: serial Out: serial Err: serial machid: 8010001 Creating 1 MTD partitions on "nand0": 0x000000c00000-0x000007f00000 : "mtd=0" UBI: attaching mtd1 to ubi0 UBI: physical eraseblock size: 131072 bytes (128 KiB) UBI: logical eraseblock size: 126976 bytes UBI: smallest flash I/O unit: 2048 UBI: VID header offset: 2048 (aligned 2048) UBI: data offset: 4096 UBI: attached mtd1 to ubi0 UBI: MTD device name: "mtd=0" UBI: MTD device size: 115 MiB UBI: number of good PEBs: 920 UBI: number of bad PEBs: 0 UBI: max. allowed volumes: 128 UBI: wear-leveling threshold: 4096 UBI: number of internal volumes: 1 UBI: number of user volumes: 6 UBI: available PEBs: 35 UBI: total number of reserved PEBs: 885 UBI: number of PEBs reserved for bad PEB handling: 9 UBI: max/mean erase counter: 37/20 Read 0 bytes from volume part.safe to 84000000 No size specified -> Using max size (2793472) ## Booting kernel from FIT Image at 84000000 ... Using 'config@1' configuration Trying 'kernel@1' kernel subimage Description: ARM OpenWrt Linux-4.9.77 Type: Kernel Image Compression: gzip compressed Data Start: 0x840000e4 Data Size: 2756286 Bytes = 2.6 MiB Architecture: ARM OS: Linux Load Address: 0x80208000 Entry Point: 0x80208000 Hash algo: crc32 Hash value: 9047997e Hash algo: sha1 Hash value: 62db41865c7b542cf01d60b5376e33446cf369b9 Verifying Hash Integrity ... crc32+ sha1+ OK ## Flattened Device Tree from FIT Image at 84000000 Using 'config@1' configuration Trying 'fdt@1' FDT blob subimage Description: ARM OpenWrt meraki_mr33 device tree blob Type: Flat Device Tree Compression: uncompressed Data Start: 0x842a10dc Data Size: 35408 Bytes = 34.6 KiB Architecture: ARM Hash algo: crc32 Hash value: 2de38113 Hash algo: sha1 Hash value: e1254acd02c16fdba1bbaee770c960eae6e82349 Verifying Hash Integrity ... crc32+ sha1+ OK Booting using the fdt blob at 0x842a10dc Uncompressing Kernel Image ... OK Using Device Tree in place at 842a10dc, end 842acb2b Using machid 0x8010001 from environment Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 4.9.77 (riptide_wave@Maximus-IX-Hero) (gcc version 5.5.0 (OpenWrt GCC 5.5.0 r5944-ad4232e) ) #0 SMP Thu Jan 25 10:00:48 2018 [ 0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d [ 0.000000] CPU: div instructions available: patching division code [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [ 0.000000] OF: fdt:Machine model: Meraki MR33 Access Point [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] percpu: Embedded 13 pages/cpu @cfda8000 s20940 r8192 d24116 u53248 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 64512 [ 0.000000] Kernel command line: [ 0.000000] Bootloader command line not present [ 0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes) [ 0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes) [ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes) [ 0.000000] Memory: 248924K/260096K available (3862K kernel code, 246K rwdata, 1236K rodata, 236K init, 242K bss, 11172K reserved, 0K cma-reserved, 0K highmem) [ 0.000000] Virtual kernel memory layout: [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB) [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB) [ 0.000000] vmalloc : 0xd0800000 - 0xff800000 ( 752 MB) [ 0.000000] lowmem : 0xc0000000 - 0xd0000000 ( 256 MB) [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB) [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB) [ 0.000000] .text : 0xc0208000 - 0xc05cda90 (3863 kB) [ 0.000000] .init : 0xc0723000 - 0xc075e000 ( 236 kB) [ 0.000000] .data : 0xc075e000 - 0xc079ba40 ( 247 kB) [ 0.000000] .bss : 0xc079d000 - 0xc07d9868 ( 243 kB) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] NR_IRQS:16 nr_irqs:16 16 [ 0.000000] arm_arch_timer: Architected cp15 timer(s) running at 48.00MHz (virt). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xb11fd3bfb, max_idle_ns: 440795203732 ns [ 0.000007] sched_clock: 56 bits at 48MHz, resolution 20ns, wraps every 4398046511096ns [ 0.000021] Switching to timer-based delay loop, resolution 20ns [ 0.000417] Calibrating delay loop (skipped), value calculated using timer frequency.. 96.00 BogoMIPS (lpj=480000) [ 0.000434] pid_max: default: 32768 minimum: 301 [ 0.000534] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.000546] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.001147] CPU: Testing write buffer coherency: ok [ 0.001440] Setting up static identity map for 0x80208280 - 0x802082d8 [ 0.005314] Brought up 4 CPUs [ 0.005334] SMP: Total of 4 processors activated (384.00 BogoMIPS). [ 0.005342] CPU: All CPU(s) started in SVC mode. [ 0.017752] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5 [ 0.017950] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.017975] futex hash table entries: 1024 (order: 4, 65536 bytes) [ 0.018124] pinctrl core: initialized pinctrl subsystem [ 0.019400] NET: Registered protocol family 16 [ 0.019642] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.049973] cpuidle: using governor ladder [ 0.080003] cpuidle: using governor menu [ 0.120885] msm_bus_fabric_init_driver [ 0.121127] msm_bus_device 580000.ad-hoc-bus: Util-fact is missing, default to 100 [ 0.121143] msm_bus_device 580000.ad-hoc-bus: Vrail-comp is missing, default to 100 [ 0.121160] msm_bus_device 580000.ad-hoc-bus: Failed to get bus clk for bus4096 ctx1 [ 0.121204] msm_bus_device 580000.ad-hoc-bus: Util-fact is missing, default to 100 [ 0.121217] msm_bus_device 580000.ad-hoc-bus: Vrail-comp is missing, default to 100 [ 0.121233] msm_bus_device 580000.ad-hoc-bus: Failed to get bus clk for bus1024 ctx1 [ 0.182461] usbcore: registered new interface driver usbfs [ 0.182556] usbcore: registered new interface driver hub [ 0.182653] usbcore: registered new device driver usb [ 0.182716] pps_core: LinuxPPS API ver. 1 registered [ 0.182726] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.182753] PTP clock support registered [ 0.183982] clocksource: Switched to clocksource arch_sys_counter [ 0.184963] NET: Registered protocol family 2 [ 0.185582] TCP established hash table entries: 2048 (order: 1, 8192 bytes) [ 0.185629] TCP bind hash table entries: 2048 (order: 2, 16384 bytes) [ 0.185677] TCP: Hash tables configured (established 2048 bind 2048) [ 0.185736] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.185767] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.185944] NET: Registered protocol family 1 [ 0.187139] No memory allocated for crashlog [ 0.187362] workingset: timestamp_bits=30 max_order=16 bucket_order=0 [ 0.193302] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.193317] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. [ 0.197846] io scheduler noop registered [ 0.197861] io scheduler deadline registered (default) [ 0.198740] gpio-export gpio_export: 3 gpio(s) exported [ 0.199174] 40000000.pci supply vdda not found, using dummy regulator [ 0.199250] 40000000.pci supply vdda_phy not found, using dummy regulator [ 0.199330] 40000000.pci supply vdda_refclk not found, using dummy regulator [ 0.199666] OF: PCI: host bridge /soc/pci@40000000 ranges: [ 0.199698] OF: PCI: IO 0x40200000..0x402fffff -> 0x40200000 [ 0.199721] OF: PCI: MEM 0x40300000..0x405fffff -> 0x40300000 [ 0.413993] qcom-pcie 40000000.pci: link up [ 0.414172] qcom-pcie 40000000.pci: PCI host bridge to bus 0000:00 [ 0.414192] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.414210] pci_bus 0000:00: root bus resource [io 0x0000-0xfffff] (bus address [0x40200000-0x402fffff]) [ 0.414225] pci_bus 0000:00: root bus resource [mem 0x40300000-0x405fffff] [ 0.414627] PCI: bus0: Fast back to back transfers disabled [ 0.415993] PCI: bus1: Fast back to back transfers disabled [ 0.416220] pci 0000:00:00.0: BAR 8: assigned [mem 0x40300000-0x405fffff] [ 0.416238] pci 0000:00:00.0: BAR 0: no space for [mem size 0x00001000 64bit] [ 0.416251] pci 0000:00:00.0: BAR 0: failed to assign [mem size 0x00001000 64bit] [ 0.416271] pci 0000:01:00.0: BAR 0: assigned [mem 0x40400000-0x405fffff 64bit] [ 0.416350] pci 0000:01:00.0: BAR 6: assigned [mem 0x40300000-0x4030ffff pref] [ 0.416364] pci 0000:00:00.0: PCI bridge to [bus 01] [ 0.416381] pci 0000:00:00.0: bridge window [mem 0x40300000-0x405fffff] [ 0.420441] tcsr 1953000.ess_tcsr: setting ess interface select = 1 [ 0.420497] tcsr 1949000.tcsr: setting wifi_glb_cfg = 41000000 [ 0.420547] tcsr 1957000.tcsr: setting wifi_noc_memtype_m0_m2 = 2222222 [ 0.420702] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled [ 0.421372] msm_serial 78af000.serial: msm_serial: detected port #0 [ 0.421417] msm_serial 78af000.serial: uartclk = 1843200 [ 0.421462] 78af000.serial: ttyMSM0 at MMIO 0x78af000 (irq = 125, base_baud = 115200) is a MSM [ 0.421487] msm_serial: console setup on port #0 [ 1.079587] console [ttyMSM0] enabled [ 1.084626] msm_serial 78b0000.serial: msm_serial: detected port #1 [ 1.087915] msm_serial 78b0000.serial: uartclk = 1843200 [ 1.094023] 78b0000.serial: ttyMSM1 at MMIO 0x78b0000 (irq = 126, base_baud = 115200) is a MSM [ 1.099789] msm_serial: driver initialized [ 1.115121] loop: module loaded [ 1.116736] nand: device found, Manufacturer ID: 0x01, Chip ID: 0xf1 [ 1.117068] nand: AMD/Spansion S34ML01G2 [ 1.123664] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64 [ 1.127695] 12 ofpart partitions found on MTD device qcom_nand.0 [ 1.134973] Creating 12 MTD partitions on "qcom_nand.0": [ 1.141121] 0x000000000000-0x000000100000 : "sbl1" [ 1.148107] 0x000000100000-0x000000200000 : "mibib" [ 1.152629] 0x000000200000-0x000000300000 : "bootconfig" [ 1.157432] 0x000000300000-0x000000400000 : "qsee" [ 1.162946] 0x000000400000-0x000000500000 : "qsee_alt" [ 1.167605] 0x000000500000-0x000000580000 : "cdt" [ 1.172353] 0x000000580000-0x000000600000 : "cdt_alt" [ 1.177177] 0x000000600000-0x000000680000 : "ddrparams" [ 1.182202] 0x000000700000-0x000000900000 : "u-boot" [ 1.188237] 0x000000900000-0x000000b00000 : "u-boot-backup" [ 1.193360] 0x000000b00000-0x000000b80000 : "ART" [ 1.197668] 0x000000c00000-0x000007c00000 : "ubi" [ 1.204756] random: fast init done [ 1.284148] libphy: ipq40xx_mdio: probed [ 1.286993] libphy: Fixed MDIO Bus: probed [ 1.287135] libphy: mdio_driver_register: qca8k [ 1.434010] EDMA using MAC@ - using[ 1.434041] ca:00:16:00:00:00 [ 1.535457] i2c /dev entries driver [ 1.544132] at24 0-0050: 8192 byte 24c64 EEPROM, read-only, 0 bytes/write [ 1.546641] cpufreq: cpufreq_online: CPU0: Running at unlisted freq: 666000 KHz [ 1.549955] cpufreq: cpufreq_online: CPU0: Unlisted initial frequency changed to: 716800 KHz [ 1.557531] sdhci: Secure Digital Host Controller Interface driver [ 1.566077] sdhci: Copyright(c) Pierre Ossman [ 1.571760] sdhci-pltfm: SDHCI platform and OF driver helper [ 1.634520] lp5562 1-0030: internal clock used [ 1.680008] NET: Registered protocol family 10 [ 1.695792] NET: Registered protocol family 17 [ 1.697958] 8021q: 802.1Q VLAN Support v1.8 [ 1.699693] Registering SWP/SWPB emulation handler [ 1.754423] UBI: auto-attach mtd11 [ 1.754715] ubi0: attaching mtd11 [ 2.305103] ubi0: scanning is finished [ 2.313104] ubi0: attached mtd11 (name "ubi", size 112 MiB) [ 2.313136] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes [ 2.317510] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048 [ 2.324440] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096 [ 2.331287] ubi0: good PEBs: 896, bad PEBs: 0, corrupted PEBs: 0 [ 2.338068] ubi0: user volume: 6, internal volumes: 1, max. volumes count: 128 [ 2.344320] ubi0: max/mean erase counter: 37/20, WL threshold: 4096, image sequence number: 2086049366 [ 2.351344] ubi0: available PEBs: 0, total reserved PEBs: 896, PEBs reserved for bad PEB handling: 20 [ 2.360658] ubi0: background thread "ubi_bgt0d" started, PID 102 [ 2.370932] block ubiblock0_3: created from ubi0:3(rootfs) [ 2.376017] ubiblock: device ubiblock0_3 (rootfs) set to be root filesystem [ �^@[ 2.393413] VFS: Mounted root (squashfs filesystem) readonly on device 254:0. [ 2.394071] Freeing unused kernel memory: 236K [ 2.399523] This architecture does not have kernel memory protection. [ 2.554151] random: crng init done [ 2.778282] init: Console is alive [ 2.778537] init: - watchdog - [ 3.483684] kmodloader: loading kernel modules from /etc/modules-boot.d/* [ 3.548285] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.551859] SCSI subsystem initialized [ 3.562803] ehci-platform: EHCI generic platform driver [ 3.566137] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.567579] ohci-platform: OHCI generic platform driver [ 3.580305] kmodloader: done loading kernel modules from /etc/modules-boot.d/* [ 3.594203] init: - preinit - /bin/board_detect: line 12: Unsupported: not found [ 5.317960] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready Press the [f] key and hit [enter] to enter failsafe mode Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level [ 8.405757] ess_edma c080000.edma: eth0: GMAC Link is up with phy_speed=1000 [ 8.406195] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 8.973850] UBIFS (ubi0:5): background thread "ubifs_bgt0_5" started, PID 186 [ 9.004808] UBIFS (ubi0:5): recovery needed [ 9.102275] UBIFS (ubi0:5): recovery completed [ 9.102382] UBIFS (ubi0:5): UBIFS: mounted UBI device 0, volume 5, name "rootfs_data" [ 9.105642] UBIFS (ubi0:5): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes [ 9.113525] UBIFS (ubi0:5): FS size: 70217728 bytes (66 MiB, 553 LEBs), journal size 3555328 bytes (3 MiB, 28 LEBs) [ 9.123428] UBIFS (ubi0:5): reserved for root: 3316556 bytes (3238 KiB) [ 9.133680] UBIFS (ubi0:5): media format: w4/r0 (latest is w4/r0), UUID 3ED87D1E-D6C3-43DD-AD93-B0BC59C18314, small LPT model [ 9.141640] mount_root: switching to ubifs overlay [ 9.164653] urandom-seed: Seeding with /etc/urandom.seed [ 9.235740] procd: - early - [ 9.235837] procd: - watchdog - [ 9.925074] procd: - watchdog - [ 9.927762] procd: - ubus - [ 11.556622] procd: - init - Please press Enter to activate this console. [ 12.401359] kmodloader: loading kernel modules from /etc/modules.d/* [ 12.404824] ip6_tables: (C) 2000-2006 Netfilter Core Team [ 12.413308] Loading modules backported from Linux version wt-2017-11-01-0-gfe248fc2c180 [ 12.413343] Backport generated by backports.git v4.14-rc2-1-31-g86cf0e5d [ 12.421678] ip_tables: (C) 2000-2006 Netfilter Core Team [ 12.431749] nf_conntrack version 0.5.0 (4096 buckets, 16384 max) [ 12.457717] xt_time: kernel timezone is -0000 [ 12.534417] PPP generic driver version 2.4.2 [ 12.537316] NET: Registered protocol family 24 [ 12.564748] ath10k_pci 0000:01:00.0: enabling device (0140 -> 0142) [ 12.565538] ath10k_pci 0000:01:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0 [ 12.798189] ath10k_pci 0000:01:00.0: Direct firmware load for ath10k/pre-cal-pci-0000:01:00.0.bin failed with error -2 [ 12.798283] ath10k_pci 0000:01:00.0: Falling back to user helper [ 12.947502] firmware ath10k!pre-cal-pci-0000:01:00.0.bin: firmware_loading_store: map pages failed [ 12.949213] ath10k_pci 0000:01:00.0: Direct firmware load for ath10k/QCA9887/hw1.0/firmware-6.bin failed with error -2 [ 12.955420] ath10k_pci 0000:01:00.0: Falling back to user helper [ 13.011711] firmware ath10k!QCA9887!hw1.0!firmware-6.bin: firmware_loading_store: map pages failed [ 13.013621] ath10k_pci 0000:01:00.0: qca9887 hw1.0 target 0x4100016d chip_id 0x004000ff sub 0000:0000 [ 13.019680] ath10k_pci 0000:01:00.0: kconfig debug 0 debugfs 1 tracing 0 dfs 1 testmode 1 [ 13.032829] ath10k_pci 0000:01:00.0: firmware ver 10.2.4-1.0-00033 api 5 features no-p2p,ignore-otp,skip-clock-init,mfp,allows-mesh-bcast crc32 c232a0c3 [ 13.070403] ath10k_pci 0000:01:00.0: Direct firmware load for ath10k/QCA9887/hw1.0/board-2.bin failed with error -2 [ 13.070452] ath10k_pci 0000:01:00.0: Falling back to user helper [ 13.119131] firmware ath10k!QCA9887!hw1.0!board-2.bin: firmware_loading_store: map pages failed [ 13.129613] ath10k_pci 0000:01:00.0: board_file api 1 bmi_id N/A crc32 546cca0d [ 14.144271] ath10k_pci 0000:01:00.0: htt-ver 2.1 wmi-op 5 htt-op 2 cal file max-sta 128 raw 0 hwcrypto 1 [ 14.436872] ath10k_ahb a000000.wifi: Direct firmware load for ath10k/QCA4019/hw1.0/firmware-6.bin failed with error -2 [ 14.436925] ath10k_ahb a000000.wifi: Falling back to user helper [ 14.983899] firmware ath10k!QCA4019!hw1.0!firmware-6.bin: firmware_loading_store: map pages failed [ 15.361121] ath10k_ahb a000000.wifi: qca4019 hw1.0 target 0x01000000 chip_id 0x003900ff sub 0000:0000 [ 15.361176] ath10k_ahb a000000.wifi: kconfig debug 0 debugfs 1 tracing 0 dfs 1 testmode 1 [ 15.377684] ath10k_ahb a000000.wifi: firmware ver 10.4-3.4-00104 api 5 features no-p2p,mfp,peer-flow-ctrl,btcoex-param,allows-mesh-bcast,no-ps crc32 6c332c67 [ 15.429339] ath10k_ahb a000000.wifi: board_file api 2 bmi_id 0:20 crc32 4e1d6c59 [ 16.785005] ath10k_ahb a000000.wifi: htt-ver 2.2 wmi-op 6 htt-op 4 cal pre-cal-file max-sta 512 raw 0 hwcrypto 1 [ 16.987148] ath10k_ahb a800000.wifi: Direct firmware load for ath10k/QCA4019/hw1.0/firmware-6.bin failed with error -2 [ 16.987200] ath10k_ahb a800000.wifi: Falling back to user helper [ 17.367880] firmware ath10k!QCA4019!hw1.0!firmware-6.bin: firmware_loading_store: map pages failed [ 17.368456] ath10k_ahb a800000.wifi: qca4019 hw1.0 target 0x01000000 chip_id 0x003900ff sub 0000:0000 [ 17.375921] ath10k_ahb a800000.wifi: kconfig debug 0 debugfs 1 tracing 0 dfs 1 testmode 1 [ 17.405522] ath10k_ahb a800000.wifi: firmware ver 10.4-3.4-00104 api 5 features no-p2p,mfp,peer-flow-ctrl,btcoex-param,allows-mesh-bcast,no-ps crc32 6c332c67 [ 17.447598] ath10k_ahb a800000.wifi: board_file api 2 bmi_id 0:21 crc32 4e1d6c59 [ 18.804633] ath10k_ahb a800000.wifi: htt-ver 2.2 wmi-op 6 htt-op 4 cal pre-cal-file max-sta 512 raw 0 hwcrypto 1 [ 18.825240] kmodloader: done loading kernel modules from /etc/modules.d/* [ 22.167272] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [ 25.285392] ess_edma c080000.edma: eth0: GMAC Link is up with phy_speed=1000 [ 25.285523] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready BusyBox v1.27.2 () built-in shell (ash) _______ ________ __ | |.-----.-----.-----.| | | |.----.| |_ | - || _ | -__| || | | || _|| _| |_______|| __|_____|__|__||________||__| |____| |__| W I R E L E S S F R E E D O M ----------------------------------------------------- OpenWrt SNAPSHOT, r5944-ad4232e ----------------------------------------------------- === 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:/#


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 08:58
  • by 127.0.0.1