Meraki MR32

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

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

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

Generic Router

FIXME

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

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.

  1. 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
  2. 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!
  3. Connect the serial cable to the serial header.
  4. Partially reassemble the outer metal shielding to ensure that the SoC has a proper heat sink.
  5. Connect the Ethernet patch cable and the power cable to the device .
  6. 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)
  7. 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)
  8. Now to flash the firmware:
    <Meraki> odm firmware part.safe "http://192.168.1.2/mr32-initramfs.bin"
  9. 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.

FIXME 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.

FIXME 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.

Specific values needed for tftp

FIXME 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

generic.sysupgrade

FIXME These are generic instructions. Update with your router's specifics.

  • Browse to http://192.168.1.1/cgi-bin/luci/mini/system/upgrade/ LuCI Upgrade URL
  • Upload image file for sysupgrade to LuCI
  • Wait for reboot

If you don't have a GUI (LuCI) available, you can alternatively upgrade via the command line. 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

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

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

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

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

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

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

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

FIXME 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. -

Front:
Insert photo of front of the casing

Back:
Insert photo of back of the casing

Backside label:
Insert photo of backside label

Warranty

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

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

Main PCB:
Insert photo of PCB

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

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

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

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

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

U-Boot 2012.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


COPY HERE THE BOOTLOG ONCE OPENWRT IS INSTALLED AND RUNNING root@MR-32-meraki:~# dmesg [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 6.12.94 (rzighel@ica.z2c.uk) (arm-openwrt-linux-muslgnueabi-gcc (OpenWrt GCC 14.3.0 r33051-f5dae5ece4) 14.3.0, GNU ld (GNU Binutils) 2.44) #0 Mon Jun 29 12:59:20 2026 [ 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] OF: fdt: Machine model: Meraki MR32 [ 0.000000] printk: legacy bootconsole [earlycon0] enabled [ 0.000000] Memory policy: Data cache writeback [ 0.000000] Zone ranges: [ 0.000000] Normal [mem 0x0000000000000000-0x0000000007feffff] [ 0.000000] HighMem empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000000000-0x0000000007feffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000007feffff] [ 0.000000] OF: reserved mem: Reserved memory: No reserved-memory node in the DT [ 0.000000] ------------[ cut here ]------------ [ 0.000000] WARNING: CPU: 0 PID: 0 at arch/arm/kernel/devtree.c:129 arm_dt_init_cpu_maps+0xcc/0x12c [ 0.000000] DT /cpu 2 nodes greater than max cores 1, capping them [ 0.000000] Modules linked in: [ 0.000000] CPU: 0 UID: 0 PID: 0 Comm: swapper Not tainted 6.12.94 #0 [ 0.000000] Hardware name: BCM5301X [ 0.000000] Call trace: [ 0.000000] unwind_backtrace from show_stack+0x10/0x20 [ 0.000000] show_stack from dump_stack_lvl+0x34/0x44 [ 0.000000] dump_stack_lvl from __warn+0x7c/0xd8 [ 0.000000] __warn from warn_slowpath_fmt+0x68/0x88 [ 0.000000] warn_slowpath_fmt from arm_dt_init_cpu_maps+0xcc/0x12c [ 0.000000] arm_dt_init_cpu_maps from setup_arch+0x4a8/0x678 [ 0.000000] setup_arch from start_kernel+0x60/0x6ec [ 0.000000] start_kernel from 0x0 [ 0.000000] ---[ end trace 0000000000000000 ]--- [ 0.000000] CPU: All CPU(s) started in SVC mode. [ 0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768 [ 0.000000] pcpu-alloc: [0] 0 [ 0.000000] Kernel command line: console=ttyS0,115200n8 earlyprintk mem=0x7ff0000 maxcpus=1 [ 0.000000] Unknown kernel command line parameters “maxcpus=1”, will be passed to user space. [ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes, linear) [ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes, linear) [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 32752 [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] RCU Tasks Trace: Setting shift to 0 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=1. [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 [ 0.000000] L2C: DT/platform modifies aux control register: 0x0a130000 → 0x3a530000 [ 0.000000] L2C-310 enabling early BRESP for Cortex-A9 [ 0.000000] L2C-310 full line of zeros enabled for Cortex-A9 [ 0.000000] L2C-310 ID prefetch enabled, offset 1 lines [ 0.000000] L2C-310 dynamic clock gating enabled, standby mode enabled [ 0.000000] L2C-310 cache controller enabled, 16 ways, 256 kB [ 0.000000] L2C-310: CACHE_ID 0x410000c8, AUX_CTRL 0x7e530001 [ 0.000004] sched_clock: 64 bits at 500MHz, resolution 2ns, wraps every 4398046511103ns [ 0.008044] clocksource: arm_global_timer: mask: 0xffffffffffffffff max_cycles: 0xe6a171a037, max_idle_ns: 881590485102 ns [ 0.019132] Switching to timer-based delay loop, resolution 2ns [ 0.025266] Calibrating delay loop (skipped), value calculated using timer frequency.. 1000.00 BogoMIPS (lpj=5000000) [ 0.035913] CPU: Testing write buffer coherency: ok [ 0.040835] CPU0: Spectre v2: using BPIALL workaround [ 0.045902] pid_max: default: 32768 minimum: 301 [ 0.055520] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.062857] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.075748] Setting up static identity map for 0x100000 - 0x10003c [ 0.082152] Memory: 118068K/131008K available (7109K kernel code, 572K rwdata, 1788K rodata, 1024K init, 304K bss, 12508K reserved, 0K cma-reserved, 0K highmem) [ 0.099380] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.109277] futex hash table entries: 256 (order: 0, 3072 bytes, linear) [ 0.119923] pinctrl core: initialized pinctrl subsystem [ 0.126802] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.133279] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.140795] thermal_sys: Registered thermal governor 'step_wise' [ 0.140857] No ATAGs? [ 0.160186] clocksource: Switched to clocksource arm_global_timer [ 0.172392] NET: Registered PF_INET protocol family [ 0.177433] IP idents hash table entries: 2048 (order: 2, 16384 bytes, linear) [ 0.185133] tcp_listen_portaddr_hash hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.193637] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.201969] TCP established hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.209657] TCP bind hash table entries: 1024 (order: 1, 8192 bytes, linear) [ 0.216750] TCP: Hash tables configured (established 1024 bind 1024) [ 0.223379] MPTCP token hash table entries: 512 (order: 1, 6144 bytes, linear) [ 0.230788] UDP hash table entries: 256 (order: 0, 4096 bytes, linear) [ 0.237377] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes, linear) [ 0.244798] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.250537] PCI: CLS 0 bytes, default 64 [ 0.256628] workingset: timestamp_bits=14 max_order=15 bucket_order=1 [ 0.264028] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.269886] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) © 2001-2006 Red Hat, Inc. [ 0.283789] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled [ 0.290945] printk: legacy console [ttyS0] disabled [ 0.296161] 18000300.serial: ttyS0 at MMIO 0x18000300 (irq = 17, base_baud = 3906250) is a 16550 [ 0.305033] printk: legacy console [ttyS0] enabled [ 0.314649] printk: legacy bootconsole [earlycon0] disabled [ 0.330448] 18008000.serial: ttyS1 at MMIO 0x18008000 (irq = 18, base_baud = 7812500) is a 16550A [ 0.341012] bcm2835-rng 18004000.rng: hwrng registered [ 0.348728] nand: device found, Manufacturer ID: 0x01, Chip ID: 0xf1 [ 0.355143] nand: AMD/Spansion S34ML01G2 [ 0.359080] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64 [ 0.366698] iproc_nand 18028000.nand-controller: detected 128MiB total, 128KiB blocks, 2KiB pages, 16B OOB, 8-bit, BCH-8 [ 0.377617] Scanning device for bad blocks [ 0.760230] random: crng init done [ 1.282575] 5 fixed-partitions partitions found on MTD device brcmnand.0 [ 1.289307] Creating 5 MTD partitions on “brcmnand.0”: [ 1.294476] 0x000000000000-0x000000100000 : “u-boot” [ 1.300138] 0x000000100000-0x000000400000 : “bootkernel1” [ 1.306219] 0x000000400000-0x000000500000 : “nvram” [ 1.311843] 0x000000500000-0x000000800000 : “bootkernel2” [ 1.317867] 0x000000800000-0x000007f80000 : “ubi” [ 1.325040] bcm_iproc 18029200.spi: using bspi-mspi mode [ 1.333486] iproc-mdio 18003000.mdio: Broadcom iProc MDIO bus registered [ 1.341027] b53-srab-switch 18007000.ethernet-switch: found switch: BCM53012, rev 5 [ 1.351343] bgmac_bcma: Broadcom 47xx GBit MAC driver loaded [ 1.357357] bcm-iproc-i2c 18009000.i2c: bus set to 100000 Hz [ 1.364235] at24 0-0050: 8192 byte 24c64 EEPROM, read-only [ 1.370563] bcma-host-soc 18000000.axi: bus0: Found chip with id 53010, rev 0x00 and package 0x00 [ 1.379534] bcma-host-soc 18000000.axi: bus0: Core 0 found: ChipCommon (manuf 0x4BF, id 0x800, rev 0x2A, class 0x0) [ 1.390168] bcma-host-soc 18000000.axi: bus0: bcma_of_get_irq() failed with rc=-22 [ 1.390198] bcma-host-soc 18000000.axi: bus0: Core 1 found: Chipcommon B (manuf 0x4BF, id 0x50B, rev 0x01, class 0x0) [ 1.400980] bcma-host-soc 18000000.axi: bus0: bcma_of_get_irq() failed with rc=-22 [ 1.400993] bcma-host-soc 18000000.axi: bus0: Core 2 found: DMA (manuf 0x4BF, id 0x502, rev 0x01, class 0x0) [ 1.411040] bcma-host-soc 18000000.axi: bus0: Core 3 found: GBit MAC (manuf 0x4BF, id 0x82D, rev 0x05, class 0x0) [ 1.421504] bcma-host-soc 18000000.axi: bus0: Core 4 found: GBit MAC (manuf 0x4BF, id 0x82D, rev 0x05, class 0x0) [ 1.431960] bcma-host-soc 18000000.axi: bus0: Core 5 found: GBit MAC (manuf 0x4BF, id 0x82D, rev 0x05, class 0x0) [ 1.442432] bcma-host-soc 18000000.axi: bus0: Core 6 found: GBit MAC (manuf 0x4BF, id 0x82D, rev 0x05, class 0x0) [ 1.452842] bcma-host-soc 18000000.axi: bus0: Core 7 found: PCIe Gen 2 (manuf 0x4BF, id 0x501, rev 0x01, class 0x0) [ 1.463433] bcma-host-soc 18000000.axi: bus0: Core 8 found: PCIe Gen 2 (manuf 0x4BF, id 0x501, rev 0x01, class 0x0) [ 1.474032] bcma-host-soc 18000000.axi: bus0: Core 9 found: PCIe Gen 2 (manuf 0x4BF, id 0x501, rev 0x01, class 0x0) [ 1.484641] bcma-host-soc 18000000.axi: bus0: bcma_of_get_irq() failed with rc=-22 [ 1.484655] bcma-host-soc 18000000.axi: bus0: Core 10 found: ARM Cortex A9 core (ihost) (manuf 0x4BF, id 0x510, rev 0x01, class 0x0) [ 1.496727] bcma-host-soc 18000000.axi: bus0: Core 11 found: USB 2.0 (manuf 0x4BF, id 0x504, rev 0x01, class 0x0) [ 1.507166] bcma-host-soc 18000000.axi: bus0: Core 12 found: USB 3.0 (manuf 0x4BF, id 0x505, rev 0x01, class 0x0) [ 1.517594] bcma-host-soc 18000000.axi: bus0: bcma_of_get_irq() failed with rc=-22 [ 1.517606] bcma-host-soc 18000000.axi: bus0: Core 13 found: SDIO3 (manuf 0x4BF, id 0x503, rev 0x01, class 0x0) [ 1.527858] bcma-host-soc 18000000.axi: bus0: bcma_of_get_irq() failed with rc=-22 [ 1.527872] bcma-host-soc 18000000.axi: bus0: Core 14 found: I2S (manuf 0x4BF, id 0x834, rev 0x03, class 0x0) [ 1.537947] bcma-host-soc 18000000.axi: bus0: bcma_of_get_irq() failed with rc=-22 [ 1.537959] bcma-host-soc 18000000.axi: bus0: Core 15 found: ARM Cortex A9 JTAG (manuf 0x4BF, id 0x506, rev 0x01, class 0x0) [ 1.549350] bcma-host-soc 18000000.axi: bus0: bcma_of_get_irq() failed with rc=-22 [ 1.549364] bcma-host-soc 18000000.axi: bus0: Core 16 found: Denali DDR2/DDR3 memory controller (manuf 0x4BF, id 0x507, rev 0x01, class 0x0) [ 1.562140] bcma-host-soc 18000000.axi: bus0: bcma_of_get_irq() failed with rc=-22 [ 1.562152] bcma-host-soc 18000000.axi: bus0: Core 17 found: ROM (manuf 0x4BF, id 0x508, rev 0x01, class 0x0) [ 1.572263] bcma-host-soc 18000000.axi: bus0: Core 18 found: NAND flash controller (manuf 0x4BF, id 0x509, rev 0x01, class 0x0) [ 1.583915] bcma-host-soc 18000000.axi: bus0: bcma_of_get_irq() failed with rc=-22 [ 1.583929] bcma-host-soc 18000000.axi: bus0: Core 19 found: SPI flash controller (manuf 0x4BF, id 0x50A, rev 0x01, class 0x0) [ 1.596290] bcma-host-soc 18000000.axi: bus0: Flash type not supported [ 1.610755] bcma-host-soc 18000000.axi: bus0: Using SPROM revision 0 provided by platform. [ 1.611891] bgmac_bcma bcma0:3: Found PHY addr: 0 [ 1.617533] b53-srab-switch b53-srab-switch: error -EINVAL: invalid resource (null) [ 1.625261] b53-srab-switch b53-srab-switch: probe with driver b53-srab-switch failed with error -22 [ 1.634917] pcie_iproc_bcma bcma0:7: host bridge /axi@18000000/pcie@12000 ranges: [ 1.642461] pcie_iproc_bcma bcma0:7: No bus range found for /axi@18000000/pcie@12000, using [bus 00-ff] [ 1.652076] OF: /axi@18000000/pcie@12000: Missing device_type [ 1.657842] pcie_iproc_bcma bcma0:7: non-prefetchable memory resource required [ 1.770228] pcie_iproc_bcma bcma0:7: PHY or data link is INACTIVE! [ 1.776444] pcie_iproc_bcma bcma0:7: no PCIe EP device detected [ 1.782537] pcie_iproc_bcma bcma0:8: host bridge /axi@18000000/pcie@13000 ranges: [ 1.790057] pcie_iproc_bcma bcma0:8: No bus range found for /axi@18000000/pcie@13000, using [bus 00-ff] [ 1.799680] pcie_iproc_bcma bcma0:8: non-prefetchable memory resource required [ 1.910192] pcie_iproc_bcma bcma0:8: PHY or data link is INACTIVE! [ 1.916393] pcie_iproc_bcma bcma0:8: no PCIe EP device detected [ 1.922450] pcie_iproc_bcma bcma0:9: host bridge /axi@18000000/pcie@14000 ranges: [ 1.929964] pcie_iproc_bcma bcma0:9: No bus range found for /axi@18000000/pcie@14000, using [bus 00-ff] [ 1.939584] pcie_iproc_bcma bcma0:9: non-prefetchable memory resource required [ 2.050195] pcie_iproc_bcma bcma0:9: link: UP [ 2.054777] pcie_iproc_bcma bcma0:9: PCI host bridge to bus 0000:00 [ 2.061095] pci_bus 0000:00: root bus resource [bus 00-ff] [ 2.066599] pci_bus 0000:00: root bus resource [mem 0x48000000-0x4fffffff] [ 2.073521] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0xc8 may corrupt adjacent RW1C bits [ 2.083321] pci 0000:00:00.0: [14e4:8012] type 01 class 0x060400 PCIe Root Port [ 2.090677] pci 0000:00:00.0: PCI bridge to [bus 01] [ 2.095665] pci 0000:00:00.0: bridge window [mem 0x48000000-0x480fffff] [ 2.102522] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold [ 2.109555] PCI: bus0: Fast back to back transfers disabled [ 2.115281] pci 0000:01:00.0: [14e4:a8dc] type 00 class 0x028000 PCIe Endpoint [ 2.122547] pci_bus 0000:01: 2-byte config write to 0000:01:00.0 offset 0x4 may corrupt adjacent RW1C bits [ 2.132259] pci 0000:01:00.0: BAR 0 [mem 0x00000000-0x00003fff 64bit] [ 2.138754] pci 0000:01:00.0: enabling Extended Tags [ 2.143831] pci 0000:01:00.0: supports D1 D2 [ 2.148273] PCI: bus1: Fast back to back transfers disabled [ 2.153899] pci 0000:00:00.0: bridge window [mem 0x48000000-0x480fffff]: assigned [ 2.161430] pci 0000:01:00.0: BAR 0 [mem 0x48000000-0x48003fff 64bit]: assigned [ 2.168778] pci 0000:00:00.0: PCI bridge to [bus 01] [ 2.173765] pci 0000:00:00.0: bridge window [mem 0x48000000-0x480fffff] [ 2.180587] pci_bus 0000:00: resource 4 [mem 0x48000000-0x4fffffff] [ 2.186871] pci_bus 0000:01: resource 1 [mem 0x48000000-0x480fffff] [ 2.193275] pci 0000:00:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x1 link at 0000:00:00.0 (capable of 4.000 Gb/s with 5.0 GT/s PCIe x1 link) [ 2.208573] gpio gpiochip0: Static allocation of GPIO base is deprecated, use dynamic allocation. [ 2.218005] bcm47xx-wdt bcm47xx-wdt.0: BCM47xx Watchdog Timer enabled (30 seconds, Software Timer) [ 2.227047] bcma-host-soc 18000000.axi: bus0: Bus registered [ 2.233163] pci 0000:00:00.0: enabling device (0140 → 0142) [ 2.238858] bcma-pci-bridge 0000:01:00.0: enabling device (0140 → 0142) [ 2.245638] bcma-pci-bridge 0000:01:00.0: bus1: Found chip with id 43428, rev 0x00 and package 0x08 [ 2.254746] bcma-pci-bridge 0000:01:00.0: bus1: Core 0 found: ChipCommon (manuf 0x4BF, id 0x800, rev 0x25, class 0x0) [ 2.265416] bcma-pci-bridge 0000:01:00.0: bus1: Core 1 found: IEEE 802.11 (manuf 0x4BF, id 0x812, rev 0x1E, class 0x0) [ 2.276194] bcma-pci-bridge 0000:01:00.0: bus1: Core 2 found: PCIe (manuf 0x4BF, id 0x820, rev 0x12, class 0x0) [ 2.286342] bcma-pci-bridge 0000:01:00.0: bus1: Core 3 found: SDIO Device (manuf 0x4BF, id 0x829, rev 0x07, class 0x0) [ 2.297159] bcma-pci-bridge 0000:01:00.0: bus1: Found rev 10 PMU (capabilities 0x108C260A) [ 2.307155] bcma-pci-bridge 0000:01:00.0: bus1: Using SPROM revision 11 provided by platform. [ 2.307178] bcma-pci-bridge 0000:01:00.0: bus1: PMU resource config unknown or not needed for device 0xA9A4 [ 2.309715] bcma-pci-bridge 0000:01:00.0: bus1: Workarounds unknown or not needed for device 0xA9A4 [ 2.318100] bcma-pci-bridge 0000:01:00.0: bus1: Bus registered [ 2.324362] NET: Registered PF_INET6 protocol family [ 2.331011] Segment Routing with IPv6 [ 2.334734] In-situ OAM (IOAM) with IPv6 [ 2.338742] NET: Registered PF_PACKET protocol family [ 2.344005] 8021q: 802.1Q VLAN Support v1.8 [ 2.348269] Registering SWP/SWPB emulation handler [ 2.365907] b53-srab-switch 18007000.ethernet-switch: found switch: BCM53012, rev 5 [ 2.432947] b53-srab-switch 18007000.ethernet-switch: OF node /ethernet-switch@18007000/ports/port@5 of CPU port 5 lacks the required “phy-mode” property [ 2.446847] b53-srab-switch 18007000.ethernet-switch: configuring for fixed/ link mode [ 2.455201] b53-srab-switch 18007000.ethernet-switch: Link is Up - 1Gbps/Full - flow control off [ 2.465089] b53-srab-switch 18007000.ethernet-switch poe (uninitialized): PHY [dsa-0.0:00] driver [Generic PHY] (irq=POLL) [ 2.478343] b53-srab-switch 18007000.ethernet-switch (unnamed net_device) (uninitialized): PHY [dsa-0.0:01] driver [Generic PHY] (irq=POLL) [ 2.493074] b53-srab-switch 18007000.ethernet-switch (unnamed net_device) (uninitialized): PHY [dsa-0.0:02] driver [Generic PHY] (irq=POLL) [ 2.507820] b53-srab-switch 18007000.ethernet-switch (unnamed net_device) (uninitialized): PHY [dsa-0.0:03] driver [Generic PHY] (irq=POLL) [ 2.522546] b53-srab-switch 18007000.ethernet-switch (unnamed net_device) (uninitialized): PHY [dsa-0.0:04] driver [Generic PHY] (irq=POLL) [ 2.535981] bgmac_bcma bcma0:3 eth0: entered promiscuous mode [ 2.541830] DSA: tree 0 setup [ 2.545707] UBI: auto-attach mtd4 [ 2.549049] ubi0: attaching mtd4 [ 3.165784] ubi0: scanning is finished [ 3.179085] ubi0: attached mtd4 (name “ubi”, size 119 MiB) [ 3.184641] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes [ 3.191544] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048 [ 3.198352] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096 [ 3.205338] ubi0: good PEBs: 956, bad PEBs: 0, corrupted PEBs: 0 [ 3.211370] ubi0: user volume: 6, internal volumes: 1, max. volumes count: 128 [ 3.218615] ubi0: max/mean erase counter: 1520/1260, WL threshold: 4096, image sequence number: 0 [ 3.227518] ubi0: available PEBs: 0, total reserved PEBs: 956, PEBs reserved for bad PEB handling: 20 [ 3.236800] ubi0: background thread “ubi_bgt0d” started, PID 334 [ 3.243663] block ubiblock0_1: created from ubi0:1(rootfs) [ 3.249176] ubiblock: device ubiblock0_1 (rootfs) set to be root filesystem [ 3.256348] clk: Disabling unused clocks [ 3.263838] VFS: Mounted root (squashfs filesystem) readonly on device 254:0. [ 3.271882] Freeing unused kernel image (initmem) memory: 1024K [ 3.277926] Run /sbin/init as init process [ 3.282048] with arguments: [ 3.282054] /sbin/init [ 3.282058] with environment: [ 3.282062] HOME=/ [ 3.282066] TERM=linux [ 3.282070] maxcpus=1 [ 3.589814] init: Console is alive [ 3.593526] init: - watchdog - [ 4.238430] kmodloader: loading kernel modules from /etc/modules-boot.d/* [ 4.274934] gpio_button_hotplug: loading out-of-tree module taints kernel. [ 4.291437] kmodloader: done loading kernel modules from /etc/modules-boot.d/* [ 4.309069] init: - preinit - [ 4.979591] mtdblock: MTD device 'nvram' is NAND, please consider using UBI block devices instead. [ 5.165690] mtdblock: MTD device 'nvram' is NAND, please consider using UBI block devices instead. [ 5.423127] b53-srab-switch 18007000.ethernet-switch poe: configuring for phy/gmii link mode [ 5.431712] bgmac_bcma bcma0:3 eth0: Link is Up - 1Gbps/Full - flow control off [ 5.443282] b53-srab-switch 18007000.ethernet-switch poe: Link is Up - 1Gbps/Full - flow control rx/tx [ 9.666457] UBIFS (ubi0:5): Mounting in unauthenticated mode [ 9.672296] UBIFS (ubi0:5): background thread “ubifs_bgt0_5” started, PID 455 [ 9.719947] UBIFS (ubi0:5): recovery needed [ 9.827824] UBIFS (ubi0:5): recovery completed [ 9.832385] UBIFS (ubi0:5): UBIFS: mounted UBI device 0, volume 5, name “rootfs_data” [ 9.840257] UBIFS (ubi0:5): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes [ 9.850215] UBIFS (ubi0:5): FS size: 79360000 bytes (75 MiB, 625 LEBs), max 635 LEBs, journal size 3936256 bytes (3 MiB, 31 LEBs) [ 9.861909] UBIFS (ubi0:5): reserved for root: 3748369 bytes (3660 KiB) [ 9.868541] UBIFS (ubi0:5): media format: w5/r0 (latest is w5/r0), UUID 1A92B2EB-21E7-484A-86C9-CEF1C831E42C, small LPT model [ 9.885083] mount_root: switching to ubifs overlay [ 9.903406] urandom-seed: Seeding with /etc/urandom.seed [ 10.001519] b53-srab-switch 18007000.ethernet-switch poe: Link is Down [ 10.014090] procd: - early - [ 10.017125] procd: - watchdog - [ 10.586462] procd: - watchdog - [ 10.591445] procd: - ubus - [ 10.650228] procd: - init - [ 12.024800] kmodloader: loading kernel modules from /etc/modules.d/* [ 12.280373] urngd: v1.0.2 started. [ 12.802235] i2c_dev: i2c /dev entries driver [ 12.852119] hid: raw HID events driver (C) Jiri Kosina [ 12.934764] Bluetooth: Core ver 2.22 [ 12.938470] NET: Registered PF_BLUETOOTH protocol family [ 12.943853] Bluetooth: HCI device and connection manager initialized [ 12.950246] Bluetooth: HCI socket layer initialized [ 12.955140] Bluetooth: L2CAP socket layer initialized [ 12.960225] Bluetooth: SCO socket layer initialized [ 13.018300] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 13.023684] Bluetooth: BNEP filters: protocol multicast [ 13.028931] Bluetooth: BNEP socket layer initialized [ 13.080909] Loading modules backported from Linux version v6.18.26-0-g1fe060681 [ 13.088257] Backport generated by backports.git 6ecbb44 [ 13.122409] Bluetooth: HCI UART driver ver 2.3 [ 13.126886] Bluetooth: HCI UART protocol H4 registered [ 13.132074] Bluetooth: HCI UART protocol BCSP registered [ 13.171529] Bluetooth: HIDP (Human Interface Emulation) ver 1.2 [ 13.177493] Bluetooth: HIDP socket layer initialized [ 13.230351] ina2xx 0-0045: power monitor ina219 (Rshunt = 60000 uOhm) [ 13.265374] Bluetooth: RFCOMM TTY layer initialized [ 13.270331] Bluetooth: RFCOMM socket layer initialized [ 13.275505] Bluetooth: RFCOMM ver 1.11 [ 13.469567] PPP generic driver version 2.4.2 [ 13.477960] NET: Registered PF_PPPOX protocol family [ 13.492044] b43-phy0: Broadcom 43428 WLAN found (core revision 30) [ 13.498270] bcma-pci-bridge 0000:01:00.0: bus1: Switched to core: 0x812 [ 13.498646] b43-phy0: Found PHY: Analog 9, Type 4 (N), Revision 16 [ 13.504873] b43-phy0: Found Radio: Manuf 0x17F, ID 0x2057, Revision 9, Version 1 [ 13.512821] Broadcom 43xx driver loaded [ Features: NL ] [ 13.533548] kmodloader: done loading kernel modules from /etc/modules.d/* [ 13.592263] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht' [ 16.041812] pcie_iproc_bcma bcma0:7: host bridge /axi@18000000/pcie@12000 ranges: [ 16.049343] pcie_iproc_bcma bcma0:7: No bus range found for /axi@18000000/pcie@12000, using [bus 00-ff] [ 16.058976] pcie_iproc_bcma bcma0:7: non-prefetchable memory resource required [ 16.170194] pcie_iproc_bcma bcma0:7: link: UP [ 16.174720] pcie_iproc_bcma bcma0:7: PCI host bridge to bus 0001:00 [ 16.181039] pci_bus 0001:00: root bus resource [bus 00-ff] [ 16.186541] pci_bus 0001:00: root bus resource [mem 0x08000000-0x0fffffff] [ 16.193458] pci_bus 0001:00: 2-byte config write to 0001:00:00.0 offset 0xc8 may corrupt adjacent RW1C bits [ 16.203253] pci 0001:00:00.0: [14e4:8012] type 01 class 0x060400 PCIe Root Port [ 16.210609] pci 0001:00:00.0: PCI bridge to [bus 00] [ 16.215589] pci 0001:00:00.0: bridge window [mem 0x00000000-0x000fffff] [ 16.222413] pci 0001:00:00.0: bridge window [mem 0x00000000-0x000fffff 64bit pref] [ 16.230223] pci 0001:00:00.0: PME# supported from D0 D3hot D3cold [ 16.237274] PCI: bus0: Fast back to back transfers disabled [ 16.242892] pci 0001:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 16.251061] pci 0001:01:00.0: [14e4:4360] type 00 class 0x028000 PCIe Endpoint [ 16.258317] pci_bus 0001:01: 2-byte config write to 0001:01:00.0 offset 0x4 may corrupt adjacent RW1C bits [ 16.268033] pci 0001:01:00.0: BAR 0 [mem 0x00000000-0x00007fff 64bit] [ 16.274621] pci 0001:01:00.0: supports D1 D2 [ 16.278928] pci 0001:01:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x1 link at 0001:00:00.0 (capable of 4.000 Gb/s with 5.0 GT/s PCIe x1 link) [ 16.294003] PCI: bus1: Fast back to back transfers disabled [ 16.299600] pci_bus 0001:01: busn_res: [bus 01-ff] end is updated to 01 [ 16.306284] pci 0001:00:00.0: bridge window [mem 0x08000000-0x080fffff]: assigned [ 16.313809] pci 0001:01:00.0: BAR 0 [mem 0x08000000-0x08007fff 64bit]: assigned [ 16.321155] pci 0001:00:00.0: PCI bridge to [bus 01] [ 16.326138] pci 0001:00:00.0: bridge window [mem 0x08000000-0x080fffff] [ 16.332954] pci_bus 0001:00: resource 4 [mem 0x08000000-0x0fffffff] [ 16.339244] pci_bus 0001:01: resource 1 [mem 0x08000000-0x080fffff] [ 16.345805] pci 0001:00:00.0: enabling device (0140 → 0142) [ 16.351519] bcma-pci-bridge 0001:01:00.0: enabling device (0140 → 0142) [ 16.358279] bcma-pci-bridge 0001:01:00.0: bus2: Found chip with id 0x4352, rev 0x03 and package 0x01 [ 16.367478] bcma-pci-bridge 0001:01:00.0: bus2: Core 0 found: ChipCommon (manuf 0x4BF, id 0x800, rev 0x2B, class 0x0) [ 16.378150] bcma-pci-bridge 0001:01:00.0: bus2: Core 1 found: IEEE 802.11 (manuf 0x4BF, id 0x812, rev 0x2A, class 0x0) [ 16.388914] bcma-pci-bridge 0001:01:00.0: bus2: Core 2 found: ARM CR4 (manuf 0x4BF, id 0x83E, rev 0x02, class 0x0) [ 16.399332] bcma-pci-bridge 0001:01:00.0: bus2: Core 3 found: PCIe Gen2 (manuf 0x4BF, id 0x83C, rev 0x01, class 0x0) [ 16.409910] bcma-pci-bridge 0001:01:00.0: bus2: Core 4 found: USB 2.0 Device (manuf 0x4BF, id 0x81A, rev 0x11, class 0x0) [ 16.420962] bcma-pci-bridge 0001:01:00.0: bus2: Found rev 17 PMU (capabilities 0x10A22B11) [ 16.421017] bcma-pci-bridge 0001:01:00.0: bus2: SPROM offset 0x800 [ 16.452513] bcma-pci-bridge 0001:01:00.0: bus2: Invalid SPROM read from the PCIe card, trying to use fallback SPROM [ 16.472269] bcma-pci-bridge 0001:01:00.0: bus2: Using SPROM revision 11 provided by platform. [ 16.474815] bcma-pci-bridge 0001:01:00.0: bus2: Workarounds unknown or not needed for device 0x4352 [ 16.474846] bcma-pci-bridge 0001:01:00.0: bus2: Switched to core: 0x83C [ 16.475017] b43-phy1: Broadcom 4352 WLAN found (core revision 42) [ 16.481169] bcma-pci-bridge 0001:01:00.0: bus2: Switched to core: 0x812 [ 16.481530] b43-phy1 ERROR: FOUND UNSUPPORTED PHY (Analog 12, Type 11 (AC), Revision 1) [ 16.489589] b43 bcma2:1: probe with driver b43 failed with error -95 [ 16.496296] bcma-pci-bridge 0001:01:00.0: bus2: Bus registered [ 16.502227] pci 0001:00:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x1 link at 0001:00:00.0 (capable of 4.000 Gb/s with 5.0 GT/s PCIe x1 link) [ 16.518896] pcie_iproc_bcma bcma0:8: host bridge /axi@18000000/pcie@13000 ranges: [ 16.526458] pcie_iproc_bcma bcma0:8: No bus range found for /axi@18000000/pcie@13000, using [bus 00-ff] [ 16.536077] pcie_iproc_bcma bcma0:8: non-prefetchable memory resource required [ 16.650192] pcie_iproc_bcma bcma0:8: link: UP [ 16.654713] pcie_iproc_bcma bcma0:8: PCI host bridge to bus 0002:00 [ 16.661029] pci_bus 0002:00: root bus resource [bus 00-ff] [ 16.666533] pci_bus 0002:00: root bus resource [mem 0x40000000-0x47ffffff] [ 16.673448] pci_bus 0002:00: 2-byte config write to 0002:00:00.0 offset 0xc8 may corrupt adjacent RW1C bits [ 16.683249] pci 0002:00:00.0: [14e4:8012] type 01 class 0x060400 PCIe Root Port [ 16.690601] pci 0002:00:00.0: PCI bridge to [bus 00] [ 16.695590] pci 0002:00:00.0: bridge window [mem 0x00000000-0x000fffff] [ 16.702414] pci 0002:00:00.0: bridge window [mem 0x00000000-0x000fffff 64bit pref] [ 16.710225] pci 0002:00:00.0: PME# supported from D0 D3hot D3cold [ 16.717280] PCI: bus0: Fast back to back transfers disabled [ 16.722910] pci 0002:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 16.731079] pci 0002:01:00.0: [14e4:4360] type 00 class 0x028000 PCIe Endpoint [ 16.738334] pci_bus 0002:01: 2-byte config write to 0002:01:00.0 offset 0x4 may corrupt adjacent RW1C bits [ 16.748051] pci 0002:01:00.0: BAR 0 [mem 0x00000000-0x00007fff 64bit] [ 16.754640] pci 0002:01:00.0: supports D1 D2 [ 16.758943] pci 0002:01:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x1 link at 0002:00:00.0 (capable of 4.000 Gb/s with 5.0 GT/s PCIe x1 link) [ 16.774018] PCI: bus1: Fast back to back transfers disabled [ 16.779608] pci_bus 0002:01: busn_res: [bus 01-ff] end is updated to 01 [ 16.786278] pci 0002:00:00.0: bridge window [mem 0x40000000-0x400fffff]: assigned [ 16.793801] pci 0002:01:00.0: BAR 0 [mem 0x40000000-0x40007fff 64bit]: assigned [ 16.801148] pci 0002:00:00.0: PCI bridge to [bus 01] [ 16.806128] pci 0002:00:00.0: bridge window [mem 0x40000000-0x400fffff] [ 16.812948] pci_bus 0002:00: resource 4 [mem 0x40000000-0x47ffffff] [ 16.819235] pci_bus 0002:01: resource 1 [mem 0x40000000-0x400fffff] [ 16.825798] pci 0002:00:00.0: enabling device (0140 → 0142) [ 16.831506] bcma-pci-bridge 0002:01:00.0: enabling device (0140 → 0142) [ 16.838264] bcma-pci-bridge 0002:01:00.0: bus3: Found chip with id 0x4352, rev 0x03 and package 0x01 [ 16.847467] bcma-pci-bridge 0002:01:00.0: bus3: Core 0 found: ChipCommon (manuf 0x4BF, id 0x800, rev 0x2B, class 0x0) [ 16.858135] bcma-pci-bridge 0002:01:00.0: bus3: Core 1 found: IEEE 802.11 (manuf 0x4BF, id 0x812, rev 0x2A, class 0x0) [ 16.868897] bcma-pci-bridge 0002:01:00.0: bus3: Core 2 found: ARM CR4 (manuf 0x4BF, id 0x83E, rev 0x02, class 0x0) [ 16.879310] bcma-pci-bridge 0002:01:00.0: bus3: Core 3 found: PCIe Gen2 (manuf 0x4BF, id 0x83C, rev 0x01, class 0x0) [ 16.889890] bcma-pci-bridge 0002:01:00.0: bus3: Core 4 found: USB 2.0 Device (manuf 0x4BF, id 0x81A, rev 0x11, class 0x0) [ 16.900951] bcma-pci-bridge 0002:01:00.0: bus3: Found rev 17 PMU (capabilities 0x10A22B11) [ 16.901010] bcma-pci-bridge 0002:01:00.0: bus3: SPROM offset 0x800 [ 16.932509] bcma-pci-bridge 0002:01:00.0: bus3: Invalid SPROM read from the PCIe card, trying to use fallback SPROM [ 16.987494] bcma-pci-bridge 0002:01:00.0: bus3: Using SPROM revision 8 provided by platform. [ 16.990041] bcma-pci-bridge 0002:01:00.0: bus3: Workarounds unknown or not needed for device 0x4352 [ 16.990072] bcma-pci-bridge 0002:01:00.0: bus3: Switched to core: 0x83C [ 16.990267] b43-phy2: Broadcom 4352 WLAN found (core revision 42) [ 16.996394] bcma-pci-bridge 0002:01:00.0: bus3: Switched to core: 0x812 [ 16.996753] b43-phy2 ERROR: FOUND UNSUPPORTED PHY (Analog 12, Type 11 (AC), Revision 1) [ 17.004830] b43 bcma3:1: probe with driver b43 failed with error -95 [ 17.011539] bcma-pci-bridge 0002:01:00.0: bus3: Bus registered [ 17.017443] pci 0002:00:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x1 link at 0002:00:00.0 (capable of 4.000 Gb/s with 5.0 GT/s PCIe x1 link) [ 23.094181] bgmac_bcma bcma0:3 eth0: Link is Up - 1Gbps/Full - flow control off [ 23.151477] b53-srab-switch 18007000.ethernet-switch poe: configuring for phy/gmii link mode [ 23.221580] br-lan: port 1(poe) entered blocking state [ 23.226758] br-lan: port 1(poe) entered disabled state [ 23.231985] b53-srab-switch 18007000.ethernet-switch poe: entered allmulticast mode [ 23.239674] bgmac_bcma bcma0:3 eth0: entered allmulticast mode [ 23.245796] b53-srab-switch 18007000.ethernet-switch poe: entered promiscuous mode [ 26.412676] b53-srab-switch 18007000.ethernet-switch poe: Link is Up - 1Gbps/Full - flow control rx/tx [ 26.422075] br-lan: port 1(poe) entered blocking state


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

  • ...
  • Last modified: 2026/09/04 14:09
  • by rzighel_gmail.com