Meraki MR32
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.
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.
Getting started with a new Device Page
- 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.
- 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.
- When there are no more “fixme” tags left, delete this one too, along with the
<WRAP>
that encloses it.
Keep the articles modular
- 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.
Supported Versions
Hardware Highlights
Installation
Flashing needs a serial adaptor (due to the lack of a working dropbear on the original firmware).
This flashing procedure for the MR32 was tested with firmware: r23-149867:150252-aacharya
.
- Create a seperate Ethernet LAN which does not have access to the internet.
Ideally use 192.168.1.2 for your PC. Make sure to reserve 192.168.1.1, it will be used later on by the OpenWrt firmware. The original Meraki firmware will likely try to setup the network via DHCP Discovery, so make sure your PC is running a DHCP-Server (i.e.: dnsmasq)# dnsmasq -i eth# -F 192.168.1.5,192.168.1.50
Furthermore, the PC needs a supported ssh/http/ftp server in order to retrieve the initramfs + dtb file - Disassemble the MR32 device by removing all screws (4 screws are located under the 4 rubber feet) and prying open the plastic covers without breaking the plastic retention clips. Once inside, remove all the screws on the outer metal shielding to get to the PCB. It is not necessary to remove the antennas!
- Connect the serial cable to the serial header.
- Partially reassemble the outer metal shielding to ensure that the SoC has a proper heat sink.
- Connect the Ethernet patch cable and the power cable to the device .
- Wait for the device to boot and enter the root shell. (rooting is not discussed in detail here please refer to Chris Blake - “pwning the meraki mr18” blog post: https://servernetworktech.com/2016/02/pwning-the-meraki-mr18/ (The same method works with the MR32's r23-149867:150252-aacharya)
- Wait for the MR32 to enter the “<Meraki>” prompt and enter:
<Meraki> odm serial_num read (Verify that it matches what's on the S/N Sticker on the back!) <Meraki> odm serial_num write Q2XX-XXXX-XXXV <Meraki> odm serial_num read (Verify that the S/N has changed - and the LED start to flash)
- Now to flash the firmware:
<Meraki> odm firmware part.safe "http://192.168.1.2/mr32-initramfs.bin"
- Once OpenWrt booted use sysupgrade to permanently install OpenWrt. To do this: Download the latest sysupgrade.bin file for the MR32 to the device and use
sysupgrade *sysupgrade.bin
to install it.
WARNING: DO NOT DELETE the “storage” ubi volume!
To flash later MR32 Firmwares like r25-201804051805-G885d6d78-dhow-rel
requires in-circut-i2c tools to access the I2C EEPROM AT24C64 next to the SoC. The idea is pretty much the same as from Step 5 from above:
Change the serial number to Q2XXXXXXXXXV (should be around 0x7c), then attach a serial cable, ethernet (but make sure the device can't reach the internet!) hit “s” (the small s!) during boot to enter the root-shell and add the following commands to the /storage/config there:
serial_allow_odm true serial_access_enabled true serial_access_check false valid_config true
and then hit exit to let it finish booting.
Flash Layout
Find out flash layout, then add the flash layout table here (copy, paste, modify the example).
Please check out the article Flash layout. It contains examples and explanations that describe how to document the flash layout.
OEM easy installation
The instructions below are for Broadcom devices and only serve as an example.
Remove / modify them if they do not apply to this particular device!
This section deals with
- How you install OpenWrt from a device freshly opened
- The steps required such as reset to factory defaults if the device has already been configured
Note: Reset router to factory defaults if it has been previously configured.
- Browse to
http://192.168.1.1/Upgrade.asp
- Upload .bin file to router
- Wait for it to reboot
- Telnet to 192.168.1.1 and set a root password, or browse to
http://192.168.1.1
if LuCI is installed.
OEM installation using the TFTP method
Specific values needed for tftp
Enter values for “FILL-IN” below
Bootloader tftp server IPv4 address | FILL-IN |
---|---|
Bootloader MAC address (special) | FILL-IN |
Firmware tftp image | Latest OpenWrt release (NOTE: Name must contain “tftp”) |
TFTP transfer window | FILL-IN seconds |
TFTP window start | approximately FILL-IN seconds after power on |
TFTP client required IP address | FILL-IN |
Upgrading OpenWrt
These are generic instructions. Update with your router's specifics.
LuCI Web Upgrade Process
- Browse to
http://192.168.1.1/cgi-bin/luci/mini/system/upgrade/
LuCI Upgrade URL - Upload image file for sysupgrade to LuCI
- Wait for reboot
Terminal Upgrade Process
If you don't have a GUI (LuCI) available, you can alternatively upgrade via the command line. There are two command line methods for upgrading:
sysupgrade
mtd
Note: It is important that you put the firmware image into the ramdisk (/tmp) before you start flashing.
sysupgrade
- Login as root via SSH on 192.168.1.1, then enter the following commands:
cd /tmp wget http://downloads.openwrt.org/snapshots/trunk/XXX/xxx.abc sysupgrade /tmp/xxx.abc
mtd
If sysupgrade
does not support this router, use mtd
.
- Login as root via SSH on 192.168.1.1, then enter the following commands:
cd /tmp wget http://downloads.openwrt.org/snapshots/trunk/XXX/xxx.abc mtd write /tmp/xxx.abc linux && reboot
Debricking
Failsafe mode
Basic configuration
→ Basic configuration After flashing, proceed with this.
Set up your Internet connection, configure wireless, configure USB port, etc.
Specific Configuration
Please fill in real values for this device, then remove the EXAMPLEs
Network interfaces
The default network configuration is:
Interface Name | Description | Default configuration |
---|---|---|
br-lan | EXAMPLE LAN & WiFi | EXAMPLE 192.168.1.1/24 |
vlan0 (eth0.0) | EXAMPLE LAN ports (1 to 4) | EXAMPLE None |
vlan1 (eth0.1) | EXAMPLE WAN port | EXAMPLE DHCP |
wl0 | EXAMPLE WiFi | EXAMPLE Disabled |
Switch Ports (for VLANs)
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 |
Buttons
→ hardware.button on howto use and configure the hardware button(s). Here, we merely name the buttons, so we can use them in the above Howto.
Please fill in real values for this device, then remove the EXAMPLEs
The Meraki MR32 has the following buttons:
BUTTON | Event |
---|---|
EXAMPLE Reset | reset |
EXAMPLE Secure Easy Setup | ses |
EXAMPLE No buttons at all. | - |
Hardware
Info
Photos
Front:
Insert photo of front of the casing
Back:
Insert photo of back of the casing
Backside label:
Insert photo of backside label
Opening the case
Note: This will void your warranty!
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
Serial
→ 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
The 4 pins on the mainboard are similar to the MR33 pins:
Pin 1: V_{cc}, DO NOT CONNECT
Pin 2: RX
Pin 3: TX
Pin 4: Ground
Serial connection parameters for Meraki MR32 | 115200, 8N1 |
---|
JTAG
→ 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
Bootlogs
OEM bootlog
U-Boot 2012.10-00075-g79231c6 (Jul 09 2014 - 13:28:22) Meraki bootkernel loader Wait. Done. DEV ID= 0000cf12 SKU ID = 0 OTP status: eca00018 MEMC 0 DDR speed = 800MHz Log: ddr40_phy_init.c: Configuring DDR Controller PLLs Log: offset = 0x18010800 Log: VCO_FREQ is 1600 which is greater than 1Ghz. Log: DDR Phy PLL polling for lock Log: DDR Phy PLL locked. Log: ddr40_phy_init::DDR PHY step size calibration complete. Log: ddr40_phy_init:: Virtual VttSetup onm CONNECT=0x01CF7FFF, OVERRIDE=0x00077FFF Log: ddr40_phy_init:: Virtual Vtt Enabled Log: DDR Controller PLL Configuration Complete PHY register dump after DDR PHY init PHY register dump after mode register write SHMOO VER 1.13 PKID07DC06011801080000000000001A103F01000000 S300001CF 00001290 RDLYW0 00000005 RDENW0 00000040 RDQSW0 0000000000111111111122222222223333333333444444444455555555556666 0123456789012345678901234567890123456789012345678901234567890123 00 -------+++++++++++++++++++++++++X+++++++++++++++++++++++++------ 01 ----------+++++++++++++++++++++++++X+++++++++++++++++++++++++--- 02 ---------++++++++++++++++++++++++X+++++++++++++++++++++++------- 03 -------+++++++++++++++++++++++++X++++++++++++++++++++++++------- 04 ------++++++++++++++++++++++++X++++++++++++++++++++++++--------- 05 ------++++++++++++++++++++++++X++++++++++++++++++++++++--------- 06 ----++++++++++++++++++++++++X++++++++++++++++++++++++----------- 07 --------+++++++++++++++++++++++++X+++++++++++++++++++++++++----- 08 --+++++++++++++++++++++++++X++++++++++++++++++++++++------------ 09 -----+++++++++++++++++++++++++X+++++++++++++++++++++++++-------- 10 ----++++++++++++++++++++++X++++++++++++++++++++++--------------- 11 -------++++++++++++++++++++++++X+++++++++++++++++++++++--------- 12 --++++++++++++++++++++++++X++++++++++++++++++++++++------------- 13 -------++++++++++++++++++++++++X++++++++++++++++++++++++-------- 14 ------+++++++++++++++++++++++X+++++++++++++++++++++++----------- 15 ---+++++++++++++++++++++++X+++++++++++++++++++++++-------------- PW0 0000000000111111111122222222223333333333444444444455555555556666 0123456789012345678901234567890123456789012345678901234567890123 00 ------++++++++++++++++++++++++++X+++++++++++++++++++++++++------ 01 ---------++++++++++++++++++++++++++X+++++++++++++++++++++++++--- 02 ------+++++++++++++++++++++++++X+++++++++++++++++++++++++------- 03 ------+++++++++++++++++++++++++X+++++++++++++++++++++++++------- 04 --++++++++++++++++++++++++++X++++++++++++++++++++++++++--------- 05 ------++++++++++++++++++++++++X++++++++++++++++++++++++--------- 06 --+++++++++++++++++++++++++X+++++++++++++++++++++++++----------- 07 ------++++++++++++++++++++++++++X+++++++++++++++++++++++++------ 08 --+++++++++++++++++++++++++X++++++++++++++++++++++++------------ 09 -----+++++++++++++++++++++++++X+++++++++++++++++++++++++-------- 10 ---+++++++++++++++++++++++X++++++++++++++++++++++--------------- 11 ------++++++++++++++++++++++++X++++++++++++++++++++++++--------- 12 --++++++++++++++++++++++++X++++++++++++++++++++++++------------- 13 ------+++++++++++++++++++++++++X+++++++++++++++++++++++++------- 14 ----++++++++++++++++++++++++X++++++++++++++++++++++++----------- 15 --++++++++++++++++++++++++X+++++++++++++++++++++++-------------- NW0 0000000000111111111122222222223333333333444444444455555555556666 0123456789012345678901234567890123456789012345678901234567890123 00 --------++++++++++++++++++++++++++X++++++++++++++++++++++++++--- 01 -----------++++++++++++++++++++++++++X+++++++++++++++++++++++++- 02 --------++++++++++++++++++++++++++X+++++++++++++++++++++++++---- 03 --------+++++++++++++++++++++++++X+++++++++++++++++++++++++----- 04 ------+++++++++++++++++++++++++X+++++++++++++++++++++++++------- 05 ------++++++++++++++++++++++++++X+++++++++++++++++++++++++------ 06 -----+++++++++++++++++++++++++X+++++++++++++++++++++++++-------- 07 --------++++++++++++++++++++++++++X++++++++++++++++++++++++++--- 08 --+++++++++++++++++++++++++X+++++++++++++++++++++++++----------- 09 ------+++++++++++++++++++++++++X+++++++++++++++++++++++++------- 10 --+++++++++++++++++++++++++X++++++++++++++++++++++++------------ 11 -------++++++++++++++++++++++++X+++++++++++++++++++++++--------- 12 ---+++++++++++++++++++++++++X++++++++++++++++++++++++----------- 13 ------++++++++++++++++++++++++++X+++++++++++++++++++++++++------ 14 -----+++++++++++++++++++++++++X++++++++++++++++++++++++--------- 15 ---+++++++++++++++++++++++++X+++++++++++++++++++++++++---------- WRDQW0 0000000000111111111122222222223333333333444444444455555555556666 0123456789012345678901234567890123456789012345678901234567890123 00 +++++++++++++++++++++++X+++++++++++++++++++++++--------++++++++- 01 -+++++++++++++++++++++++X++++++++++++++++++++++----------++++++- 02 ++++++++++++++++++++++++X+++++++++++++++++++++++--------+++++++- 03 +++++++++++++++++++++++X++++++++++++++++++++++--------+++++++++- 04 ++++++++++++++++++++++X++++++++++++++++++++++--------++++++++++- 05 +++++++++++++++++++++++X+++++++++++++++++++++++------++++++++++- 06 +++++++++++++++++++++++X++++++++++++++++++++++-------++++++++++- 07 +++++++++++++++++++++++X+++++++++++++++++++++++------++++++++++- 08 ++++++++++++++++++++++X+++++++++++++++++++++--------+++++++++++- 09 +++++++++++++++++++++++X++++++++++++++++++++++--------+++++++++- 10 ++++++++++++++++++++++X++++++++++++++++++++++--------+-++++++++- 11 +++++++++++++++++++++++X+++++++++++++++++++++++--------++++++++- 12 +++++++++++++++++++++++X++++++++++++++++++++++-------++++++++++- 13 +++++++++++++++++++++++X+++++++++++++++++++++++----------++++++- 14 +++++++++++++++++++++++X++++++++++++++++++++++---------++++++++- 15 +++++++++++++++++++++++X++++++++++++++++++++++-------++++++++++- WRDMW0 00000023 WRDMW0 00000022 ADDR 0000000000111111111122222222223333333333444444444455555555556666 0123456789012345678901234567890123456789012345678901234567890123 00 -+++++++++++++++++S+++++++++++++X+++++++++++++++++++++++++++++++ DRAM: 15.9 MiB WARNING: Caches not enabled NAND: (ONFI), S34ML01G2 , 128 KiB blocks, 2 KiB pages, 16B OOB, 8-bit NAND: chipsize 128 MiB In: serial Out: serial Err: serial Unlocking L2 Cache ...Done About to set TTBR0 to 00fe0000 Set TTBR0 to 00fe0000 arm_clk=1000MHz, axi_clk=500MHz, apb_clk=250MHz, arm_periph_clk=500MHz Registering eth Broadcom BCM IPROC Ethernet driver 0.1 Using GMAC1 (0x18025000) ERROR: could not get env ethaddr et0: ethHw_chipAttach: Chip ID: 0xcf12; phyaddr: 0x1e bcm_robo_attach: devid: 0x53012 NAND read: device 0 offset 0x500000, size 0x300000 3145728 bytes read: OK [ 0.000000] Booting Linux on physical CPU 0 [ 0.000000] Linux version 3.4.99 (aacharya@dev104.meraki.com) (gcc version 4.7.1 (GCC) ) #2 Thu Aug 7 10:15:45 PDT 2014 [ 0.000000] CPU: ARMv7 Processor [413fc090] revision 0 (ARMv7), cr=10c5387d [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [ 0.000000] Machine: Meraki Venom, model: Meraki Espresso [ 0.000000] bootconsole [earlycon0] enabled [ 0.000000] Memory policy: ECC disabled, Data cache writeback [ 0.000000] BUG: mapping for 0x18000000 at 0xff000000 out of vmalloc space [ 0.000000] BUG: mapping for 0x19000000 at 0xff200000 out of vmalloc space [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 32496 [ 0.000000] Kernel command line: ubi.mtd=ubi mem=0x7ff0000 console=ttyS0,115200 earlyprintk loader=u-boot part=bootkernel2 [ 0.000000] PID hash table entries: 512 (order: -1, 2048 bytes) [ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes) [ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes) [ 0.000000] Memory: 127MB = 127MB total [ 0.000000] Memory: 125376k/125376k available, 5632k 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 : 0xc8000000 - 0xff000000 ( 880 MB) [ 0.000000] lowmem : 0xc0000000 - 0xc7ff0000 ( 127 MB) [ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB) [ 0.000000] .text : 0xc0008000 - 0xc02b8d84 (2756 kB) [ 0.000000] .init : 0xc02b9000 - 0xc0410e3c (1376 kB) [ 0.000000] .data : 0xc0412000 - 0xc0436210 ( 145 kB) [ 0.000000] .bss : 0xc0436234 - 0xc0458eac ( 140 kB) [ 0.000000] SLUB: Genslabs=11, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] NR_IRQS:292 [ 0.000000] sched_clock: 32 bits at 100 Hz, resolution 10000000ns, wraps every 4294967286ms [ 0.010000] Calibrating delay loop... 1993.93 BogoMIPS (lpj=9969664) [ 0.080000] pid_max: default: 32768 minimum: 301 [ 0.080000] Mount-cache hash table entries: 512 [ 0.090000] CPU: Testing write buffer coherency: ok [ 0.090000] Setting up static identity map for 0x1fdfd0 - 0x1fe028 [ 0.100000] L310 cache controller enabled [ 0.100000] l2x0: 16 ways, CACHE_ID 0x410000c8, AUX_CTRL 0x0a130000, Cache size: 262144 B [ 0.110000] devtmpfs: initialized [ 0.120000] NET: Registered protocol family 16 [ 0.120000] gpiochip_add: registered GPIOs 0 to 23 on device: GPIOA [ 0.130000] iproc gpiochip add GPIOA [ 0.130000] GPIOA:ioaddr ff000060 [ 0.140000] GPIOA:intr_ioaddr ff000000 dmu_ioaddr ff00c000 [ 0.140000] gpiochip_add: registered GPIOs 24 to 27 on device: GPIOB [ 0.150000] iproc gpiochip add GPIOB [ 0.150000] GPIOB:ioaddr ff001000 [ 0.160000] bio: create slab <bio-0> at 0 [ 0.170000] i2c-gpio i2c-gpio.2: using pins 5 (SDA) and 4 (SCL) [ 0.170000] Switching to clocksource iproc_gtimer [ 0.180000] NET: Registered protocol family 2 [ 0.180000] IP route cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.190000] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.200000] TCP bind hash table entries: 4096 (order: 2, 16384 bytes) [ 0.200000] TCP: Hash tables configured (established 4096 bind 4096) [ 0.210000] TCP: reno registered [ 0.210000] UDP hash table entries: 256 (order: 0, 4096 bytes) [ 0.220000] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes) [ 0.230000] NET: Registered protocol family 1 [ 0.490000] PCIE0: LINKSTA reg 0xbe val 0x1001 [ 0.490000] reg[0xac]=0x10, reg[0xae]=0x42, reg[0xb0]=0x8000, reg[0xb4]=0x2c10, reg[0xb6]=0x10, reg[0xb8]=0x5c12, reg[0xba]=0x65, reg[0xbe]=0x1001, reg[0xc6]=0x40, reg[0xca]=0x1, reg[0xd0]=0x1f, reg[0xd2]=0x8, reg[0xdc]=0x2, reg[0xde]=0x1, PCIE0 link=0 [ 0.860000] PCIE1: LINKSTA reg 0xbe val 0x1001 [ 0.870000] reg[0xac]=0x10, reg[0xae]=0x42, reg[0xb0]=0x8000, reg[0xb4]=0x2c10, reg[0xb6]=0x10, reg[0xb8]=0x5c12, reg[0xba]=0x65, reg[0xbe]=0x1001, reg[0xc6]=0x40, reg[0xca]=0x1, reg[0xd0]=0x1f, reg[0xd2]=0x8, reg[0xdc]=0x2, reg[0xde]=0x1, PCIE1 link=0 [ 1.240000] PCIE2: LINKSTA reg 0xbe val 0x1011 [ 1.240000] reg[0xac]=0x10, reg[0xae]=0x42, reg[0xb0]=0x8000, reg[0xb4]=0x2c10, reg[0xb6]=0x10, reg[0xb8]=0x5c12, reg[0xba]=0x65, reg[0xbe]=0x1011, reg[0xc6]=0x40, reg[0xca]=0x1, reg[0xd0]=0x1f, reg[0xd2]=0x8, reg[0xdc]=0x2, PCIE2 link=1 [ 1.270000] PCI host bridge to bus 0002:00 [ 1.270000] pci_bus 0002:00: root bus resource [mem 0x48000000-0x4fffffff] [ 1.280000] PCI: bus0: Fast back to back transfers disabled [ 1.280000] pci 0002:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 1.290000] PCI: bus1: Fast back to back transfers disabled [ 1.300000] PCIe map irq: 0002:00:00.00 slot 0, pin 1, irq: 175 [ 1.300000] PCIe map irq: 0002:01:00.00 slot 0, pin 1, irq: 175 [ 1.310000] pci 0002:00:00.0: BAR 8: assigned [mem 0x48000000-0x480fffff] [ 1.320000] pci 0002:01:00.0: BAR 0: assigned [mem 0x48000000-0x48003fff 64bit] [ 1.320000] pci 0002:00:00.0: PCI bridge to [bus 01-01] [ 1.330000] pci 0002:00:00.0: bridge window [mem 0x48000000-0x480fffff] [ 1.340000] PCI: enabling device 0002:00:00.0 (0140 -> 0143) [ 1.340000] pm_init: Initializing Power Management .... [ 1.350000] msgmni has been set to 244 [ 1.360000] io scheduler noop registered [ 1.360000] io scheduler deadline registered [ 1.370000] io scheduler cfq registered (default) [ 1.370000] iproc_pwmc_probe iobase ff002000 phys:18002000 [ 1.380000] Serial: 8250/16550 driver, 1 ports, IRQ sharing disabled [ 1.380000] 18000300.uart: ttyS0 at MMIO 0x18000300 (irq = 117) is a 16550A [ 1.390000] console [ttyS0] enabled, bootconsole disabled [ 1.390000] console [ttyS0] enabled, bootconsole disabled [ 1.400000] of_serial: probe of 18008000.uart failed with error -28 [ 1.410000] Trying to register dev faulty etc [ 1.410000] at24 0-0050: 8192 byte 24c64 EEPROM, writable, 32 bytes/write [ 1.420000] ONFI param page 0 valid [ 1.420000] ONFI flash detected [ 1.430000] NAND device: Manufacturer ID: 0x01, Chip ID: 0xf1 (AMD S34ML01G2) [ 1.440000] ONFI param page 0 valid [ 1.440000] ONFI flash detected [ 1.440000] NAND device: Manufacturer ID: 0x01, Chip ID: 0xf1 (AMD S34ML01G2) [ 1.450000] iproc_nand: following bootloader settings [ 1.450000] iproc_nand: 128MiB total, 128KiB blocks, 2KiB pages, 16B OOB, 8-bit [ 1.460000] iproc_nand: user oob per page: 6 bytes (4 steps) [ 1.470000] Bad block table found at page 65472, version 0x01 [ 1.470000] Bad block table found at page 65408, version 0x01 [ 1.480000] Bad block table found at page 65472, version 0x01 [ 1.490000] Bad block table found at page 65408, version 0x01 [ 1.490000] 5 ofpart partitions found on MTD device nand_iproc.0 [ 1.500000] Creating 5 MTD partitions on "nand_iproc.0": [ 1.500000] 0x000000000000-0x000000100000 : "U-boot" [ 1.510000] 0x000000100000-0x000000400000 : "bootkernel1" [ 1.510000] 0x000000400000-0x000000500000 : "senao_nvram" [ 1.520000] 0x000000500000-0x000000800000 : "bootkernel2" [ 1.530000] 0x000000800000-0x000007f80000 : "ubi" [ 1.530000] iproc_nand: NAND controller driver is loaded [ 1.540000] UBI: attaching mtd4 to ubi0 [ 1.540000] UBI: physical eraseblock size: 131072 bytes (128 KiB) [ 1.550000] UBI: logical eraseblock size: 126976 bytes [ 1.550000] UBI: smallest flash I/O unit: 2048 [ 1.560000] UBI: VID header offset: 2048 (aligned 2048) [ 1.560000] UBI: data offset: 4096 [ 2.200000] UBI: max. sequence number: 603173 [ 2.210000] UBI: attached mtd4 to ubi0 [ 2.210000] UBI: MTD device name: "ubi" [ 2.220000] UBI: MTD device size: 119 MiB [ 2.220000] UBI: number of good PEBs: 956 [ 2.230000] UBI: number of bad PEBs: 0 [ 2.230000] UBI: number of corrupted PEBs: 0 [ 2.240000] UBI: max. allowed volumes: 128 [ 2.240000] UBI: wear-leveling threshold: 4096 [ 2.250000] UBI: number of internal volumes: 1 [ 2.250000] UBI: number of user volumes: 4 [ 2.260000] UBI: available PEBs: 601 [ 2.260000] UBI: total number of reserved PEBs: 355 [ 2.270000] UBI: number of PEBs reserved for bad PEB handling: 9 [ 2.270000] UBI: max/mean erase counter: 807/631 [ 2.280000] UBI: image sequence number: 0 [ 2.280000] UBI: background thread "ubi_bgt0d" started, PID 210 [ 2.290000] tun: Universal TUN/TAP device driver, 1.6 [ 2.290000] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com> [ 2.300000] NVRAM: map 0x1e0a0000 [ 2.330000] bcm5301x_gmac_init_module: passivemode set to 0x0 [ 2.330000] bcm5301x_gmac_init_module: et_txq_thresh set to 0x400 [ 2.340000] bcm5301x_gmac_init_module: et_rx_rate_limit set to 0x1 [ 2.350000] bcm5301x_gmac_probe enter name:bcmiproc-gmac0; id:0x0; unit:0 [ 2.350000] et0: eth1addr not found, ignore it [ 2.360000] bcm5301x_gmac_probe enter name:bcmiproc-gmac1; id:0x0; unit:1 [ 2.370000] et1: eth2addr not found, ignore it [ 2.370000] bcm5301x_gmac_probe enter name:bcmiproc-gmac2; id:0x0; unit:2 [ 2.380000] si_doattach chipid: 0x3f00cf12 [ 2.380000] et2: base_addr (0x18026000) irq (181) [ 2.390000] etc_gmac_speed default GMAC2 speed: auto [ 2.390000] etc_attach() mdio_init_time = 5 [ 2.400000] si_doattach: incoming bus is PCI but it's a lie, switching to SI devid:0xcf12 [ 2.400000] si_doattach chipid: 0x3f00cf12 [ 2.410000] si_attach socitype(0x3) chip(0xcf12) chiprev(0x0) chippkg(0x0) [ 2.410000] et2: chipattach: phyaddr(0x1e) [ 2.420000] et2: chipattach: Calling robo attach [ 2.420000] bcm_robo_attach: devid32: 0x53012 [ 2.500000] bcm_robo_enable_switch IPROC OTP is not configured, can not determine skuid [ 2.510000] bcm_robo_enable_switch Northstar Family chip [ 2.510000] eth0: Broadcom BCM5301x 10/100/1000 Mbps Ethernet Controller 6.30.40 (TOB) (r) [ 2.520000] eth_mac_proc_create: enter [ 2.520000] [ 2.520000] Creating fa bypass proc entry [ 2.530000] et_ctf_active disabled [ 2.530000] bcm5301x_gmac_probe enter name:bcmiproc-gmac3; id:0x0; unit:3 [ 2.540000] et3: eth3addr not found, ignore it [ 2.550000] input: gpio-buttons.1 as /devices/gpio-buttons.1/input/input0 [ 2.550000] i2c /dev entries driver [ 2.570000] ina2xx 0-0045: power monitor ina219 (Rshunt = 60000 uOhm) [ 2.580000] iproc_wdt 18000000.wdt: iProc Watchdog Timer - timeout=60 sec, nowayout=0 [ 2.590000] meraki-config board-data.3: Meraki config device loaded [ 2.590000] TCP: cubic registered [ 2.600000] NET: Registered protocol family 17 [ 2.600000] Registering SWP/SWPB emulation handler [ 2.610000] devtmpfs: mounted [ 2.610000] Freeing init memory: 1372K [ 2.620000] Made it into bootsh: Aug 7 2014 10:14:16 [ 2.620000] bootsh build T-140436-gd3dd2af6-aacharya [ 2.630000] mount_bootpartition: mounting bootroot: No such file or directory grep meraki-board-config /proc/misc | awk '{prin[ 2.640000] unmount_bootpartition: unmounting bootroott $1}' : No such file or directory [ 2.760000] UBIFS: mounted UBI device 0, volume 3, name "storage" [ 2.770000] UBIFS: file system size: 7364608 bytes (7192 KiB, 7 MiB, 58 LEBs) [ 2.770000] UBIFS: journal size: 1015809 bytes (992 KiB, 0 MiB, 6 LEBs) [ 2.780000] UBIFS: media format: w4/r0 (latest is w4/r0) [ 2.790000] UBIFS: default compressor: lzo [ 2.790000] UBIFS: reserved for root: 347848 bytes (339 KiB) [ 5.150000] Mapping 13512704 bytes for /dev/mtdblock/part.safe [ 5.200000] Meraki-build is 25-201804051805-G885d6d78-dhow-rel Description: Venom Kernel Description: Venom Ramdisk Description: Espresso Device Tree [ 7.620000] UBIFS: un-mount UBI device 0, volume 3 [ 7.630000] Starting new kernel [ 7.630000] 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:57:32 PDT 2018 [ 0.000000] CPU: ARMv7 Processor [413fc090] revision 0 (ARMv7), cr=10c5387d [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [ 0.000000] Machine: Meraki Venom, model: Meraki Espresso [ 0.000000] Memory policy: ECC disabled, Data cache writealloc [ 0.000000] BUG: mapping for 0x18000000 at 0xff000000 out of vmalloc space [ 0.000000] BUG: mapping for 0x19000000 at 0xff200000 out of vmalloc space [ 0.000000] PERCPU: Embedded 7 pages/cpu @c048a000 s5504 r8192 d14976 u32768 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 32496 [ 0.000000] Kernel command line: ubi.mtd=ubi mem=0x7ff0000 maxcpus=1 console=ttyS0,115200n8 earlyprintks [ 0.000000] PID hash table entries: 512 (order: -1, 2048 bytes) [ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes) [ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes) [ 0.000000] Memory: 127MB = 127MB total [ 0.000000] Memory: 116428k/116428k available, 14580k 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 : 0xc8000000 - 0xff000000 ( 880 MB) [ 0.000000] lowmem : 0xc0000000 - 0xc7ff0000 ( 127 MB) [ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB) [ 0.000000] .text : 0xc0008000 - 0xc03121fc (3113 kB) [ 0.000000] .init : 0xc0313000 - 0xc0335580 ( 138 kB) [ 0.000000] .data : 0xc0336000 - 0xc03608c8 ( 171 kB) [ 0.000000] .bss : 0xc03608ec - 0xc03845ec ( 144 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:292 [ 0.000000] sched_clock: 32 bits at 100 Hz, resolution 10000000ns, wraps every 4294967286ms [ 0.010000] Calibrating delay loop... 1993.93 BogoMIPS (lpj=9969664) [ 0.070000] pid_max: default: 32768 minimum: 301 [ 0.070000] Mount-cache hash table entries: 512 [ 0.070000] CPU: Testing write buffer coherency: ok [ 0.070000] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 [ 0.070000] smp_twd: clock not found: -2 [ 0.070000] Calibrating local timer... 499.68MHz. [ 0.130000] Setting up static identity map for 0x24c300 - 0x24c358 [ 0.130000] L310 cache controller enabled [ 0.130000] l2x0: 16 ways, CACHE_ID 0x410000c8, AUX_CTRL 0x0a130000, Cache size: 262144 B [ 0.130000] Brought up 1 CPUs [ 0.130000] SMP: Total of 1 processors activated (1993.93 BogoMIPS). [ 0.130000] devtmpfs: initialized [ 0.130000] NET: Registered protocol family 16 [ 0.130000] gpiochip_add: registered GPIOs 0 to 23 on device: GPIOA [ 0.130000] iproc gpiochip add GPIOA [ 0.130000] GPIOA:ioaddr ff000060 [ 0.130000] GPIOA:intr_ioaddr ff000000 dmu_ioaddr ff00c000 [ 0.130000] gpiochip_add: registered GPIOs 24 to 27 on device: GPIOB [ 0.130000] iproc gpiochip add GPIOB [ 0.130000] GPIOB:ioaddr ff001000 [ 0.140000] bio: create slab <bio-0> at 0 [ 0.140000] i2c-gpio i2c-gpio.2: using pins 5 (SDA) and 4 (SCL) [ 0.140000] Bluetooth: Core ver 2.16 [ 0.140000] NET: Registered protocol family 31 [ 0.140000] Bluetooth: HCI device and connection manager initialized [ 0.140000] Bluetooth: HCI socket layer initialized [ 0.140000] Bluetooth: L2CAP socket layer initialized [ 0.140000] Bluetooth: SCO socket layer initialized [ 0.140000] Switching to clocksource iproc_gtimer [ 0.140000] NET: Registered protocol family 2 [ 0.150000] IP route cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.150000] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.150000] TCP bind hash table entries: 4096 (order: 3, 32768 bytes) [ 0.150000] TCP: Hash tables configured (established 4096 bind 4096) [ 0.150000] TCP: reno registered [ 0.150000] UDP hash table entries: 128 (order: 0, 4096 bytes) [ 0.150000] UDP-Lite hash table entries: 128 (order: 0, 4096 bytes) [ 0.150000] NET: Registered protocol family 1 [ 0.150000] Unpacking initramfs... [ 5.210000] Freeing initrd memory: 9756K [ 5.460000] PCIE0: LINKSTA reg 0xbe val 0x1011 [ 5.460000] reg[0xac]=0x10, reg[0xae]=0x42, reg[0xb0]=0x8000, reg[0xb4]=0x2c10, reg[0xb6]=0x10, reg[0xb8]=0x5c12, reg[0xba]=0x65, reg[0xbe]=0x1011, reg[0xc6]=0x40, reg[0xca]=0x1, reg[0xd0]=0x1f, reg[0xd2]=0x8, reg[0xdc]=0x1, reg[0xde]=0x1, PCIE0 link=1 [ 5.460000] PCI host bridge to bus 0000:00 [ 5.460000] pci_bus 0000:00: root bus resource [mem 0x08000000-0x0fffffff] [ 5.460000] PCI: bus0: Fast back to back transfers disabled [ 5.460000] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 5.460000] PCI: bus1: Fast back to back transfers disabled [ 5.460000] PCIe map irq: 0000:00:00.00 slot 0, pin 1, irq: 163 [ 5.460000] PCIe map irq: 0000:01:00.00 slot 0, pin 1, irq: 163 [ 5.460000] pci 0000:00:00.0: BAR 8: assigned [mem 0x08000000-0x080fffff] [ 5.460000] pci 0000:01:00.0: BAR 0: assigned [mem 0x08000000-0x08007fff 64bit] [ 5.460000] pci 0000:00:00.0: PCI bridge to [bus 01-01] [ 5.460000] pci 0000:00:00.0: bridge window [mem 0x08000000-0x080fffff] [ 5.460000] PCI: enabling device 0000:00:00.0 (0140 -> 0143) [ 5.710000] PCIE1: LINKSTA reg 0xbe val 0x1011 [ 5.710000] reg[0xac]=0x10, reg[0xae]=0x42, reg[0xb0]=0x8000, reg[0xb4]=0x2c10, reg[0xb6]=0x10, reg[0xb8]=0x5c12, reg[0xba]=0x65, reg[0xbe]=0x1011, reg[0xc6]=0x40, reg[0xca]=0x1, reg[0xd0]=0x1f, reg[0xd2]=0x8, reg[0xdc]=0x1, reg[0xde]=0x1, PCIE1 link=1 [ 5.730000] PCI host bridge to bus 0001:00 [ 5.730000] pci_bus 0001:00: root bus resource [mem 0x40000000-0x47ffffff] [ 5.730000] PCI: bus0: Fast back to back transfers disabled [ 5.730000] pci 0001:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 5.730000] PCI: bus1: Fast back to back transfers disabled [ 5.740000] PCIe map irq: 0000:00:00.00 slot 0, pin 1, irq: 163 [ 5.740000] PCIe map irq: 0000:01:00.00 slot 0, pin 1, irq: 163 [ 5.740000] PCIe map irq: 0001:00:00.00 slot 0, pin 1, irq: 169 [ 5.740000] PCIe map irq: 0001:01:00.00 slot 0, pin 1, irq: 169 [ 5.740000] pci 0001:00:00.0: BAR 8: assigned [mem 0x40000000-0x400fffff] [ 5.740000] pci 0001:01:00.0: BAR 0: assigned [mem 0x40000000-0x40007fff 64bit] [ 5.740000] pci 0001:00:00.0: PCI bridge to [bus 01-01] [ 5.740000] pci 0001:00:00.0: bridge window [mem 0x40000000-0x400fffff] [ 5.740000] PCI: enabling device 0001:00:00.0 (0140 -> 0143) [ 5.990000] PCIE2: LINKSTA reg 0xbe val 0x1011 [ 5.990000] reg[0xac]=0x10, reg[0xae]=0x42, reg[0xb0]=0x8000, reg[0xb4]=0x2c10, reg[0xb6]=0x10, reg[0xb8]=0x5c12, reg[0xba]=0x65, reg[0xbe]=0x1011, reg[0xc6]=0x40, reg[0xca]=0x1, reg[0xd0]=0x1f, reg[0xd2]=0x8, reg[0xdc]=0x2, PCIE2 link=1 [ 6.000000] PCI host bridge to bus 0002:00 [ 6.000000] pci_bus 0002:00: root bus resource [mem 0x48000000-0x4fffffff] [ 6.000000] PCI: bus0: Fast back to back transfers disabled [ 6.000000] PCI: bus1: Fast back to back transfers disabled [ 6.010000] PCIe map irq: 0000:00:00.00 slot 0, pin 1, irq: 163 [ 6.010000] PCIe map irq: 0000:01:00.00 slot 0, pin 1, irq: 163 [ 6.010000] PCIe map irq: 0001:00:00.00 slot 0, pin 1, irq: 169 [ 6.010000] PCIe map irq: 0001:01:00.00 slot 0, pin 1, irq: 169 [ 6.010000] PCIe map irq: 0002:00:00.00 slot 0, pin 1, irq: 175 [ 6.010000] PCIe map irq: 0002:01:00.00 slot 0, pin 1, irq: 175 [ 6.010000] pci 0002:00:00.0: BAR 8: assigned [mem 0x48000000-0x480fffff] [ 6.010000] pci 0002:01:00.0: BAR 0: assigned [mem 0x48000000-0x48003fff 64bit] [ 6.010000] pci 0002:00:00.0: PCI bridge to [bus 01-01] [ 6.010000] pci 0002:00:00.0: bridge window [mem 0x48000000-0x480fffff] [ 6.010000] PCI: enabling device 0002:00:00.0 (0146 -> 0147) [ 6.010000] pm_init: Initializing Power Management .... [ 6.190000] msgmni has been set to 246 [ 6.200000] io scheduler noop registered [ 6.200000] io scheduler deadline registered [ 6.200000] io scheduler cfq registered (default) [ 6.200000] iproc_pwmc_probe iobase ff002000 phys:18002000 [ 6.210000] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled [ 6.240000] 18000300.uart: ttyS0 at MMIO 0x18000300 (irq = 117) is a 16550A [ 7.010000] console [ttyS0] enabled [ 7.040000] 18008000.uart: ttyS1 at MMIO 0x18008000 (irq = 118) is a 16550A [ 7.050000] at24 0-0050: 8192 byte 24c64 EEPROM, writable, 32 bytes/write [ 7.060000] ONFI param page 0 valid [ 7.070000] ONFI flash detected [ 7.070000] NAND device: Manufacturer ID: 0x01, Chip ID: 0xf1 (AMD S34ML01G2) [ 7.090000] ONFI param page 0 valid [ 7.090000] ONFI flash detected [ 7.100000] NAND device: Manufacturer ID: 0x01, Chip ID: 0xf1 (AMD S34ML01G2) [ 7.110000] iproc_nand: following bootloader settings [ 7.110000] iproc_nand: 128MiB total, 128KiB blocks, 2KiB pages, 16B OOB, 8-bit [ 7.120000] iproc_nand: user oob per page: 6 bytes (4 steps) [ 7.130000] Bad block table found at page 65472, version 0x01 [ 7.130000] Bad block table found at page 65408, version 0x01 [ 7.140000] Bad block table found at page 65472, version 0x01 [ 7.150000] Bad block table found at page 65408, version 0x01 [ 7.150000] 5 ofpart partitions found on MTD device nand_iproc.0 [ 7.160000] Creating 5 MTD partitions on "nand_iproc.0": [ 7.160000] 0x000000000000-0x000000100000 : "U-boot" [ 7.170000] 0x000000100000-0x000000400000 : "bootkernel1" [ 7.200000] 0x000000400000-0x000000500000 : "senao_nvram" [ 7.220000] 0x000000500000-0x000000800000 : "bootkernel2" [ 7.250000] 0x000000800000-0x000007f80000 : "ubi" [ 7.270000] iproc_nand: NAND controller driver is loaded [ 7.290000] UBI: attaching mtd4 to ubi0 [ 7.290000] UBI: physical eraseblock size: 131072 bytes (128 KiB) [ 7.300000] UBI: logical eraseblock size: 126976 bytes [ 7.310000] UBI: smallest flash I/O unit: 2048 [ 7.310000] UBI: VID header offset: 2048 (aligned 2048) [ 7.320000] UBI: data offset: 4096 [ 7.990000] UBI: max. sequence number: 603174 [ 8.000000] UBI: attached mtd4 to ubi0 [ 8.010000] UBI: MTD device name: "ubi" [ 8.010000] UBI: MTD device size: 119 MiB [ 8.020000] UBI: number of good PEBs: 956 [ 8.020000] UBI: number of bad PEBs: 0 [ 8.020000] UBI: number of corrupted PEBs: 0 [ 8.030000] UBI: max. allowed volumes: 128 [ 8.030000] UBI: wear-leveling threshold: 4096 [ 8.040000] UBI: number of internal volumes: 1 [ 8.040000] UBI: number of user volumes: 4 [ 8.050000] UBI: available PEBs: 601 [ 8.050000] UBI: total number of reserved PEBs: 355 [ 8.060000] UBI: number of PEBs reserved for bad PEB handling: 9 [ 8.060000] UBI: max/mean erase counter: 807/631 [ 8.070000] UBI: image sequence number: 0 [ 8.070000] UBI: background thread "ubi_bgt0d" started, PID 335 [ 8.160000] tun: Universal TUN/TAP device driver, 1.6 [ 8.160000] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com> [ 8.180000] bcm5301x_gmac_init_module: NAPI2_POLL mode [ 8.180000] bcm5301x_gmac_probe enter name:bcmiproc-gmac0; id:0x0; unit:0 [ 8.190000] NVRAM: map 0x1e0a0000 [ 8.220000] et0: eth1addr not found, ignore it [ 8.250000] bcm5301x_gmac_probe enter name:bcmiproc-gmac1; id:0x0; unit:1 [ 8.250000] et1: eth2addr not found, ignore it [ 8.270000] bcm5301x_gmac_probe enter name:bcmiproc-gmac2; id:0x0; unit:2 [ 8.270000] si_doattach chipid: 0x3f00cf12 [ 8.280000] et2: base_addr (0x18026000) irq (181) [ 8.280000] etc_gmac_speed default GMAC2 speed: auto [ 8.290000] etc_attach() mdio_init_time = 5 [ 8.290000] si_doattach: incoming bus is PCI but it's a lie, switching to SI devid:0xcf12 [ 8.300000] si_doattach chipid: 0x3f00cf12 [ 8.300000] si_attach socitype(0x3) chip(0xcf12) chiprev(0x0) chippkg(0x0) [ 8.310000] et2: chipattach: phyaddr(0x1e) [ 8.310000] et2: chipattach: Calling robo attach [ 8.320000] bcm_robo_attach: devid32: 0x53012 [ 8.400000] bcm_robo_enable_switch IPROC OTP is not configured, can not determine skuid [ 8.410000] bcm_robo_enable_switch Northstar Family chip [ 8.440000] eth0: Broadcom BCM5301x 10/100/1000 Mbps Ethernet Controller 6.30.40 (TOB) (r) [ 8.440000] eth_mac_proc_create: enter [ 8.450000] [ 8.450000] Creating fa bypass proc entry [ 8.450000] et_ctf_active disabled [ 8.470000] bcm5301x_gmac_probe enter name:bcmiproc-gmac3; id:0x0; unit:3 [ 8.470000] et3: eth3addr not found, ignore it [ 8.490000] input: gpio-buttons.1 as /devices/gpio-buttons.1/input/input0 [ 8.490000] i2c /dev entries driver [ 8.540000] ina2xx 0-0045: power monitor ina219 (Rshunt = 10000 uOhm) [ 8.550000] iproc_wdt 18000000.wdt: iProc Watchdog Timer - timeout=60 sec, nowayout=0 [ 8.580000] Bluetooth: HCI UART driver ver 2.2 [ 8.580000] Bluetooth: HCI H4 protocol initialized [ 8.610000] meraki-config board-data.3: Meraki config device loaded [ 8.610000] TCP: cubic registered [ 8.620000] NET: Registered protocol family 17 [ 8.620000] Registering SWP/SWPB emulation handler [ 8.650000] devtmpfs: mounted [ 8.660000] Freeing init memory: 136K [ 8.680000] Made it into bootsh: Apr 5 2018 19:53:57 [ 8.680000] bootsh build 25-201804051805-G885d6d78-dhow-rel [ 8.810000] UBIFS: mounted UBI device 0, volume 3, name "storage" [ 8.820000] UBIFS: file system size: 7364608 bytes (7192 KiB, 7 MiB, 58 LEBs) [ 8.830000] UBIFS: journal size: 1015809 bytes (992 KiB, 0 MiB, 6 LEBs) [ 8.830000] UBIFS: media format: w4/r0 (latest is w4/r0) [ 8.840000] UBIFS: default compressor: lzo [ 8.840000] 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:26 PDT) board_data_config major board_data_config major [ 9.050000] Sat Jan 1 00:00:00 UTC 2000 WARNING! THIS CONSOLE IS LOGGED! UNAUTHORIZED ACCESS FORBIDDEN! <Meraki> [ 9.310000] sysctl: error: 'vm.extfrag_threshold' is an unknown key [ 9.370000] wl: module license 'Proprietary' taints kernel. [ 9.410000] PCI: enabling device 0000:01:00.0 (0140 -> 0142) [ 9.480000] apr0v0: Broadcom BCM4360 802.11 Wireless Controller 6.37.14.105_e1.4.1.5 (r485445) [ 9.480000] PCI: enabling device 0001:01:00.0 (0140 -> 0142) [ 9.560000] apr1v0: Broadcom BCM4360 802.11 Wireless Controller 6.37.14.105_e1.4.1.5 (r485445) [ 9.560000] PCI: enabling device 0002:01:00.0 (0140 -> 0142) [ 9.670000] apr2v0: Broadcom BCMa8dc 802.11 Wireless Controller 6.37.14.105_e1.4.1.5 (r485445) [ 9.850000] board_data_config major [ 9.920000] board_data_config major [ 10.830000] et2 Link Up: 1000FD [ 11.150000] Checking existing firmware [ 13.020000] The firmware is the same as the input, will not write to flash [ 13.320000] board_data_config major [ 13.390000] sysctl -w vm.panic_on_oom=2 [ 13.400000] vm.panic_on_oom = 2 [ 13.560000] click: starting router thread pid 699 (c0fe0800) [ 13.640000] elts_meraki: module license 'unspecified' taints kernel. [ 13.860000] Single synchronous check for reset [ 13.900000] [ 13.910000] boot 20 build 25-201804051805-G885d6d78-dhow-rel board venom mac E0:55:3D:64:2D:F0 [ 13.930000] Module: wl .text=0xbf000000 .data=0xbf353924 .bss=0xbf3d4dfc [ 13.930000] Module: dummy .text=0xbf478000 .data=0xbf4783f4 .bss= [ 13.930000] Module: proclikefs .text=0xbf47c000 .data= .bss=0xbf47cb40 [ 13.930000] Module: merakiclick .text=0xbf481000 .data=0xbf57d6fc .bss=0xbf57d9c0 [ 13.930000] Module: elts_meraki .text=0xbf683000 .data=0xbf914d1c .bss=0xbf9163a0 [ 13.990000] ramoops: platform device not found, using module parameters [ 14.050000] phram: phram-oops device: 0x10000 at 0x7ff0000 [ 15.640000] [ 15.640000] !!!!! {/usr/bin/brain} opening /click/wlan_event/driver_reload failed: No such file or directory [ 15.770000] brain: unloading click config [ 15.770000] brain: spring cleaning pages [ 16.420000] wlc_enable_probe_req: wl0: state down, deferring setting of host flags [ 16.440000] wl0: _wl_add_meraki_monitor_if [ 17.190000] wlc_enable_probe_req: wl1: state down, deferring setting of host flags [ 17.200000] wl1: _wl_add_meraki_monitor_if [ 17.450000] brain: loading click config [ 18.630000] wlc_enable_probe_req: wl2: state down, deferring setting of host flags [ 18.840000] wlc_enable_probe_req: wl2: state down, deferring setting of host flags [ 18.860000] wl2: _wl_add_meraki_monitor_if [ 19.910000] wlc_enable_probe_req: wl0: state down, deferring setting of host flags [ 20.040000] wlc_enable_probe_req: wl1: state down, deferring setting of host flags [ 20.050000] wl1: wlc_create_dfs_mute_chspec: default chanspec returned is: [ 20.060000] chanspec: d02c (44) [ 20.060000] Bandwidth 20 Mhz Channel band 5G [ 20.060000] wl1: wlc_dfs_chanspec: Forced channel d02c(44) being selected. [ 20.770000] wlc_enable_probe_req: wl0: state down, deferring setting of host flags [ 20.910000] wlc_enable_probe_req: wl1: state down, deferring setting of host flags [ 20.920000] wl1: wlc_create_dfs_mute_chspec: default chanspec returned is: [ 20.930000] chanspec: d02c (44) [ 20.930000] Bandwidth 20 Mhz Channel band 5G [ 20.940000] wl1: wlc_dfs_chanspec: Forced channel d02c(44) being selected. [ 21.460000] wlc_enable_probe_req: wl0: state down, deferring setting of host flags [ 21.600000] wlc_enable_probe_req: wl1: state down, deferring setting of host flags [ 21.610000] wl1: wlc_create_dfs_mute_chspec: default chanspec returned is: [ 21.620000] chanspec: d02c (44) [ 21.620000] Bandwidth 20 Mhz Channel band 5G [ 21.630000] wl1: wlc_dfs_chanspec: Forced channel d02c(44) being selected. [ 22.150000] wlc_enable_probe_req: wl0: state down, deferring setting of host flags [ 22.310000] wlc_enable_probe_req: wl1: state down, deferring setting of host flags [ 22.310000] wl1: wlc_create_dfs_mute_chspec: default chanspec returned is: [ 22.320000] chanspec: d02c (44) [ 22.320000] Bandwidth 20 Mhz Channel band 5G [ 22.330000] wl1: wlc_dfs_chanspec: Forced channel d02c(44) being selected. [ 22.870000] wlc_enable_probe_req: wl0: state down, deferring setting of host flags [ 23.010000] wlc_enable_probe_req: wl1: state down, deferring setting of host flags [ 23.020000] wl1: wlc_create_dfs_mute_chspec: default chanspec returned is: [ 23.020000] chanspec: d02c (44) [ 23.030000] Bandwidth 20 Mhz Channel band 5G [ 23.030000] wl1: wlc_dfs_chanspec: Forced channel d02c(44) being selected. [ 23.570000] wlc_enable_probe_req: wl0: state down, deferring setting of host flags [ 23.710000] wlc_enable_probe_req: wl1: state down, deferring setting of host flags [ 23.720000] wl1: wlc_create_dfs_mute_chspec: default chanspec returned is: [ 23.720000] chanspec: d02c (44) [ 23.730000] Bandwidth 20 Mhz Channel band 5G [ 23.730000] wl1: wlc_dfs_chanspec: Forced channel d02c(44) being selected. [ 24.300000] wlc_enable_probe_req: wl0: state down, deferring setting of host flags [ 24.440000] wlc_enable_probe_req: wl1: state down, deferring setting of host flags [ 24.450000] wl1: wlc_create_dfs_mute_chspec: default chanspec returned is: [ 24.450000] chanspec: d02c (44) [ 24.460000] Bandwidth 20 Mhz Channel band 5G [ 24.460000] wl1: wlc_dfs_chanspec: Forced channel d02c(44) being selected. [ 24.970000] wlc_enable_probe_req: wl0: state down, deferring setting of host flags [ 25.110000] wlc_enable_probe_req: wl1: state down, deferring setting of host flags [ 25.120000] wl1: wlc_create_dfs_mute_chspec: default chanspec returned is: [ 25.120000] chanspec: d02c (44) [ 25.130000] Bandwidth 20 Mhz Channel band 5G [ 25.130000] wl1: wlc_dfs_chanspec: Forced channel d02c(44) being selected. [ 25.630000] wlc_enable_probe_req: wl0: state down, deferring setting of host flags [ 25.770000] wlc_enable_probe_req: wl1: state down, deferring setting of host flags [ 25.780000] wl1: wlc_create_dfs_mute_chspec: default chanspec returned is: [ 25.790000] chanspec: d02c (44) [ 25.790000] Bandwidth 20 Mhz Channel band 5G [ 25.790000] wl1: wlc_dfs_chanspec: Forced channel d02c(44) being selected. [ 26.400000] wlc_enable_probe_req: wl0: state down, deferring setting of host flags [ 26.540000] wlc_enable_probe_req: wl1: state down, deferring setting of host flags [ 26.540000] wl1: wlc_create_dfs_mute_chspec: default chanspec returned is: [ 26.550000] chanspec: d02c (44) [ 26.550000] Bandwidth 20 Mhz Channel band 5G [ 26.560000] wl1: wlc_dfs_chanspec: Forced channel d02c(44) being selected. [ 27.080000] wlc_enable_probe_req: wl0: state down, deferring setting of host flags [ 27.250000] wlc_enable_probe_req: wl1: state down, deferring setting of host flags [ 27.250000] wl1: wlc_create_dfs_mute_chspec: default chanspec returned is: [ 27.260000] chanspec: d02c (44) [ 27.260000] Bandwidth 20 Mhz Channel band 5G [ 27.270000] wl1: wlc_dfs_chanspec: Forced channel d02c(44) being selected. [ 27.780000] wlc_enable_probe_req: wl0: state down, deferring setting of host flags [ 27.920000] wlc_enable_probe_req: wl1: state down, deferring setting of host flags [ 27.920000] wl1: wlc_create_dfs_mute_chspec: default chanspec returned is: [ 27.930000] chanspec: d02c (44) [ 27.930000] Bandwidth 20 Mhz Channel band 5G [ 27.940000] wl1: wlc_dfs_chanspec: Forced channel d02c(44) being selected. [ 28.450000] wlc_enable_probe_req: wl0: state down, deferring setting of host flags [ 28.590000] wlc_enable_probe_req: wl1: state down, deferring setting of host flags [ 28.600000] wl1: wlc_create_dfs_mute_chspec: default chanspec returned is: [ 28.610000] chanspec: d02c (44) [ 28.610000] Bandwidth 20 Mhz Channel band 5G [ 28.610000] wl1: wlc_dfs_chanspec: Forced channel d02c(44) being selected. [ 29.120000] wlc_enable_probe_req: wl0: state down, deferring setting of host flags [ 29.320000] wlc_enable_probe_req: wl1: state down, deferring setting of host flags [ 29.330000] wl1: wlc_create_dfs_mute_chspec: default chanspec returned is: [ 29.330000] chanspec: d02c (44) [ 29.340000] Bandwidth 20 Mhz Channel band 5G [ 29.340000] wl1: wlc_dfs_chanspec: Forced channel d02c(44) being selected. [ 29.840000] wlc_enable_probe_req: wl0: state down, deferring setting of host flags [ 29.990000] wlc_enable_probe_req: wl1: state down, deferring setting of host flags [ 29.990000] wl1: wlc_create_dfs_mute_chspec: default chanspec returned is: [ 30.000000] chanspec: d02c (44) [ 30.000000] Bandwidth 20 Mhz Channel band 5G [ 30.010000] wl1: wlc_dfs_chanspec: Forced channel d02c(44) being selected. [ 37.280000] wl1: wlc_create_dfs_mute_chspec: default chanspec returned is: [ 37.290000] chanspec: d02c (44) [ 37.290000] Bandwidth 20 Mhz Channel band 5G [ 37.300000] wl1: wlc_dfs_chanspec: Forced channel d02c(44) being selected. [ 44.280000] wl1: wlc_create_dfs_mute_chspec: default chanspec returned is: [ 44.290000] chanspec: d02c (44) [ 44.290000] Bandwidth 20 Mhz Channel band 5G [ 44.300000] wl1: wlc_dfs_chanspec: Forced channel d02c(44) being selected. [ 46.470000] CPU1: Booted secondary processor [ 46.530000] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 [ 46.610000] device wired0 entered promiscuous mode [ 46.620000] device wired1 entered promiscuous mode [ 46.660000] ToDevice mon0 is full, packet delayed [ 46.690000] chatter: mon0/queue/unshaped_q0 :: Queue: overflow [ 48.290000] In write handler 'ds_ap_config' for 'dstore :: DistributedStore': [ 48.300000] empty partition in config string [ 48.480000] [ 48.480000] !!!!! {/usr/bin/brain} forkexec failed with status 254 cmd -wl -i apr0v0 force_bcmc_fifo 0 [ 48.500000] [ 48.500000] !!!!! {/usr/bin/brain} forkexec failed with status 254 cmd -wl -i apr1v0 force_bcmc_fifo 0
OpenWrt bootlog
COPY HERE THE BOOTLOG ONCE OPENWRT IS INSTALLED AND RUNNING
Notes
Space for additional notes, links to forum threads or other resources.
- ...