ZyXEL WX5600-T0
The Zyxel WX5600-T0 is a compact dual-band wireless Access Point sold as a Extender. It's common to find them from ISP Odido.
Since Odido is progressively working on locking these devices, sensitive data extraction and installation methods may vary in the future.
OpenWrt support
Not officially supported.
Experimental firmware
Experimental firmware may be found in the development thread: https://forum.openwrt.org/t/openwrt-support-for-wx5600/220626
Pull Request is here: https://github.com/openwrt/openwrt/pull/18364
Hardware highlights
CPU | Ram | Flash | Network | WLAN | USB | Serial |
---|---|---|---|---|---|---|
MediaTek MT7986 | 512 MiB | 512 MiB | 2x 2.5G | b/g/a/n/ac/ax | No | Yes |
Installation
Supervisor password (required for serial flashing) is posted here.
This guide is for serial port flashing.
This instruction will wipe the existing firmware, and maximize the flash space for OpenWrt (~400MB free) aka “ubootmod”.
Backing up the ISP's firmware is described here.
Use the 1GbE Ethernet ports until you've TFTP booted the ubootmod-initramfs-recovery.itb image.
Until you reach the flashing section, everything will be done from RAM, if you reboot, you'll have to start over.
Preparation
- Prepare a TFTP Server
- Download mtk_uartboot
- Download mt7986-ram-ddr3-bl2.bin from https://downloads.openwrt.org/releases/24.10.2/targets/mediatek/filogic/. Place this file in mtk_uartboot folder.
- Download zyxel_wx5600-t0-ubootmod- files and move them into the TFTP Server folder.
- Disassemble the device, connect to the serial port and switch it on. Verify serial is working.
- Power off the WX5600.
- Execute U-Boot via mtk_uartboot using following command. mtk_uartboot will wait until WX5600 will be switched on.
./mtk_uartboot -a -p ./mt7986-ram-ddr3-bl2.bin -s YOUR_SERIAL_PORT_HERE -f ./openwrt-mediatek-filogic-zyxel_wx5600-t0-ubootmod-bl31-uboot.fip
- Power on the WX5600.
- When the command finishes you should read
NOTICE: Received FIP 0x10cd91 @ 0x40400000 ...
- Quickly connect to serial using your preferred software. A uBoot menu will appear, quickly move with arrows to stop Autoboot.
Backing up stock firmware (Optional but suggested)
- We'll extract some useful data from uboot-env by running
head -c 400 /dev/mtd1
Save the output, especially the supervisor password since it can be used to login to Zloader and root via SSH on stock firmware.
- Reboot the WX5600.
- Login into web gui with username “supervisor” and password provided in the first link of this section.
- Enable SSH in Maintenance/Remote Management
- Log in via ssh as root using supervisor password from provided in the first link of this section.
- Backup partitions. Note: mtd0 is actually the full SPI Nand so it's reduntant to dump it. You can skip it if you want.
dd bs=1M if=/dev/mtd0 | gzip > /tmp/mtd0.gz dd bs=1M if=/dev/mtd1 | gzip > /tmp/mtd1.gz dd bs=1M if=/dev/mtd2 | gzip > /tmp/mtd2.gz dd bs=1M if=/dev/mtd3 | gzip > /tmp/mtd3.gz dd bs=1M if=/dev/mtd4 | gzip > /tmp/mtd4.gz dd bs=1M if=/dev/mtd5 | gzip > /tmp/mtd5.gz dd bs=1M if=/dev/mtd6 | gzip > /tmp/mtd6.gz dd bs=1M if=/dev/mtd7 | gzip > /tmp/mtd7.gz dd bs=1M if=/dev/mtd8 | gzip > /tmp/mtd8.gz
- To proceed to flash restart from mtk_uartboot step.
Flashing
- In the Boot Menu press 0 to drop to the U-Boot Shell. A prompt “WX5600>” will appear.
- Format UBI:
WX5600> mtd erase ubi Erasing 0x00000000 ... 0x1da7ffff (1898 eraseblock(s)) WX5600> ubi part ubi
- Go back in bootmenu
WX5600> bootmenu
Note: Do not use run ubi_format since this resets the device after formatting ubi, meaning you have to re-run the mtk_uartboot step, since we haven't yet written BL2/BL31 to the device.
- Press 8 to Load BL2 via TFTP and flash it.
- Press 7 to Load BL31+U-Boot via TFTP and flash it.
- Press 6 to Load recovery image via TFTP and flash it.
- Press 5 to Load production image via TFTP and flash it.
- Press 9 to reboot the device and you'll see OpenWRT.
Flash Layout
Pre flash
mtd0: 20000000 00040000 "spi0.1" mtd1: 00100000 00040000 "BL2" mtd2: 00080000 00040000 "u-boot-env" mtd3: 00200000 00040000 "Factory" mtd4: 001c0000 00040000 "FIP" mtd5: 00040000 00040000 "zloader" mtd6: 04000000 00040000 "ubi" mtd7: 04000000 00040000 "ubi2" mtd8: 15a80000 00040000 "zyubi"
Post flash (ubootmod)
mtd0: 00100000 00040000 "bl2" mtd1: 00080000 00040000 "u-boot-env" mtd2: 00200000 00040000 "Factory" mtd3: 00200000 00040000 "fip" mtd4: 00040000 00040000 "zloader" mtd5: 1da80000 00040000 "ubi"
Photos
Bootlogs
OEM bootlog
F0: 102B 0000 FA: 1040 0000 FA: 1040 0000 [0200] F9: 0000 0000 V0: 0000 0000 [0001] 00: 0000 0000 BP: 2400 0041 [0000] G0: 1190 0000 EC: 0000 0000 [1000] T0: 0000 0228 [010F] Jump to BL NOTICE: BL2: v2.6(release):1699859b NOTICE: BL2: Built : 17:51:46, Nov 12 2024 NOTICE: WDT: disabled NOTICE: CPU: MT7986 (1600MHz) NOTICE: EMI: Using DDR3 settings NOTICE: EMI: Detected DRAM size: 512MB NOTICE: EMI: complex R/W mem test passed NOTICE: SPI_NAND parses attributes from parameter page. NOTICE: SPI_NAND Detected ID 0x2c NOTICE: Page size 4096, Block size 262144, size 536870912 NOTICE: Initializing NMBM ... NOTICE: Signature found at block 2047 [0x1ffc0000] NOTICE: First info table with writecount 0 found in block 1920 NOTICE: Second info table with writecount 0 found in block 1923 NOTICE: NMBM has been successfully attached in read-only mode NOTICE: BL2: Booting BL31 NOTICE: BL31: v2.6(release):1699859b NOTICE: BL31: Built : 17:51:49, Nov 12 2024 U-Boot 2022.01-rc4 (Nov 12 2024 - 17:51:31 +0800) CPU: MediaTek MT7986 Model: ZYXEL WX5600-T0 DRAM: 512 MiB Initializing NMBM ... spi-nand: spi_nand spi_nand@1: Micron SPI NAND was found. spi-nand: spi_nand spi_nand@1: 512 MiB, block size: 256 KiB, page size: 4096, OOB size: 256 Could not find a valid device for nmbm0 Signature found at block 2047 [0x1ffc0000] First info table with writecount 0 found in block 1920 Second info table with writecount 0 found in block 1923 NMBM has been successfully attached MMC: Loading Environment from MTD... OK In: serial@11002000 Out: serial@11002000 Err: serial@11002000 Net: eth0: ethernet@15100000 Reading 262144 byte(s) at offset 0x00000000 ## Booting kernel from Legacy Image at 46000000 ... Image Name: zld-3.0 07/22/2024 14:54:23 Image Type: AArch64 U-Boot Standalone Program (gzip compressed) Data Size: 21251 Bytes = 20.8 KiB Load Address: 41e00200 Entry Point: 41e003f4 Verifying Checksum ... OK Uncompressing Standalone Program ZYXEL zloader v3.0.9 (07/22/2024 - 14:54:23) ubi0: attaching mtd7 ubi0: scanning is finished ubi0: attached mtd7 (name "ubi", size 64 MiB) ubi0: PEB size: 262144 bytes (256 KiB), LEB size: 253952 bytes ubi0: min./max. I/O unit sizes: 4096/4096, sub-page size 4096 ubi0: VID header offset: 4096 (aligned 4096), data offset: 8192 ubi0: good PEBs: 256, bad PEBs: 0, corrupted PEBs: 0 ubi0: user volume: 5, internal volumes: 1, max. volumes count: 128 ubi0: max/mean erase counter: 7/3, WL threshold: 4096, image sequence number: 1687761240 ubi0: available PEBs: 1, total reserved PEBs: 255, PEBs reserved for bad PEB handling: 38 Reading from volume 'zyfwinfo' to 0x5f7feee0, size 0x100 ... OK ubi0: detaching mtd7 ubi0: mtd7 is detached ubi0: attaching mtd8 ubi0: scanning is finished ubi0: attached mtd8 (name "ubi2", size 64 MiB) ubi0: PEB size: 262144 bytes (256 KiB), LEB size: 253952 bytes ubi0: min./max. I/O unit sizes: 4096/4096, sub-page size 4096 ubi0: VID header offset: 4096 (aligned 4096), data offset: 8192 ubi0: good PEBs: 256, bad PEBs: 0, corrupted PEBs: 0 ubi0: user volume: 5, internal volumes: 1, max. volumes count: 128 ubi0: max/mean erase counter: 2/1, WL threshold: 4096, image sequence number: 0 ubi0: available PEBs: 0, total reserved PEBs: 256, PEBs reserved for bad PEB handling: 38 Reading from volume 'zyfwinfo' to 0x5f7fefe0, size 0x100 ... OK ubi0: detaching mtd8 ubi0: mtd8 is detached Current bootflag is 1 ubi0: attaching mtd8 ubi0: scanning is finished ubi0: attached mtd8 (name "ubi2", size 64 MiB) ubi0: PEB size: 262144 bytes (256 KiB), LEB size: 253952 bytes ubi0: min./max. I/O unit sizes: 4096/4096, sub-page size 4096 ubi0: VID header offset: 4096 (aligned 4096), data offset: 8192 ubi0: good PEBs: 256, bad PEBs: 0, corrupted PEBs: 0 ubi0: user volume: 5, internal volumes: 1, max. volumes count: 128 ubi0: max/mean erase counter: 2/1, WL threshold: 4096, image sequence number: 0 ubi0: available PEBs: 0, total reserved PEBs: 256, PEBs reserved for bad PEB handling: 38 Reading from volume 'zyfwinfo' to 0x5fb46740, size 0x100 ... OK ubi0: detaching mtd8 ubi0: mtd8 is detached Multiboot clinent version: 2.9 Hit any key to stop autoboot: 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 ubi0: attaching mtd8 ubi0: scanning is finished ubi0: attached mtd8 (name "ubi2", size 64 MiB) ubi0: PEB size: 262144 bytes (256 KiB), LEB size: 253952 bytes ubi0: min./max. I/O unit sizes: 4096/4096, sub-page size 4096 ubi0: VID header offset: 4096 (aligned 4096), data offset: 8192 ubi0: good PEBs: 256, bad PEBs: 0, corrupted PEBs: 0 ubi0: user volume: 5, internal volumes: 1, max. volumes count: 128 ubi0: max/mean erase counter: 2/1, WL threshold: 4096, image sequence number: 0 ubi0: available PEBs: 0, total reserved PEBs: 256, PEBs reserved for bad PEB handling: 38 Reading from volume 'kernel' to 0x46000000, size 0x0 ... OK ## Loading fdt from FIT Image at 46000000 ... Using 'config-1' configuration Trying 'fdt-1' fdt subimage Description: ARM64 OpenWrt wx5600-t0-c2-2 device tree blob Type: Flat Device Tree Compression: uncompressed Data Start: 0x463321d8 Data Size: 18419 Bytes = 18 KiB Architecture: AArch64 Hash algo: crc32 Hash value: 52ab20b6 Hash algo: sha1 Hash value: 73176ed36a3ed325c01e9b49248189c4f8fcea18 Verifying Hash Integrity ... crc32+ sha1+ OK ubi0: detaching mtd8 ubi0: mtd8 is detached ubi0: attaching mtd8 ubi0: scanning is finished ubi0: attached mtd8 (name "ubi2", size 64 MiB) ubi0: PEB size: 262144 bytes (256 KiB), LEB size: 253952 bytes ubi0: min./max. I/O unit sizes: 4096/4096, sub-page size 4096 ubi0: VID header offset: 4096 (aligned 4096), data offset: 8192 ubi0: good PEBs: 256, bad PEBs: 0, corrupted PEBs: 0 ubi0: user volume: 5, internal volumes: 1, max. volumes count: 128 ubi0: max/mean erase counter: 2/1, WL threshold: 4096, image sequence number: 0 ubi0: available PEBs: 0, total reserved PEBs: 256, PEBs reserved for bad PEB handling: 38 Reading from volume 'kernel' to 0x46000000, size 0x0 ... OK ## Loading kernel from FIT Image at 46000000 ... Using 'config-1' configuration Trying 'kernel-1' kernel subimage Description: ARM64 OpenWrt Linux-5.4.171 Type: Kernel Image Compression: lzma compressed Data Start: 0x460000e8 Data Size: 3350445 Bytes = 3.2 MiB Architecture: AArch64 OS: Linux Load Address: 0x48080000 Entry Point: 0x48080000 Hash algo: crc32 Hash value: 89ccdba7 Hash algo: sha1 Hash value: 6201ab6119b0f3031589d8049b5947a0e2ff2b71 Verifying Hash Integrity ... crc32+ sha1+ OK ## Loading fdt from FIT Image at 46000000 ... Using 'config-1' configuration Trying 'fdt-1' fdt subimage Description: ARM64 OpenWrt wx5600-t0-c2-2 device tree blob Type: Flat Device Tree Compression: uncompressed Data Start: 0x463321d8 Data Size: 18419 Bytes = 18 KiB Architecture: AArch64 Hash algo: crc32 Hash value: 52ab20b6 Hash algo: sha1 Hash value: 73176ed36a3ed325c01e9b49248189c4f8fcea18 Verifying Hash Integrity ... crc32+ sha1+ OK Booting using the fdt blob at 0x463321d8 Uncompressing Kernel Image Loading Device Tree to 000000005f7f2000, end 000000005f7f97f2 ... OK Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034] [ 0.000000] Linux version 5.4.171 (routine@3d46ab1e162e) (gcc version 8.4.0 (OpenWrt GCC 8.4.0 r0-bb2911637)) #0 SMP Fri Nov 15 09:13:11 2024 [ 0.000000] Machine model: ZYXEL WX5600-T0 [ 0.000000] earlycon: uart8250 at MMIO32 0x0000000011002000 (options '') [ 0.000000] printk: bootconsole [uart8250] enabled [ 0.000000] On node 0 totalpages: 130064 [ 0.000000] DMA32 zone: 2048 pages used for memmap [ 0.000000] DMA32 zone: 0 pages reserved [ 0.000000] DMA32 zone: 130064 pages, LIFO batch:31 [ 0.000000] psci: probing for conduit method from DT. [ 0.000000] psci: PSCIv1.1 detected in firmware. [ 0.000000] psci: Using standard PSCI v0.2 function IDs [ 0.000000] psci: MIGRATE_INFO_TYPE not supported. [ 0.000000] psci: SMC Calling Convention v1.0 [ 0.000000] percpu: Embedded 20 pages/cpu s43800 r8192 d29928 u81920 [ 0.000000] pcpu-alloc: s43800 r8192 d29928 u81920 alloc=20*4096 [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [ 0.000000] Detected VIPT I-cache on CPU0 [ 0.000000] CPU features: detected: GIC system register CPU interface [ 0.000000] CPU features: kernel page table isolation disabled by kernel configuration [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 128016 [ 0.000000] Kernel command line: console=ttyS0,115200n1 loglevel=8 earlycon=uart8250,mmio32,0x11002000 rootubi=ubi2 [ 0.000000] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 0.000000] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes, linear) [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] Memory: 491468K/520256K available (6846K kernel code, 530K rwdata, 2000K rodata, 448K init, 293K bss, 28788K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] rcu: Hierarchical RCU implementation. [ 0.000000] rcu: CONFIG_RCU_FANOUT set to non-default value of 32. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 [ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode [ 0.000000] GICv3: 640 SPIs implemented [ 0.000000] GICv3: 0 Extended SPIs implemented [ 0.000000] GICv3: Distributor has no Range Selector support [ 0.000000] GICv3: 16 PPIs implemented [ 0.000000] GICv3: no VLPI support, no direct LPI support [ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x000000000c080000 [ 0.000000] random: get_random_bytes called from start_kernel+0x2d4/0x420 with crng_init=0 [ 0.000000] arch_timer: cp15 timer(s) running at 12.98MHz (phys). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x2feb336d8, max_idle_ns: 440795202739 ns [ 0.000003] sched_clock: 56 bits at 12MHz, resolution 77ns, wraps every 4398046511092ns [ 0.008177] Calibrating delay loop (skipped), value calculated using timer frequency.. 25.97 BogoMIPS (lpj=51943) [ 0.018509] pid_max: default: 32768 minimum: 301 [ 0.023295] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes, linear) [ 0.030653] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes, linear) [ 0.040020] ASID allocator initialised with 65536 entries [ 0.045547] rcu: Hierarchical SRCU implementation. [ 0.050799] smp: Bringing up secondary CPUs ... [ 0.055718] Detected VIPT I-cache on CPU1 [ 0.055738] GICv3: CPU1: found redistributor 1 region 0:0x000000000c0a0000 [ 0.055761] CPU1: Booted secondary processor 0x0000000001 [0x410fd034] [ 0.056147] Detected VIPT I-cache on CPU2 [ 0.056159] GICv3: CPU2: found redistributor 2 region 0:0x000000000c0c0000 [ 0.056170] CPU2: Booted secondary processor 0x0000000002 [0x410fd034] [ 0.056547] Detected VIPT I-cache on CPU3 [ 0.056557] GICv3: CPU3: found redistributor 3 region 0:0x000000000c0e0000 [ 0.056567] CPU3: Booted secondary processor 0x0000000003 [0x410fd034] [ 0.056600] smp: Brought up 1 node, 4 CPUs [ 0.113243] SMP: Total of 4 processors activated. [ 0.117973] CPU features: detected: 32-bit EL0 Support [ 0.123140] CPU features: detected: CRC32 instructions [ 0.128407] CPU: All CPU(s) started at EL2 [ 0.132533] alternatives: patching kernel code [ 0.142937] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.152770] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) [ 0.159809] pinctrl core: initialized pinctrl subsystem [ 0.166158] NET: Registered protocol family 16 [ 0.170982] DMA: preallocated 256 KiB pool for atomic allocations [ 0.197320] cryptd: max_cpu_qlen set to 1000 [ 0.204111] SCSI subsystem initialized [ 0.208075] libata version 3.00 loaded. [ 0.212287] usbcore: registered new interface driver usbfs [ 0.217938] usbcore: registered new interface driver hub [ 0.223341] usbcore: registered new device driver usb [ 0.231144] rbus 18000000.wbsys: PCI host bridge to bus 0000:00 [ 0.237121] pci_bus 0000:00: root bus resource [mem 0x18000000-0x18ffffff] [ 0.244042] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.249560] pci_bus 0000:00: scanning bus [ 0.253611] pci 0000:00:00.0: [14c3:7986] type 00 class 0x000280 [ 0.259662] pci 0000:00:00.0: reg 0x10: [mem 0x18000000-0x1800000f 64bit] [ 0.266492] pci 0000:00:00.0: reg 0x18: [mem 0x00000000-0x0000000f] [ 0.272797] pci 0000:00:00.0: reg 0x1c: [mem 0x00000000-0x0000000f] [ 0.279102] pci 0000:00:00.0: reg 0x20: [mem 0x00000000-0x0000000f] [ 0.285407] pci 0000:00:00.0: reg 0x24: [mem 0x00000000-0x0000000f] [ 0.292440] pci_bus 0000:00: fixups for bus [ 0.296649] pci_bus 0000:00: bus scan returning with max=00 [ 0.302863] clocksource: Switched to clocksource arch_sys_counter [ 0.310499] thermal_sys: Registered thermal governor 'fair_share' [ 0.310503] thermal_sys: Registered thermal governor 'bang_bang' [ 0.316670] thermal_sys: Registered thermal governor 'step_wise' [ 0.322718] thermal_sys: Registered thermal governor 'user_space' [ 0.328761] thermal_sys: Registered thermal governor 'power_allocator' [ 0.335385] NET: Registered protocol family 2 [ 0.346459] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 0.354304] tcp_listen_portaddr_hash hash table entries: 256 (order: 0, 4096 bytes, linear) [ 0.362758] TCP established hash table entries: 4096 (order: 3, 32768 bytes, linear) [ 0.370576] TCP bind hash table entries: 4096 (order: 4, 65536 bytes, linear) [ 0.377797] TCP: Hash tables configured (established 4096 bind 4096) [ 0.384323] UDP hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.390912] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.398082] NET: Registered protocol family 1 [ 0.402494] PCI: CLS 0 bytes, default 64 [ 0.407891] workingset: timestamp_bits=46 max_order=17 bucket_order=0 [ 0.424238] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.430317] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. [ 0.464271] Serial: 8250/16550 driver, 3 ports, IRQ sharing disabled [ 0.471889] printk: console [ttyS0] disabled [ 0.496337] 11002000.serial: ttyS0 at MMIO 0x11002000 (irq = 11, base_baud = 2500000) is a ST16650V2 [ 0.505554] printk: console [ttyS0] enabled [ 0.505554] printk: console [ttyS0] enabled [ 0.513915] printk: bootconsole [uart8250] disabled [ 0.513915] printk: bootconsole [uart8250] disabled [ 0.524494] mtk_rng 1020f000.trng: registered RNG driver [ 0.524698] random: fast init done [ 0.530058] cacheinfo: Unable to detect cache hierarchy for CPU 0 [ 0.534653] loop: module loaded [ 0.539796] random: crng init done [ 0.545227] spi-nor spi0.0: unrecognized JEDEC id bytes: ff 2c 34 2c 34 2c [ 0.553061] spi-nor: probe of spi0.0 failed with error -2 [ 0.558957] spi-nand spi0.1: Micron SPI NAND was found. [ 0.564184] spi-nand spi0.1: 512 MiB, block size: 256 KiB, page size: 4096, OOB size: 256 [ 0.574188] libphy: Fixed MDIO Bus: probed [ 0.579732] [mtk_hw_init] reset_lock:0, force:0 [ 0.584290] [mtk_hw_init] execute fe cold reset [ 0.600222] libphy: mdio: probed [ 0.758056] Intel GPY211 PHY mdio-bus:05: driver wait 0 ms for phy ready! [ 0.821562] Intel GPY211 PHY mdio-bus:06: driver wait 0 ms for phy ready! [ 0.829509] mtk_soc_eth 15100000.ethernet: generated random MAC address 1e:f1:d4:a5:05:89 [ 0.838191] mtk_soc_eth 15100000.ethernet eth0: mediatek frame engine at 0xffffffc011980000, irq 120 [ 0.847357] mtk_soc_eth 15100000.ethernet: generated random MAC address 9a:94:d1:bd:b2:8b [ 0.856018] mtk_soc_eth 15100000.ethernet eth1: mediatek frame engine at 0xffffffc011980000, irq 120 [ 0.865149] (unnamed net_device) (dummy): netif_napi_add() called with weight 256 [ 0.873008] xhci-mtk 11200000.xhci: 11200000.xhci supply vbus not found, using dummy regulator [ 0.881671] xhci-mtk 11200000.xhci: 11200000.xhci supply vusb33 not found, using dummy regulator [ 0.891058] xhci-mtk 11200000.xhci: xHCI Host Controller [ 0.896385] xhci-mtk 11200000.xhci: new USB bus registered, assigned bus number 1 [ 0.908010] xhci-mtk 11200000.xhci: hcc params 0x01403f99 hci version 0x110 quirks 0x0000000000210010 [ 0.917283] xhci-mtk 11200000.xhci: irq 129, io mem 0x11200000 [ 0.923870] hub 1-0:1.0: USB hub found [ 0.927658] hub 1-0:1.0: 2 ports detected [ 0.932111] xhci-mtk 11200000.xhci: xHCI Host Controller [ 0.937433] xhci-mtk 11200000.xhci: new USB bus registered, assigned bus number 2 [ 0.944921] xhci-mtk 11200000.xhci: Host supports USB 3.2 Enhanced SuperSpeed [ 0.952124] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. [ 0.960712] hub 2-0:1.0: USB hub found [ 0.964495] hub 2-0:1.0: 1 port detected [ 0.969054] usbcore: registered new interface driver uas [ 0.974451] usbcore: registered new interface driver usb-storage [ 0.980567] i2c /dev entries driver [ 0.985745] mtk-wdt 1001c000.watchdog: Watchdog enabled (timeout=31 sec, nowayout=0) [ 0.993930] device-mapper: ioctl: 4.41.0-ioctl (2019-09-16) initialised: dm-devel@redhat.com [ 1.003112] crypto-safexcel 10320000.crypto: EIP97:230(0,1,4,4)-HIA:270(0,5,5),PE:150/433,alg:7fcdfc00 [ 1.017700] /proc/zy_nf_ct_udp_STB_port created [ 1.022255] /proc/zy_nf_ct_udp_STB_timeout created [ 1.027172] Initializing XFRM netlink socket [ 1.032230] NET: Registered protocol family 10 [ 1.038206] Segment Routing with IPv6 [ 1.042121] NET: Registered protocol family 17 [ 1.046749] Bridge firewalling registered [ 1.050870] 8021q: 802.1Q VLAN Support v1.8 [ 1.071885] nmbm nmbm_spim_nand: Signature found at block 2047 [0x1ffc0000] [ 1.081564] nmbm nmbm_spim_nand: First info table with writecount 0 found in block 1920 [ 1.097086] nmbm nmbm_spim_nand: Second info table with writecount 0 found in block 1923 [ 1.105223] nmbm nmbm_spim_nand: NMBM has been successfully attached [ 1.111874] 8 fixed-partitions partitions found on MTD device nmbm_spim_nand [ 1.118930] Creating 8 MTD partitions on "nmbm_spim_nand": [ 1.124421] 0x000000000000-0x000000100000 : "BL2" [ 1.130105] 0x000000100000-0x000000180000 : "u-boot-env" [ 1.136255] 0x000000180000-0x000000380000 : "Factory" [ 1.142153] 0x000000380000-0x000000540000 : "FIP" [ 1.147695] 0x000000540000-0x000000580000 : "zloader" [ 1.153610] 0x000000580000-0x000004580000 : "ubi" [ 1.159242] 0x000004580000-0x000008580000 : "ubi2" [ 1.164946] 0x000008580000-0x00001e000000 : "zyubi" [ 1.171319] UBI: plan to attach ubi2 [ 1.175528] UBI: auto-attach mtd7 [ 1.178886] ubi0: attaching mtd7 [ 1.486396] ubi0: scanning is finished [ 1.499172] ubi0: attached mtd7 (name "ubi2", size 64 MiB) [ 1.504664] ubi0: PEB size: 262144 bytes (256 KiB), LEB size: 253952 bytes [ 1.511529] ubi0: min./max. I/O unit sizes: 4096/4096, sub-page size 4096 [ 1.518306] ubi0: VID header offset: 4096 (aligned 4096), data offset: 8192 [ 1.525256] ubi0: good PEBs: 256, bad PEBs: 0, corrupted PEBs: 0 [ 1.531252] ubi0: user volume: 5, internal volumes: 1, max. volumes count: 128 [ 1.538462] ubi0: max/mean erase counter: 2/1, WL threshold: 4096, image sequence number: 0 [ 1.546800] ubi0: available PEBs: 0, total reserved PEBs: 256, PEBs reserved for bad PEB handling: 38 [ 1.556012] ubi0: background thread "ubi_bgt0d" started, PID 780 [ 1.557395] block ubiblock0_1: created from ubi0:1(rootfs) [ 1.567521] ubiblock: device ubiblock0_1 (rootfs) set to be root filesystem [ 1.574478] hctosys: unable to open rtc device (rtc0) [ 1.594032] VFS: Mounted root (squashfs filesystem) readonly on device 253:0. [ 1.601447] Freeing unused kernel memory: 448K [ 1.610943] Run /sbin/init as init process [ 1.822169] init: Console is alive [ 1.825745] init: - watchdog - [ 3.315804] kmodloader: loading kernel modules from /etc/modules-boot.d/* [ 3.355377] conninfra@(mtk_conninfra_drv_init:644) Before platform_driver_register [ 3.363087] Get Index(0-TOP_MISC_BASE) phy_addr(0x11d10000) vir_addr=(0xffffffc010b1d000) size=(0x1000) [ 3.372476] Get Index(1-TOPRGU_BASE) phy_addr(0x1001c000) vir_addr=(0xffffffc010b25000) size=(0x1000) [ 3.381688] Get Index(2-GPIO_BASE) phy_addr(0x1001f000) vir_addr=(0xffffffc010b2d000) size=(0x1000) [ 3.390725] Get Index(3-IOCFG_TR_BASE) phy_addr(0x11f00000) vir_addr=(0xffffffc010b35000) size=(0x1000) [ 3.400109] Get Index(4-IOCFG_TL_BASE) phy_addr(0x11f10000) vir_addr=(0xffffffc010b3d000) size=(0x1000) [ 3.409494] Get Index(5-INFRACFG_AO_BASE) phy_addr(0x10003000) vir_addr=(0xffffffc010b45000) size=(0x1000) [ 3.419139] Get Index(6-CONN_INFRA_CFG_BASE) phy_addr(0x18001000) vir_addr=(0xffffffc010b4d000) size=(0x1000) [ 3.429044] Get Index(7-CONN_INFRA_SYSRAM_BASE) phy_addr(0x18050000) vir_addr=(0xffffffc010b55000) size=(0x1000) [ 3.439208] Get Index(8-CONN_INFRA_CLKGEN_ON_TOP_BASE) phy_addr(0x18009000) vir_addr=(0xffffffc010b5d000) size=(0x1000) [ 3.449980] Get Index(9-CONN_HOST_CSR_TOP_BASE) phy_addr(0x18060000) vir_addr=(0xffffffc010b65000) size=(0x1000) [ 3.460146] Get Index(10-CONN_INFRA_BUS_CR_BASE) phy_addr(0x1800e000) vir_addr=(0xffffffc010b6d000) size=(0x1000) [ 3.470408] Get Index(11-CONN_INFRA_RGU_BASE) phy_addr(0x18000000) vir_addr=(0xffffffc010b75000) size=(0x1000) [ 3.480403] Get Index(12-CONN_WT_SLP_CTL_REG_BASE) phy_addr(0x18005000) vir_addr=(0xffffffc010b7d000) size=(0x1000) [ 3.490830] Get Index(13-INST2_CONN_WT_SLP_CTL_REG_BASE) phy_addr(0x18085000) vir_addr=(0xffffffc010b85000) size=(0x1000) [ 3.501776] Get Index(14-CONN_RF_SPI_MST_REG_BASE) phy_addr(0x18004000) vir_addr=(0xffffffc010b87000) size=(0x1000) [ 3.512202] Get Index(15-INST2_CONN_RF_SPI_MST_REG_BASE) phy_addr(0x18084000) vir_addr=(0xffffffc010b89000) size=(0x1000) [ 3.523152] Get Index(16-CONN_SEMAPHORE_BASE) phy_addr(0x18070000) vir_addr=(0xffffffc010e40000) size=(0x10000) [ 3.533232] Get Index(17-CONN_AFE_CTL_BASE) phy_addr(0x18003000) vir_addr=(0xffffffc010b8b000) size=(0x1000) [ 3.543051] Get Index(18-CONN_AFE_CTL_2ND_BASE) phy_addr(0x18083000) vir_addr=(0xffffffc010b8d000) size=(0x1000) [ 3.553216] Get Index(19-WF_TOP_SLPPROT_ON_BASE) phy_addr(0x184c0000) vir_addr=(0xffffffc010e60000) size=(0x10000) [ 3.563557] Get Index(20-WF_TOP_CFG_BASE) phy_addr(0x184b0000) vir_addr=(0xffffffc010b8f000) size=(0x1000) [ 3.573200] Get Index(21-WF_MCU_CONFIG_LS_BASE) phy_addr(0x184f0000) vir_addr=(0xffffffc010b91000) size=(0x1000) [ 3.583369] Get Index(22-WF_MCU_BUS_CR_BASE) phy_addr(0x18400000) vir_addr=(0xffffffc010b93000) size=(0x1000) [ 3.593274] Get Index(23-WF_MCUSYS_INFRA_BUS_FULL_U_DEBUG_CTRL_AO_BASE) phy_addr(0x18500000) vir_addr=(0xffffffc010b95000) size=(0x1000) [ 3.605522] Get Index(24-WF_TOP_CFG_ON_BASE) phy_addr(0x184c0000) vir_addr=(0xffffffc010e80000) size=(0x10000) [ 3.616146] [1;32meeFlashId: 0x7986, EEPROM_content_valid = 1[0m [ 3.617338] conninfra@(consys_plt_hw_init:221) tx_stream = 0x4, rx_stream = 0x4, band0_pa_type = 0x0, band1_pa_type = 0x0 [ 3.634465] conninfra@(consys_plt_hw_init:230) adie_cfg_type = 2, one_adie_dbdc = 0 [ 3.642117] [emi_mng_init] gConEmiPhyBase = [0x4fc00000] size = [0x100000] fw size = [0x100000] ops=[000000001290aff2] [ 3.652914] conninfra@(mtk_conninfra_drv_init:650) After platform_driver_register [ 3.660924] ConnInfra Dev: init (0) [ 3.665899] conninfra@(_consys_polling_chipid_int:459) Read CONNSYS HW IP version successfully! (0x02070000) [ 3.675740] conninfra@(consys_bus_clock_ctrl:485) drv=[4] conninfra_bus_clock_wpll=[0]->[16] enable [ 3.684788] conninfra@(connsys_d_die_cfg:530) D-die efuse: 0x00000000 [ 3.692252] conninfra@(_connsys_a_die_chip_id_confirm:1915) adie_idx[0]: A-die CHIP ID = 0x7975, HW Version = 0x8a02 [ 3.703769] conninfra@(_connsys_a_die_chip_id_confirm:1915) adie_idx[1]: A-die CHIP ID = 0x7975, HW Version = 0x8a02 [ 3.716293] conninfra@(consys_spi_write_nolock:670) addr = 0x0a00, val = 0xffffffff [ 3.725949] conninfra@(consys_spi_write_nolock:670) addr = 0x0a1c, val = 0x30000a8a [ 3.734598] conninfra@(consys_spi_write_nolock:670) addr = 0x0144, val = 0x00000002 [ 3.744254] conninfra@(consys_spi_write_nolock:670) addr = 0x0148, val = 0x00000000 [ 3.753911] conninfra@(consys_spi_write_nolock:670) addr = 0x0148, val = 0x43a60000 [ 3.767596] conninfra@(connsys_a_die_efuse_read_nolock:906) efuse = [0x0000ab02, 0x00c00100, 0x008500bf, 0x00000000] [ 3.779108] conninfra@(consys_spi_write_nolock:670) addr = 0x0144, val = 0x00000002 [ 3.788764] conninfra@(consys_spi_write_nolock:670) addr = 0x0148, val = 0x23a60036 [ 3.798419] conninfra@(consys_spi_write_nolock:670) addr = 0x0148, val = 0x63a70036 [ 3.812102] conninfra@(connsys_a_die_efuse_read_nolock:906) efuse = [0x0000ab02, 0x00c00100, 0x008500bf, 0x00000000] [ 3.823614] conninfra@(consys_spi_write_nolock:670) addr = 0x0144, val = 0x00000002 [ 3.833271] conninfra@(consys_spi_write_nolock:670) addr = 0x0148, val = 0x23a70036 [ 3.842928] conninfra@(consys_spi_write_nolock:670) addr = 0x0148, val = 0x63a50036 [ 3.856612] conninfra@(connsys_a_die_efuse_read_nolock:906) efuse = [0x0000ab02, 0x00c00100, 0x008500bf, 0x00000000] [ 3.867122] conninfra@(_connsys_a_die_form_patch_7975:1164) Form 7975 adie Patch [ 3.875513] conninfra@(consys_spi_write_nolock:670) addr = 0x0348, val = 0x00000002 [ 3.884162] conninfra@(consys_spi_write_nolock:670) addr = 0x0378, val = 0x00000002 [ 3.892811] conninfra@(consys_spi_write_nolock:670) addr = 0x03a8, val = 0x00000002 [ 3.901460] conninfra@(consys_spi_write_nolock:670) addr = 0x03d8, val = 0x00000002 [ 3.910109] conninfra@(consys_spi_write_nolock:670) addr = 0x0a1c, val = 0x30000aaa [ 3.918759] conninfra@(consys_spi_write_nolock:670) addr = 0x0a84, val = 0x8470008a [ 3.927411] conninfra@(consys_spi_write_nolock:670) addr = 0x0074, val = 0x00000002 [ 3.936061] conninfra@(consys_spi_write_nolock:670) addr = 0x0aa4, val = 0x01001fc0 [ 3.944712] conninfra@(consys_spi_write_nolock:670) addr = 0x0070, val = 0x00000005 [ 3.953362] conninfra@(consys_spi_write_nolock:670) addr = 0x0344, val = 0x00000088 [ 3.962012] conninfra@(consys_spi_write_nolock:670) addr = 0x0374, val = 0x00000088 [ 3.970662] conninfra@(consys_spi_write_nolock:670) addr = 0x03a4, val = 0x00000088 [ 3.979311] conninfra@(consys_spi_write_nolock:670) addr = 0x03d4, val = 0x00000088 [ 3.987960] conninfra@(consys_spi_write_nolock:670) addr = 0x0a80, val = 0x44d07000 [ 3.996609] conninfra@(consys_spi_write_nolock:670) addr = 0x0a88, val = 0x3900aaaa [ 4.005258] conninfra@(consys_spi_write_nolock:670) addr = 0x02c4, val = 0x00000000 [ 4.013907] conninfra@(consys_spi_write_nolock:670) addr = 0x02c8, val = 0x00000072 [ 4.023565] conninfra@(consys_spi_write_nolock:670) addr = 0x0a00, val = 0xffffffff [ 4.033222] conninfra@(consys_spi_write_nolock:670) addr = 0x0a1c, val = 0x30000a8a [ 4.041872] conninfra@(consys_spi_write_nolock:670) addr = 0x0144, val = 0x00000002 [ 4.051528] conninfra@(consys_spi_write_nolock:670) addr = 0x0148, val = 0x00000000 [ 4.061183] conninfra@(consys_spi_write_nolock:670) addr = 0x0148, val = 0x43a60000 [ 4.074866] conninfra@(connsys_a_die_efuse_read_nolock:906) efuse = [0x0000ae02, 0x00c00100, 0x008400ae, 0x00000000] [ 4.086378] conninfra@(consys_spi_write_nolock:670) addr = 0x0144, val = 0x00000002 [ 4.096034] conninfra@(consys_spi_write_nolock:670) addr = 0x0148, val = 0x23a60036 [ 4.105690] conninfra@(consys_spi_write_nolock:670) addr = 0x0148, val = 0x63a70036 [ 4.119374] conninfra@(connsys_a_die_efuse_read_nolock:906) efuse = [0x0000ae02, 0x00c00100, 0x008400ae, 0x00000000] [ 4.130887] conninfra@(consys_spi_write_nolock:670) addr = 0x0144, val = 0x00000002 [ 4.140542] conninfra@(consys_spi_write_nolock:670) addr = 0x0148, val = 0x23a70036 [ 4.150197] conninfra@(consys_spi_write_nolock:670) addr = 0x0148, val = 0x63a50036 [ 4.163384] conninfra@(connsys_a_die_efuse_read_nolock:906) efuse = [0x0000ae02, 0x00c00100, 0x008400ae, 0x00000000] [ 4.173890] conninfra@(_connsys_a_die_form_patch_7975:1164) Form 7975 adie Patch [ 4.182282] conninfra@(consys_spi_write_nolock:670) addr = 0x0348, val = 0x00000002 [ 4.190931] conninfra@(consys_spi_write_nolock:670) addr = 0x0378, val = 0x00000002 [ 4.199580] conninfra@(consys_spi_write_nolock:670) addr = 0x03a8, val = 0x00000002 [ 4.208230] conninfra@(consys_spi_write_nolock:670) addr = 0x03d8, val = 0x00000002 [ 4.216880] conninfra@(consys_spi_write_nolock:670) addr = 0x0a1c, val = 0x30000aaa [ 4.225529] conninfra@(consys_spi_write_nolock:670) addr = 0x0a84, val = 0x8470008a [ 4.234180] conninfra@(consys_spi_write_nolock:670) addr = 0x0074, val = 0x00000002 [ 4.242829] conninfra@(consys_spi_write_nolock:670) addr = 0x0aa4, val = 0x01001fc0 [ 4.251479] conninfra@(consys_spi_write_nolock:670) addr = 0x0070, val = 0x00000005 [ 4.260128] conninfra@(consys_spi_write_nolock:670) addr = 0x0344, val = 0x00000088 [ 4.268776] conninfra@(consys_spi_write_nolock:670) addr = 0x0374, val = 0x00000088 [ 4.277425] conninfra@(consys_spi_write_nolock:670) addr = 0x03a4, val = 0x00000088 [ 4.286074] conninfra@(consys_spi_write_nolock:670) addr = 0x03d4, val = 0x00000088 [ 4.294724] conninfra@(consys_spi_write_nolock:670) addr = 0x0a80, val = 0x44d07000 [ 4.303372] conninfra@(consys_spi_write_nolock:670) addr = 0x0a88, val = 0x3900aaaa [ 4.312022] conninfra@(consys_spi_write_nolock:670) addr = 0x02c4, val = 0x00000000 [ 4.320672] conninfra@(consys_spi_write_nolock:670) addr = 0x02c8, val = 0x00000072 [ 4.329325] conninfra@(consys_spi_write_nolock:670) addr = 0x0070, val = 0x80000000 [ 4.338932] conninfra@(consys_spi_write_nolock:670) addr = 0x0070, val = 0x00000005 [ 4.347584] conninfra@(consys_spi_write_nolock:670) addr = 0x0070, val = 0x80000000 [ 4.357190] conninfra@(consys_spi_write_nolock:670) addr = 0x0070, val = 0x00000005 [ 4.365780] conninfra@(_consys_polling_chipid_int:459) Read CONNSYS HW IP version successfully! (0x02070000) [ 4.375595] conninfra@(_consys_hw_conninfra_wakeup:470) conninfra_wakeup refcnt=[0]->[1] wakeup!! [ 4.384463] conninfra@(_consys_hw_conninfra_sleep:490) conninfra_sleep refcnt=[1]->[0] sleep!! [ 4.393064] conninfra@(opfunc_power_on_internal:241) [Conninfra Pwr On] BT=[0] FM=[0] GPS=[0] WF=[0] CONNINFRA=[1] [ 4.446756] mediatek_soc_hnat 15100000.hnat: wan = eth1 [ 4.451991] mediatek_soc_hnat 15100000.hnat: lan = eth0 [ 4.457207] mediatek_soc_hnat 15100000.hnat: lan2 = eth2 [ 4.462510] mediatek_soc_hnat 15100000.hnat: ppd = eth0 [ 4.467725] mediatek_soc_hnat 15100000.hnat: gmac num = 2 [ 4.473114] mediatek_soc_hnat 15100000.hnat: ppe num = 1 [ 4.479097] mediatek_soc_hnat 15100000.hnat: PPE0 entry number = 8192 [ 4.495928] mediatek_soc_hnat 15100000.hnat: PPE0 hwnat start [ 4.501752] hnat roaming work enable [ 4.508685] warp_module_init(): module init and register callback for warp [ 4.515593] create warp_ctrl ok!!! [ 4.519030] wed_get_slot_map(): assign slot_id:0 for entry: 0! [ 4.524866] wed_get_slot_map(): assign slot_id:1 for entry: 1! [ 4.531101] kmodloader: done loading kernel modules from /etc/modules-boot.d/* [ 4.540005] init: - preinit - [ 4.795032] Intel GPY211 PHY mdio-bus:05: ###phy_addr[5] [eth1] link up speed[1000] [ 4.802725] message received before monitor task is initialized kerSysSendtoMonitorTask [ 4.956032] mtk_soc_eth 15100000.ethernet eth0: configuring for fixed/2500base-x link mode [ 4.964346] mtk_soc_eth 15100000.ethernet eth0: Link is Up - 2.5Gbps/Full - flow control rx/tx Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level rm: can't remove '/tmp/tmp.apmmPd': No such file or directory [ 7.045176] mount_root: loading kmods from internal overlay [ 7.062602] kmodloader: loading kernel modules from //etc/modules-boot.d/* [ 7.070758] kmodloader: done loading kernel modules from //etc/modules-boot.d/* [ 9.541408] UBIFS (ubi0:4): Mounting in unauthenticated mode [ 9.547334] UBIFS (ubi0:4): background thread "ubifs_bgt0_4" started, PID 885 [ 9.621178] UBIFS (ubi0:4): recovery needed [ 9.823842] UBIFS (ubi0:4): recovery completed [ 9.828374] UBIFS (ubi0:4): UBIFS: mounted UBI device 0, volume 4, name "rootfs_data" [ 9.836198] UBIFS (ubi0:4): LEB size: 253952 bytes (248 KiB), min./max. I/O unit sizes: 4096 bytes/4096 bytes [ 9.846100] UBIFS (ubi0:4): FS size: 26664960 bytes (25 MiB, 105 LEBs), journal size 2031617 bytes (1 MiB, 6 LEBs) [ 9.856435] UBIFS (ubi0:4): reserved for root: 1259451 bytes (1229 KiB) [ 9.863042] UBIFS (ubi0:4): media format: w5/r0 (latest is w5/r0), UUID 190B8798-241A-4754-8A28-A016280D3F4C, small LPT model [ 9.876970] block: attempting to load /tmp/ubifs_cfg/upper/etc/config/fstab [ 9.895079] block: extroot: not configured [ 9.899297] UBIFS (ubi0:4): un-mount UBI device 0 [ 9.904011] UBIFS (ubi0:4): background thread "ubifs_bgt0_4" stops [ 9.914416] UBIFS (ubi0:4): Mounting in unauthenticated mode [ 9.920247] UBIFS (ubi0:4): background thread "ubifs_bgt0_4" started, PID 888 [ 10.062662] UBIFS (ubi0:4): UBIFS: mounted UBI device 0, volume 4, name "rootfs_data" [ 10.070501] UBIFS (ubi0:4): LEB size: 253952 bytes (248 KiB), min./max. I/O unit sizes: 4096 bytes/4096 bytes [ 10.080411] UBIFS (ubi0:4): FS size: 26664960 bytes (25 MiB, 105 LEBs), journal size 2031617 bytes (1 MiB, 6 LEBs) [ 10.090747] UBIFS (ubi0:4): reserved for root: 1259451 bytes (1229 KiB) [ 10.097354] UBIFS (ubi0:4): media format: w5/r0 (latest is w5/r0), UUID 190B8798-241A-4754-8A28-A016280D3F4C, small LPT model [ 10.116826] mount_root: loading kmods from internal overlay [ 10.138921] kmodloader: loading kernel modules from /tmp/overlay/upper/etc/modules-boot.d/* [ 10.150583] kmodloader: done loading kernel modules from /tmp/overlay/upper/etc/modules-boot.d/* [ 12.563765] block: attempting to load /tmp/ubifs_cfg/upper/etc/config/fstab [ 12.577760] block: extroot: not configured [ 12.585018] mount_root: switching to ubifs overlay [ 12.604435] urandom-seed: Seed file not found (/etc/urandom.seed) [ 12.649563] procd: - early - [ 12.652510] procd: - watchdog - [ 13.182237] procd: - watchdog - [ 13.187627] procd: - ubus - [ 13.241329] procd: - init - Please press Enter to activate this console. [ 13.554170] urngd: v1.0.2 started. [ 13.608391] kmodloader: loading kernel modules from /etc/modules.d/* [ 13.626239] MACsec IEEE 802.1AE [ 13.636549] NET: Registered protocol family 15 [ 13.655255] l2tp_core: L2TP core driver, V2.0 [ 13.660934] l2tp_netlink: L2TP netlink interface [ 13.666878] gre: GRE over IPv4 demultiplexor driver [ 13.673463] ip_gre: GRE over IPv4 tunneling driver [ 13.696985] ip6_gre: GRE over IPv6 tunneling driver [ 13.728360] Current mapfilter version v3.0.1 [ 14.853957] mt_wifi: module license 'Proprietary' taints kernel. [ 14.859980] Disabling lock debugging due to kernel taint [ 14.910622] conninfra@(conninfra_pwr_on:120) [conninfra_pwr_on] drv=[3] [ 14.918189] conninfra@(_consys_polling_chipid_int:459) Read CONNSYS HW IP version successfully! (0x02070000) [ 14.937225] [1;32mAdie Type: 0x7975[0m [ 14.937228] [1;32mSKU Type: 6000[0m [ 14.941178] conninfra@(opfunc_power_on_internal:241) [Conninfra Pwr On] BT=[0] FM=[0] GPS=[0] WF=[1] CONNINFRA=[1] [ 14.956012] WiFi@C12L1,get_dbg_setting_by_profile() 4199: debug level setting=INDEX0_debug_level not found!! [ 14.966149] WiFi@C12L1,get_dbg_setting_by_profile() 4222: debug option setting=INDEX0_debug_option not found!! [ 14.976233] mt_rbus 0000:00:00.0: runtime IRQ mapping not provided by arch [ 14.992968] mt7986_init()--> [ 14.995955] [1;33m sku:0xd, ADIE=MT7975 [0m [ 15.000361] <--mt7986_init() [ 15.003258] mt7915_ap.ko zyWlan_evt_init: create socket successfully [ 15.009630] RtmpRaDevCtrlInit(): MCS_LUT not used becasue MacTb size(544) > 128! [ 15.017239] WiFi@C12L1,match_index_by_chipname() 507: not find chip name INDEX1 [ 15.024571] WiFi@C12L1,match_index_by_chipname() 507: not find chip name INDEX2 [ 15.031920] WiFi@C12L1,match_index_by_chipname() 507: not find chip name INDEX3 [ 15.039252] WiFi@C12L1,match_index_by_chipname() 507: not find chip name INDEX4 [ 15.046582] WiFi@C12L1,match_index_by_chipname() 507: not find chip name INDEX5 [ 15.053912] WiFi@C12L1,match_index_by_chipname() 507: not find chip name INDEX6 [ 15.061257] WiFi@C12L1,match_index_by_chipname() 507: not find chip name INDEX7 [ 15.068592] WiFi@C12L1,match_index_by_chipname() 507: not find chip name INDEX8 [ 15.075923] WiFi@C12L1,match_index_by_chipname() 507: not find chip name INDEX9 [ 15.083222] WiFi@C12L2,match_index_by_chipname() 512: Not find slot id, back to old rule. [ 15.091703] msta_ifname not found [ 15.124664] -->mtfwd_init(ver:2.0) [ 15.124739] <-- [ 15.128800] mtk_warp_proxy: module uses symbols from proprietary module mt_wifi, inheriting taint. [ 15.165153] xt_time: kernel timezone is -0000 [ 15.171117] [ZyNFHook]: zy_nfhook initialized [ 15.201741] PPP generic driver version 2.4.2 [ 15.207487] PPP MPPE Compression module registered [ 15.213684] NET: Registered protocol family 24 [ 15.219440] PPTP driver version 0.8.5 [ 15.225187] l2tp_ppp: PPPoL2TP kernel driver, V2.0 [ 15.233486] kmodloader: done loading kernel modules from /etc/modules.d/* [ 19.136409] /dev/ubi0_3: Can't open blockdev [ 19.216758] block ubiblock0_3: created from ubi0:3(zydefault) [ 19.268210] ubi1: attaching mtd8 [ 20.917885] ubi1: scanning is finished [ 20.934605] ubi1: attached mtd8 (name "zyubi", size 346 MiB) [ 20.940281] ubi1: PEB size: 262144 bytes (256 KiB), LEB size: 253952 bytes [ 20.947147] ubi1: min./max. I/O unit sizes: 4096/4096, sub-page size 4096 [ 20.953923] ubi1: VID header offset: 4096 (aligned 4096), data offset: 8192 [ 20.960873] ubi1: good PEBs: 1386, bad PEBs: 0, corrupted PEBs: 0 [ 20.966956] ubi1: user volume: 5, internal volumes: 1, max. volumes count: 128 [ 20.974167] ubi1: max/mean erase counter: 2/1, WL threshold: 4096, image sequence number: 3312540441 [ 20.983286] ubi1: available PEBs: 0, total reserved PEBs: 1386, PEBs reserved for bad PEB handling: 38 [ 20.992586] ubi1: background thread "ubi_bgt1d" started, PID 2068 [ 21.016132] UBIFS (ubi1:3): Mounting in unauthenticated mode [ 21.021979] UBIFS (ubi1:3): background thread "ubifs_bgt1_3" started, PID 2077 [ 21.095751] UBIFS (ubi1:3): recovery needed [ 21.311098] UBIFS (ubi1:3): recovery completed [ 21.315679] UBIFS (ubi1:3): UBIFS: mounted UBI device 1, volume 3, name "data" [ 21.322913] UBIFS (ubi1:3): LEB size: 253952 bytes (248 KiB), min./max. I/O unit sizes: 4096 bytes/4096 bytes [ 21.332822] UBIFS (ubi1:3): FS size: 18538496 bytes (17 MiB, 73 LEBs), journal size 2031617 bytes (1 MiB, 6 LEBs) [ 21.343073] UBIFS (ubi1:3): reserved for root: 875618 bytes (855 KiB) [ 21.349508] UBIFS (ubi1:3): media format: w5/r0 (latest is w5/r0), UUID DE106323-A62C-425D-A540-9277933F5560, small LPT model [ 21.373422] UBIFS (ubi1:4): Mounting in unauthenticated mode [ 21.379258] UBIFS (ubi1:4): background thread "ubifs_bgt1_4" started, PID 2082 [ 21.453140] UBIFS (ubi1:4): recovery needed [ 21.504350] UBIFS (ubi1:4): recovery completed [ 21.508885] UBIFS (ubi1:4): UBIFS: mounted UBI device 1, volume 4, name "misc" [ 21.516100] UBIFS (ubi1:4): LEB size: 253952 bytes (248 KiB), min./max. I/O unit sizes: 4096 bytes/4096 bytes [ 21.526003] UBIFS (ubi1:4): FS size: 310583296 bytes (296 MiB, 1223 LEBs), journal size 15491072 bytes (14 MiB, 61 LEBs) [ 21.536865] UBIFS (ubi1:4): reserved for root: 4952683 bytes (4836 KiB) [ 21.543472] UBIFS (ubi1:4): media format: w5/r0 (latest is w5/r0), UUID 7982FEFC-B398-48A4-A030-EBE9D7D76407, small LPT model
OpenWrt bootlog
F0: 102B 0000 FA: 1040 0000 FA: 1040 0000 [0200] F9: 0000 0000 V0: 0000 0000 [0001] 00: 0000 0000 BP: 2400 0041 [0000] G0: 1190 0000 EC: 0000 0000 [1000] T0: 0000 020D [010F] Jump to BL NOTICE: BL2: v2.12.0(release):OpenWrt v2025.02.12~e0907706-1 (mt7986-spim-nand-4k-ddr3) NOTICE: BL2: Built : 07:28:17, Jun 24 2025 NOTICE: WDT: Cold boot NOTICE: WDT: disabled NOTICE: CPU: MT7986 (1600MHz) NOTICE: EMI: Using DDR3 settings NOTICE: EMI: Detected DRAM size: 512MB NOTICE: EMI: complex R/W mem test passed NOTICE: SPI_NAND parses attributes from parameter page. NOTICE: SPI_NAND Detected ID 0x2c NOTICE: Page size 4096, Block size 262144, size 536870912 NOTICE: BL2: Booting BL31 NOTICE: BL31: v2.12.0(release):OpenWrt v2025.02.12~e0907706-1 (mt7986-spim-nand-4k-ddr3) NOTICE: BL31: Built : 07:28:17, Jun 24 2025 U-Boot 2025.04-OpenWrt-r30208-1ce0eb5bf2 (Jun 23 2025 - 11:30:15 +0000) CPU: MediaTek MT7986 Model: Zyxel wx5600-T0 ubootmod DRAM: 512 MiB Core: 44 devices, 20 uclasses, devicetree: embed MMC: Loading Environment from UBI... spi-nand: spi_nand spi_nand@0: Micron SPI NAND was found. spi-nand: spi_nand spi_nand@0: 512 MiB, block size: 256 KiB, page size: 4096, OOB size: 256 Read 126976 bytes from volume ubootenv to 000000005f7c1c80 Read 126976 bytes from volume ubootenv2 to 000000005f7e0cc0 OK In: serial@11002000 Out: serial@11002000 Err: serial@11002000 reset button found Loading Environment from UBI... UBI partition 'ubi' already selected Read 126976 bytes from volume ubootenv to 000000005f7c1c80 Read 126976 bytes from volume ubootenv2 to 000000005f7e0cc0 OK Net: eth0: ethernet@15100000 [?25l[2J[1;1H[1;1H[2K[2;3H [0;34m( ( ( [1;39mOpenWrt[0;34m ) ) ) [33mU-Boot 2025.04-OpenWrt-r30208-1ce0eb5bf2 (Jun 23 2025 - 11:30:15 +0000)[0m[0K[3;1H[2K[16;1H[2K[17;3HPress UP/DOWN to move, ENTER to select, ESC to quit[0K[18;1H[2K[4;7H[7m1. Run default boot command.[0m[5;7H2. Boot system via TFTP.[6;7H3. Boot production system from NAND.[7;7H4. Boot recovery system from NAND.[8;7H5. Load production system via TFTP then write to NAND.[9;7H6. Load recovery system via TFTP then write to NAND.[10;7H7. [31mLoad BL31+U-Boot FIP via TFTP then write to NAND.[0m[11;7H8. [31mLoad BL2 preloader via TFTP then write to NAND.[0m[12;7H9. Reboot.[13;7Ha. Reset all settings to factory defaults.[14;7H0. Exit[16;3HHit any key to stop autoboot: 3 [16;3HHit any key to stop autoboot: 2 [16;3HHit any key to stop autoboot: 1 [16;1H[2K[?25h[2J[1;1HNo size specified -> Using max size (12443648) Read 12443648 bytes from volume fit to 0000000046000000 ## Checking Image at 46000000 ... FIT image found FIT description: ARM64 OpenWrt FIT (Flattened Image Tree) Image 0 (kernel-1) Description: ARM64 OpenWrt Linux-6.6.94 Type: Kernel Image Compression: lzma compressed Data Start: 0x46001000 Data Size: 4316444 Bytes = 4.1 MiB Architecture: AArch64 OS: Linux Load Address: 0x48000000 Entry Point: 0x48000000 Hash algo: crc32 Hash value: 6ac77711 Hash algo: sha1 Hash value: 021e078aef328432102ed211bb994443ae0c8ec4 Image 1 (fdt-1) Description: ARM64 OpenWrt zyxel_wx5600-t0-ubootmod device tree blob Type: Flat Device Tree Compression: uncompressed Data Start: 0x4641f000 Data Size: 23815 Bytes = 23.3 KiB Architecture: AArch64 Hash algo: crc32 Hash value: 8cf5be60 Hash algo: sha1 Hash value: 26b50f70f759d6e0269ef487691b85cef61ce668 Image 2 (rootfs-1) Description: ARM64 OpenWrt zyxel_wx5600-t0-ubootmod rootfs Type: Filesystem Image Compression: uncompressed Data Start: 0x46425000 Data Size: 7974912 Bytes = 7.6 MiB Hash algo: crc32 Hash value: e4f5d3b7 Hash algo: sha1 Hash value: ca43bc4980d40e9bdffde2424daf86eb892f1d3f Default Configuration: 'config-1' Configuration 0 (config-1) Description: OpenWrt zyxel_wx5600-t0-ubootmod Kernel: kernel-1 FDT: fdt-1 Loadables: rootfs-1 ## Checking hash(es) for FIT Image at 46000000 ... Hash(es) for Image 0 (kernel-1): crc32+ sha1+ Hash(es) for Image 1 (fdt-1): crc32+ sha1+ Hash(es) for Image 2 (rootfs-1): crc32+ sha1+ ## Loading kernel (any) from FIT Image at 46000000 ... Using 'config-1' configuration Trying 'kernel-1' kernel subimage Description: ARM64 OpenWrt Linux-6.6.94 Type: Kernel Image Compression: lzma compressed Data Start: 0x46001000 Data Size: 4316444 Bytes = 4.1 MiB Architecture: AArch64 OS: Linux Load Address: 0x48000000 Entry Point: 0x48000000 Hash algo: crc32 Hash value: 6ac77711 Hash algo: sha1 Hash value: 021e078aef328432102ed211bb994443ae0c8ec4 Verifying Hash Integrity ... crc32+ sha1+ OK ## Loading fdt (any) from FIT Image at 46000000 ... Using 'config-1' configuration Trying 'fdt-1' fdt subimage Description: ARM64 OpenWrt zyxel_wx5600-t0-ubootmod device tree blob Type: Flat Device Tree Compression: uncompressed Data Start: 0x4641f000 Data Size: 23815 Bytes = 23.3 KiB Architecture: AArch64 Hash algo: crc32 Hash value: 8cf5be60 Hash algo: sha1 Hash value: 26b50f70f759d6e0269ef487691b85cef61ce668 Verifying Hash Integrity ... crc32+ sha1+ OK Booting using the fdt blob at 0x4641f000 Working FDT set to 4641f000 ## Loading loadables (any) from FIT Image at 46000000 ... Trying 'rootfs-1' loadables subimage Description: ARM64 OpenWrt zyxel_wx5600-t0-ubootmod rootfs Type: Filesystem Image Compression: uncompressed Data Start: 0x46425000 Data Size: 7974912 Bytes = 7.6 MiB Hash algo: crc32 Hash value: e4f5d3b7 Hash algo: sha1 Hash value: ca43bc4980d40e9bdffde2424daf86eb892f1d3f Verifying Hash Integrity ... crc32+ sha1+ OK Uncompressing Kernel Image to 48000000 Loading Device Tree to 000000005e7f3000, end 000000005e7fbd06 ... OK Working FDT set to 5e7f3000 Add 'ramoops@42ff0000' node failed: FDT_ERR_EXISTS Starting kernel ... <6>[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034] <5>[ 0.000000] Linux version 6.6.94 (ftp21@DESKTOP-FQL7QLK) (aarch64-openwrt-linux-musl-gcc (OpenWrt GCC 14.3.0 r30210-6875dfd827) 14.3.0, GNU ld (GNU Binutils) 2.42) #0 SMP Tue Jun 24 10:32:52 2025 <6>[ 0.000000] Machine model: Zyxel WX5600-T0 ubootmod <6>[ 0.000000] OF: reserved mem: 0x0000000042ff0000..0x0000000042ffffff (64 KiB) map non-reusable ramoops@42ff0000 <6>[ 0.000000] OF: reserved mem: 0x0000000043000000..0x000000004302ffff (192 KiB) nomap non-reusable secmon@43000000 <6>[ 0.000000] OF: reserved mem: 0x000000004fc00000..0x000000004fcfffff (1024 KiB) nomap non-reusable wmcpu-reserved@4fc00000 <6>[ 0.000000] OF: reserved mem: 0x000000004fd00000..0x000000004fd3ffff (256 KiB) nomap non-reusable wo-emi@4fd00000 <6>[ 0.000000] OF: reserved mem: 0x000000004fd40000..0x000000004fd7ffff (256 KiB) nomap non-reusable wo-emi@4fd40000 <6>[ 0.000000] OF: reserved mem: 0x000000004fd80000..0x000000004ffbffff (2304 KiB) nomap non-reusable wo-data@4fd80000 <6>[ 0.000000] Zone ranges: <6>[ 0.000000] DMA [mem 0x0000000040000000-0x000000005fffffff] <6>[ 0.000000] DMA32 empty <6>[ 0.000000] Normal empty <6>[ 0.000000] Movable zone start for each node <6>[ 0.000000] Early memory node ranges <6>[ 0.000000] node 0: [mem 0x0000000040000000-0x0000000042ffffff] <6>[ 0.000000] node 0: [mem 0x0000000043000000-0x000000004302ffff] <6>[ 0.000000] node 0: [mem 0x0000000043030000-0x000000004fbfffff] <6>[ 0.000000] node 0: [mem 0x000000004fc00000-0x000000004ffbffff] <6>[ 0.000000] node 0: [mem 0x000000004ffc0000-0x000000005fffffff] <6>[ 0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x000000005fffffff] <6>[ 0.000000] psci: probing for conduit method from DT. <6>[ 0.000000] psci: PSCIv1.1 detected in firmware. <6>[ 0.000000] psci: Using standard PSCI v0.2 function IDs <6>[ 0.000000] psci: MIGRATE_INFO_TYPE not supported. <6>[ 0.000000] psci: SMC Calling Convention v1.5 <6>[ 0.000000] percpu: Embedded 18 pages/cpu s35112 r8192 d30424 u73728 <7>[ 0.000000] pcpu-alloc: s35112 r8192 d30424 u73728 alloc=18*4096 <7>[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 <6>[ 0.000000] Detected VIPT I-cache on CPU0 <6>[ 0.000000] CPU features: detected: GIC system register CPU interface <6>[ 0.000000] CPU features: kernel page table isolation disabled by kernel configuration <6>[ 0.000000] alternatives: applying boot alternatives <5>[ 0.000000] Kernel command line: console=ttyS0,115200n8 console_msg_format=syslog root=/dev/fit0 rootwait <6>[ 0.000000] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes, linear) <6>[ 0.000000] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes, linear) <6>[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 129024 <6>[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off <6>[ 0.000000] software IO TLB: SWIOTLB bounce buffer size adjusted to 0MB <6>[ 0.000000] software IO TLB: area num 4. <6>[ 0.000000] software IO TLB: SWIOTLB bounce buffer size roundup to 1MB <6>[ 0.000000] software IO TLB: mapped [mem 0x000000005f4c0000-0x000000005f5c0000] (1MB) <6>[ 0.000000] Memory: 495352K/524288K available (8896K kernel code, 994K rwdata, 2568K rodata, 448K init, 290K bss, 28936K reserved, 0K cma-reserved) <6>[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 <6>[ 0.000000] rcu: Hierarchical RCU implementation. <6>[ 0.000000] Tracing variant of Tasks RCU enabled. <6>[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies. <6>[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 <6>[ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode <6>[ 0.000000] GICv3: 640 SPIs implemented <6>[ 0.000000] GICv3: 0 Extended SPIs implemented <6>[ 0.000000] Root IRQ handler: gic_handle_irq <6>[ 0.000000] GICv3: GICv3 features: 16 PPIs <6>[ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x000000000c080000 <6>[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention. <6>[ 0.000000] arch_timer: cp15 timer(s) running at 13.00MHz (phys). <6>[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x2ff89eacb, max_idle_ns: 440795202429 ns <6>[ 0.000000] sched_clock: 56 bits at 13MHz, resolution 76ns, wraps every 4398046511101ns <6>[ 0.000071] Calibrating delay loop (skipped), value calculated using timer frequency.. 26.00 BogoMIPS (lpj=130000) <6>[ 0.000078] pid_max: default: 32768 minimum: 301 <6>[ 0.002535] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes, linear) <6>[ 0.002543] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes, linear) <4>[ 0.004359] cacheinfo: Unable to detect cache hierarchy for CPU 0 <6>[ 0.004816] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4. <6>[ 0.004940] rcu: Hierarchical SRCU implementation. <6>[ 0.004942] rcu: Max phase no-delay instances is 1000. <6>[ 0.005307] smp: Bringing up secondary CPUs ... <6>[ 0.005605] Detected VIPT I-cache on CPU1 <6>[ 0.005641] GICv3: CPU1: found redistributor 1 region 0:0x000000000c0a0000 <6>[ 0.005667] CPU1: Booted secondary processor 0x0000000001 [0x410fd034] <6>[ 0.006000] Detected VIPT I-cache on CPU2 <6>[ 0.006023] GICv3: CPU2: found redistributor 2 region 0:0x000000000c0c0000 <6>[ 0.006037] CPU2: Booted secondary processor 0x0000000002 [0x410fd034] <6>[ 0.006345] Detected VIPT I-cache on CPU3 <6>[ 0.006365] GICv3: CPU3: found redistributor 3 region 0:0x000000000c0e0000 <6>[ 0.006377] CPU3: Booted secondary processor 0x0000000003 [0x410fd034] <6>[ 0.006412] smp: Brought up 1 node, 4 CPUs <6>[ 0.006417] SMP: Total of 4 processors activated. <6>[ 0.006419] CPU features: detected: 32-bit EL0 Support <6>[ 0.006421] CPU features: detected: CRC32 instructions <6>[ 0.006452] CPU features: emulated: Privileged Access Never (PAN) using TTBR0_EL1 switching <6>[ 0.006455] CPU: All CPU(s) started at EL2 <6>[ 0.006456] alternatives: applying system-wide alternatives <6>[ 0.009620] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns <6>[ 0.009636] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) <6>[ 0.010727] pinctrl core: initialized pinctrl subsystem <6>[ 0.011751] NET: Registered PF_NETLINK/PF_ROUTE protocol family <6>[ 0.012065] DMA: preallocated 128 KiB GFP_KERNEL pool for atomic allocations <6>[ 0.012087] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations <6>[ 0.012106] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations <6>[ 0.012434] thermal_sys: Registered thermal governor 'fair_share' <6>[ 0.012438] thermal_sys: Registered thermal governor 'bang_bang' <6>[ 0.012440] thermal_sys: Registered thermal governor 'step_wise' <6>[ 0.012442] thermal_sys: Registered thermal governor 'user_space' <6>[ 0.012504] ASID allocator initialised with 65536 entries <6>[ 0.013149] pstore: Using crash dump compression: deflate <6>[ 0.013153] pstore: Registered ramoops as persistent store backend <6>[ 0.013155] ramoops: using 0x10000@0x42ff0000, ecc: 0 <6>[ 0.014246] /soc/interrupt-controller@c000000: Fixed dependency cycle(s) with /soc/interrupt-controller@c000000 <6>[ 0.019887] Modules: 29424 pages in range for non-PLT usage <6>[ 0.019893] Modules: 520944 pages in range for PLT usage <6>[ 0.020950] cryptd: max_cpu_qlen set to 1000 <5>[ 0.022715] SCSI subsystem initialized <7>[ 0.023026] libata version 3.00 loaded. <6>[ 0.024201] clocksource: Switched to clocksource arch_sys_counter <6>[ 0.026246] NET: Registered PF_INET protocol family <6>[ 0.026341] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear) <6>[ 0.027341] tcp_listen_portaddr_hash hash table entries: 256 (order: 0, 4096 bytes, linear) <6>[ 0.027351] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) <6>[ 0.027358] TCP established hash table entries: 4096 (order: 3, 32768 bytes, linear) <6>[ 0.027383] TCP bind hash table entries: 4096 (order: 5, 131072 bytes, linear) <6>[ 0.027487] TCP: Hash tables configured (established 4096 bind 4096) <6>[ 0.027763] MPTCP token hash table entries: 512 (order: 1, 12288 bytes, linear) <6>[ 0.027857] UDP hash table entries: 256 (order: 1, 8192 bytes, linear) <6>[ 0.027870] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear) <6>[ 0.028033] NET: Registered PF_UNIX/PF_LOCAL protocol family <6>[ 0.028055] PCI: CLS 0 bytes, default 64 <6>[ 0.029043] workingset: timestamp_bits=46 max_order=17 bucket_order=0 <6>[ 0.032979] squashfs: version 4.0 (2009/01/31) Phillip Lougher <6>[ 0.032985] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. <6>[ 0.083094] Serial: 8250/16550 driver, 3 ports, IRQ sharing disabled <6>[ 0.084329] printk: console [ttyS0] disabled <6>[ 0.104686] 11002000.serial: ttyS0 at MMIO 0x11002000 (irq = 116, base_baud = 2500000) is a ST16650V2 <6>[ 0.104721] printk: console [ttyS0] enabled <6>[ 0.927279] mtk_rng 1020f000.rng: registered RNG driver <6>[ 0.936001] loop: module loaded <6>[ 0.941267] spi-nand spi0.1: Micron SPI NAND was found. <6>[ 0.946768] spi-nand spi0.1: 512 MiB, block size: 256 KiB, page size: 4096, OOB size: 256 <5>[ 0.955478] 6 fixed-partitions partitions found on MTD device spi0.1 <5>[ 0.962294] Creating 6 MTD partitions on "spi0.1": <5>[ 0.967353] 0x000000000000-0x000000100000 : "bl2" <5>[ 0.973023] 0x000000100000-0x000000180000 : "u-boot-env" <5>[ 0.979066] 0x000000180000-0x000000380000 : "Factory" <5>[ 0.985742] 0x000000380000-0x000000580000 : "fip" <5>[ 0.991625] 0x000000540000-0x000000580000 : "zloader" <5>[ 0.997283] 0x000000580000-0x00001e000000 : "ubi" <5>[ 1.128903] ubi0: default fastmap pool size: 90 <5>[ 1.133690] ubi0: default fastmap WL pool size: 45 <5>[ 1.138737] ubi0: attaching mtd5 <5>[ 1.804209] random: crng init done <5>[ 2.226163] ubi0: scanning is finished <5>[ 2.235369] ubi0: attached mtd5 (name "ubi", size 474 MiB) <5>[ 2.241109] ubi0: PEB size: 262144 bytes (256 KiB), LEB size: 253952 bytes <5>[ 2.248232] ubi0: min./max. I/O unit sizes: 4096/4096, sub-page size 4096 <5>[ 2.255264] ubi0: VID header offset: 4096 (aligned 4096), data offset: 8192 <5>[ 2.262465] ubi0: good PEBs: 1898, bad PEBs: 0, corrupted PEBs: 0 <5>[ 2.268802] ubi0: user volume: 5, internal volumes: 1, max. volumes count: 128 <5>[ 2.276265] ubi0: max/mean erase counter: 2/1, WL threshold: 4096, image sequence number: 0 <5>[ 2.284859] ubi0: available PEBs: 0, total reserved PEBs: 1898, PEBs reserved for bad PEB handling: 40 <5>[ 2.294409] ubi0: background thread "ubi_bgt0d" started, PID 208 <6>[ 2.295161] block ubiblock0_1: created from ubi0:1(fit) <6>[ 2.504303] Maxlinear Ethernet GPY211C mdio-bus:05: Firmware Version: 8.111 (0x886F) <6>[ 2.513903] Maxlinear Ethernet GPY211C mdio-bus:06: Firmware Version: 8.111 (0x886F) <6>[ 2.525056] mtk_soc_eth 15100000.ethernet eth0: mediatek frame engine at 0xffffffc081680000, irq 120 <6>[ 2.535221] mtk_soc_eth 15100000.ethernet eth1: mediatek frame engine at 0xffffffc081680000, irq 120 <6>[ 2.545186] i2c_dev: i2c /dev entries driver <6>[ 2.551081] mtk-wdt 1001c000.watchdog: Watchdog enabled (timeout=31 sec, nowayout=0) <6>[ 2.559877] NET: Registered PF_INET6 protocol family <6>[ 2.565751] Segment Routing with IPv6 <6>[ 2.569683] In-situ OAM (IOAM) with IPv6 <6>[ 2.573887] NET: Registered PF_PACKET protocol family <6>[ 2.579281] 8021q: 802.1Q VLAN Support v1.8 <6>[ 2.599114] FIT: Detected U-Boot 2025.04-OpenWrt-r30208-1ce0eb5bf2 <6>[ 2.605570] FIT: Selected configuration: "config-1" (OpenWrt zyxel_wx5600-t0-ubootmod) <6>[ 2.613736] FIT: kernel sub-image 0x00001000..0x0041ed1b "kernel-1" (ARM64 OpenWrt Linux-6.6.94) <6>[ 2.623743] FIT: flat_dt sub-image 0x0041f000..0x00424d06 "fdt-1" (ARM64 OpenWrt zyxel_wx5600-t0-ubootmod device tree blob) <6>[ 2.636003] FIT: filesystem sub-image 0x00425000..0x00bbffff "rootfs-1" (ARM64 OpenWrt zyxel_wx5600-t0-ubootmod rootfs) <6>[ 2.648061] block ubiblock0_1: mapped 1 uImage.FIT filesystem sub-image as /dev/fit0 <6>[ 2.656257] clk: Disabling unused clocks <6>[ 2.665049] VFS: Mounted root (squashfs filesystem) readonly on device 259:0. <6>[ 2.672631] Freeing unused kernel memory: 448K <6>[ 2.677403] Run /sbin/init as init process <7>[ 2.681745] with arguments: <7>[ 2.684965] /sbin/init <7>[ 2.687917] with environment: <7>[ 2.691302] HOME=/ <7>[ 2.693907] TERM=linux <14>[ 2.843565] init: Console is alive <14>[ 2.847458] init: - watchdog - <14>[ 3.205082] kmodloader: loading kernel modules from /etc/modules-boot.d/* <6>[ 3.259119] usbcore: registered new interface driver usbfs <6>[ 3.264914] usbcore: registered new interface driver hub <6>[ 3.270509] usbcore: registered new device driver usb <4>[ 3.276436] gpio_button_hotplug: loading out-of-tree module taints kernel. <6>[ 3.289103] xhci-mtk 11200000.usb: xHCI Host Controller <6>[ 3.294615] xhci-mtk 11200000.usb: new USB bus registered, assigned bus number 1 <6>[ 3.305236] xhci-mtk 11200000.usb: hcc params 0x01403f99 hci version 0x110 quirks 0x0000000000200010 <6>[ 3.314723] xhci-mtk 11200000.usb: irq 124, io mem 0x11200000 <6>[ 3.320804] xhci-mtk 11200000.usb: xHCI Host Controller <6>[ 3.326284] xhci-mtk 11200000.usb: new USB bus registered, assigned bus number 2 <6>[ 3.333925] xhci-mtk 11200000.usb: Host supports USB 3.2 Enhanced SuperSpeed <6>[ 3.341626] hub 1-0:1.0: USB hub found <6>[ 3.345660] hub 1-0:1.0: 2 ports detected <6>[ 3.350246] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. <6>[ 3.358931] hub 2-0:1.0: USB hub found <6>[ 3.362950] hub 2-0:1.0: 1 port detected <14>[ 3.370944] kmodloader: done loading kernel modules from /etc/modules-boot.d/* <14>[ 3.389015] init: - preinit - <6>[ 3.643505] mtk_soc_eth 15100000.ethernet lan2: renamed from eth0 <6>[ 3.686493] mtk_soc_eth 15100000.ethernet lan1: renamed from eth1 <6>[ 3.801758] mtk_soc_eth 15100000.ethernet lan1: PHY [mdio-bus:06] driver [Maxlinear Ethernet GPY211C] (irq=POLL) <6>[ 3.816269] mtk_soc_eth 15100000.ethernet lan1: configuring for phy/2500base-x link mode Press the [f] key and hit [enter] to enter failsafe mode Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level <5>[ 8.049328] UBIFS (ubi0:4): Mounting in unauthenticated mode <5>[ 8.055327] UBIFS (ubi0:4): background thread "ubifs_bgt0_4" started, PID 743 <5>[ 8.090221] UBIFS (ubi0:4): recovery needed <5>[ 8.193236] UBIFS (ubi0:4): recovery completed <5>[ 8.198000] UBIFS (ubi0:4): UBIFS: mounted UBI device 0, volume 4, name "rootfs_data" <5>[ 8.206078] UBIFS (ubi0:4): LEB size: 253952 bytes (248 KiB), min./max. I/O unit sizes: 4096 bytes/4096 bytes <5>[ 8.216232] UBIFS (ubi0:4): FS size: 440606720 bytes (420 MiB, 1735 LEBs), max 1747 LEBs, journal size 22093824 bytes (21 MiB, 87 LEBs) <5>[ 8.228642] UBIFS (ubi0:4): reserved for root: 4952683 bytes (4836 KiB) <5>[ 8.235503] UBIFS (ubi0:4): media format: w5/r0 (latest is w5/r0), UUID FEE18A44-BD10-4F13-956C-87CA69CB21A4, small LPT model <14>[ 8.250590] mount_root: switching to ubifs overlay <4>[ 8.259076] overlayfs: null uuid detected in lower fs '/', falling back to xino=off,index=off,nfs_export=off. <15>[ 8.274391] urandom-seed: Seeding with /etc/urandom.seed <14>[ 8.331007] procd: - early - <14>[ 8.334328] procd: - watchdog - <14>[ 8.882160] procd: - watchdog - <14>[ 8.921443] procd: - ubus - <14>[ 9.076271] procd: - init - Please press Enter to activate this console. <14>[ 9.443592] kmodloader: loading kernel modules from /etc/modules.d/* <6>[ 9.497016] crypto-safexcel 10320000.crypto: EIP97:230(0,1,4,4)-HIA:270(0,5,5),PE:150/433(alg:7fcdfc00)/0/0/0 <6>[ 9.512430] Loading modules backported from Linux version v6.12.6-0-ge9d65b48ce1a <6>[ 9.520194] Backport generated by backports.git v6.1.110-1-35-g410656ef04d2 <14>[ 9.599864] urngd: v1.0.2 started. <4>[ 9.988461] mt798x-wmac 18000000.wifi: Direct firmware load for mediatek/mt7986_rom_patch_mt7975.bin failed with error -2 <4>[ 9.999689] mt798x-wmac 18000000.wifi: Falling back to sysfs fallback for: mediatek/mt7986_rom_patch_mt7975.bin <4>[ 10.054751] mt798x-wmac: probe of 18000000.wifi failed with error -12 <6>[ 10.080263] PPP generic driver version 2.4.2 <6>[ 10.085549] NET: Registered PF_PPPOX protocol family <14>[ 10.092844] kmodloader: done loading kernel modules from /etc/modules.d/* <6>[ 12.491162] mtk_soc_eth 15100000.ethernet lan1: PHY [mdio-bus:06] driver [Maxlinear Ethernet GPY211C] (irq=POLL) <6>[ 12.506268] mtk_soc_eth 15100000.ethernet lan1: configuring for phy/2500base-x link mode <6>[ 12.516133] br-lan: port 1(lan1) entered blocking state <6>[ 12.521624] br-lan: port 1(lan1) entered disabled state <6>[ 12.527154] mtk_soc_eth 15100000.ethernet lan1: entered allmulticast mode <6>[ 12.534377] mtk_soc_eth 15100000.ethernet lan1: entered promiscuous mode <6>[ 12.584362] mtk_soc_eth 15100000.ethernet lan2: PHY [mdio-bus:05] driver [Maxlinear Ethernet GPY211C] (irq=POLL) <6>[ 12.594818] mtk_soc_eth 15100000.ethernet lan2: configuring for phy/2500base-x link mode <6>[ 12.605064] br-lan: port 2(lan2) entered blocking state <6>[ 12.610558] br-lan: port 2(lan2) entered disabled state <6>[ 12.616109] mtk_soc_eth 15100000.ethernet lan2: entered allmulticast mode <6>[ 12.623343] mtk_soc_eth 15100000.ethernet lan2: entered promiscuous mode