Extreme Networks WS-AP3825i / WS-AP3825E
The Extreme Networks WS-AP3825i (internal antennas) and WS-AP3825E (same but with external/detachable antennas) is a dual-band 3×3 MIMO 802.11ac (5GHz) and 802.11b/g/n (2.4GHz) “enterprise grade” access point with two Gigabit Ethernet ports, powered via 802.3af PoE (ETH1, ETH0) or a standard 12V 1.1A power adapter. It was produced by Extreme Networks.
Supported Versions
Hardware Highlights
Installation
Install OpenWrt
There are command line methods for upgrading:
Download FW
Download Software
Go to login uboot
Configure uboot
Load FW over TFTP
Backup Original FW if desired
Sysupgrade
Wait for memory check
Download FW
Grab the OpenWrt initramfs <openwrt-initramfs-bin>, e.g.
openwrt-mpc85xx-p1020-extreme-networks_ws-ap3825i-initramfs-kernel.bin
Place it in the root directory of a DHCP+TFTP server, e.g.
OpenWrt 'dnsmasq' with configuration:
'dhcp.server.enable_tftp='1''
. For Windows, TFTP64 works good here.
Download Software
Go to login uboot
Open terminal software (putty). Connect a RJ45 Cisco style serial cable to the console port and LAN2 to the network and boot the AP with options e.g. COM port number, 115200,N,8. Stop autoboot in U-Boot by pressing Enter after 'Scanning JFFS2 FS:' begins, then waiting for the prompt to be interrupted. Credentials are identical to the one in the APs interface. By default it is admin / new2day: if these do not work, pressing the reset button for 5 seconds restores default settings.
Load FW over TFTP
Run tftpd64, and copy the firmware file to the tftpd64 folder and rename it to initramfs.bin
Configure uboot, load firmware into RAM over TFTP, and boot
Put in the tftp server address and the ipv4 AP's address and copy/paste each line at a time:
setenv ramboot_openwrt "setenv ipaddr <ipv4 client address>; setenv serverip <tftp server address>; tftpboot 0x2000000 initramfs.bin; interrupts off; bootm start 0x2000000; bootm loados; fdt resize; fdt boardsetup; fdt resize; fdt boardsetup; fdt chosen; fdt resize; fdt chosen; bootm prep; bootm go;" setenv boot_openwrt "cp.b 0xEC000000 0x2000000 0x2000000; interrupts off; bootm start 0x2000000; bootm loados; fdt resize; fdt boardsetup; fdt chosen; bootm prep; bootm go;" setenv bootcmd "run boot_openwrt"; saveenv run ramboot_openwrt
It will now boot into OpenWrt after which you will need to do a Sysupgrade.
If using Snapshot >= 2023-03-27 or OpenWrt >= 23: Configure uboot, load firmware into RAM over TFTP, and boot
As of https://git.laboratoryb.org/hurricos/openwrt-mirror/commit/ed82189339b8bcecfe709f1ce8f3500fb4aedab1, if you are running Snapshot >= 2023-03-27 or OpenWrt >= 23, the variables above can be optionally replaced with:
setenv ramboot_openwrt "setenv ipaddr <ipv4 client address>; setenv serverip <tftp server address>; tftpboot 0x2000000 initramfs.bin; interrupts off; bootm 0x2000000;" setenv boot_openwrt "bootm 0xEC000000;" setenv bootcmd "run boot_openwrt"; saveenv run ramboot_openwrt
Sysupgrade
Switch from LAN2 to LAN1 to connect to the network.
cd /tmp wget <latest firmware OpenWrt upgrade link above> sysupgrade -n /tmp/openwrt-mpc85xx-p1020-extreme-networks_ws-ap3825i-squashfs-sysupgrade.bin
or run winscp, connct to 192.168.1.1 wis SCP file protocol go '/tmp' and load here openwrt-mpc85xx-p1020-extreme-networks_ws-ap3825i-squashfs-sysupgrade.bin
write in console or connect ssh to 192.168.1.1
sysupgrade -n /tmp/openwrt-mpc85xx-p1020-extreme-networks_ws-ap3825i-squashfs-sysupgrade.bin
Wait for memory check
The power light will switch from flashing to solid when complete. OpenWrt is not successfully installed.
[ 360.759221] done. [ 360.761174] jffs2: notice: (3432) jffs2_build_xattr_subsystem: complete building xattr subsystem, 0 of xdatum (0 unchecked, 0 orphan) and 0 of xref (0 dead, 0 orphan) found. [ 361.182281] overlayfs: upper fs does not support tmpfile.
If you plan on going back to the vendor firmware - the bootcmd for it is stored in the boot_flash variable.
Optional: Backup Original FW
Make a backup of the “firmware” partition if you ever wish to go back to the vendor firmware.
WAP / Dumb AP
Follow the instructions for a WAP or dumb AP: dumbap
Notes
The interfaces are configured as follows:
interface eth0 = physical lan2 port
interface eth1 = physical lan1 port
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.
This access point is enterprise-grade segments and works with special Router Controller, so this access point dont have web page to configuration.
But this access point has serial port to configuration.
OEM specific configuration
By default the unit only operates in controlled mode, so you do require a controller for the AP's to function correctly. The CLI uses “cset” commands. Can set a stating IP address as follows:
# cset dhcpc disable# capply # csave // wait until the device returns with a "save config from cli shell" message # reboot # cset ipaddr wap-ip-address # cset ipmask wap-netmask # cset gateway gateway # capply # csave // wait until the device returns with a "save config from cli shell" message # reboot **Check that the above has been applied sucessfully:** # more /flash/home/config/current.cfg
Their is some commands to convert the unit from controlled mode to standalone mode, but this provides very limited features and I am sure is not supported by Extreme.
configuration of AP is as below.
AP3825i interactive shell for service personnel only
# more /flash/home/config/current.cfg version 5100 cset locaAddMac cset authIpAddr 1 10.5.0.190 cset dhcpc disable cset ipAddr 10.5.0.195 cset gateway 10.5.0.1 cset hostname EXNDEDRS02AP001 cset staticmtu 1300 cset apname 15240548085J0000 cset lbsMcast 00:00:00:00:00:00 cset ethernet speedDuplex auto cset acMgmtMac 00:00:00:00:00:00 cset thirdPartyApMode disable # radio 0 cset minBasicRate 0 6 # radio 1 cset minBasicRate 1 1 # radio 0 vns 1 # radio 0 vns 2 # radio 0 vns 3 # radio 0 vns 4
OEM installation using the TFTP method
Upgrading OpenWrt
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) | EXAMPLE LAN port | EXAMPLE None |
vlan1 (eth1) | 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) | eth1 |
LAN | eth0 |
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 Extreme Networks WS-AP3825i has the following buttons:
BUTTON | Event |
---|---|
EXAMPLE Reset | reset |
EXAMPLE Secure Easy Setup | |
EXAMPLE No buttons at all. | - |
Hardware
Info
Photos
Opening the case
Note: This will void your warranty!
Flip the device over to view the gray side. Remove each of the rubber feet at the corners. Use a large Philips screwdriver to remove each of the screws (4 total). The smaller screws on the device are not relevant to disassembly and are used for mounting. With the four screws removed, gently separate the PCB from the white shell. The PCB can be further removed from the gray base to get to the radio card on the other side of the PCB. Note that there is heatsink putty attached.
To close up the case, follow the above procedure in reverse. Apply gentle torque to the screws until they stop or will not turn further. That will return the device back to the solid feel and build prior to disassembly.
Serial
→ port.serial general information about the serial port, serial port cable, etc.
How to connect to the Serial Port of this specific device:
Serial for WS-AP3825i, WS-AP3825E | 115200, 8N1, 15V (RJ45-RS232) |
---|
The device has a Cisco-compatible RJ45 port next to the ethernet port.
JTAG
→ port.jtag general information about the JTAG port, JTAG cable, etc.
Bootloader mods
Hardware mods
Because of the mPCIe nature of the wireless cards in this device, they can be swapped if one goes bad or with newer Wifi cards.
Bootlogs
OEM bootlog
U-Boot 2010.12.6 (Feb 26 2015 - 19:39:21) (primary) Power LED ON CPU0: P1020E, Version: 1.1, (0x80ec0011) Core: E500, Version: 5.1, (0x80212051) Clock Configuration: CPU0:800 MHz, CPU1:800 MHz, CCB:400 MHz, DDR:333.333 MHz (666.667 MT/s data rate) (Asynchronous), LBC:25 MHz L1: D-cache 32 kB enabled I-cache 32 kB enabled Board: P1020RDB CPLD: V15.15 PCBA: V15.0 rom_loc: nor upper bank SD/MMC : 4-bit Mode eSPI : Enabled I2C: ready SPI: ready DRAM: Configuring DDR for 666.667 MT/s data rate DDR: 256 MiB (DDR3, 32-bit, CL=6, ECC off) Testing DRAM from 0x00010000 to 0x000fffff DRAM test phase 1: DRAM test phase 2: DRAM test passed. FLASH: 64 MiB L2: 256 KB enabled MMC: FSL_ESDHC: 0 PCIe1: Root Complex of mini PCIe SLOT, x1, regs @ 0xffe0a000 01:00.0 - 168c:003c - Network controller PCIe1: Bus 00 - 01 PCIe2: Root Complex of PCIe SLOT, x1, regs @ 0xffe09000 03:00.0 - 168c:0033 - Network controller PCIe2: Bus 02 - 03 In: serial Out: serial Err: serial Net: eTSEC1, eTSEC3 ### JFFS2 loading '/home/config/shadow' rescan: First time in use Scanning JFFS2 FS: . done. load: loaded '/home/config/shadow' to 0xfac05d0 (57 bytes) ### JFFS2 load complete: 57 bytes loaded Hit 'd' for diagnostics, or any other key to stop autoboot: 0 ## Executing script at 0ff33414 check for watchdog, limit=3... check for reset by watchdog... no watchdog... bSaveEnviron=0 image_order=primary secondary ### JFFS2 loading 'primary.gz.uImage' load: loaded 'primary.gz.uImage' to 0xa000000 (9338863 bytes) ### JFFS2 load complete: 9338863 bytes loaded ready to boot kernel... [DTB 1] ## Booting kernel from Legacy Image at 0a000000 ... Image Name: Linux Kernel Image (LZMA) Image Type: PowerPC Linux Kernel Image (lzma compressed) Data Size: 9326511 Bytes = 8.9 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK ## Flattened Device Tree blob at 0a8e4fef Booting using the fdt blob at 0xa8e4fef Uncompressing Kernel Image ... OK Loading Device Tree to 09ffa000, end 09ffffff ... OK Using P1020 RDB machine description Memory CAM mapping: 64/64/64 Mb, residual: 63Mb Linux version 2.6.35--10.51.03.0002 (root@bld-debian1) (gcc version 4.9.2 (crosstool-NG 1.21.0) ) #2 SMP Wed Apr 17 13:33:22 EDT 2019 CPU maps initialized for 1 thread per core bootconsole [udbg0] enabled setup_arch: bootmem mpc85xx_rdb_setup_arch() Found FSL PCI host bridge at 0x00000000ffe09000. Firmware bus number: 0->1 PCI host bridge /pcie@ffe09000 ranges: MEM 0x00000000a0000000..0x00000000bfffffff -> 0x00000000a0000000 IO 0x00000000ffc10000..0x00000000ffc1ffff -> 0x0000000000000000 /pcie@ffe09000: PCICSRBAR @ 0xfff00000 Found FSL PCI host bridge at 0x00000000ffe0a000. Firmware bus number: 0->1 PCI host bridge /pcie@ffe0a000 ranges: MEM 0x0000000080000000..0x000000009fffffff -> 0x0000000080000000 IO 0x00000000ffc00000..0x00000000ffc0ffff -> 0x0000000000000000 /pcie@ffe0a000: PCICSRBAR @ 0xfff00000 MPC85xx RDB board from Freescale Semiconductor arch: exit Zone PFN ranges: DMA 0x00000000 -> 0x0000c000 Normal empty HighMem 0x0000c000 -> 0x0000ff7f Movable zone start PFN for each node early_node_map[1] active PFN ranges 0: 0x00000000 -> 0x0000ff7f MMU: Allocated 1088 bytes of context maps for 255 contexts PERCPU: Embedded 7 pages/cpu @c2396000 s7872 r8192 d12608 u65536 pcpu-alloc: s7872 r8192 d12608 u65536 alloc=16*4096 pcpu-alloc: [0] 0 [0] 1 Built 1 zonelists in Zone order, mobility grouping on. Total pages: 64896 Kernel command line: mtdparts=ec000000.nor:62848K(FS),128K(CALIB),512K(BootPRI),128K(NVRAM1),128K(NVRAM2),128K(NVRAM3),128K(NVRAM4),128K(NVRAM5),128K(NVRAM6),128K(NVRAM7),128K(NVRAM8),128K(CFG2),128K(CFG1) BOOT_BOOTROM="U-Boot 2010.12.6 (Feb 26 2015 - 19:39:21) (primary)" BOOT_KERNEL=primary console=ttyS0,115200n81 panic=30 ro PID hash table entries: 1024 (order: 0, 4096 bytes) Dentry cache hash table entries: 32768 (order: 5, 131072 bytes) Inode-cache hash table entries: 16384 (order: 4, 65536 bytes) Memory: 224740k/261628k available (33992k kernel code, 36888k reserved, 212k data, 153k bss, 30988k init) Kernel virtual memory layout: * 0xfffbf000..0xfffff000 : fixmap * 0xff800000..0xffc00000 : highmem PTEs * 0xff7d8000..0xff800000 : early ioremap * 0xcd000000..0xff7d8000 : vmalloc & ioremap SLUB: Genslabs=13, HWalign=32, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 Hierarchical RCU implementation. RCU-based detection of stalled CPUs is disabled. Verbose stalled-CPUs detection is disabled. NR_IRQS:512 mpic: Setting up MPIC " OpenPIC " version 1.2 at ffe40000, max 2 CPUs mpic: ISU size: 256, shift: 8, mask: ff mpic: Initializing for 256 sources clocksource: timebase mult[5000000] shift[22] registered pid_max: default: 32768 minimum: 301 Mount-cache hash table entries: 512 mpic: requesting IPIs... Processor 1 found. Brought up 2 CPUs NET: Registered protocol family 16 mpc8xxx_add_controller RESET button signal is high mpc8xxx_add_controller hwirq 47 PCI: Probing PCI hardware pci 0000:00:00.0: ignoring class b20 (doesn't match header type 01) pci 0000:00:00.0: PCI bridge to [bus 01-ff] pci 0001:02:00.0: ignoring class b20 (doesn't match header type 01) pci 0001:02:00.0: PCI bridge to [bus 03-ff] pci 0000:00:00.0: BAR 9: can't assign mem pref (size 0x100000) pci 0000:01:00.0: BAR 6: assigned [mem 0xa0020000-0xa002ffff pref] pci 0000:00:00.0: PCI bridge to [bus 01-01] pci 0000:00:00.0: bridge window [io 0xff7ec000-0xff7fbfff] pci 0000:00:00.0: bridge window [mem 0xa0000000-0xbfffffff] pci 0000:00:00.0: bridge window [mem pref disabled] pci 0000:00:00.0: enabling device (0106 -> 0107) pci 0001:02:00.0: BAR 9: can't assign mem pref (size 0x100000) pci 0001:03:00.0: BAR 6: assigned [mem 0x80200000-0x8020ffff pref] pci 0001:02:00.0: PCI bridge to [bus 03-03] pci 0001:02:00.0: bridge window [io 0xff7d9000-0xff7e8fff] pci 0001:02:00.0: bridge window [mem 0x80000000-0x9fffffff] pci 0001:02:00.0: bridge window [mem pref disabled] pci 0001:02:00.0: enabling device (0106 -> 0107) bio: create slab <bio-0> at 0 Freescale Elo / Elo Plus DMA driver Switching to clocksource timebase NET: Registered protocol family 2 IP route cache hash table entries: 2048 (order: 1, 8192 bytes) TCP established hash table entries: 8192 (order: 4, 65536 bytes) TCP bind hash table entries: 8192 (order: 5, 229376 bytes) TCP: Hash tables configured (established 8192 bind 8192) TCP reno registered UDP hash table entries: 128 (order: 1, 8192 bytes) UDP-Lite hash table entries: 128 (order: 1, 8192 bytes) NET: Registered protocol family 1 fsl-elo-dma ffe21300.dma: #0 (fsl,eloplus-dma-channel), irq 20 fsl-elo-dma ffe21300.dma: #1 (fsl,eloplus-dma-channel), irq 21 fsl-elo-dma ffe21300.dma: #2 (fsl,eloplus-dma-channel), irq 22 fsl-elo-dma ffe21300.dma: #3 (fsl,eloplus-dma-channel), irq 23 highmem bounce pool size: 64 pages JFFS2 version 2.2. (NAND) © 2001-2006 Red Hat, Inc. msgmni has been set to 311 io scheduler noop registered io scheduler deadline registered (default) Serial: 8250/16550 driver, 2 ports, IRQ sharing enabled serial8250.0: ttyS0 at MMIO 0xffe04500 (irq = 42) is a 16550A console [ttyS0] enabled, bootconsole disabled console [ttyS0] enabled, bootconsole disabled serial8250.0: ttyS1 at MMIO 0xffe04600 (irq = 42) is a 16550A ec000000.nor: Found 1 x16 devices at 0x0 in 16-bit bank Amd/Fujitsu Extended Query Table at 0x0040 cfi_fixup_kern_acc mtd cb8a8600 write and erase f() kern access setup number of CFI chips: 1 13 cmdlinepart partitions found on MTD device ec000000.nor Creating 13 MTD partitions on "ec000000.nor": 0x000000000000-0x000003d60000 : "FS" 0x000003d60000-0x000003d80000 : "CALIB" 0x000003d80000-0x000003e00000 : "BootPRI" 0x000003e00000-0x000003e20000 : "NVRAM1" 0x000003e20000-0x000003e40000 : "NVRAM2" 0x000003e40000-0x000003e60000 : "NVRAM3" 0x000003e60000-0x000003e80000 : "NVRAM4" 0x000003e80000-0x000003ea0000 : "NVRAM5" 0x000003ea0000-0x000003ec0000 : "NVRAM6" 0x000003ec0000-0x000003ee0000 : "NVRAM7" 0x000003ee0000-0x000003f00000 : "NVRAM8" 0x000003f00000-0x000003f20000 : "CFG2" 0x000003f20000-0x000003f40000 : "CFG1" Fixed MDIO Bus: probed /proc/ptp_1588 created IEEE1588: disable on the system. eth0: Dropping NETIF_F_SG since no checksum feature. gianfar_pool_init 942: init pNetPool c218abfc gfar_probe 2538: bufLen is 2224 rcvbuf len 1980 gChnEthPool c218abfc eth0: Gianfar Ethernet Controller Version 1.4-skbr1.1.5, d8:84:66:31:73:95 eth0: Running with NAPI enabled eth0: RX BD ring size for Q[0]: 256 eth0: RX BD ring size for Q[1]: 256 eth0: RX BD ring size for Q[2]: 256 eth0: RX BD ring size for Q[3]: 256 eth0: RX BD ring size for Q[4]: 256 eth0: RX BD ring size for Q[5]: 256 eth0: RX BD ring size for Q[6]: 256 eth0: RX BD ring size for Q[7]: 256 eth0: TX BD ring size for Q[0]: 256 eth0: TX BD ring size for Q[1]: 256 eth0: TX BD ring size for Q[2]: 256 eth0: TX BD ring size for Q[3]: 256 eth0: TX BD ring size for Q[4]: 256 eth0: TX BD ring size for Q[5]: 256 eth0: TX BD ring size for Q[6]: 256 eth0: TX BD ring size for Q[7]: 256 IEEE1588: disable on the system. eth1: Dropping NETIF_F_SG since no checksum feature. gianfar_pool_init 942: init pNetPool c218abfc gfar_probe 2538: bufLen is 2224 rcvbuf len 1980 gChnEthPool c218abfc eth1: Gianfar Ethernet Controller Version 1.4-skbr1.1.5, d8:84:66:31:73:94 eth1: Running with NAPI enabled eth1: RX BD ring size for Q[0]: 256 eth1: RX BD ring size for Q[1]: 256 eth1: RX BD ring size for Q[2]: 256 eth1: RX BD ring size for Q[3]: 256 eth1: RX BD ring size for Q[4]: 256 eth1: RX BD ring size for Q[5]: 256 eth1: RX BD ring size for Q[6]: 256 eth1: RX BD ring size for Q[7]: 256 eth1: TX BD ring size for Q[0]: 256 eth1: TX BD ring size for Q[1]: 256 eth1: TX BD ring size for Q[2]: 256 eth1: TX BD ring size for Q[3]: 256 eth1: TX BD ring size for Q[4]: 256 eth1: TX BD ring size for Q[5]: 256 eth1: TX BD ring size for Q[6]: 256 eth1: TX BD ring size for Q[7]: 256 Freescale PowerQUICC MII Bus: probed Freescale PowerQUICC MII Bus: probed tun: Universal TUN/TAP device driver, 1.6 tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com> i2c /dev entries driver PowerPC Book-E Watchdog Timer Loaded nf_conntrack version 0.5.0 (3511 buckets, 14044 max) ip_tables: (C) 2000-2006 Netfilter Core Team TCP cubic registered NET: Registered protocol family 10 NET: Registered protocol family 17 Freeing unused kernel memory: 30988k init init started: BusyBox v1.17.4 (2019-04-17 13:00:44 EDT) starting pid 44, tty '': '/etc/rc.d/rcS' data plane cores = 1 fast path cores = 1 rcS: watchdogDis 0 serNum 15363938085K0000 Read/Write Crypto Section successfully ! Waiting for jffsap_drv: trap Monitor has been suspended. 2_gcd_mtd and flush-mtd to finish, wait time 0 seconds. ap_drv: trap Monitor will resume shortly. eth0 hw addr: D8:84:66:31:73:95 eth1 hw addr: D8:84:66:31:73:94 cat: can't open '/home/config/previous.cfg': No such file or directory update_compliance_file: /flash/v3_confData.bin up to date (Ver in Image AP3825i-77 Ver on AP AP3825i-77 format 129) update_compliance_file:Imported Compliance Table V4.19 dated on 2/27/2019 (AP38XX_Power_Settings_V9.xlsx) 3708+0 records in 3708+0 records out 3708+0 records in 3708+0 records out MODEL AP3825i SERVICETYPE siemens SERVICEATTRS ac_manager,ru_manager AC_HOSTNAME Controller VERSIONBASE 0 SERIALNUMBER 15363938085K0000 AP_FLAG 0 AP_MODE 0 NUM_ANTENNAS 6 starting pid 398, tty '': '/sbi (none) ppc #2 SMP Wed Apr 17 13:33:22 EDT 2019 (none) (none) login: ap_drv: trap Monitor will resume in a few seconds.
OpenWrt bootlog
U-Boot 2010.12.6 (Mar 09 2016 - 19:56:30) (primary) Power LED ON CPU0: P1020E, Version: 1.1, (0x80ec0011) Core: E500, Version: 5.1, (0x80212051) Clock Configuration: CPU0:800 MHz, CPU1:800 MHz, CCB:400 MHz, DDR:333.333 MHz (666.667 MT/s data rate) (Asynchronous), LBC:25 MHz L1: D-cache 32 kB enabled I-cache 32 kB enabled Board: P1020RDB CPLD: V15.15 PCBA: V15.0 rom_loc: nor upper bank SD/MMC : 4-bit Mode eSPI : Enabled I2C: ready SPI: ready DRAM: Configuring DDR for 666.667 MT/s data rate DDR: 256 MiB (DDR3, 32-bit, CL=6, ECC off) Testing DRAM from 0x00010000 to 0x000fffff DRAM test phase 1: DRAM test phase 2: DRAM test passed. FLASH: 64 MiB L2: 256 KB enabled MMC: FSL_ESDHC: 0 PCIe1: Root Complex of mini PCIe SLOT, x1, regs @ 0xffe0a000 01:00.0 - 168c:003c - Network controller PCIe1: Bus 00 - 01 PCIe2: Root Complex of PCIe SLOT, x1, regs @ 0xffe09000 03:00.0 - 168c:0033 - Network controller PCIe2: Bus 02 - 03 In: serial Out: serial Err: serial Net: eTSEC1, eTSEC3 ### JFFS2 loading '/home/config/shadow' rescan: First time in use Scanning JFFS2 FS: [08][08]. Unknown node type: e008 len 48 offset 0x3c3ca40 Unknown node type: e009 len 28 offset 0x3c3ca70 Unknown node type: e009 len 28 offset 0x3c3ca8c [08][08]. Unknown node type: e008 len 76 offset 0x3c58844 Unknown node type: e009 len 28 offset 0x3c58890 Unknown node type: e008 len 76 offset 0x3c59558 Unknown node type: e009 len 28 offset 0x3c595a4 [08][08]. [08][08]. Unknown node type: e009 len 28 offset 0x3ca0338 Unknown node type: e008 len 76 offset 0x3cc5408 Unknown node type: e009 len 28 offset 0x3cc5454 Unknown node type: e008 len 76 offset 0x3cc82b0 Unknown node type: e009 len 28 offset 0x3cc82fc Unknown node type: e009 len 28 offset 0x3cc85c0 Unknown node type: e009 len 28 offset 0x3cca008 [08][08]. Unknown node type: e009 len 28 offset 0x3cda6c0 Unknown node type: e009 len 28 offset 0x3cdbe24 Unknown node type: e008 len 76 offset 0x3cdbeb0 Unknown node type: e009 len 28 offset 0x3cdbefc Unknown node type: e009 len 28 offset 0x3cdc39c Unknown node type: e008 len 76 offset 0x3ce3040 Unknown node type: e009 len 28 offset 0x3ce308c Unknown node type: e008 len 76 offset 0x3ceae2c Unknown node type: e009 len 28 offset 0x3ceae78 Unknown node type: e009 len 28 offset 0x3ceb13c [08][08]. Unknown node type: e009 len 28 offset 0x3cfb2b4 Unknown node type: e008 len 76 offset 0x3d0fc40 Unknown node type: e009 len 28 offset 0x3d0fc8c Unknown node type: e008 len 48 offset 0x3d127cc Unknown node type: e009 len 28 offset 0x3d127fc Unknown node type: e008 len 48 offset 0x3d236cc Unknown node type: e009 len 28 offset 0x3d236fc Unknown node type: e009 len 28 offset 0x3d23718 Unknown node type: e008 len 76 offset 0x3d23734 Unknown node type: e009 len 28 offset 0x3d23780 Unknown node type: e008 len 48 offset 0x3d2379c Unknown node type: e009 len 28 offset 0x3d237cc Unknown node type: e008 len 76 offset 0x3d237e8 Unknown node type: e009 len 28 offset 0x3d23834 Unknown node type: e009 len 28 offset 0x3d23850 Unknown node type: e008 len 76 offset 0x3d24238 Unknown node type: e009 len 28 offset 0x3d24284 Unknown node type: e008 len 76 offset 0x3d245f8 Unknown node type: e009 len 28 offset 0x3d24644 [08][08]. Unknown node type: e008 len 76 offset 0x3d26398 Unknown node type: e009 len 28 offset 0x3d263e4 Unknown node type: e009 len 28 offset 0x3d26568 Unknown node type: e008 len 76 offset 0x3d265f4 Unknown node type: e009 len 28 offset 0x3d26640 Unknown node type: e009 len 28 offset 0x3d267c4 Unknown node type: e008 len 76 offset 0x3d26850 Unknown node type: e009 len 28 offset 0x3d2689c Unknown node type: e009 len 28 offset 0x3d26a20 Unknown node type: e008 len 76 offset 0x3d26aac Unknown node type: e009 len 28 offset 0x3d26af8 Unknown node type: e008 len 76 offset 0x3d28024 Unknown node type: e009 len 28 offset 0x3d28070 Unknown node type: e008 len 76 offset 0x3d28d60 Unknown node type: e009 len 28 offset 0x3d28dac Unknown node type: e009 len 28 offset 0x3d28ffc Unknown node type: e008 len 76 offset 0x3d29088 Unknown node type: e009 len 28 offset 0x3d290d4 Unknown node type: e009 len 28 offset 0x3d29328 Unknown node type: e008 len 76 offset 0x3d293b4 Unknown node type: e009 len 28 offset 0x3d29400 Unknown node type: e008 len 76 offset 0x3d29930 Unknown node type: e009 len 28 offset 0x3d2997c [08][08] done. find_inode failed for name=home load: Failed to find inode ### JFFS2 LOAD ERROR<0> for /home/config/shadow! Hit 'd' for diagnostics, or any other key to stop autoboot: 2 [08][08][08] 1 [08][08][08] 0 ## Booting kernel from FIT Image at 02000000 ... Using 'config-1' configuration Trying 'kernel-1' kernel subimage Description: POWERPC OpenWrt Linux-5.10.111 Type: Kernel Image Compression: lzma compressed Data Start: 0x020000ec Data Size: 3090023 Bytes = 2.9 MiB Architecture: PowerPC OS: Linux Load Address: 0x00000000 Entry Point: 0x00000000 Hash algo: crc32 Hash value: a2043d11 Hash algo: sha1 Hash value: 87064e104ef845bca93ba9791520605e8f61d4dd Verifying Hash Integrity ... crc32+ sha1+ OK ## Flattened Device Tree from FIT Image at 02000000 Using 'config-1' configuration Trying 'fdt-1' FDT blob subimage Description: POWERPC OpenWrt extreme-networks_ws-ap3825i device tree blob Type: Flat Device Tree Compression: uncompressed Data Start: 0x022f28a4 Data Size: 11524 Bytes = 11.3 KiB Architecture: PowerPC Hash algo: crc32 Hash value: 6386dc28 Hash algo: sha1 Hash value: 67a9afe125d50ce068e900e090845fec3836ac7d Verifying Hash Integrity ... crc32+ sha1+ OK Booting using the fdt blob at 0x22f28a4 Uncompressing Kernel Image ... OK ft_fixup_l2cache: FDT_ERR_NOTFOUND [ 0.000000] Memory CAM mapping: 256 Mb, residual: 0Mb [ 0.000000] Linux version 5.10.111 (builder@buildhost) (powerpc-openwrt-linux-musl-gcc (OpenWrt GCC 11.2.0 r19511-c59704334c) 11.2.0, GNU ld (GNU Binutils) 2.37) #0 SMP Fri Apr 22 07:23:49 2022 [ 0.000000] Using P1020 RDB machine description [ 0.000000] ioremap() called early from find_legacy_serial_ports+0x5ec/0x6f8. Use early_ioremap() instead [ 0.000000] printk: bootconsole [udbg0] enabled [ 0.000000] CPU maps initialized for 1 thread per core [ 0.000000] ----------------------------------------------------- [ 0.000000] phys_mem_size = 0x10000000 [ 0.000000] dcache_bsize = 0x20 [ 0.000000] icache_bsize = 0x20 [ 0.000000] cpu_features = 0x0000000010010128 [ 0.000000] possible = 0x0000000010010128 [ 0.000000] always = 0x0000000010010128 [ 0.000000] cpu_user_features = 0x84e08000 0x08000000 [ 0.000000] mmu_features = 0x00020010 [ 0.000000] ----------------------------------------------------- ws_ap3825i_setup_arch() [ 0.000000] ioremap() called early from mpc85xx_setup_pmc+0x38/0x8c. Use early_ioremap() instead [ 0.000000] WS-AP3825i board from Extreme Networks [ 0.000000] barrier-nospec: using isync; sync as speculation barrier [ 0.000000] Zone ranges: [ 0.000000] Normal [mem 0x0000000000000000-0x000000000fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000000000-0x000000000fffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000000fffffff] [ 0.000000] MMU: Allocated 1088 bytes of context maps for 255 contexts [ 0.000000] percpu: Embedded 12 pages/cpu s18732 r8192 d22228 u49152 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 64960 [ 0.000000] Kernel command line: console=ttyS0,115200 [ 0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes, linear) [ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes, linear) [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] Memory: 249748K/262144K available (7148K kernel code, 656K rwdata, 1408K rodata, 224K init, 228K bss, 12396K reserved, 0K cma-reserved) [ 0.000000] Kernel virtual memory layout: [ 0.000000] * 0xffbdf000..0xfffff000 : fixmap [ 0.000000] * 0xffbdc000..0xffbdf000 : early ioremap [ 0.000000] * 0xd1000000..0xffbdc000 : vmalloc & ioremap [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] rcu: Hierarchical RCU implementation. [ 0.000000] Tracing variant of Tasks RCU enabled. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies. [ 0.000000] NR_IRQS: 512, nr_irqs: 512, preallocated irqs: 16 [ 0.000000] mpic: Setting up MPIC " OpenPIC " version 1.2 at ffe40000, max 2 CPUs [ 0.000000] mpic: ISU size: 256, shift: 8, mask: ff [ 0.000000] mpic: Initializing for 256 sources [ 0.000000] random: get_random_u32 called from start_kernel+0x344/0x4bc with crng_init=0 [ 0.000012] clocksource: timebase: mask: 0xffffffffffffffff max_cycles: 0xb8812736b, max_idle_ns: 440795202655 ns [ 0.010240] clocksource: timebase mult[14000000] shift[24] registered [ 0.016725] pid_max: default: 32768 minimum: 301 [ 0.021380] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.028627] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.037244] mpic: requesting IPIs... [ 0.041465] rcu: Hierarchical SRCU implementation. [ 0.046336] dyndbg: Ignore empty _ddebug table in a CONFIG_DYNAMIC_DEBUG_CORE build [ 0.054117] smp: Bringing up secondary CPUs ... [ 0.059313] smp: Brought up 1 node, 2 CPUs [ 0.065920] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.075702] futex hash table entries: 512 (order: 2, 16384 bytes, linear) [ 0.083568] NET: Registered protocol family 16 [ 0.088844] thermal_sys: Registered thermal governor 'step_wise' [ 0.101983] Found FSL PCI host bridge at 0x00000000ffe09000. Firmware bus number: 0->1 [ 0.115833] PCI host bridge /pcie@ffe09000 (primary) ranges: [ 0.121464] MEM 0x00000000a0000000..0x00000000bfffffff -> 0x00000000a0000000 [ 0.128665] IO 0x00000000ffc10000..0x00000000ffc1ffff -> 0x0000000000000000 [ 0.135811] /pcie@ffe09000: PCICSRBAR @ 0xfff00000 [ 0.140554] setup_pci_atmu: end of DRAM 10000000 [ 0.145878] Found FSL PCI host bridge at 0x00000000ffe0a000. Firmware bus number: 0->1 [ 0.153755] PCI host bridge /pcie@ffe0a000 ranges: [ 0.158589] MEM 0x0000000080000000..0x000000009fffffff -> 0x0000000080000000 [ 0.165790] IO 0x00000000ffc00000..0x00000000ffc0ffff -> 0x0000000000000000 [ 0.172935] /pcie@ffe0a000: PCICSRBAR @ 0xfff00000 [ 0.177678] setup_pci_atmu: end of DRAM 10000000 [ 0.184305] PCI: Probing PCI hardware [ 0.188049] fsl-pci ffe09000.pcie: PCI host bridge to bus 9000:00 [ 0.194063] pci_bus 9000:00: root bus resource [io 0x0000-0xffff] [ 0.200289] pci_bus 9000:00: root bus resource [mem 0xa0000000-0xbfffffff] [ 0.207081] pci_bus 9000:00: root bus resource [bus 00-ff] [ 0.212563] pci_bus 9000:00: busn_res: [bus 00-ff] end is updated to ff [ 0.219184] pci 9000:00:00.0: [1957:0100] type 01 class 0x060400 [ 0.225160] pci 9000:00:00.0: reg 0x10: [mem 0xfff00000-0xffffffff] [ 0.231441] pci 9000:00:00.0: supports D1 D2 [ 0.235647] pci 9000:00:00.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.243461] pci 9000:01:00.0: [168c:0033] type 00 class 0x028000 [ 0.249440] pci 9000:01:00.0: reg 0x10: [mem 0xa0000000-0xa001ffff 64bit] [ 0.256192] pci 9000:01:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref] [ 0.262948] pci 9000:01:00.0: supports D1 [ 0.266867] pci 9000:01:00.0: PME# supported from D0 D1 D3hot [ 0.293754] pci 9000:00:00.0: PCI bridge to [bus 01-ff] [ 0.298902] pci 9000:00:00.0: bridge window [io 0x0000-0x0fff] [ 0.305005] pci 9000:00:00.0: bridge window [mem 0xa0000000-0xa00fffff] [ 0.311759] pci_bus 9000:01: busn_res: [bus 01-ff] end is updated to 01 [ 0.318357] pci_bus 9000:00: busn_res: [bus 00-ff] end is updated to 01 [ 0.325172] fsl-pci ffe0a000.pcie: PCI host bridge to bus a000:02 [ 0.331211] pci_bus a000:02: root bus resource [io 0x20000-0x2ffff] (bus address [0x0000-0xffff]) [ 0.340121] pci_bus a000:02: root bus resource [mem 0x80000000-0x9fffffff] [ 0.346990] pci_bus a000:02: root bus resource [bus 02-ff] [ 0.352448] pci_bus a000:02: busn_res: [bus 02-ff] end is updated to ff [ 0.359091] pci a000:02:00.0: [1957:0100] type 01 class 0x060400 [ 0.365044] pci a000:02:00.0: reg 0x10: [mem 0xfff00000-0xffffffff] [ 0.371364] pci a000:02:00.0: supports D1 D2 [ 0.375546] pci a000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.383194] pci a000:02:00.0: Primary bus is hard wired to 0 [ 0.388770] pci a000:02:00.0: bridge configuration invalid ([bus 01-01]), reconfiguring [ 0.396960] pci a000:03:00.0: [168c:003c] type 00 class 0x028000 [ 0.402902] pci a000:03:00.0: reg 0x10: [mem 0x80000000-0x801fffff 64bit] [ 0.409703] pci a000:03:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref] [ 0.416425] pci a000:03:00.0: supports D1 D2 [ 0.451497] pci a000:02:00.0: PCI bridge to [bus 03-ff] [ 0.456643] pci a000:02:00.0: bridge window [io 0x20000-0x20fff] [ 0.462917] pci a000:02:00.0: bridge window [mem 0x80000000-0x801fffff] [ 0.469673] pci_bus a000:03: busn_res: [bus 03-ff] end is updated to 03 [ 0.476273] pci_bus a000:02: busn_res: [bus 02-ff] end is updated to 03 [ 0.482972] PCI: Cannot allocate resource region 0 of device 9000:00:00.0, will remap [ 0.490734] PCI: Cannot allocate resource region 0 of device a000:02:00.0, will remap [ 0.498571] pci 9000:00:00.0: BAR 0: no space for [mem size 0x00100000] [ 0.505132] pci 9000:00:00.0: BAR 0: failed to assign [mem size 0x00100000] [ 0.512071] pci 9000:01:00.0: BAR 6: assigned [mem 0xa0020000-0xa002ffff pref] [ 0.519280] pci 9000:00:00.0: PCI bridge to [bus 01] [ 0.524217] pci 9000:00:00.0: bridge window [io 0x0000-0xffff] [ 0.530315] pci 9000:00:00.0: bridge window [mem 0xa0000000-0xbfffffff] [ 0.537064] pci_bus 9000:00: Some PCI device resources are unassigned, try booting with pci=realloc [ 0.546101] pci_bus 9000:00: resource 4 [io 0x0000-0xffff] [ 0.551644] pci_bus 9000:00: resource 5 [mem 0xa0000000-0xbfffffff] [ 0.557903] pci_bus 9000:01: resource 0 [io 0x0000-0xffff] [ 0.563449] pci_bus 9000:01: resource 1 [mem 0xa0000000-0xbfffffff] [ 0.569715] pci a000:02:00.0: BAR 0: no space for [mem size 0x00100000] [ 0.576296] pci a000:02:00.0: BAR 0: failed to assign [mem size 0x00100000] [ 0.583255] pci a000:03:00.0: BAR 6: assigned [mem 0x80200000-0x8020ffff pref] [ 0.590444] pci a000:02:00.0: PCI bridge to [bus 03] [ 0.595403] pci a000:02:00.0: bridge window [io 0x20000-0x2ffff] [ 0.601643] pci a000:02:00.0: bridge window [mem 0x80000000-0x9fffffff] [ 0.608430] pci_bus a000:02: Some PCI device resources are unassigned, try booting with pci=realloc [ 0.617440] pci_bus a000:02: resource 4 [io 0x20000-0x2ffff] [ 0.623178] pci_bus a000:02: resource 5 [mem 0x80000000-0x9fffffff] [ 0.629417] pci_bus a000:03: resource 0 [io 0x20000-0x2ffff] [ 0.635155] pci_bus a000:03: resource 1 [mem 0x80000000-0x9fffffff] [ 0.641519] /soc@ffe00000/timer@41100: cannot get timer frequency. [ 0.647692] /soc@ffe00000/timer@42100: cannot get timer frequency. [ 0.670081] clocksource: Switched to clocksource timebase [ 0.676281] NET: Registered protocol family 2 [ 0.680747] IP idents hash table entries: 4096 (order: 3, 32768 bytes, linear) [ 0.688534] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear) [ 0.696897] TCP established hash table entries: 2048 (order: 1, 8192 bytes, linear) [ 0.704499] TCP bind hash table entries: 2048 (order: 2, 16384 bytes, linear) [ 0.711618] TCP: Hash tables configured (established 2048 bind 2048) [ 0.718023] UDP hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.724503] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.731580] NET: Registered protocol family 1 [ 0.735910] PCI: CLS 32 bytes, default 32 [ 0.741597] workingset: timestamp_bits=14 max_order=16 bucket_order=2 [ 0.751821] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.757571] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. [ 0.768079] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 0.776303] pcieport 9000:00:00.0: enabling device (0106 -> 0107) [ 0.782648] pcieport a000:02:00.0: enabling device (0106 -> 0107) [ 0.809818] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled [ 0.818094] printk: console [ttyS0] disabled [ 0.822423] serial8250.0: ttyS0 at MMIO 0xffe04500 (irq = 42, base_baud = 24999999) is a 16550A [ 0.831121] printk: console [ttyS0] enabled [ 0.831121] printk: console [ttyS0] enabled [ 0.839387] printk: bootconsole [udbg0] disabled [ 0.839387] printk: bootconsole [udbg0] disabled [ 0.849311] serial8250.0: ttyS1 at MMIO 0xffe04600 (irq = 42, base_baud = 24999999) is a 16550A [ 0.859149] printk: console [ttyS0] disabled [ 0.863624] printk: console [ttyS0] enabled [ 0.868766] ffe04600.serial: ttyS1 at MMIO 0xffe04600 (irq = 42, base_baud = 24999999) is a 16550 [ 0.879484] physmap-flash ec000000.nor: physmap platform flash device: [mem 0xec000000-0xefffffff] [ 0.888571] ec000000.nor: Found 1 x16 devices at 0x0 in 16-bit bank. Manufacturer ID 0x000089 Chip ID 0x00227e [ 0.898589] Amd/Fujitsu Extended Query Table at 0x0040 [ 0.903747] Amd/Fujitsu Extended Query version 1.3. [ 0.908797] number of CFI chips: 1 [ 0.912786] 6 fixed-partitions partitions found on MTD device ec000000.nor [ 0.919664] Creating 6 MTD partitions on "ec000000.nor": [ 0.925007] 0x000000000000-0x000003d60000 : "firmware" [ 0.930726] 2 fit-fw partitions found on MTD device firmware [ 0.936392] Creating 2 MTD partitions on "firmware": [ 0.941412] 0x000000000000-0x000000300000 : "kernel" [ 0.947078] 0x0000002f5af8-0x000003d60000 : "rootfs" [ 0.952077] mtd: partition "rootfs" doesn't start on an erase/write block boundary -- force read-only [ 0.961779] mtd: device 2 (rootfs) set to be root filesystem [ 0.967465] 1 squashfs-split partitions found on MTD device rootfs [ 0.973663] 0x0000006e0000-0x000003d60000 : "rootfs_data" [ 0.979543] 0x000003d60000-0x000003d80000 : "calib" [ 0.985004] 0x000003d80000-0x000003e00000 : "u-boot" [ 0.990577] 0x000003e00000-0x000003f00000 : "nvram" [ 0.996018] 0x000003f00000-0x000003f20000 : "cfg2" [ 1.001399] 0x000003f20000-0x000003f40000 : "cfg1" [ 1.011789] fsl_espi ffe07000.spi: irq = 59 [ 1.025695] fsl-gianfar soc@ffe00000:ethernet@b0000: enabled errata workarounds, flags: 0x4 [ 1.044779] fsl-gianfar soc@ffe00000:ethernet@b0000 eth0: mac: d8:84:66:e3:9f:74 [ 1.052209] fsl-gianfar soc@ffe00000:ethernet@b0000 eth0: Running with NAPI enabled [ 1.059863] fsl-gianfar soc@ffe00000:ethernet@b0000 eth0: RX BD ring size for Q[0]: 256 [ 1.067870] fsl-gianfar soc@ffe00000:ethernet@b0000 eth0: RX BD ring size for Q[1]: 256 [ 1.075879] fsl-gianfar soc@ffe00000:ethernet@b0000 eth0: TX BD ring size for Q[0]: 256 [ 1.083886] fsl-gianfar soc@ffe00000:ethernet@b0000 eth0: TX BD ring size for Q[1]: 256 [ 1.092449] fsl-gianfar soc@ffe00000:ethernet@b2000: enabled errata workarounds, flags: 0x4 [ 1.111476] fsl-gianfar soc@ffe00000:ethernet@b2000 eth1: mac: d8:84:66:e3:9f:73 [ 1.118883] fsl-gianfar soc@ffe00000:ethernet@b2000 eth1: Running with NAPI enabled [ 1.126558] fsl-gianfar soc@ffe00000:ethernet@b2000 eth1: RX BD ring size for Q[0]: 256 [ 1.134567] fsl-gianfar soc@ffe00000:ethernet@b2000 eth1: RX BD ring size for Q[1]: 256 [ 1.142575] fsl-gianfar soc@ffe00000:ethernet@b2000 eth1: TX BD ring size for Q[0]: 256 [ 1.150583] fsl-gianfar soc@ffe00000:ethernet@b2000 eth1: TX BD ring size for Q[1]: 256 [ 1.158799] ucc_geth_driver: QE UCC Gigabit Ethernet Controller [ 1.158805] random: fast init done [ 1.168497] i2c /dev entries driver [ 1.172349] mpc-i2c ffe03000.i2c: timeout 1000000 us [ 1.177651] mpc-i2c ffe03100.i2c: timeout 1000000 us [ 1.183059] booke_wdt: powerpc book-e watchdog driver loaded [ 1.189612] NET: Registered protocol family 10 [ 1.195135] Segment Routing with IPv6 [ 1.198868] NET: Registered protocol family 17 [ 1.203430] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 1.216402] 8021q: 802.1Q VLAN Support v1.8 [ 1.220639] drmem: No dynamic reconfiguration memory found [ 1.233073] VFS: Mounted root (squashfs filesystem) readonly on device 31:2. [ 1.240708] Freeing unused kernel memory: 224K [ 1.270203] Run /sbin/init as init process [ 1.576808] init: Console is alive [ 1.580510] init: - watchdog - [ 2.268062] kmodloader: loading kernel modules from /etc/modules-boot.d/* [ 2.312123] usbcore: registered new interface driver usbfs [ 2.317684] usbcore: registered new interface driver hub [ 2.323116] usbcore: registered new device driver usb [ 2.331302] Button Hotplug driver version 0.4.1 [ 2.337473] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 2.344934] ehci-fsl: Freescale EHCI Host controller driver [ 2.351537] ehci-platform: EHCI generic platform driver [ 2.358053] fsl-ehci fsl-ehci.0: Freescale On-Chip EHCI Host Controller [ 2.364748] fsl-ehci fsl-ehci.0: new USB bus registered, assigned bus number 1 [ 2.372091] fsl-ehci fsl-ehci.0: irq 28, io mem 0xffe22000 [ 2.400087] fsl-ehci fsl-ehci.0: USB 2.0 started, EHCI 1.00 [ 2.406380] hub 1-0:1.0: USB hub found [ 2.410316] hub 1-0:1.0: 1 port detected [ 2.418920] input: keys as /devices/platform/keys/input/input0 [ 2.425422] kmodloader: done loading kernel modules from /etc/modules-boot.d/* [ 2.435204] init: - preinit - [ 3.104195] random: procd: uninitialized urandom read (4 bytes read) Press the [f] key and hit [enter] to enter failsafe mode Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level [ 7.279945] jffs2: notice: (1066) jffs2_build_xattr_subsystem: complete building xattr subsystem, 25 of xdatum (23 unchecked, 2 orphan) and 39 of xref (2 dead, 0 orphan) found. [ 7.297275] mount_root: switching to jffs2 overlay [ 7.309967] overlayfs: upper fs does not support tmpfile. [ 7.329013] urandom-seed: Seeding with /etc/urandom.seed [ 7.421842] procd: - early - [ 7.424871] procd: - watchdog - [ 8.252960] procd: - watchdog - [ 8.256550] procd: - ubus - [ 8.304325] random: ubusd: uninitialized urandom read (4 bytes read) [ 8.312451] random: ubusd: uninitialized urandom read (4 bytes read) [ 8.319130] random: ubusd: uninitialized urandom read (4 bytes read) [ 8.328985] procd: - init - Please press Enter to activate this console. [ 8.793117] kmodloader: loading kernel modules from /etc/modules.d/* [ 8.904486] urngd: v1.0.2 started. [ 9.002525] Loading modules backported from Linux version v5.15.33-0-g06f50ca83ace [ 9.010165] Backport generated by backports.git v5.15.33-1-0-g183c4ab2 [ 9.032714] random: crng init done [ 9.036132] random: 6 urandom warning(s) missed due to ratelimiting [ 9.274674] PPP generic driver version 2.4.2 [ 9.281555] NET: Registered protocol family 24 [ 9.315287] ath10k 5.15 driver, optimized for CT firmware, probing pci device: 0x3c. [ 9.326280] ath10k_pci a000:03:00.0: pci irq legacy oper_irq_mode 1 irq_mode 0 reset_mode 0 [ 10.328326] ath10k_pci a000:03:00.0: qca988x hw2.0 target 0x4100016c chip_id 0x043202ff sub 0000:0000 [ 10.337689] ath10k_pci a000:03:00.0: kconfig debug 0 debugfs 1 tracing 0 dfs 1 testmode 0 [ 10.348134] ath10k_pci a000:03:00.0: firmware ver 10.1-ct-8x-__fW-022-ecad3248 api 2 features wmi-10.x,has-wmi-mgmt-tx,mfp,txstatus-noack,wmi-10.x-CT,ratemask-CT,txrate-CT,get-temp-CT,tx-rc-CT,cust-stats-CT,retry-gt2-CT,txrate2-CT,beacon-cb-CT,wmi-block-ack-CT crc32 3e4cf97f [ 10.509464] ath10k_pci a000:03:00.0: board_file api 1 bmi_id N/A crc32 bebc7c08 [ 11.367545] ath10k_pci a000:03:00.0: 10.1 wmi init: vdevs: 16 peers: 127 tid: 256 [ 11.384090] ath10k_pci a000:03:00.0: wmi print 'P 128 V 8 T 410' [ 11.390267] ath10k_pci a000:03:00.0: wmi print 'msdu-desc: 1424 sw-crypt: 0 ct-sta: 0' [ 11.398272] ath10k_pci a000:03:00.0: wmi print 'alloc rem: 24984 iram: 38672' [ 11.460666] ath10k_pci a000:03:00.0: htt-ver 2.1 wmi-op 2 htt-op 2 cal otp max-sta 128 raw 0 hwcrypto 1 [ 11.470356] ath10k_pci a000:03:00.0: NOTE: Firmware DBGLOG output disabled in debug_mask: 0x10000000 [ 11.777410] ieee80211 phy1: Atheros AR9300 Rev:4 mem=0xd5960000, irq=17 [ 11.787278] kmodloader: done loading kernel modules from /etc/modules.d/* [ 16.284151] br-lan: port 1(eth0) entered blocking state [ 16.289395] br-lan: port 1(eth0) entered disabled state [ 16.295107] device eth0 entered promiscuous mode [ 16.384928] br-lan: port 2(eth1) entered blocking state [ 16.390254] br-lan: port 2(eth1) entered disabled state [ 16.395805] device eth1 entered promiscuous mode [ 18.440560] fsl-gianfar soc@ffe00000:ethernet@b2000 eth1: Link is Up - 1Gbps/Full - flow control off [ 18.526231] ath10k_pci a000:03:00.0: 10.1 wmi init: vdevs: 16 peers: 127 tid: 256 [ 18.542769] ath10k_pci a000:03:00.0: wmi print 'P 128 V 8 T 410' [ 18.548915] ath10k_pci a000:03:00.0: wmi print 'msdu-desc: 1424 sw-crypt: 0 ct-sta: 0' [ 18.556955] ath10k_pci a000:03:00.0: wmi print 'alloc rem: 24984 iram: 38672' [ 18.619476] ath10k_pci a000:03:00.0: pdev param 0 not supported by firmware [ 18.633580] ath10k_pci a000:03:00.0: rts threshold -1 [ 18.641056] br-lan: port 2(eth1) entered blocking state [ 18.646302] br-lan: port 2(eth1) entered forwarding state [ 18.657442] br-lan: port 3(wlan0) entered blocking state [ 18.662823] br-lan: port 3(wlan0) entered disabled state [ 18.668464] device wlan0 entered promiscuous mode [ 18.674430] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready [ 18.743879] br-lan: port 4(wlan1) entered blocking state [ 18.749223] br-lan: port 4(wlan1) entered disabled state [ 18.755056] device wlan1 entered promiscuous mode [ 18.759923] br-lan: port 4(wlan1) entered blocking state [ 18.765295] br-lan: port 4(wlan1) entered forwarding state [ 19.720202] br-lan: port 4(wlan1) entered disabled state [ 21.480609] fsl-gianfar soc@ffe00000:ethernet@b0000 eth0: Link is Up - 100Mbps/Full - flow control off [ 21.489955] br-lan: port 1(eth0) entered blocking state [ 21.495354] br-lan: port 1(eth0) entered forwarding state [ 22.018452] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready [ 22.025123] br-lan: port 3(wlan0) entered blocking state [ 22.030488] br-lan: port 3(wlan0) entered forwarding state [ 26.881083] IPv6: ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready [ 26.887631] br-lan: port 4(wlan1) entered blocking state [ 26.892998] br-lan: port 4(wlan1) entered forwarding state BusyBox v1.35.0 (2022-04-22 07:23:49 UTC) built-in shell (ash) _______ ________ __ | |.-----.-----.-----.| | | |.----.| |_ | - || _ | -__| || | | || _|| _| |_______|| __|_____|__|__||________||__| |____| |__| W I R E L E S S F R E E D O M ----------------------------------------------------- OpenWrt SNAPSHOT, r19511-c59704334c ----------------------------------------------------- === WARNING! ===================================== There is no root password defined on this device! Use the "passwd" command to set up a new password in order to prevent unauthorized SSH logins. -------------------------------------------------- root@AP3825I-2:/#
Notes
Tags
Add tags below, then remove this fixme.