Linksys EA7500 v2

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

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

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

EA7500v2

FIXME

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

Warning: this is a dual partition router. ie. the original Linksys firmware is written to two partitions. If you overwrite both partitions, there will be no method of reverting to booting and using Linksys firmware at this time.

The “factory” openwrt image can be flashed directly from OEM stock firmware. After the flash the router will reboot automatically.

However, due to the dual boot system, the first installation could fail.

If the flash succeed and you can reach OpenWrt through the web interface or ssh, you are done.

If the flashing was unsuccessfull

  1. the router will try to boot 3 times and then will automatically boot the OEM firmware.
    Don’t turn off the router. Simply wait and try to reach the router through the web interface every now and then, it will take few minutes. After this, you should be back in the OEM firmware.
  2. Now you have to flash the OEM Firmware over itself using the OEM web interface (I tested it using the FW_EA7500v2_2.0.8.194281_prod.img downloaded from the Linksys website).
  3. When the router reboots flash the factory.bin OpenWrt image and this time it should work.
  4. After the OpenWrt installation you have to use the sysupgrade image for future updates.

If you encounter problems, see OpenWrt forum

After the OpenWrt flash, the OEM firmware is still stored in the second partition thanks to the dual boot system. You can switch from OpenWrt to OEM firmware and vice-versa failing the boot 3 times in a row:

  1. power on the router
  2. wait 15 seconds
  3. power off the router
  4. repeat steps 1-2-3 twice more.
  5. power on the router and you should be in the “other” firmware

If you want to completely remove OpenWrt from your router, switch to the OEM firmware and then flash OEM firmware from the web interface as a normal update. This procedure will overwrite the OpenWrt partition.

FIXME Find out flash layout, then add the flash layout table here (copy, paste, modify the example).

root@OpenWrt:~# cat /proc/mtd 
dev:    size   erasesize  name
mtd0: 00080000 00020000 "boot"
mtd1: 00040000 00020000 "u_env"
mtd2: 00040000 00020000 "factory"
mtd3: 00040000 00020000 "s_env"
mtd4: 00040000 00020000 "devinfo"
mtd5: 00400000 00020000 "kernel"
mtd6: 02400000 00020000 "ubi"
mtd7: 00400000 00020000 "alt_kernel"
mtd8: 02400000 00020000 "alt_rootfs"
mtd9: 00100000 00020000 "sysdiag"
mtd10: 02d00000 00020000 "syscfg"

Please check out the article Flash layout. It contains examples and explanations that describe how to document the flash layout.

[    0.597540] mt7621-nand 1e003000.nand: Using programmed access timing: 31c07388
[    0.605115] nand: device found, Manufacturer ID: 0xc2, Chip ID: 0xf1
[    0.611460] nand: Macronix MX30LF1G18AC
[    0.615295] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
[    0.622856] mt7621-nand 1e003000.nand: ECC strength adjusted to 4 bits
[    0.629406] mt7621-nand 1e003000.nand: Using programmed access timing: 21005134
[    0.636706] mt7621-nand 1e003000.nand: Using programmed access timing: 21005134
[    0.644001] Scanning device for bad blocks
[    1.947157] 11 fixed-partitions partitions found on MTD device mt7621-nand
[    1.954022] Creating 11 MTD partitions on "mt7621-nand":
[    1.959338] 0x000000000000-0x000000080000 : "boot"
[    1.965663] 0x000000080000-0x0000000c0000 : "u_env"
[    1.971801] 0x0000000c0000-0x000000100000 : "factory"
[    1.978124] 0x000000100000-0x000000140000 : "s_env"
[    1.984442] 0x000000140000-0x000000180000 : "devinfo"
[    1.990813] 0x000000180000-0x000000580000 : "kernel"
[    1.997292] 0x000000580000-0x000002980000 : "ubi"
[    2.003426] 0x000002980000-0x000002d80000 : "alt_kernel"
[    2.010059] 0x000002d80000-0x000005180000 : "alt_rootfs"
[    2.016978] 0x000005180000-0x000005280000 : "sysdiag"
[    2.023329] 0x000005280000-0x000007f80000 : "syscfg"

FIXME The instructions below are for Broadcom devices and only serve as an example.
Remove / modify them if they do not apply to this particular device!

This section deals with

  • How you install OpenWrt from a device freshly opened
  • The steps required such as reset to factory defaults if the device has already been configured

Note: Reset router to factory defaults if it has been previously configured.

  • Browse to http://192.168.1.1/Upgrade.asp
  • Upload .bin file to router
  • Wait for it to reboot
  • Telnet to 192.168.1.1 and set a root password, or browse to http://192.168.1.1 if LuCI is installed.

Specific values needed for tftp

FIXME Enter values for “FILL-IN” below

Bootloader tftp server IPv4 address FILL-IN
Bootloader MAC address (special) FILL-IN
Firmware tftp image Latest OpenWrt release (NOTE: Name must contain “tftp”)
TFTP transfer window FILL-IN seconds
TFTP window start approximately FILL-IN seconds after power on
TFTP client required IP address FILL-IN

generic.sysupgrade

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

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

If you don't have a GUI (LuCI) available, you can alternatively upgrade via the command line. There are two command line methods for upgrading:

  • sysupgrade
  • mtd

Note: It is important that you put the firmware image into the ramdisk (/tmp) before you start flashing.

sysupgrade

  • Login as root via SSH on 192.168.1.1, then enter the following commands:
cd /tmp
wget http://downloads.openwrt.org/snapshots/trunk/XXX/xxx.abc
sysupgrade /tmp/xxx.abc

mtd

If sysupgrade does not support this router, use mtd.

  • Login as root via SSH on 192.168.1.1, then enter the following commands:
cd /tmp
wget http://downloads.openwrt.org/snapshots/trunk/XXX/xxx.abc
mtd write /tmp/xxx.abc linux && reboot

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

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

The default network configuration is:

Interface Name Description Default configuration
br-lan EXAMPLE LAN & WiFi EXAMPLE 192.168.1.1/24
vlan0 (eth0.0) EXAMPLE LAN ports (1 to 4) EXAMPLE None
vlan1 (eth0.1) EXAMPLE WAN port EXAMPLE DHCP
wl0 EXAMPLE WiFi EXAMPLE Disabled

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

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

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

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

The Linksys EA7500 v2 has the following buttons:

BUTTON Event Hex value Kernel Code
Reset reset 0198 KEY_RESTART
WPS wps 0211 KEY_WPS_BUTTON
find /sys/firmware/devicetree/base/keys -mindepth 1 -type d | while read -r f; do printf '%s: %s\n' $(basename $f) $(hexdump -s2 -e '2/1 "%02x""\n"' $f/linux,code); done
wps: 0211
reset: 0198

Front:
Insert photo of front of the casing

Back:
Insert photo of back of the casing

Backside label:
Insert photo of backside label

Note: This will void your warranty!

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

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

Main PCB:

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

How to connect to the Serial Port of this specific device:

UART uses 3v signaling (not 5 volt!) at 115200 8N1

Serial connection parameters
for Linksys EA7500 v2
115200, 8N1, 3volt

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

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

None so far.

=================================================================== MT7621 stage1 code 10:33:11 (ASIC) CPU=50000000 HZ BUS=16666666 HZ ================================================================== Change MPLL source from XTAL to CR... do MEMPLL setting.. MEMPLL Config : 0x11100000 3PLL mode + External loopback === XTAL-40Mhz === DDR-1200Mhz === PLL3 FB_DL: 0xd, 1/0 = 602/422 35000000 PLL2 FB_DL: 0xf, 1/0 = 528/496 3D000000 PLL4 FB_DL: 0x13, 1/0 = 674/350 4D000000 do DDR setting..[00320381] Apply DDR3 Setting...(use customer AC) 0 8 16 24 32 40 48 56 64 72 80 88 96 104 112 120 -------------------------------------------------------------------------------- 0000:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0001:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0002:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0003:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0004:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0005:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0006:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0007:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0008:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0009:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 000A:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 000B:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 000C:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 000D:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 000E:| 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 000F:| 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 0 0010:| 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0011:| 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0012:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0013:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0014:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0015:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0016:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0017:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0018:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0019:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 001A:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 001B:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 001C:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 001D:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 001E:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 001F:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 rank 0 coarse = 15 rank 0 fine = 80 B:| 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 opt_dle value:9 DRAMC_R0DELDLY[018]=00001E1E ================================================================== RX DQS perbit delay software calibration ================================================================== 1.0-15 bit dq delay value ================================================================== bit| 0 1 2 3 4 5 6 7 8 9 -------------------------------------- 0 | 12 4 11 6 11 3 11 3 1 10 10 | 5 13 6 11 5 9 -------------------------------------- ================================================================== 2.dqs window x=pass dqs delay value (min~max)center y=0-7bit DQ of every group input delay:DQS0 =30 DQS1 = 30 ================================================================== bit DQS0 bit DQS1 0 (1~58)29 8 (1~56)28 1 (1~51)26 9 (1~55)28 2 (1~56)28 10 (1~56)28 3 (1~55)28 11 (1~58)29 4 (1~58)29 12 (1~60)30 5 (1~54)27 13 (1~58)29 6 (1~58)29 14 (1~60)30 7 (1~59)30 15 (1~58)29 ================================================================== 3.dq delay value last ================================================================== bit| 0 1 2 3 4 5 6 7 8 9 -------------------------------------- 0 | 13 8 13 8 12 6 12 3 3 12 10 | 7 14 6 12 5 10 ================================================================== ================================================================== TX perbyte calibration ================================================================== DQS loop = 15, cmp_err_1 = ffff0000 dqs_perbyte_dly.last_dqsdly_pass[0]=15, finish count=1 dqs_perbyte_dly.last_dqsdly_pass[1]=15, finish count=2 DQ loop=15, cmp_err_1 = ffff01aa DQ loop=14, cmp_err_1 = ffff00a2 dqs_perbyte_dly.last_dqdly_pass[1]=14, finish count=1 DQ loop=13, cmp_err_1 = ffff00a2 DQ loop=12, cmp_err_1 = ffff0000 dqs_perbyte_dly.last_dqdly_pass[0]=12, finish count=2 byte:0, (DQS,DQ)=(9,8) byte:1, (DQS,DQ)=(8,8) 20,data:89 [EMI] DRAMC calibration passed =================================================================== MT7621 stage1 code done CPU=50000000 HZ BUS=16666666 HZ =================================================================== U-Boot 1.1.3 (Aug 5 2016 - 15:06:22) SERCOMM v1.03.0, Release date: 2016/08/05 Board: Ralink APSoC DRAM: 256 MB relocate_code Pointer at: 8ffa8000 Config XHCI 40M PLL Allocate 16 byte aligned buffer: 8ffdf070 Enable NFI Clock # MTK NAND # : Use HW ECC NAND ID [C2 F1 80 95 02] Device found in MTK table, ID: c2f1, EXT_ID: 809502 Support this Device in MTK table! c2f1 select_chip [NAND]select ecc bit:4, sparesize :64 spare_per_sector=16 Signature matched and data read! load_fact_bbt success 1023 load fact bbt success [mtk_nand] probe successfully! mtd->writesize=2048 mtd->oobsize=64, mtd->erasesize=131072 devinfo.iowidth=8 ..============================================ Ralink UBoot Version: 5.0.0.0 -------------------------------------------- ASIC MT7621A DualCore (MAC to MT7530 Mode) DRAM_CONF_FROM: Auto-Detection DRAM_TYPE: DDR3 DRAM bus: 16 bit Xtal Mode=3 OCP Ratio=1/3 Flash component: NAND Flash Date:Aug 5 2016 Time:15:06:22 ============================================ icache: sets:256, ways:4, linesz:32 ,total:32768 dcache: sets:256, ways:4, linesz:32 ,total:32768 ##### The CPU freq = 880 MHZ #### estimate memory size =256 Mbytes #Reset_MT7530 set LAN/WAN WLLLL Please choose the operation: 1: Load system code to SDRAM via TFTP. 2: Load system code then write to Flash via TFTP. 3: Boot system code via Flash (default). 4: Entr boot command line interface. 7: Load Boot Loader code then write to Flash via Serial. 9: Load Boot Loader code then write to Flash via TFTP.  4  3  2  1  0 #### auto_recovery #### check env def auto_recovery no check env def auto_recovery yes check env def boot_part 1 check env def boot_part_ready 3 enabled:1, boot_part:2, boot_part_ready:3 ..nand read ret = 0x20000 boot_count:1, next_record:48 boot_count:1, next_record:48 3: System Boot system code via Flash. ## Booting image at be980000 ... Image Name: Linksys EA7500v2 Router Image Type: MIPS Linux Kernel Image (lzma compressed) Data Size: 2366462 Bytes = 2.3 MB Load Address: 80001000 Entry Point: 8000d1d0 ..................................... Verifying Checksum ... OK Uncompressing Kernel Image ... OK No initrd ## Transferring control to Linux (at address 8000d1d0) ... ## Giving linux memsize in MB, 256 Starting kernel ... LINUX started... THIS IS ASIC SDK 5.0.S.0 Initializing cgroup subsys cpu Linux version 2.6.36 (root@build-vm) (gcc version 4.6.3 (Buildroot 2012.11.1) ) #81 SMP Mon Apr 29 17:41:44 PDT 2019 The CPU feqenuce set to 880 MHz GCMP present CPU revision is: 0001992f (MIPS 1004Kc) Software DMA cache coherency Determined physical RAM map: memory: 10000000 @ 00000000 (usable) Zone PFN ranges: DMA 0x00000000 -> 0x0000c000 Normal 0x0000c000 -> 0x00010000 Movable zone start PFN for each node early_node_map[1] active PFN ranges 0: 0x00000000 -> 0x00010000 Detected 3 available secondary CPU(s) PERCPU: Embedded 7 pages/cpu @8c204000 s6912 r8192 d13568 u65536 pcpu-alloc: s6912 r8192 d13568 u65536 alloc=16*4096 pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 Built 1 zonelists in Zone order, mobility grouping on. Total pages: 65024 Kernel command line: console=ttyS1,115200n8 root=/dev/mtdblock8 ro rootfstype=jffs2 init=/sbin/init 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) Primary instruction cache 32kB, VIPT, , 4-waylinesize 32 bytes. Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes MIPS secondary cache 256kB, 8-way, linesize 32 bytes. Writing ErrCtl register=00035205 Readback ErrCtl register=00035205 allocated 1310720 bytes of page_cgroup please try 'cgroup_disable=memory' option if you don't want memory cgroups Memory: 251276k/262144k available (5029k kernel code, 10868k reserved, 1589k data, 228k init, 0k highmem) Hierarchical RCU implementation. Verbose stalled-CPUs detection is disabled. NR_IRQS:128 Trying to install interrupt handler for IRQ24 Trying to install interrupt handler for IRQ25 Trying to install interrupt handler for IRQ22 Trying to install interrupt handler for IRQ9 Trying to install interrupt handler for IRQ10 Trying to install interrupt handler for IRQ11 Trying to install interrupt handler for IRQ12 Trying to install interrupt handler for IRQ13 Trying to install interrupt handler for IRQ14 Trying to install interrupt handler for IRQ16 Trying to install interrupt handler for IRQ17 Trying to install interrupt handler for IRQ18 Trying to install interrupt handler for IRQ19 Trying to install interrupt handler for IRQ20 Trying to install interrupt handler for IRQ21 Trying to install interrupt handler for IRQ23 Trying to install interrupt handler for IRQ26 Trying to install interrupt handler for IRQ27 Trying to install interrupt handler for IRQ28 Trying to install interrupt handler for IRQ15 Trying to install interrupt handler for IRQ8 Trying to install interrupt handler for IRQ29 Trying to install interrupt handler for IRQ30 Trying to install interrupt handler for IRQ31 console [ttyS1] enabled Calibrating delay loop... 561.15 BogoMIPS (lpj=1122304) pid_max: default: 32768 minimum: 301 Mount-cache hash table entries: 512 Initializing cgroup subsys memory launch: starting cpu1 launch: cpu1 gone! CPU revision is: 0001992f (MIPS 1004Kc) Primary instruction cache 32kB, VIPT, , 4-waylinesize 32 bytes. Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes MIPS secondary cache 256kB, 8-way, linesize 32 bytes. launch: starting cpu2 launch: cpu2 gone! CPU revision is: 0001992f (MIPS 1004Kc) Primary instruction cache 32kB, VIPT, , 4-waylinesize 32 bytes. Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes MIPS secondary cache 256kB, 8-way, linesize 32 bytes. launch: starting cpu3 launch: cpu3 gone! CPU revision is: 0001992f (MIPS 1004Kc) Primary instruction cache 32kB, VIPT, , 4-waylinesize 32 bytes. Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes MIPS secondary cache 256kB, 8-way, linesize 32 bytes. Brought up 4 CPUs Synchronize counters across 4 CPUs: done. devtmpfs: initialized NET: Registered protocol family 16 release PCIe RST: RALINK_RSTCTRL = 7000000 PCIE PHY initialize ***** Xtal 40MHz ***** start MT7621 PCIe register access RALINK_RSTCTRL = 7000000 RALINK_CLKCFG1 = 77ffeff8 *************** MT7621 PCIe RC mode ************* PCIE2 no card, disable it(RST&CLK) pcie_link status = 0x3 RALINK_RSTCTRL= 3000000 *** Configure Device number setting of Virtual PCI-PCI bridge *** RALINK_PCI_PCICFG_ADDR = 21007f2 -> 21007f2 PCIE0 enabled PCIE1 enabled interrupt enable status: 300000 Port 1 N_FTS = 1b105000 Port 0 N_FTS = 1b105000 config reg done init_rt2880pci done bio: create slab <bio-0> at 0 vgaarb: loaded SCSI subsystem initialized usbcore: registered new interface driver usbfs usbcore: registered new interface driver hub usbcore: registered new device driver usb pci 0000:00:00.0: BAR 0: can't assign mem (size 0x80000000) pci 0000:00:01.0: BAR 0: can't assign mem (size 0x80000000) pci 0000:00:00.0: BAR 8: assigned [mem 0x60000000-0x600fffff] pci 0000:00:01.0: BAR 8: assigned [mem 0x60100000-0x601fffff] pci 0000:00:00.0: BAR 1: assigned [mem 0x60200000-0x6020ffff] pci 0000:00:00.0: BAR 1: set to [mem 0x60200000-0x6020ffff] (PCI address [0x60200000-0x6020ffff] pci 0000:00:01.0: BAR 1: assigned [mem 0x60210000-0x6021ffff] pci 0000:00:01.0: BAR 1: set to [mem 0x60210000-0x6021ffff] (PCI address [0x60210000-0x6021ffff] pci 0000:01:00.0: BAR 0: assigned [mem 0x60000000-0x600fffff 64bit] pci 0000:01:00.0: BAR 0: set to [mem 0x60000000-0x600fffff 64bit] (PCI address [0x60000000-0x600fffff] pci 0000:00:00.0: PCI bridge to [bus 01-01] pci 0000:00:00.0: bridge window [io disabled] pci 0000:00:00.0: bridge window [mem 0x60000000-0x600fffff] pci 0000:00:00.0: bridge window [mem pref disabled] pci 0000:02:00.0: BAR 0: assigned [mem 0x60100000-0x601fffff 64bit] pci 0000:02:00.0: BAR 0: set to [mem 0x60100000-0x601fffff 64bit] (PCI address [0x60100000-0x601fffff] pci 0000:00:01.0: PCI bridge to [bus 02-02] pci 0000:00:01.0: bridge window [io disabled] pci 0000:00:01.0: bridge window [mem 0x60100000-0x601fffff] pci 0000:00:01.0: bridge window [mem pref disabled] PCI: Enabling device 0000:00:00.0 (0004 -> 0006) PCI: Enabling device 0000:00:01.0 (0004 -> 0006) BAR0 at slot 0 = 0 bus=0x0, slot = 0x0 res[0]->start = 0 res[0]->end = 0 res[1]->start = 60200000 res[1]->end = 6020ffff res[2]->start = 0 res[2]->end = 0 res[3]->start = 0 res[3]->end = 0 res[4]->start = 0 res[4]->end = 0 res[5]->start = 0 res[5]->end = 0 BAR0 at slot 1 = 0 bus=0x0, slot = 0x1 res[0]->start = 0 res[0]->end = 0 res[1]->start = 60210000 res[1]->end = 6021ffff res[2]->start = 0 res[2]->end = 0 res[3]->start = 0 res[3]->end = 0 res[4]->start = 0 res[4]->end = 0 res[5]->start = 0 res[5]->end = 0 bus=0x1, slot = 0x0, irq=0x4 res[0]->start = 60000000 res[0]->end = 600fffff res[1]->start = 0 res[1]->end = 0 res[2]->start = 0 res[2]->end = 0 res[3]->start = 0 res[3]->end = 0 res[4]->start = 0 res[4]->end = 0 res[5]->start = 0 res[5]->end = 0 bus=0x2, slot = 0x1, irq=0x18 res[0]->start = 60100000 res[0]->end = 601fffff res[1]->start = 0 res[1]->end = 0 res[2]->start = 0 res[2]->end = 0 res[3]->start = 0 res[3]->end = 0 res[4]->start = 0 res[4]->end = 0 res[5]->start = 0 res[5]->end = 0 Switching to clocksource Ralink Systick timer NET: Registered protocol family 2 Clockevents: could not switch to one-shot mode: Clockevents: could not switch to one-shot mode: Clockevents: could not switch to one-shot mode: Clockevents: could not switch to one-shot mode: MIPS is not functional. MIPS is not functional. MIPS is not functional. Could not switch to high resolution mode on CPU 2 Could not switch to high resolution mode on CPU 1 Could not switch to high resolution mode on CPU 0 MIPS is not functional. Could not switch to high resolution mode on CPU 3 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: 4, 65536 bytes) TCP: Hash tables configured (established 8192 bind 8192) TCP reno registered UDP hash table entries: 128 (order: 0, 4096 bytes) UDP-Lite hash table entries: 128 (order: 0, 4096 bytes) NET: Registered protocol family 1 RPC: Registered udp transport module. RPC: Registered tcp transport module. RPC: Registered tcp NFSv4.1 backchannel transport module. 4 CPUs re-calibrate udelay(lpj = 1167360) Load Kernel WDG Timer Module squashfs: version 4.0 (2009/01/31) Phillip Lougher JFFS2 version 2.2 (NAND) (ZLIB) (LZO) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. fuse init (API version 7.15) msgmni has been set to 490 Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254) io scheduler noop registered (default) register power led blinking slow. register wps led off. Ralink gpio driver initialized Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled serial8250: ttyS0 at MMIO 0x1e000d00 (irq = 27) is a 16550A serial8250: ttyS1 at MMIO 0x1e000c00 (irq = 26) is a 16550A brd: module loaded loop: module loaded MediaTek Nand driver init, version v2.1 Fix AHB virt2phys error Allocate 16 byte aligned buffer: 806e7070 Enable NFI Clock # MTK NAND # : Use HW ECC NAND ID [C2 F1 80 95 02, 00809502] Device not found, ID: c2f1 Not Support this Device! chip_mode=00000001 Support this Device in MTK table! c2f1 NAND device: Manufacturer ID: 0xc2, Chip ID: 0xf1 (Unknown NAND 128MiB 3,3V 8-bit) [NAND]select ecc bit:4, sparesize :64 spare_per_sector=16 Scanning device for bad blocks Bad eraseblock 155 at 0x000001360000 Bad eraseblock 525 at 0x0000041a0000 Signature matched and data read! load_fact_bbt success 1023 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0c 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Creating 12 MTD partitions on "MT7621-NAND": 0x000000000000-0x000007f80000 : "ALL" 0x000000000000-0x000000080000 : "boot" 0x000000080000-0x0000000c0000 : "u_env" 0x0000000c0000-0x000000100000 : "Factory" 0x000000100000-0x000000140000 : "s_env" 0x000000140000-0x000000180000 : "devinfo" 0x000000180000-0x000002980000 : "kernel" 0x000000580000-0x000002980000 : "rootfs" 0x000002980000-0x000005180000 : "alt_kernel" 0x000002d80000-0x000005180000 : "alt_rootfs" 0x000005180000-0x000005280000 : "sysdiag" 0x000005280000-0x000007f80000 : "syscfg" [mtk_nand] probe successfully! rdm_major = 253 GMAC1_MAC_ADRH -- : 0x0000000c GMAC1_MAC_ADRL -- : 0x432880f0 Ralink APSoC Ethernet Driver Initilization. v3.1 1024 rx/tx descriptors allocated, mtu = 1500! GMAC1_MAC_ADRH -- : 0x0000000c GMAC1_MAC_ADRL -- : 0x432880f0 PROC INIT OK! Customize GPIO mode.change I2C & JTAG to GPIO mode. org gpio_mode: 000a05a8 update gpio_mode: 000a05ac new gpio_mode: 000a05ac Check Eth LED. PPP generic driver version 2.4.2 PPP MPPE Compression module registered NET: Registered protocol family 24 PPTP driver version 0.8.5 SLIP: version 0.8.4-NET3.019-NEWTTY (dynamic channels, max=256). FM_OUT value: u4FmOut = 0(0x00000000) FM_OUT value: u4FmOut = 0(0x00000000) FM_OUT value: u4FmOut = 0(0x00000000) FM_OUT value: u4FmOut = 0(0x00000000) FM_OUT value: u4FmOut = 0(0x00000000) FM_OUT value: u4FmOut = 0(0x00000000) FM_OUT value: u4FmOut = 0(0x00000000) FM_OUT value: u4FmOut = 0(0x00000000) FM_OUT value: u4FmOut = 0(0x00000000) FM_OUT value: u4FmOut = 0(0x00000000) FM_OUT value: u4FmOut = 0(0x00000000) FM_OUT value: u4FmOut = 0(0x00000000) FM_OUT value: u4FmOut = 0(0x00000000) FM_OUT value: u4FmOut = 0(0x00000000) FM_OUT value: u4FmOut = 0(0x00000000) FM_OUT value: u4FmOut = 0(0x00000000) FM_OUT value: u4FmOut = 0(0x00000000) FM_OUT value: u4FmOut = 0(0x00000000) FM_OUT value: u4FmOut = 0(0x00000000) FM_OUT value: u4FmOut = 0(0x00000000) xhc_mtk xhc_mtk: xHCI Host Controller xhc_mtk xhc_mtk: new USB bus registered, assigned bus number 1 xhc_mtk xhc_mtk: irq 22, io mem 0x1e1c0000 hub 1-0:1.0: USB hub found hub 1-0:1.0: 2 ports detected xhc_mtk xhc_mtk: xHCI Host Controller xhc_mtk xhc_mtk: new USB bus registered, assigned bus number 2 hub 2-0:1.0: USB hub found hub 2-0:1.0: 1 port detected Initializing USB Mass Storage driver... usbcore: registered new interface driver usb-storage USB Mass Storage support registered. mt_msdc_init: !!!!! SDXC Module Initialize Fail !!!!! u32 classifier Actions configured Netfilter messages via NETLINK v0.30. nf_conntrack version 0.5.0 (3926 buckets, 15704 max) ctnetlink v0.93: registering with nfnetlink. nf_conntrack_rtsp v0.6.21 loading IPVS: Registered protocols () IPVS: Connection hash table configured (size=4096, memory=32Kbytes) IPVS: ipvs loaded. IPv4 over IPv4 tunneling driver GRE over IPv4 demultiplexor driver gre: can't add protocol nf_nat_rtsp v0.6.21 loading ip_tables: (C) 2000-2006 Netfilter Core Team, Type=Linux TCP cubic registered NET: Registered protocol family 10 ip6_tables: (C) 2000-2006 Netfilter Core Team IPv6 over IPv4 tunneling driver NET: Registered protocol family 17 Bridge firewalling registered Ebtables v2.0 registered L2TP core driver, V2.0 PPPoL2TP kernel driver, V2.0 802.1Q VLAN Support v1.8 Ben Greear <greearb@candelatech.com> All bugs added by David S. Miller <davem@redhat.com> Registering the dns_resolver key type jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00000000: 0x0527 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00000004: 0x499d instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00000008: 0xc75c instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0000000c: 0x2400 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00000010: 0x0080 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00000014: 0x0080 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00000018: 0xcc8c instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0000001c: 0x0505 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00000020: 0x694c instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00000024: 0x7973 instead Further such events for this erase block will not be printed jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00020000: 0x6210 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00020004: 0x3271 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00020008: 0x9ab7 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0002000c: 0x23d4 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00020010: 0xf355 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00020014: 0x223b instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00020018: 0x327e instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0002001c: 0xd3c5 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00020020: 0x4a17 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00020024: 0xcd6a instead Further such events for this erase block will not be printed Old JFFS2 bitmask found at 0x0003efe8 You cannot use older JFFS2 filesystems with newer kernels jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00040000: 0x1e9f instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00040004: 0x4c7d instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00040008: 0x7708 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0004000c: 0x331d instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00040010: 0x64fd instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00040014: 0x1338 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00040018: 0x116a instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0004001c: 0xe09b instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00040020: 0x8cf3 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00040024: 0xcbdc instead Further such events for this erase block will not be printed jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00060000: 0xb071 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00060004: 0x4e30 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00060008: 0x0de4 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0006000c: 0x84e9 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00060010: 0x26b4 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00060014: 0x0623 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00060018: 0x1130 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0006001c: 0xd725 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00060020: 0x82c9 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00060024: 0xddfe instead Further such events for this erase block will not be printed jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00080000: 0xe24b instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00080004: 0x055b instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00080008: 0x0340 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0008000c: 0x79e2 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00080010: 0x23f6 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00080014: 0xafef instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00080018: 0xb97e instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0008001c: 0xb8a6 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00080020: 0x2c40 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00080024: 0xed87 instead Further such events for this erase block will not be printed jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000a0000: 0x5760 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000a0004: 0x4adb instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000a0008: 0x5d05 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000a000c: 0x25ea instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000a0010: 0x98b1 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000a0014: 0x1caf instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000a0018: 0x071f instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000a001c: 0x3bbc instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000a0020: 0x62e0 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000a0024: 0xe18a instead Further such events for this erase block will not be printed Old JFFS2 bitmask found at 0x000a4108 You cannot use older JFFS2 filesystems with newer kernels jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000c0000: 0x1a57 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000c0004: 0x29f7 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000c0008: 0x1b85 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000c000c: 0x41f0 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000c0010: 0xcde5 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000c0014: 0x84b7 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000c0018: 0xcad4 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000c001c: 0x98a1 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000c0020: 0xdc36 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000c0024: 0x22d4 instead Further such events for this erase block will not be printed jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000e0000: 0xc5ae instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000e0004: 0xc23b instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000e0008: 0xf17b instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000e000c: 0xe3c4 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000e0010: 0x2697 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000e0014: 0x84b6 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000e0018: 0x8b8f instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000e001c: 0xe870 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000e0020: 0x3f56 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000e0024: 0x6e6b instead Further such events for this erase block will not be printed jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00100000: 0x4149 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00100004: 0xe85b instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00100008: 0x094e instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0010000c: 0x7772 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00100010: 0xd114 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00100014: 0x34f5 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00100018: 0x11f9 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0010001c: 0x3ec2 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00100020: 0xdb3a instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00100024: 0x32ca instead Further such events for this erase block will not be printed Old JFFS2 bitmask found at 0x001117f4 You cannot use older JFFS2 filesystems with newer kernels jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00120000: 0x8f2e instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00120004: 0x68d9 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00120008: 0xcdc1 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0012000c: 0xaf51 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00120010: 0x2fcb instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00120014: 0xce0d instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00120018: 0x4a65 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0012001c: 0xe087 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00120020: 0x0d2c instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00120024: 0xca8e instead Further such events for this erase block will not be printed jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00140000: 0xb992 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00140004: 0xd59e instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00140008: 0x92a5 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0014000c: 0x4983 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00140010: 0xf0d8 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00140014: 0x0066 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00140018: 0xa2a1 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0014001c: 0x49f8 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00140020: 0xa8a1 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00140024: 0x82d5 instead Further such events for this erase block will not be printed jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00160000: 0xce0b instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00160004: 0x74bb instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00160008: 0x67b6 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0016000c: 0x6d88 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00160010: 0x6e4a instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00160014: 0x31cd instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00160018: 0x10f2 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0016001c: 0x0460 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00160020: 0x2b19 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00160024: 0xd636 instead Further such events for this erase block will not be printed Old JFFS2 bitmask found at 0x00172c10 You cannot use older JFFS2 filesystems with newer kernels jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00180000: 0xc161 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00180004: 0x43e8 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00180008: 0x71af instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0018000c: 0xddb5 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00180010: 0xdde3 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00180014: 0x7a70 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00180018: 0xd63b instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0018001c: 0xd9b9 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00180020: 0x7b77 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00180024: 0x02de instead Further such events for this erase block will not be printed Old JFFS2 bitmask found at 0x001879e8 You cannot use older JFFS2 filesystems with newer kernels jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001a0000: 0x4b1d instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001a0004: 0x11cf instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001a0008: 0x9574 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001a000c: 0x5785 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001a0010: 0x34d0 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001a0014: 0xc5be instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001a0018: 0x1c1b instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001a001c: 0x9f73 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001a0020: 0x0f56 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001a0024: 0x2d01 instead Further such events for this erase block will not be printed Old JFFS2 bitmask found at 0x001a052c You cannot use older JFFS2 filesystems with newer kernels jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001c0000: 0x5b4e instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001c0004: 0x2951 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001c0008: 0x1941 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001c000c: 0xaeb3 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001c0010: 0x5eb4 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001c0014: 0x846a instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001c0018: 0x4827 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001c001c: 0x2f44 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001c0020: 0x9c04 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001c0024: 0x1b16 instead Further such events for this erase block will not be printed Old JFFS2 bitmask found at 0x001cb350 You cannot use older JFFS2 filesystems with newer kernels Old JFFS2 bitmask found at 0x001de5e8 You cannot use older JFFS2 filesystems with newer kernels jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001e0000: 0x1899 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001e0004: 0x6212 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001e0008: 0x2b2f instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001e000c: 0x215b instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001e0010: 0xedc6 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001e0014: 0x0b73 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001e0018: 0x6cbf instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001e001c: 0x6707 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001e0020: 0x107c instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001e0024: 0x3539 instead Further such events for this erase block will not be printed Old JFFS2 bitmask found at 0x001eb3a8 You cannot use older JFFS2 filesystems with newer kernels jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00200000: 0x33f0 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00200004: 0xb384 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00200008: 0xf1a8 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0020000c: 0x57b3 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00200010: 0xf85b instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00200014: 0x96ab instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00200018: 0xb876 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0020001c: 0xfd5a instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00200020: 0xb605 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00200024: 0xc819 instead Further such events for this erase block will not be printed jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00220000: 0x7e24 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00220004: 0x7010 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00220008: 0x8777 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0022000c: 0xb43b instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00220010: 0xe3d5 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00220014: 0x7da2 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00220018: 0xee2c instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0022001c: 0xe581 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00220020: 0x03fa instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00220024: 0xa06b instead Further such events for this erase block will not be printed jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00240000: 0x03f2 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00240004: 0x3d93 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00240008: 0xcf88 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0024000c: 0xad4c instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00240010: 0x96f4 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00240014: 0x8586 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00240018: 0xe851 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0024001c: 0xf410 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00240020: 0xf80a instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00240024: 0x28d0 instead Further such events for this erase block will not be printed jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x02100000: 0x4c2e instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x02100004: 0x534b instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x02100008: 0x302e instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0210000c: 0x3030 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x02100010: 0x4539 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x02100014: 0x3035 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x02100018: 0x2032 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0210001c: 0x2020 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x02100020: 0x4136 instead jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x02100024: 0x3330 instead Further such events for this erase block will not be printed Empty flash at 0x02100100 ends at 0x02100800 VFS: Mounted root (jffs2 filesystem) readonly on device 31:8. devtmpfs: mounted Freeing unused kernel memory: 228k freed ********************************************************************************* _ _ __ _ __ _____ __ __ _____ | | | || \ | | / // ____]\ \ / // ____]TM | | | || \ | | / /| (___ \ V /| (____ | | | || |\ \| |\ \ \____ \ \ / \____ \ | |_____ | || | \ | \ \ ____) | | | ____) | |_______||_||_| \__| \_\[____ / |_| [_____/ (c) 2013 Belkin International, Inc. and/or its affiliates. All rights reserved. Booting savannah (firmware version 2.0.8.194281) ********************************************************************************* [utopia][init] System Initialization [utopia][init] Creating /proc [utopia][init] Creating /sys [utopia][init] Creating /dev [utopia][init] Creating /tmp [utopia][init] Allocating 40M for /tmp [utopia][init] Prepairing /dev/pts [utopia][init] Setting /tmp and /var permissions [utopia][init] Starting udev.. bdutil board utility kernel module, version 1.4 bdutil board utility kernel module boardId (0) bdutil board utility LED kernel module, version 1.0 Attempting mount of ubifs syscfg partition UBI device number 0, total 360 LEBs (45711360 bytes, 43.6 MiB), available 0 LEBs (0 bytes), LEB size 126976 bytes (124.0 KiB) [utopia][init] Using persistent syscfg data from /var/config/syscfg [utopia][init] Starting system logging [utopia][init] Starting sysevent subsystem net.netfilter.nf_conntrack_acct = 1 [utopia][init] Setting any unset system values to default [utopia][init] no persistence config file (/var/config/pstcfg) found setting up MAC addresses for all interface based on 58:EF:68:26:72:56 Updating NTP Servers if necessary Unit Model (EA7500) matches Firmware image (EA7500) Set port 0 pvid 2. Set port 5 pvid 2. switch reg write offset=2004, value=ff0003 switch reg write offset=2104, value=ff0003 switch reg write offset=2204, value=ff0003 switch reg write offset=2304, value=ff0003 switch reg write offset=2404, value=ff0003 switch reg write offset=2504, value=ff0003 switch reg write offset=2604, value=ff0003 wifi, set wifi hw nat start vlan now... checking for interactive script start up... Updating BootCount Page[49]:18800 ... Done [utopia][init] Starting bdutil daemon attempting to sync sysinfo.cgi auth credentials BDUTIL daemon mode (Focus/MTK) Mon Oct 2 06:49:00 UTC 2023 wan, sysevent received: wan-start (none) login: Set port 0 pvid 2. Set port 5 pvid 2. switch reg write offset=2004, value=ff0003 switch reg write offset=2104, value=ff0003 switch reg write offset=2204, value=ff0003 switch reg write offset=2304, value=ff0003 switch reg write offset=2404, value=ff0003 switch reg write offset=2504, value=ff0003 switch reg write offset=2604, value=ff0003 wifi, set wifi hw nat start vlan now... wifi, sysevent received: lan-started wifi, service_start() Lighttpd Model Base: EA7500 Generating Rainier lighttpd config wifi, wifi_onetime_setting wifi, loading Wi-Fi driver Build temporary www configuration directory: TSLIIHauhEfGE grep: /tmp/udhcp.log: No such file or directory grep: /tmp/udhcp.log: No such file or directory grep: /tmp/udhcp.log: No such file or directory Registering Service myrouter._http._tcp.local port 80 Power cycle Ethernet ports. Got a reply for myrouter._http._tcp.local.: Name now registered and active [utopia] Not setting ppp_clamp_mtu Multiple power table is not supported on boards that hw_revision=2 Channel list is available. Do nothing wifi cache: saving wl0 physical settings wifi, set wifi hw nat wifi cache: saving wl1 physical settings wifi cache: saving wl0 virtual settings wifi cache: saving wl1 virtual settings wifi cache: saving wl0 guest settings wifi cache: saving wl1 guest settings wifi cache: saving wl0 simpletap settings wifi cache: saving wl1 simpletap settings Multi-region is not supported or not enabled Cert region: US killall: iwevent: no process killed Waiting for Wireless Events from interfaces... wifi, Multi-region is not supported or not enabled wifi, Cert region: US wifi, ETxBfEnCond 0 wifi, ETxBfEnCond 1 wifi, MU-MIMO enabled wifi, PMF disabled wifi, HT_RDG 1 wifi, 256QAM enabled wifi, BGProtection 1 wifi, ra0 setting rts thresh wifi, HT_STBC 0 wifi, VHT_STBC 0 wifi, ra0 htduplicate enabled wifi, ra0 setting framentation thresh wifi, DFS disabled wscd: SSDP UDP PORT = 1900 wifi, TxBurst 1 wifi, wifi_physical_start(ra0) wifi, wifi_virtual_start(ra0) wifi, wifi_user_start(ra0) file_sharing, smp wifi eth2/eth3 RPS: CPU0/2 Not ready for JNAP. Sleeping for 15 seconds... [utopia] Not setting ppp_clamp_mtu on dslite protocol wifi, ra0 is up wan, sysevent received: phylink_wan_state wifi, wifi_guest_start(ra0) wifi, guest or user vap is disabled, do not start wifi guest ra1 wifi, Multi-region is not supported or not enabled wifi, Cert region: US Restarting nfqrecv service... wifi, ETxBfEnCond 0 wifi, ETxBfEnCond 1 wifi, MU-MIMO enabled wifi, PMF disabled wifi, HT_RDG 1 wifi, 256QAM disabled wifi, rai0 VhtBw=1 (80 MHz) wifi, rai0 setting rts thresh wifi, HT_STBC 1 wifi, VHT_STBC 0 wifi, rai0 htduplicate enabled wifi, rai0 setting framentation thresh wifi, DFS disabled wscd: SSDP UDP PORT = 1900 wifi, TxBurst 1 wifi, wifi_physical_start(rai0) wifi, wifi_virtual_start(rai0) wifi, wifi_user_start(rai0) wifi, set wifi hw nat wifi, rai0 is up wifi, wifi_guest_start(rai0) wifi, guest or user vap is disabled, do not start wifi guest rai1 route: SIOCADDRT: File exists wifi, restart wscd killall: wscd: no process killed wscd: SSDP UDP PORT = 1900 wifi, set wifi hw nat [fw.sh] fwup_checked_after_boot: 0 self_setup: received event fwup_state (1) self_setup: received event fwup_state (0) [fwupd] status details:"ERROR: Connecting server" [fw.sh] fwup_forced_update: 0 file_sharing, smp wifi eth2/eth3 RPS: CPU0/2 Starting smbd ... wifi, smp wifi wscd: SSDP UDP PORT = 1900 eth2/eth3 RPS: CPU0/2 [fw.sh] fwup_checked_after_boot: 0 self_setup: received event fwup_state (1) self_setup: received event fwup_state (0) [fwupd] status details:"ERROR: Connecting server" [fw.sh] fwup_forced_update: 0 Linksys29631 login:


[ 0.000000] Linux version 5.4.85 (builder@buildhost) (gcc version 8.4.0 (OpenWrt GCC 8.4.0 r15340-57e6f3ae65)) #0 SMP Fri Dec 25 00:57:01 2020 [ 0.000000] SoC Type: MediaTek MT7621 ver:1 eco:3 [ 0.000000] printk: bootconsole [early0] enabled [ 0.000000] CPU0 revision is: 0001992f (MIPS 1004Kc) [ 0.000000] MIPS: machine is Linksys EA7500 v2 [ 0.000000] Initrd not found or empty - disabling initrd [ 0.000000] VPE topology {2,2} total 4 [ 0.000000] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. [ 0.000000] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes [ 0.000000] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. [ 0.000000] Zone ranges: [ 0.000000] Normal [mem 0x0000000000000000-0x000000000fffffff] [ 0.000000] HighMem empty [ 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] On node 0 totalpages: 65536 [ 0.000000] Normal zone: 576 pages used for memmap [ 0.000000] Normal zone: 0 pages reserved [ 0.000000] Normal zone: 65536 pages, LIFO batch:15 [ 0.000000] percpu: Embedded 14 pages/cpu s26768 r8192 d22384 u57344 [ 0.000000] pcpu-alloc: s26768 r8192 d22384 u57344 alloc=14*4096 [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 64960 [ 0.000000] Kernel command line: console=ttyS0,115200 rootfstype=squashfs,jffs2 [ 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] Writing ErrCtl register=00004eb3 [ 0.000000] Readback ErrCtl register=00004eb3 [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] Memory: 250276K/262144K available (6042K kernel code, 206K rwdata, 1288K rodata, 1284K init, 238K bss, 11868K reserved, 0K cma-reserved, 0K highmem) [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] rcu: Hierarchical RCU implementation. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. [ 0.000000] NR_IRQS: 256 [ 0.000000] random: get_random_bytes called from start_kernel+0x340/0x558 with crng_init=0 [ 0.000000] CPU Clock: 880MHz [ 0.000000] clocksource: GIC: mask: 0xffffffffffffffff max_cycles: 0xcaf478abb4, max_idle_ns: 440795247997 ns [ 0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 4343773742 ns [ 0.000009] sched_clock: 32 bits at 440MHz, resolution 2ns, wraps every 4880645118ns [ 0.007801] Calibrating delay loop... 583.68 BogoMIPS (lpj=1167360) [ 0.041999] pid_max: default: 32768 minimum: 301 [ 0.046780] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.054006] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.064417] rcu: Hierarchical SRCU implementation. [ 0.069856] smp: Bringing up secondary CPUs ... [ 9.106982] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. [ 9.106993] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes [ 9.107005] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. [ 9.107108] CPU1 revision is: 0001992f (MIPS 1004Kc) [ 0.102616] Synchronize counters for CPU 1: done. [ 9.168288] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. [ 9.168297] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes [ 9.168305] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. [ 9.168365] CPU2 revision is: 0001992f (MIPS 1004Kc) [ 0.167328] Synchronize counters for CPU 2: done. [ 9.229676] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. [ 9.229684] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes [ 9.229693] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. [ 9.229756] CPU3 revision is: 0001992f (MIPS 1004Kc) [ 0.225184] Synchronize counters for CPU 3: done. [ 0.255061] smp: Brought up 1 node, 4 CPUs [ 0.263555] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.273243] futex hash table entries: 1024 (order: 3, 32768 bytes, linear) [ 0.280310] pinctrl core: initialized pinctrl subsystem [ 0.287196] NET: Registered protocol family 16 [ 0.302623] FPU Affinity set after 4688 emulations [ 0.318553] workqueue: max_active 576 requested for napi_workq is out of range, clamping between 1 and 512 [ 0.328877] random: fast init done [ 0.333120] clocksource: Switched to clocksource GIC [ 0.339887] NET: Registered protocol family 2 [ 0.345262] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear) [ 0.353586] TCP established hash table entries: 2048 (order: 1, 8192 bytes, linear) [ 0.361199] TCP bind hash table entries: 2048 (order: 2, 16384 bytes, linear) [ 0.368271] TCP: Hash tables configured (established 2048 bind 2048) [ 0.374697] UDP hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.381184] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.388360] NET: Registered protocol family 1 [ 0.392671] PCI: CLS 0 bytes, default 32 [ 0.485095] 4 CPUs re-calibrate udelay(lpj = 1163264) [ 0.491602] workingset: timestamp_bits=14 max_order=16 bucket_order=2 [ 0.509707] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.515471] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) © 2001-2006 Red Hat, Inc. [ 0.526917] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 0.536069] mt7621_gpio 1e000600.gpio: registering 32 gpios [ 0.541956] mt7621_gpio 1e000600.gpio: registering 32 gpios [ 0.547750] mt7621_gpio 1e000600.gpio: registering 32 gpios [ 0.554125] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled [ 0.564117] printk: console [ttyS0] disabled [ 0.568417] 1e000c00.uartlite: ttyS0 at MMIO 0x1e000c00 (irq = 19, base_baud = 3125000) is a 16550A [ 0.577408] printk: console [ttyS0] enabled [ 0.585667] printk: bootconsole [early0] disabled [ 0.597540] mt7621-nand 1e003000.nand: Using programmed access timing: 31c07388 [ 0.605115] nand: device found, Manufacturer ID: 0xc2, Chip ID: 0xf1 [ 0.611460] nand: Macronix MX30LF1G18AC [ 0.615295] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64 [ 0.622856] mt7621-nand 1e003000.nand: ECC strength adjusted to 4 bits [ 0.629406] mt7621-nand 1e003000.nand: Using programmed access timing: 21005134 [ 0.636706] mt7621-nand 1e003000.nand: Using programmed access timing: 21005134 [ 0.644001] Scanning device for bad blocks [ 1.947157] 11 fixed-partitions partitions found on MTD device mt7621-nand [ 1.954022] Creating 11 MTD partitions on “mt7621-nand”: [ 1.959338] 0x000000000000-0x000000080000 : “boot” [ 1.965663] 0x000000080000-0x0000000c0000 : “u_env” [ 1.971801] 0x0000000c0000-0x000000100000 : “factory” [ 1.978124] 0x000000100000-0x000000140000 : “s_env” [ 1.984442] 0x000000140000-0x000000180000 : “devinfo” [ 1.990813] 0x000000180000-0x000000580000 : “kernel” [ 1.997292] 0x000000580000-0x000002980000 : “ubi” [ 2.003426] 0x000002980000-0x000002d80000 : “alt_kernel” [ 2.010059] 0x000002d80000-0x000005180000 : “alt_rootfs” [ 2.016978] 0x000005180000-0x000005280000 : “sysdiag” [ 2.023329] 0x000005280000-0x000007f80000 : “syscfg” [ 2.031435] libphy: Fixed MDIO Bus: probed [ 2.063488] libphy: mdio: probed [ 2.066981] mt7530 mdio-bus:1f: MT7530 adapts as multi-chip module [ 2.075472] mtk_soc_eth 1e100000.ethernet: generated random MAC address 5e:d0:f3:99:74:19 [ 2.084549] mtk_soc_eth 1e100000.ethernet eth0: mediatek frame engine at 0xbe100000, irq 21 [ 2.094859] mt7621-pci 1e140000.pcie: Parsing DT failed [ 2.102875] NET: Registered protocol family 10 [ 2.108772] Segment Routing with IPv6 [ 2.112612] NET: Registered protocol family 17 [ 2.117163] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 2.130355] 8021q: 802.1Q VLAN Support v1.8 [ 2.136430] mt7530 mdio-bus:1f: MT7530 adapts as multi-chip module [ 2.153059] libphy: dsa slave smi: probed [ 2.157564] mt7530 mdio-bus:1f wan (uninitialized): PHY [dsa-0.0:00] driver [Generic PHY] [ 2.167174] mt7530 mdio-bus:1f lan1 (uninitialized): PHY [dsa-0.0:01] driver [Generic PHY] [ 2.176876] mt7530 mdio-bus:1f lan2 (uninitialized): PHY [dsa-0.0:02] driver [Generic PHY] [ 2.186592] mt7530 mdio-bus:1f lan3 (uninitialized): PHY [dsa-0.0:03] driver [Generic PHY] [ 2.196310] mt7530 mdio-bus:1f lan4 (uninitialized): PHY [dsa-0.0:04] driver [Generic PHY] [ 2.206145] mt7530 mdio-bus:1f: configuring for fixed/rgmii link mode [ 2.217366] DSA: tree 0 setup [ 2.220672] rt2880-pinmux pinctrl: pcie is already enabled [ 2.226176] mt7621-pci 1e140000.pcie: Error applying setting, reverse things back [ 2.233786] mt7621-pci-phy 1e149000.pcie-phy: PHY for 0xbe149000 (dual port = 1) [ 2.241370] mt7621-pci-phy 1e14a000.pcie-phy: PHY for 0xbe14a000 (dual port = 0) [ 2.348488] mt7621-pci-phy 1e149000.pcie-phy: Xtal is 40MHz [ 2.354071] mt7621-pci-phy 1e14a000.pcie-phy: Xtal is 40MHz [ 2.459292] mt7621-pci 1e140000.pcie: pcie2 no card, disable it (RST & CLK) [ 2.466245] mt7621-pci 1e140000.pcie: PCIE0 enabled [ 2.471116] mt7621-pci 1e140000.pcie: PCIE1 enabled [ 2.475994] mt7621-pci 1e140000.pcie: PCI coherence region base: 0x60000000, mask/settings: 0xf0000002 [ 2.485454] mt7621-pci 1e140000.pcie: PCI host bridge to bus 0000:00 [ 2.491820] pci_bus 0000:00: root bus resource [io 0x1e160000-0x1e16ffff] [ 2.498687] pci_bus 0000:00: root bus resource [mem 0x60000000-0x6fffffff] [ 2.505555] pci_bus 0000:00: root bus resource [bus 00-ff] [ 2.511075] pci 0000:00:00.0: [0e8d:0801] type 01 class 0x060400 [ 2.517130] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x7fffffff] [ 2.523390] pci 0000:00:00.0: reg 0x14: [mem 0x00000000-0x0000ffff] [ 2.529720] pci 0000:00:00.0: supports D1 [ 2.533732] pci 0000:00:00.0: PME# supported from D0 D1 D3hot [ 2.539879] pci 0000:00:01.0: [0e8d:0801] type 01 class 0x060400 [ 2.545922] pci 0000:00:01.0: reg 0x10: [mem 0x00000000-0x7fffffff] [ 2.552184] pci 0000:00:01.0: reg 0x14: [mem 0x00000000-0x0000ffff] [ 2.558504] pci 0000:00:01.0: supports D1 [ 2.562514] pci 0000:00:01.0: PME# supported from D0 D1 D3hot [ 2.569574] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 2.577579] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 2.585803] pci 0000:01:00.0: [14c3:7615] type 00 class 0x000280 [ 2.591866] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x000fffff 64bit] [ 2.598812] pci 0000:01:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s x1 link at 0000:00:00.0 (capable of 4.000 Gb/s with 5 GT/s x1 link) [ 2.613911] pci 0000:00:00.0: PCI bridge to [bus 01-ff] [ 2.619142] pci 0000:00:00.0: bridge window [io 0x0000-0x0fff] [ 2.625228] pci 0000:00:00.0: bridge window [mem 0x00000000-0x000fffff] [ 2.632004] pci 0000:00:00.0: bridge window [mem 0x00000000-0x000fffff pref] [ 2.639219] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01 [ 2.646061] pci 0000:02:00.0: [14c3:7615] type 00 class 0x000280 [ 2.652119] pci 0000:02:00.0: reg 0x10: [mem 0x00000000-0x000fffff 64bit] [ 2.659060] pci 0000:02:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s x1 link at 0000:00:01.0 (capable of 4.000 Gb/s with 5 GT/s x1 link) [ 2.674173] pci 0000:00:01.0: PCI bridge to [bus 02-ff] [ 2.679406] pci 0000:00:01.0: bridge window [io 0x0000-0x0fff] [ 2.685492] pci 0000:00:01.0: bridge window [mem 0x00000000-0x000fffff] [ 2.692265] pci 0000:00:01.0: bridge window [mem 0x00000000-0x000fffff pref] [ 2.699476] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 02 [ 2.706128] pci 0000:00:00.0: BAR 0: no space for [mem size 0x80000000] [ 2.712727] pci 0000:00:00.0: BAR 0: failed to assign [mem size 0x80000000] [ 2.719679] pci 0000:00:01.0: BAR 0: no space for [mem size 0x80000000] [ 2.726283] pci 0000:00:01.0: BAR 0: failed to assign [mem size 0x80000000] [ 2.733235] pci 0000:00:00.0: BAR 8: assigned [mem 0x60000000-0x600fffff] [ 2.740011] pci 0000:00:00.0: BAR 9: assigned [mem 0x60100000-0x601fffff pref] [ 2.747223] pci 0000:00:01.0: BAR 8: assigned [mem 0x60200000-0x602fffff] [ 2.754004] pci 0000:00:01.0: BAR 9: assigned [mem 0x60300000-0x603fffff pref] [ 2.761215] pci 0000:00:00.0: BAR 1: assigned [mem 0x60400000-0x6040ffff] [ 2.767995] pci 0000:00:01.0: BAR 1: assigned [mem 0x60410000-0x6041ffff] [ 2.774777] pci 0000:00:00.0: BAR 7: assigned [io 0x1e160000-0x1e160fff] [ 2.781560] pci 0000:00:01.0: BAR 7: assigned [io 0x1e161000-0x1e161fff] [ 2.788345] pci 0000:01:00.0: BAR 0: assigned [mem 0x60000000-0x600fffff 64bit] [ 2.795652] pci 0000:00:00.0: PCI bridge to [bus 01] [ 2.800613] pci 0000:00:00.0: bridge window [io 0x1e160000-0x1e160fff] [ 2.807392] pci 0000:00:00.0: bridge window [mem 0x60000000-0x600fffff] [ 2.814172] pci 0000:00:00.0: bridge window [mem 0x60100000-0x601fffff pref] [ 2.821393] pci 0000:02:00.0: BAR 0: assigned [mem 0x60200000-0x602fffff 64bit] [ 2.828697] pci 0000:00:01.0: PCI bridge to [bus 02] [ 2.833660] pci 0000:00:01.0: bridge window [io 0x1e161000-0x1e161fff] [ 2.840435] pci 0000:00:01.0: bridge window [mem 0x60200000-0x602fffff] [ 2.847213] pci 0000:00:01.0: bridge window [mem 0x60300000-0x603fffff pref] [ 2.855007] mt7530 mdio-bus:1f: Link is Up - 1Gbps/Full - flow control off [ 2.862969] UBI: auto-attach mtd6 [ 2.866332] ubi0: attaching mtd6 [ 3.235269] ubi0: scanning is finished [ 3.255369] ubi0: attached mtd6 (name “ubi”, size 36 MiB) [ 3.260803] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes [ 3.267666] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048 [ 3.274441] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096 [ 3.281389] ubi0: good PEBs: 288, bad PEBs: 0, corrupted PEBs: 0 [ 3.287384] ubi0: user volume: 2, internal volumes: 1, max. volumes count: 128 [ 3.294593] ubi0: max/mean erase counter: 2/1, WL threshold: 4096, image sequence number: 1608857821 [ 3.303702] ubi0: available PEBs: 0, total reserved PEBs: 288, PEBs reserved for bad PEB handling: 20 [ 3.312919] ubi0: background thread “ubi_bgt0d” started, PID 502 [ 3.314893] block ubiblock0_0: created from ubi0:0(rootfs) [ 3.324425] ubiblock: device ubiblock0_0 (rootfs) set to be root filesystem [ 3.331383] hctosys: unable to open rtc device (rtc0) [ 3.343839] VFS: Mounted root (squashfs filesystem) readonly on device 254:0. [ 3.355358] Freeing unused kernel memory: 1284K [ 3.359929] This architecture does not have kernel memory protection. [ 3.366358] Run /sbin/init as init process [ 3.912510] init: Console is alive [ 3.916180] init: - watchdog - [ 4.684587] kmodloader: loading kernel modules from /etc/modules-boot.d/* [ 4.778679] usbcore: registered new interface driver usbfs [ 4.784288] usbcore: registered new interface driver hub [ 4.789755] usbcore: registered new device driver usb [ 4.804466] xhci-mtk 1e1c0000.xhci: 1e1c0000.xhci supply vbus not found, using dummy regulator [ 4.813247] xhci-mtk 1e1c0000.xhci: 1e1c0000.xhci supply vusb33 not found, using dummy regulator [ 4.822229] xhci-mtk 1e1c0000.xhci: xHCI Host Controller [ 4.827569] xhci-mtk 1e1c0000.xhci: new USB bus registered, assigned bus number 1 [ 4.841307] xhci-mtk 1e1c0000.xhci: hcc params 0x01401198 hci version 0x96 quirks 0x0000000000210010 [ 4.850526] xhci-mtk 1e1c0000.xhci: irq 20, io mem 0x1e1c0000 [ 4.857663] hub 1-0:1.0: USB hub found [ 4.861542] hub 1-0:1.0: 2 ports detected [ 4.866143] xhci-mtk 1e1c0000.xhci: xHCI Host Controller [ 4.871487] xhci-mtk 1e1c0000.xhci: new USB bus registered, assigned bus number 2 [ 4.878990] xhci-mtk 1e1c0000.xhci: Host supports USB 3.0 SuperSpeed [ 4.885542] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. [ 4.894497] hub 2-0:1.0: USB hub found [ 4.898341] hub 2-0:1.0: 1 port detected [ 4.908037] kmodloader: done loading kernel modules from /etc/modules-boot.d/* [ 4.917456] init: - preinit - [ 5.509532] mtk_soc_eth 1e100000.ethernet eth0: configuring for fixed/rgmii link mode [ 5.517856] mtk_soc_eth 1e100000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx [ 5.526315] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 5.700983] random: jshn: uninitialized urandom read (4 bytes read) [ 5.764012] random: jshn: uninitialized urandom read (4 bytes read) [ 5.983703] random: jshn: uninitialized urandom read (4 bytes read) [ 6.297237] mt7530 mdio-bus:1f lan1: configuring for phy/gmii link mode [ 6.304255] 8021q: adding VLAN 0 to HW filter on device lan1 [ 10.393617] mt7530 mdio-bus:1f lan1: Link is Up - 1Gbps/Full - flow control rx [ 10.400883] IPv6: ADDRCONF(NETDEV_CHANGE): lan1: link becomes ready [ 10.500139] UBIFS (ubi0:1): Mounting in unauthenticated mode [ 10.506076] UBIFS (ubi0:1): background thread “ubifs_bgt0_1” started, PID 653 [ 10.588489] UBIFS (ubi0:1): recovery needed [ 10.799886] UBIFS (ubi0:1): recovery completed [ 10.804476] UBIFS (ubi0:1): UBIFS: mounted UBI device 0, volume 1, name “rootfs_data” [ 10.812298] UBIFS (ubi0:1): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes [ 10.822198] UBIFS (ubi0:1): FS size: 28823552 bytes (27 MiB, 227 LEBs), journal size 1396736 bytes (1 MiB, 11 LEBs) [ 10.832608] UBIFS (ubi0:1): reserved for root: 1361407 bytes (1329 KiB) [ 10.839221] UBIFS (ubi0:1): media format: w5/r0 (latest is w5/r0), UUID EA2D2466-BD93-4EC9-91DE-DAE119B1E5C5, small LPT model [ 10.857768] mount_root: switching to ubifs overlay [ 10.879746] urandom-seed: Seeding with /etc/urandom.seed [ 10.980931] mt7530 mdio-bus:1f lan1: Link is Down [ 11.002534] procd: - early - [ 11.005557] procd: - watchdog - [ 11.605302] procd: - watchdog - [ 11.611771] procd: - ubus - [ 11.706266] procd: - init - [ 12.275419] kmodloader: loading kernel modules from /etc/modules.d/* [ 12.294334] Loading modules backported from Linux version v5.8.18-0-gab435ce49bd1 [ 12.301835] Backport generated by backports.git v5.8.18-1-0-ga630fd46 [ 12.325203] xt_time: kernel timezone is -0000 [ 12.377910] mt7621-pci 1e140000.pcie: bus=1 slot=0 irq=23 [ 12.383352] pci 0000:00:00.0: enabling device (0004 → 0007) [ 12.389010] mt7615e 0000:01:00.0: enabling device (0000 → 0002) [ 12.407360] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht' [ 12.411843] mt7621-pci 1e140000.pcie: bus=2 slot=1 irq=24 [ 12.417350] pci 0000:00:01.0: enabling device (0004 → 0007) [ 12.423060] mt7615e 0000:02:00.0: enabling device (0000 → 0002) [ 12.423750] urngd: v1.0.2 started. [ 12.424124] mt7615e 0000:01:00.0: HW/SW Version: 0x8a108a10, Build Time: 20180518100604a [ 12.424124] [ 12.446544] ieee80211 phy1: Selected rate control algorithm 'minstrel_ht' [ 12.467389] mt7615e 0000:02:00.0: HW/SW Version: 0x8a108a10, Build Time: 20180518100604a [ 12.467389] [ 12.486387] PPP generic driver version 2.4.2 [ 12.494114] NET: Registered protocol family 24 [ 12.516436] kmodloader: done loading kernel modules from /etc/modules.d/* [ 12.729202] mt7615e 0000:01:00.0: N9 Firmware Version: _reserved_, Build Time: 20200814163649 [ 12.729333] mt7615e 0000:02:00.0: N9 Firmware Version: _reserved_, Build Time: 20200814163649 [ 12.775415] random: crng init done [ 12.778908] random: 7 urandom warning(s) missed due to ratelimiting [ 12.784635] mt7615e 0000:01:00.0: CR4 Firmware Version: _reserved_, Build Time: 20190121161307 [ 12.785443] mt7615e 0000:02:00.0: CR4 Firmware Version: _reserved_, Build Time: 20190121161307 [ 17.953436] mtk_soc_eth 1e100000.ethernet eth0: Link is Down [ 17.960179] mtk_soc_eth 1e100000.ethernet: PPE table busy [ 17.975771] mtk_soc_eth 1e100000.ethernet eth0: configuring for fixed/rgmii link mode [ 17.984043] mtk_soc_eth 1e100000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx [ 17.987270] device eth0 entered promiscuous mode [ 17.997908] mt7530 mdio-bus:1f lan1: configuring for phy/gmii link mode [ 18.005360] 8021q: adding VLAN 0 to HW filter on device lan1 [ 18.014099] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 18.021233] br-lan: port 1(lan1) entered blocking state [ 18.026590] br-lan: port 1(lan1) entered disabled state [ 18.032766] device lan1 entered promiscuous mode [ 18.059474] mt7530 mdio-bus:1f lan2: configuring for phy/gmii link mode [ 18.067126] 8021q: adding VLAN 0 to HW filter on device lan2 [ 18.076387] br-lan: port 2(lan2) entered blocking state [ 18.081701] br-lan: port 2(lan2) entered disabled state [ 18.088346] device lan2 entered promiscuous mode [ 18.101025] mt7530 mdio-bus:1f lan3: configuring for phy/gmii link mode [ 18.108435] 8021q: adding VLAN 0 to HW filter on device lan3 [ 18.118112] br-lan: port 3(lan3) entered blocking state [ 18.123489] br-lan: port 3(lan3) entered disabled state [ 18.130661] device lan3 entered promiscuous mode [ 18.143554] mt7530 mdio-bus:1f lan4: configuring for phy/gmii link mode [ 18.150981] 8021q: adding VLAN 0 to HW filter on device lan4 [ 18.160602] br-lan: port 4(lan4) entered blocking state [ 18.165909] br-lan: port 4(lan4) entered disabled state [ 18.172752] device lan4 entered promiscuous mode [ 18.187575] mt7530 mdio-bus:1f wan: configuring for phy/gmii link mode [ 18.194806] 8021q: adding VLAN 0 to HW filter on device wan [ 18.203681] br-lan: port 5(wan) entered blocking state [ 18.208895] br-lan: port 5(wan) entered disabled state [ 18.215996] device wan entered promiscuous mode [ 21.081629] mt7530 mdio-bus:1f lan1: Link is Up - 1Gbps/Full - flow control rx [ 21.811219] br-lan: port 1(lan1) entered blocking state [ 21.816497] br-lan: port 1(lan1) entered forwarding state [ 21.822873] br-lan: port 6(wlan0) entered blocking state [ 21.828210] br-lan: port 6(wlan0) entered disabled state [ 21.834047] device wlan0 entered promiscuous mode [ 21.839104] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready [ 34.473736] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready [ 34.480391] br-lan: port 6(wlan0) entered blocking state [ 34.485750] br-lan: port 6(wlan0) entered forwarding state


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

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies
  • Last modified: 2024/02/12 11:13
  • by 127.0.0.1