Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
toh:wifire:s1500_nbn [2022/05/09 14:00] – ↷ Page moved from inbox:toh:wifire:s1500_nbn to toh:wifire:s1500_nbn tmomastoh:wifire:s1500_nbn [2023/10/16 19:48] – [Installation] csharper2005
Line 1: Line 1:
 ====== WiFire S1500 NBN ====== ====== WiFire S1500 NBN ======
-~~NOTOC~~ 
-{{ :media:wifire:e514.png?nolink |}} 
 /* This template is intended to be used via https://openwrt.org/meta/create_new_device_page . */ /* This template is intended to be used via https://openwrt.org/meta/create_new_device_page . */
  
-{{page>meta:infobox:construction&noheader&nofooter&noeditbtn}} 
  
 +OEM/ODM name: Sercomm S1500 BUC
 +The WiFire S1500.NBN is a CPE wireless router based on the MT7621 platform. 
  
-  This devices is manufactured by OEM/ODM SerComm Corporation +/* //Write a short, relevant description of the deviceInclude 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.// */
-  * The production common name is Sercomm S1500+
  
 /*****/ /*****/
Line 14: Line 12:
 /*****/ /*****/
  
 +{{media:wifire:e514.png?400|WiFire S1500.NBN}}
  
  
 +===== Supported Versions =====
  
-===== OpenWrt support =====+---- datatable ---- 
 +cols    : Brand, Model, Versions, Supported Current Rel, OEM device homepage URL_url, Forum Search_search-forums, Device Techdata_pageid 
 +headers : Brand, Model, Version, Current Release, OEM Info, Forum Search, Technical Data 
 +align   : c,c,c,c,c,c,
 +filter  : Brand=WiFire 
 +filter  : Model=S1500.NBN 
 +----
  
-  * <color red>**Not supported.**</color> 
-Status OpenWRT:          
-         
-Almost everything works\\         Wi-Fi modules not always initialized\\         Root & pass and a simple firmware method are not yet known. So far only through the NAND programmer. 
  
-OpenWrt forum thread: https://forum.openwrt.org/t/adding-support-for-sercomm-s1500-clones-beeline-smartbox-pro-wifire-s1500-nbn/ * 
- 
- 
-/*** if info available: uncomment and fill in 
-===== Supporting activities ===== 
-//Describe if there are any ongoing activities that might lead to OpenWrt support.// 
- 
- 
-***/ 
- 
-/*** if info available: uncomment and fill in 
 ===== Experimental firmware ===== ===== Experimental firmware =====
  
-//List experimental firmware download links here.//+  * Community builds - https://forum.openwrt.org/t/add-support-for-beeline-smartbox-giga/99390/4
  
-//None at this time.// 
  
-  * External image (add link) 
-  * trunk image (add link) 
-  * ... 
-***/ 
- 
- 
-===== Hardware highlights ===== 
-^ CPU                        ^ Ram      ^ Flash (NAND)   ^ Network     ^ WLAN   ^ USB      ^ Serial   ^ JTag   ^ 
-| MediaTek MT7621AT (880 MHz, 2 cores)    128 MiB  |  128 MiB  |  4x 10/100/1000  |  acbgn    1x 2.0  |   Yes    |   Yes    | 
  
 +===== Hardware Highlights =====
 +---- datatable ----
 +cols    : Model, Versions, CPU, CPU MHz, CPU Cores_numcores, Flash MB_mbflashs, RAM MB_mbram, WLAN Hardware, WLAN 2.4GHz, WLAN 5.0GHz, Ethernet 100M ports_, Ethernet Gbit ports_, Modem, USB ports_
 +header  : Model, Version,SoC,CPU MHz,CPU Cores,Flash MB,RAM MB,WLAN Hardware,WLAN2.4,WLAN5.0,100M ports,Gbit ports,Modem,USB
 +align   : c,c,c,c,c,c,c,c,c,c,c,c,c
 +filter  : Brand=WiFire
 +filter  : Model=S1500.NBN
 +----
  
 /*** if info available: uncomment and fill in /*** if info available: uncomment and fill in
Line 61: Line 50:
 ***/ ***/
  
 +===== Installation =====
 +
 +
 +/* stable release */
 +---- datatable ----
 +cols    : Model, Versions, Supported Current Rel, Firmware OpenWrt Install URL_url, Firmware OpenWrt Upgrade URL_url, Firmware OEM Stock URL_url
 +headers : Model, Version, Current Release, Firmware OpenWrt Install, Firmware OpenWrt Upgrade, Firmware OEM Stock
 +align   : c,c,c
 +filter  : Brand=WiFire
 +filter  : Model=S1500.NBN
 +----
 +
 +
 +-> [[docs:guide-user:installation:generic.flashing|Install OpenWrt (generic explanation)]]
 +
 +===== OpenWrt installation =====
 +
 +  - Remove all dots from the factory image filename (except the dot before file extension)
 +  - Upload and update the firmware via the original web interface
 +  - Two options are possible after the reboot:
 +    * OpenWrt - that's OK, the mission accomplished
 +    * Stock firmware - install Stock firmware (to switch booflag from Sercomm0 to Sercomm1) and then OpenWrt factory image.
 +
 +
 +===== Return to Stock =====
 +1. Change the bootflag to Sercomm1 in OpenWrt CLI and then reboot:
 +<code bash>
 +printf 1 | dd bs=1 seek=7 count=1 of=/dev/mtdblock2
 +</code>
 +
 +2. Optional: Update with any version of stock firmware if you want to overwrite OpenWrt in Slot 0 completely.
  
-/*** if info available: uncomment and fill in 
 ===== Debricking ===== ===== Debricking =====
 -> [[docs:guide-user:troubleshooting:generic.debrick]] -> [[docs:guide-user:troubleshooting:generic.debrick]]
-***/+ 
 +==== sercomm-recovery utility ==== 
 +1. Compile [[https://github.com/danitool/sercomm-recovery|sercomm-recovery]] under the Linux: 
 +<code bash> 
 +git clone https://github.com/danitool/sercomm-recovery.git 
 +make 
 +</code> 
 + 
 +2. Connect the router with a cable and run sercomm-recovery: 
 +<code bash> 
 +sudo ./sercomm-recovery enp0s3 recovery_wifire-s1500.nbn_1st-v2.0.12_2nd-v2.0.14.bin 
 +</code> 
 +where: 
 +  //enp0s3// - network interface connected the router 
 +  //ifconfig// - list on available network interfaces 
 +  * //recovery_wifire-s1500.nbn_1st-v2.0.12_2nd-v2.0.14.bin// - recovery image with the //Sercomm1// bootflag activated 
 +  
 +3. Wait until the router is flashed and rebooted. 
 + 
 +[[https://mega.nz/folder/tlIm1JLK#bBRJXq-DVkzJBOR2dC1K5w|Download ready recovery images]] for Sercomm devices. 
 + 
 +It's also possible to create a recovery image containing OpenWrt.  
 + 
 +=== How to make own recovery images === 
 + 
 +You can use mtd0 ("ALL") backup as a recovery image. 
  
  
Line 117: Line 161:
 ===== Hardware ===== ===== Hardware =====
 ==== Info ==== ==== Info ====
-^ Architecture     | RAMIPS                             | 
-^ Vendor           | Sercomm                            | 
-^ Bootloader       | U-Boot SerComm/[[wp>MediaTek]]            | 
-^ System-On-Chip   | MediaTek MT7621AT                  | 
-^ CPU/Speed        | 880 MHz                            | 
-^ Flash-Chip       | NAND (ESMT F59L1G81MA)             | 
-^ Flash size       | 128 MiB                            | 
-^ RAM              | 128 MiB (Nanya NT5CC64M16GP)       | 
-^ Wireless / 2.4 GHz  | MT7602EN, b/g/n, MIMO 2x2       | 
-^ Wireless / 5 GHz | MT7612EN, a/n/ac, MIMO 2x2         | 
-^ Ethernet         | 10/100/1000 Mbit/s w/ vlan support | 
-^ Switch           | MediaTek MT7530 (via SoC MT7621AT) | 
-^ Buttons          | 2 button (RESET, WPS)              | 
-^ USB              | 1x 2.0                             | 
-^ UART           | [[#Serial|Yes]] (Not soldered on the board) | 
-^ mPCIe            | via J2 on PCB (Not soldered on the board) | 
-^ JTAG             | [[#JTAG|Yes]] via J3 on PCB (Not soldered on the board) | 
  
 +---- datatemplatelist dttpllist ----
 +template: meta:template_datatemplatelist
 +cols    : Brand, Model, Versions, Device Type, Availability, Supported Since Commit_git, Supported since Rel, Supported current Rel, Unsupported, Bootloader, CPU, Target, CPU MHz, Flash MBs, RAM MB, Switch, Ethernet 100M ports_, Ethernet Gbit ports_, Comments network ports_, Modem, VLAN, WLAN 2.4GHz, WLAN 5.0GHz, WLAN Hardwares, WLAN Comments_, Detachable Antennas_, USB ports_, SATA ports_, Comments USB SATA ports_, Serial, JTAG, LED count, Button count, Power supply, Device Techdata_pageid, Forum topic URL_url, wikidevi URL_url, OEM Device Homepage URL_url, Firmware OEM Stock URL_url, Firmware OpenWrt Install URL_url, Firmware OpenWrt Upgrade URL_url, Comments_
 +filter  : Brand=WiFire
 +filter  : Model=S1500.NBN
 +----
 +
 +---- datatemplatelist dttpllist ----
 +template: meta:template_datatemplatelist
 +cols    : Brand, Model, Versions, Device Type, Availability, Supported Since Commit_git, Supported since Rel, Supported current Rel, Unsupported, Bootloader, CPU, Target, CPU MHz, Flash MBs, RAM MB, Switch, Ethernet 100M ports_, Ethernet Gbit ports_, Comments network ports_, Modem, VLAN, WLAN 2.4GHz, WLAN 5.0GHz, WLAN Hardwares, WLAN Comments_, Detachable Antennas_, USB ports_, SATA ports_, Comments USB SATA ports_, Serial, JTAG, LED count, Button count, Power supply, Device Techdata_pageid, Forum topic URL_url, wikidevi URL_url, OEM Device Homepage URL_url, Firmware OEM Stock URL_url, Firmware OpenWrt Install URL_url, Firmware OpenWrt Upgrade URL_url, Comments_
 +filter  : Brand=WiFire
 +filter  : Model=S1500 NBN
 +----
  
 /*** if info available: uncomment and fill in /*** if info available: uncomment and fill in
Line 230: Line 270:
 ^5g |*:10 |LAN +2| ^5g |*:10 |LAN +2|
  
 +
 +
 +===== Bootloader mods =====
 +
 +==== Restoring the original U-boot bootloader and stock firmware  ====
 +
 +{{page>meta:infobox:dangerous&noheader&nofooter&noeditbtn}}
 +
 +**Input conditions:** 
 +  * router with Breed bootloader installed
 +
 +**You will need:**
 +  * PC or Virtual machine with Linux
 +  * mtd partitions backup (**uboot.bin** - //u-boot bootloader//, **factory.bin** - //Factory//)
 +  * http server with mtd partitions backup (i.e. with IP 192.168.1.2)
 +  * recovery image (see [[:toh:wifire:s1500_nbn#sercomm-recovery_utility]]) 
 +
 +
 +=== U-Boot and stock firmware recovery steps ===
 +
 +**<color #ed1c24>After executing each command, carefully read its output before executing the next one.</color>**
 +
 +1. Enter the Breed telnet shell (IP: 192.168.1.1)
 +
 +2. Download //Factory// backup from your http server and write it:
 +<code bash>
 +wget http://192.168.1.2/factory.bin
 +</code>
 +<code bash>
 +flash erase 0x100000 0x100000
 +</code>
 +<code bash>
 +flash write 0x100000 0x80001000 0x100000
 +</code>
 +
 +3. Download //u-boot bootloader// backup from your http server and write it:
 +
 +**<color #ed1c24>The most dangerous part of the instruction. Be extremely careful.</color>**
 +
 +<code bash>
 +wget http://192.168.1.2/uboot.bin
 +</code>
 +<code bash>
 +flash erase 0x0 0x100000
 +</code>
 +<code bash>
 +flash write 0x0 0x80001000 0x100000
 +</code>
 +
 +4. Check written data and reboot:
 +<code bash>
 +flash dump 0x0
 +</code>
 +<code bash>
 +flash dump 0x100000
 +</code>
 +
 +5. Use [[:toh:wifire:s1500_nbn#sercomm-recovery_utility]] utility for stock firmware recovery
  
  
 ===== Bootlogs ===== ===== Bootlogs =====
 +
 ==== OEM bootlog ==== ==== OEM bootlog ====
 <WRAP bootlog> <WRAP bootlog>
-<nowiki>COPY HERE THE BOOTLOG WITH THE ORIGINAL FIRMWARE</nowiki> +<nowiki>===================================================================
-</WRAP>\\ +
- +
-==== OEM wrong bootlog (second slot - kernel panic)==== +
-<WRAP bootlog> +
-<nowiki> +
-DOWN_RESET. +
- +
-===================================================================+
                 MT7621   stage1 code 10:40:45 (ASIC)                 MT7621   stage1 code 10:40:45 (ASIC)
                 CPU=50000000 HZ BUS=16666666 HZ                 CPU=50000000 HZ BUS=16666666 HZ
Line 252: Line 343:
 3PLL mode + External loopback 3PLL mode + External loopback
 === XTAL-40Mhz === DDR-1200Mhz === === XTAL-40Mhz === DDR-1200Mhz ===
-PLL2 FB_DL: 0x6, 1/0 = 668/356 19000000 +PLL3 FB_DL: 0xa, 1/0 = 524/500 29000000 
-PLL4 FB_DL: 0xe, 1/0 = 700/324 39000000 +PLL2 FB_DL: 0xf, 1/0 = 515/509 3D000000 
-PLL3 FB_DL: 0x10, 1/0 = 551/473 41000000+MEMPLL 3PLL mode calibration fail
 do DDR setting..[00320381] do DDR setting..[00320381]
 Apply DDR3 Setting...(use customer AC) Apply DDR3 Setting...(use customer AC)
Line 273: Line 364:
 000C:   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 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+000E:   0    0    0    0    0    0    0    0    0    0          1    1    1    1
 000F:   0    0    0    0    0    1    1    1    1    1    1    1    1    1    1    1 000F:   0    0    0    0    0    1    1    1    1    1    1    1    1    1    1    1
-0010:   1    1    1    1    1    1    1    1    1    1          0    0    0    0 +0010:   1    1    1    1    1    1    1    1    1    1          0    0    0    0 
-0011:   1    1    1    1          0    0    0    0    0    0    0    0    0    0+0011:   1    1    1    1          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 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 0013:   0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0
Line 291: Line 382:
 001E:   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 001F:   0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0
-rank 0 coarse = 15 +rank 0 coarse = 16 
-rank 0 fine = 80 +rank 0 fine = 40 
-B:|          0    0    0    0    0    0    0    0    1    1    1    0    0    0 +B:|    0    0    0    0    0    0    0    0    0    1    1    1          0    0 
-opt_dle value:11+opt_dle value:10
 DRAMC_R0DELDLY[018]=00002223 DRAMC_R0DELDLY[018]=00002223
 ================================================================== ==================================================================
                 RX      DQS perbit delay software calibration                 RX      DQS perbit delay software calibration
 ================================================================== ==================================================================
- 
 1.0-15 bit dq delay value 1.0-15 bit dq delay value
 ================================================================== ==================================================================
 bit|      1  2  3  4  5  6  7  8  9 bit|      1  2  3  4  5  6  7  8  9
 -------------------------------------- --------------------------------------
-0 |    10 8 9 8 8 10 5 7 +0 |    10 9 10 10 7 7 9 6 5 7 
-10 |    7 10 6 9+10 |    9 9 10 8 10
 -------------------------------------- --------------------------------------
-================================================================== 
  
 +==================================================================
 2.dqs window 2.dqs window
 x=pass dqs delay value (min~max)center x=pass dqs delay value (min~max)center
Line 316: Line 406:
 bit     DQS0     bit      DQS1 bit     DQS0     bit      DQS1
 0  (1~66)33  8  (1~66)33 0  (1~66)33  8  (1~66)33
-1  (0~64)32   (1~64)32 +1  (1~69)35   (1~68)34 
-2  (2~64)33  10  (1~65)33 +2  (1~68)34  10  (1~67)34 
-3  (1~66)33  11  (1~65)33 +3  (1~66)33  11  (1~66)33 
-4  (1~66)33  12  (1~66)33+4  (1~65)33  12  (1~66)33
 5  (1~68)34  13  (1~66)33 5  (1~68)34  13  (1~66)33
-6  (1~65)33  14  (1~66)33 +6  (1~66)33  14  (1~68)34 
-7  (1~69)35  15  (1~67)34+7  (1~66)33  15  (1~67)34
 ================================================================== ==================================================================
- 
 3.dq delay value last 3.dq delay value last
 ================================================================== ==================================================================
 bit|    0  1  2  3  4  5  6  7  8   9 bit|    0  1  2  3  4  5  6  7  8   9
 -------------------------------------- --------------------------------------
-0 |    12 11 11 11 10 9 12 8 6 9 +0 |    12 9 11 12 9 8 11 8 6 7 
-10 |    8 10 11 7 9+10 |    8 10 10 11 8 10
 ================================================================== ==================================================================
 ================================================================== ==================================================================
Line 345: Line 434:
 20,data:88 20,data:88
 [EMI] DRAMC calibration passed [EMI] DRAMC calibration passed
 +
 =================================================================== ===================================================================
                 MT7621   stage1 code done                 MT7621   stage1 code done
                 CPU=50000000 HZ BUS=16666666 HZ                 CPU=50000000 HZ BUS=16666666 HZ
 =================================================================== ===================================================================
 +
 +
 U-Boot 1.1.3 (Apr 22 2016 - 16:35:20) U-Boot 1.1.3 (Apr 22 2016 - 16:35:20)
 +
 Board: Ralink APSoC DRAM:  128 MB Board: Ralink APSoC DRAM:  128 MB
 relocate_code Pointer at: 87fac000 relocate_code Pointer at: 87fac000
 +
 Config XHCI 40M PLL Config XHCI 40M PLL
-****************************** 
-Software System Reset Occurred 
-****************************** 
 Allocate 16 byte aligned buffer: 87fe0050 Allocate 16 byte aligned buffer: 87fe0050
 Enable NFI Clock Enable NFI Clock
 # MTK NAND # : Use HW ECC # MTK NAND # : Use HW ECC
-NAND ID [C2 F1 80 95 02+NAND ID [C8 D1 80 95 40
-Device not found, ID: c2f1+Device not found, ID: c8d1
 Not Support this Device! Not Support this Device!
 chip_mode=00000001 chip_mode=00000001
-Support this Device in MTK table! c2f1+Support this Device in MTK table! c8d1
 select_chip select_chip
 [NAND]select ecc bit:4, sparesize :64 spare_per_sector=16 [NAND]select ecc bit:4, sparesize :64 spare_per_sector=16
Line 372: Line 463:
 mtd->writesize=2048 mtd->oobsize=64,    mtd->erasesize=131072  devinfo.iowidth=8 mtd->writesize=2048 mtd->oobsize=64,    mtd->erasesize=131072  devinfo.iowidth=8
 Env addr : 0x80000 Env addr : 0x80000
-.*** Warning - bad CRC, using default environment +..============================================
-============================================+
 Ralink UBoot Version: 4.2.0.6 Ralink UBoot Version: 4.2.0.6
 -------------------------------------------- --------------------------------------------
Line 386: Line 476:
 icache: sets:256, ways:4, linesz:32 ,total:32768 icache: sets:256, ways:4, linesz:32 ,total:32768
 dcache: sets:256, ways:4, linesz:32 ,total:32768 dcache: sets:256, ways:4, linesz:32 ,total:32768
 +
  ##### The CPU freq = 880 MHZ ####  ##### The CPU freq = 880 MHZ ####
  estimate memory size =128 Mbytes  estimate memory size =128 Mbytes
Line 392: Line 483:
 ..Example expects ABI version 2 ..Example expects ABI version 2
 Actual U-Boot ABI version 2 Actual U-Boot ABI version 2
 +
 ****************************************** ******************************************
     Uboot StandAlone Entry     Uboot StandAlone Entry
Line 398: Line 490:
 1, 0x0000000D 1, 0x0000000D
 cmd : 0x0000000D cmd : 0x0000000D
 +
 +
 Press Ctrl+C to Enter the Main loop... Press Ctrl+C to Enter the Main loop...
  0 Example expects ABI version 2  0 Example expects ABI version 2
 Actual U-Boot ABI version 2 Actual U-Boot ABI version 2
 +
 ****************************************** ******************************************
     Uboot StandAlone Entry     Uboot StandAlone Entry
Line 406: Line 501:
 0, boot 0, boot
 Flash Sector Number : 1024. Flash Sector Number : 1024.
-Bad block detected at 0x7680, oob_buf[0] is 0x0 +
-NAND Section 6, has bad block at address bfb40000, Image Offset 3b40000 +
-NAND Section 6, has bad block count 1 +
-Bad block detected at 0xe3c0, oob_buf[0] is 0x0 +
-NAND Section 7, has bad block at address c31e0000, Image Offset 71e0000 +
-NAND Section 7, has bad block count 1+
 *************************************************** ***************************************************
     Sercomm Boot Version 1.14.0     Sercomm Boot Version 1.14.0
 +
 *************************************************** ***************************************************
 Entering Firmware : Everything is OK. Entering Firmware : Everything is OK.
 Begin to verify the backup image... Begin to verify the backup image...
-kernel addr: 0x1B00100  len: 0x2640E0  crc: 0xFF05E962 +kernel addr: 0x1B00100  len: 0x2614B4  crc: 0x88174A8C 
-........................................calculate_kernel_crc: 0xFF05E962+........................................calculate_kernel_crc: 0x88174A8C
 ok! ok!
 Second image selected Second image selected
Line 426: Line 517:
    Image Name:   Linux Kernel Image    Image Name:   Linux Kernel Image
    Image Type:   MIPS Linux Kernel Image (lzma compressed)    Image Type:   MIPS Linux Kernel Image (lzma compressed)
-   Data Size:    2506912 Bytes =  2.4 MB+   Data Size:    2495604 Bytes =  2.4 MB
    Load Address: 80001000    Load Address: 80001000
    Entry Point:  8000f540    Entry Point:  8000f540
 .......................................   Verifying Checksum ... OK .......................................   Verifying Checksum ... OK
    Uncompressing Kernel Image ... OK    Uncompressing Kernel Image ... OK
 +
 +
 +
 commandline in boot is : console=ttyS1,57600 ubi.mtd=8 root=ubi0:rootfs rw rootfstype=ubifs  !!!! commandline in boot is : console=ttyS1,57600 ubi.mtd=8 root=ubi0:rootfs rw rootfstype=ubifs  !!!!
 +
 +
 +
 No initrd No initrd
 ## Transferring control to Linux (at address 8000f540) ... ## Transferring control to Linux (at address 8000f540) ...
 ## Giving linux memsize in MB, 128 ## Giving linux memsize in MB, 128
 +
 Starting kernel ... Starting kernel ...
 +
 +
 LINUX started... LINUX started...
 +
  THIS IS ASIC  THIS IS ASIC
-Linux version 2.6.36+ (root@ubuntu) (gcc version 4.6.3 (Buildroot 2012.11.1) ) #1 SMP PREEMPT Fri Mar 17 11:22:34 CST 2017+Linux version 2.6.36+ (evan_dai@ubuntu) (gcc version 4.6.3 (Buildroot 2012.11.1) ) #1 SMP PREEMPT Tue Apr 26 22:33:56 CST 2016 
  The CPU feqenuce set to 880 MHz  The CPU feqenuce set to 880 MHz
 GCMP present GCMP present
Line 462: Line 564:
 Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes
 MIPS secondary cache 256kB, 8-way, linesize 32 bytes. MIPS secondary cache 256kB, 8-way, linesize 32 bytes.
-Writing ErrCtl register=0000e110 +Writing ErrCtl register=00014dce 
-Readback ErrCtl register=0000e110 +Readback ErrCtl register=00014dce 
-Memory: 122260k/131072k available (5317k kernel code, 8812k reserved, 1703k data, 216k init, 0k highmem)+Memory: 122300k/131072k available (5288k kernel code, 8772k reserved, 1692k data, 216k init, 0k highmem)
 Hierarchical RCU implementation. Hierarchical RCU implementation.
         Verbose stalled-CPUs detection is disabled.         Verbose stalled-CPUs detection is disabled.
Line 493: Line 595:
 Trying to install interrupt handler for IRQ31 Trying to install interrupt handler for IRQ31
 console [ttyS1] enabled console [ttyS1] enabled
-Calibrating delay loop... 579.58 BogoMIPS (lpj=1159168)+Calibrating delay loop... 577.53 BogoMIPS (lpj=1155072)
 pid_max: default: 32768 minimum: 301 pid_max: default: 32768 minimum: 301
 Mount-cache hash table entries: 512 Mount-cache hash table entries: 512
Line 523: Line 625:
 RALINK_RSTCTRL = 7000000 RALINK_RSTCTRL = 7000000
 RALINK_CLKCFG1 = 77ffeff8 RALINK_CLKCFG1 = 77ffeff8
 +
 *************** MT7621 PCIe RC mode ************* *************** MT7621 PCIe RC mode *************
 PCIE2 no card, disable it(RST&CLK) PCIE2 no card, disable it(RST&CLK)
Line 645: Line 748:
 brd: module loaded brd: module loaded
 MediaTek Nand driver init, version v2.1 Fix AHB virt2phys error MediaTek Nand driver init, version v2.1 Fix AHB virt2phys error
-Allocate 16 byte aligned buffer: 807469e0+Allocate 16 byte aligned buffer: 8073c9d0
 Enable NFI Clock Enable NFI Clock
 # MTK NAND # : Use HW ECC # MTK NAND # : Use HW ECC
-NAND ID [C2 F1 80 95 0200809502+NAND ID [C8 D1 80 95 4000809540
-Device not found, ID: c2f1+Device not found, ID: c8d1
 Not Support this Device! Not Support this Device!
-hip_mode=00000001+chip_mode=00000001
 [NAND] pagesz:2048 , oobsz: 288,eccbytes: 32 [NAND] pagesz:2048 , oobsz: 288,eccbytes: 32
-Support this Device in MTK table! c2f1 +Support this Device in MTK table! c8d1 
-NAND device: Manufacturer ID: 0xc2, Chip ID: 0xf1 (Unknown NAND 128MiB 3,3V 8-bit)+NAND device: Manufacturer ID: 0xc8, Chip ID: 0xd1 (Unknown NAND 128MiB 3,3V 8-bit)
 [NAND]select ecc bit:4, sparesize :64 spare_per_sector=16 [NAND]select ecc bit:4, sparesize :64 spare_per_sector=16
 Signature matched and data read! Signature matched and data read!
Line 666: Line 769:
 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 00 00 00 00
-Bad block detected at 0x7680, oob_buf[0] is 0x0 
-Bad block detected at 0xe3c0, oob_buf[0] is 0x0 
-Bad block detected at 0x7680, oob_buf[0] is 0x0 
-Bad block detected at 0xe3c0, oob_buf[0] is 0x0 
 mtd: partition "BCT" extends beyond the end of device "MT7621-NAND" -- size truncated to 0x380000 mtd: partition "BCT" extends beyond the end of device "MT7621-NAND" -- size truncated to 0x380000
 [mtk_nand] probe successfully! [mtk_nand] probe successfully!
Line 678: Line 777:
 UBI: VID header offset:          2048 (aligned 2048) UBI: VID header offset:          2048 (aligned 2048)
 UBI: data offset:                4096 UBI: data offset:                4096
-UBI errorubi_scan_add_used: two LEBs with same sequence number 2 +UBI: max. sequence number:       28 
-UBI errorubi_initcannot attach mtd8+UBI: attached mtd8 to ubi0 
 +UBI: MTD device name:            "RootFS_2" 
 +UBI: MTD device size:            46 MiB 
 +UBI: number of good PEBs:        368 
 +UBI: number of bad PEBs:         0 
 +UBI: max. allowed volumes:       128 
 +UBI: wear-leveling threshold:    4096 
 +UBI: number of internal volumes: 1 
 +UBI: number of user volumes:     1 
 +UBI: available PEBs:             0 
 +UBI: total number of reserved PEBs: 368 
 +UBI: number of PEBs reserved for bad PEB handling: 3 
 +UBI: max/mean erase counter: 2/0 
 +UBI: image sequence number 0 
 +UBI: background thread "ubi_bgt0d" started, PID 52
 GMAC1_MAC_ADRH -- : 0x0000000c GMAC1_MAC_ADRH -- : 0x0000000c
-GMAC1_MAC_ADRL -- : 0x4328800a+GMAC1_MAC_ADRL -- : 0x4328800b
 Ralink APSoC Ethernet Driver Initilization. v3.1  512 rx/tx descriptors allocated, mtu = 1500! Ralink APSoC Ethernet Driver Initilization. v3.1  512 rx/tx descriptors allocated, mtu = 1500!
 GMAC1_MAC_ADRH -- : 0x0000000c GMAC1_MAC_ADRH -- : 0x0000000c
-GMAC1_MAC_ADRL -- : 0x432880c4+GMAC1_MAC_ADRL -- : 0x432880c5
 PROC INIT OK! PROC INIT OK!
 PPP generic driver version 2.4.2 PPP generic driver version 2.4.2
Line 703: Line 816:
 usbcore: registered new interface driver zaurus usbcore: registered new interface driver zaurus
 register rt2860 register rt2860
 +
 +
 === pAd = c0202000, size = 1428136 === === pAd = c0202000, size = 1428136 ===
 +
 <-- RTMPAllocTxRxRingMemory, Status=0 <-- RTMPAllocTxRxRingMemory, Status=0
 <-- RTMPAllocAdapterBlock, Status=0 <-- RTMPAllocAdapterBlock, Status=0
Line 713: Line 829:
 RtmpEepromGetDefault::e2p_dafault=2 RtmpEepromGetDefault::e2p_dafault=2
 NVM is FLASH mode NVM is FLASH mode
 +
 +
 === pAd = c0482000, size = 1428136 === === pAd = c0482000, size = 1428136 ===
 +
 <-- RTMPAllocTxRxRingMemory, Status=0 <-- RTMPAllocTxRxRingMemory, Status=0
 <-- RTMPAllocAdapterBlock, Status=0 <-- RTMPAllocAdapterBlock, Status=0
Line 778: Line 897:
 Bridge firewalling registered Bridge firewalling registered
 Ebtables v2.0 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> 802.1Q VLAN Support v1.8 Ben Greear <greearb@candelatech.com>
 All bugs added by David S. Miller <davem@redhat.com> All bugs added by David S. Miller <davem@redhat.com>
-UBIFS error (pid 1)ubifs_get_sb: cannot open "ubi0:rootfs", error -19 +UBIFS: mounted UBI device 0, volume 0, name "rootfs" 
-VFSCannot open root device "ubi0:rootfs" or unknown-block(0,0+UBIFSfile system size  44441600 bytes (43400 KiB, 42 MiB350 LEBs
-Please append a correct "root=" boot option; here are the available partitions+UBIFSjournal size:       9023488 bytes (8812 KiB, 8 MiB, 72 LEBs) 
-1f00          130560 mtdblock0 (driver?+UBIFS: media format:       w4/r0 (latest is w4/r0
-1f01            1024 mtdblock1 (driver?+UBIFS: default compressor: zlib 
-1f02            1024 mtdblock2 (driver?+UBIFS: reserved for root:  0 bytes (0 KiB
-1f03           20480 mtdblock3 (driver?+VFS: Mounted root (ubifs filesystemon device 0:12. 
-1f04            1024 mtdblock4 (driver?+Started WatchDog Timer. 
-1f05            4096 mtdblock5 (driver?+Freeing unused kernel memory: 216k freed 
-1f06            4096 mtdblock6 (driver?) +init started: BusyBox v1.15.3 () 
-1f07           47104 mtdblock7 (driver?+starting pid 62, tty '': '/etc/rcS' 
-1f08           47104 mtdblock8 (driver?+Algorithmics/MIPS FPU Emulator v1.5 
-1f09            1024 mtdblock9 (driver?+UBI: attaching mtd3 to ubi3 
-1f0a            3584 mtdblock10 (driver?+UBI: physical eraseblock size:   131072 bytes (128 KiB
-Kernel panic - not syncingVFSUnable to mount root fs on unknown-block(0,0+UBI: logical eraseblock size:    126976 bytes 
-Rebooting in 5 seconds..+UBI: smallest flash I/O unit:    2048 
 +UBI: VID header offset:          2048 (aligned 2048
 +UBI: data offset:                4096 
 +UBI: max. sequence number:       60 
 +UBI: attached mtd3 to ubi3 
 +UBI: MTD device name:            "sys_data" 
 +UBI: MTD device size:            20 MiB 
 +UBI: number of good PEBs:        160 
 +UBI: number of bad PEBs:         0 
 +UBI: max. allowed volumes:       128 
 +UBI: wear-leveling threshold:    4096 
 +UBI: number of internal volumes: 1 
 +UBI: number of user volumes:     1 
 +UBI: available PEBs:             0 
 +UBI: total number of reserved PEBs: 160 
 +UBI: number of PEBs reserved for bad PEB handling: 2 
 +UBI: max/mean erase counter: 2/0 
 +UBI: image sequence number:  1244055123 
 +UBI: background thread "ubi_bgt3d" started, PID 101 
 +UBI device number 3, total 160 LEBs (20316160 bytes, 19.4 MiB), available 0 LEBs (0 bytes), LEB size 126976 bytes (124.0 KiB
 +UBIFS: recovery needed 
 +UBIFS: recovery completed 
 +UBIFS: mounted UBI device 3, volume 0, name "xml_config" 
 +UBIFS: file system size:   18157568 bytes (17732 KiB, 17 MiB, 143 LEBs
 +UBIFS: journal size:       9023488 bytes (8812 KiB, 8 MiB, 72 LEBs
 +UBIFS: media format:       w4/r0 (latest is w4/r0
 +UBIFSdefault compressorzlib 
 +UBIFS: reserved for root:  0 bytes (0 KiB
 +sc_drv: module license 'Sercomm' taints kernel. 
 +Disabling lock debugging due to kernel taint 
 +starting pid 109, tty '': '/sbin/getty ttyS1 57600' 
 +Raeth v3.1 (Tasklet) 
 +phy_free_head is 0x72dc000!!! 
 +phy_free_tail_phy is 0x72ddff0!!! 
 +txd_pool=a72de000 phy_txd_pool=072DE000 
 +ei_local->skb_free start address is 0x87f1d4d4. 
 +free_txd: a72de010, ei_local->cpu_ptr: 072DE000 
 + POOL  HEAD_PTR | DMA_PTR | CPU_PTR 
 +----------------+---------+-------- 
 +     0xa72de000 0x072DE000 0x072DE000
  
 +phy_qrx_ring = 0x072d5000, qrx_ring = 0xa72d5000
  
-=================================================================== +phy_rx_ring0 0x072e0000rx_ring0 0xa72e0000 
- +change HW-TRAP to 0x17ccf
- +
-                MT7621   stage1 code 10:40:45 (ASIC) +
- +
- +
-                CPU=50000000 HZ BUS=16666666 HZ +
-                 +
-                </nowiki> +
-</WRAP>\\ +
- +
-==== Wrong FW update UART bootlog ==== +
-<WRAP bootlog> +
-<nowiki> +
-=================================================================== +
- +
-                MT7621   stage1 code 10:40:45 (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 === +
-PLL2 FB_DL: 0x61/0 556/468 19000000 +
-PLL4 FB_DL: 0xe, 1/0 = 724/300 39000000 +
-PLL3 FB_DL: 0x11, 1/0 = 606/418 45000000 +
-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    1 +
-0010:   1    1    1    1    1    1    1    1    1    1    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    0    1    1    1    0    0    0    0 +
-opt_dle value:10 +
- +
-DRAMC_R0DELDLY[018]=00002323 +
- +
-================================================================== +
- +
-                RX      DQS perbit delay software calibration +
- +
-================================================================== +
- +
-1.0-15 bit dq delay value +
- +
-================================================================== +
- +
-bit|      1  2  3  4  5  6  7  8  9 +
- +
--------------------------------------- +
-0 |    9 8 9 9 8 8 10 8 5 7 +
-10 |    7 9 7 10 6 9 +
--------------------------------------- +
- +
-================================================================== +
- +
-2.dqs window +
-x=pass dqs delay value (min~max)center +
-y=0-7bit DQ of every group +
-input delay:DQS0 =35 DQS1 = 35 +
- +
-================================================================== +
-bit     DQS0     bit      DQS1 +
-0  (0~66)33  8  (1~66)33 +
-1  (0~66)33  9  (1~66)33 +
-2  (2~66)34  10  (1~67)34 +
-3  (1~68)34  11  (1~66)33 +
-4  (1~68)34  12  (1~68)34 +
-5  (1~70)35  13  (1~66)33 +
-6  (1~66)33  14  (1~69)35 +
-7  (1~70)35  15  (1~69)35 +
-================================================================== +
- +
-3.dq delay value last +
- +
-================================================================== +
- +
-bit|    0  1  2  3  4  5  6  7  8   9 +
--------------------------------------- +
-0 |    11 10 10 10 9 8 12 8 7 9 +
-10 |    8 11 8 12 6 9 +
-================================================================== +
- +
-================================================================== +
- +
-     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 = ffff0000 +
-dqs_perbyte_dly.last_dqdly_pass[0]=15,  finish count=1 +
-dqs_perbyte_dly.last_dqdly_pass[1]=15,  finish count=2 +
-byte:0, (DQS,DQ)=(8,8) +
-byte:1, (DQS,DQ)=(8,8) +
-20,data:88 +
-[EMI] DRAMC calibration passed +
- +
-=================================================================== +
- +
-                MT7621   stage1 code done +
-                CPU=50000000 HZ BUS=16666666 HZ +
- +
-=================================================================== +
- +
-U-Boot 1.1.3 (Apr 22 2016 - 16:35:20) +
- +
-Board: Ralink APSoC DRAM:  128 MB +
-relocate_code Pointer at: 87fac000 +
- +
-Config XHCI 40M PLL +
-Allocate 16 byte aligned buffer: 87fe0050 +
-Enable NFI Clock +
-# MTK NAND # : Use HW ECC +
-NAND ID [C2 F1 80 95 02] +
-Device not found, ID: c2f1 +
-Not Support this Device! +
-chip_mode=00000001 +
-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 2047 +
-load fact bbt success +
-[mtk_nand] probe successfully! +
-mtd->writesize=2048 mtd->oobsize=64,    mtd->erasesize=131072  devinfo.iowidth=8 +
-Env addr : 0x80000 +
- +
-.*** Warning - bad CRC, using default environment +
- +
-============================================ +
- +
-Ralink UBoot Version: 4.2.0.6 +
- +
--------------------------------------------- +
-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:Apr 22 2016  Time:16:35:20 +
-============================================ +
-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 =128 Mbytes +
- +
-#Reset_MT7530+
 set LAN/WAN LLLLW set LAN/WAN LLLLW
-..Example expects ABI version 2 +GMAC1_MAC_ADRH -- : 0x0000e060 
-Actual U-Boot ABI version 2+GMAC1_MAC_ADRL -- : 0x66543201 
 +CDMA_CSG_CFG = 81000000 
 +GDMA1_FWD_CFG = 20710000 
 +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=2010, value=810000c0 
 +switch reg write offset=2110, value=810000c0 
 +switch reg write offset=2210, value=810000c0 
 +switch reg write offset=2310, value=810000c0 
 +switch reg write offset=2410, value=810000c0 
 +switch reg write offset=2510, value=810000c0 
 +switch reg write offset=2610, value=81000000 
 +switch reg write offset=2710, value=81000000 
 +switch reg write offset=2604, value=20ff0003 
 +switch reg write offset=2704, value=20ff0003 
 +Special Tag Disabled 
 +switch reg write offset=2610, value=81000000 
 +switch reg write offset=2014, value=10001 
 +switch reg write offset=2114, value=10001 
 +switch reg write offset=2214, value=10001 
 +switch reg write offset=2314, value=10001 
 +switch reg write offset=2414, value=10002 
 +switch reg write offset=2514, value=10001 
 +REG_ESW_WT_MAC_ATC is 0x7ff0002 
 +done.
  
-******************************************+(none) login: ap_name=syslogd, action=start 
 +init common module successful 
 +insert firewall block module success 
 +netfilter tcp syn flood module loaded 
 +netfilter other dos module loaded 
 +netfilter brdcstSrc dos module loaded 
 +ap_name=dnrd, action=start 
 +ap_name=phy, action=start 
 +switch reg write offset=2014, value=10002 
 +switch reg write offset=2114, value=10001 
 +switch reg write offset=2214, value=10001 
 +switch reg write offset=2314, value=10001 
 +switch reg write offset=2414, value=10002 
 +switch reg write offset=2614, value=10001 
 +REG_ESW_WT_MAC_ATC is 0x7ff0002 
 +done. 
 +Set: phy[0].reg[0] = 3300 
 +Set: phy[1].reg[0] = 3300 
 +Set: phy[2].reg[0] = 3300 
 +Set: phy[3].reg[0] = 3300 
 +interface eth2.1 does not exist! 
 +Set: phy[31].reg[24] = 2ff70 
 +Set: phy[31].reg[12512] = 2125 
 +ap_name=wlan, action=start 
 +ap_name=lanip, action=start 
 +ap_name=firewall, action=start 
 +build time = 
 +20141115060606a 
 +rom patch for E3 IC
  
-    Uboot StandAlone Entry+platform = 
 +ALPS 
 +hw/sw version = 
 +�� 
 +patch version =
  
-****************************************** +FW Version:0.0.00 Build:1 
-0, cmd +Build Time:201411280941____ 
-1, 0x0000000D +fw for E3 IC 
-cmd 0x0000000D+RX[0] DESC a76c2000 size = 4096 
 +RX[1] DESC a76c3000 size = 4096 
 +E2pAccessMode=2 
 +cfg_mode=9 
 +cfg_mode=9 
 +wmode_band_equal(): Band Equal! 
 +APSDCapable[0]=0 
 +APSDCapable[1]=0 
 +APSDCapable[2]=0 
 +APSDCapable[3]=0 
 +APSDCapable[4]=0 
 +APSDCapable[5]=0 
 +APSDCapable[6]=0 
 +APSDCapable[7]=0 
 +APSDCapable[8]=0 
 +APSDCapable[9]=0 
 +lan interface=[br0]index=10 
 +APSDCapable[10]=0 
 +APSDCapable[11]=0 
 +APSDCapable[12]=0 
 +APSDCapable[13]=0 
 +APSDCapable[14]=0 
 +APSDCapable[15]=0 
 +Key2Str is Invalid key length(0) or Type(0) 
 +Key3Str is Invalid key length(0) or Type(0) 
 +Key4Str is Invalid key length(0) or Type(0) 
 +RtmpOSFileOpen(): Error 2 opening /etc_ro/Wireless/iNIC/SingleSKU.dat 
 +--> Error opening /etc_ro/Wireless/iNIC/SingleSKU.dat 
 +1. Phy Mode = 14 
 +get_chl_grp:illegal channel (167) 
 +get_chl_grp:illegal channel (167) 
 +get_chl_grp:illegal channel (169) 
 +get_chl_grp:illegal channel (169) 
 +get_chl_grp:illegal channel (171) 
 +get_chl_grp:illegal channel (171) 
 +drivers/net/wireless/rlt_wifi_ibf/rlt_wifi_ap/../rlt_wifi/chips/mt76x2.c:2976 assert (ad->TxPower[choffset].Channel == 42)failed 
 +Country Region from e2p = ffff 
 +mt76x2_read_temp_info_from_eeprom:: is_temp_tx_alc=0temp_tx_alc_enable=0 
 +mt76x2_read_tx_alc_info_from_eeprom:: is_ePA_mode=0, ePA_type=3 
 +mt76x2_read_tx_alc_info_from_eeprom:: [5G band] high_temp_slope=0, low_temp_slope=0 
 +mt76x2_read_tx_alc_info_from_eeprom:: [2G band] high_temp_slope=0, low_temp_slope=0 
 +mt76x2_read_tx_alc_info_from_eeprom:: [5G band] tc_lower_bound=0, tc_upper_bound=0 
 +mt76x2_read_tx_alc_info_from_eeprom:: [2G band] tc_lower_bound=0, tc_upper_bound=0 
 +mt76x2_get_external_lna_gain::LNA type=0x11, BLNAGain=0x0, ALNAGain0=0x0, ALNAGain1=0x0, ALNAGain2=0x0 
 +2. Phy Mode = 14 
 +3. Phy Mode = 14 
 +andes_pci_fw_init 
 +0x1300 = 00073200 
 +AntCfgInit: primary/secondary ant 0/1 
 +andes_load_cr:cr_type(2) 
 +ChipStructAssign(): MT76x2 hook ! 
 +RTMPSetPhyMode: channel is out of range, use first channel=0 
 +MCS Set = ff ff 00 00 01 
 +TX0 power compensation = 0x38 
 +TX1 power compensation = 0x38 
 +mt76x2_single_sku::DefaultTargetPwr = 0x24, delta_power = 0x0 
 +mt76x2_single_sku::DefaultTargetPwr = 0x24, delta_power = 0x0 
 +mt76x2_single_sku::DefaultTargetPwr = 0x24, delta_power = 0x0 
 +mt76x2_single_sku::DefaultTargetPwr = 0x24, delta_power = 0x0 
 +mt76x2_single_sku::DefaultTargetPwr = 0x24, delta_power = 0x0 
 +mt76x2_single_sku::DefaultTargetPwr = 0x24, delta_power = 0x0 
 +mt76x2_single_sku::DefaultTargetPwr = 0x24, delta_power = 0x0 
 +mt76x2_single_sku::DefaultTargetPwr = 0x24, delta_power = 0x0 
 +mt76x2_single_sku::DefaultTargetPwr = 0x24, delta_power = 0x0 
 +mt76x2_single_sku::DefaultTargetPwr = 0x24, delta_power = 0x0 
 +mt76x2_single_sku::DefaultTargetPwr = 0x24, delta_power = 0x0 
 +mt76x2_single_sku::DefaultTargetPwr = 0x24, delta_power = 0x0 
 +mt76x2_single_sku::DefaultTargetPwr = 0x24, delta_power = 0x0 
 +mt76x2_single_sku::DefaultTargetPwr = 0x24, delta_power = 0x0 
 +SYNC - BBP R4 to 20MHz.l 
 +mt76x2_single_sku::DefaultTargetPwr = 0x24, delta_power = 0x0 
 +SYNC - BBP R4 to 20MHz.l 
 +mt76x2_single_sku::DefaultTargetPwr = 0x24, delta_power = 0x0 
 +SYNC - BBP R4 to 20MHz.l 
 +mt76x2_single_sku::DefaultTargetPwr = 0x24, delta_power = 0x0 
 +SYNC - BBP R4 to 20MHz.l 
 +mt76x2_single_sku::DefaultTargetPwr = 0x24, delta_power = 0x0 
 +SYNC - BBP R4 to 20MHz.l 
 +mt76x2_single_sku::DefaultTargetPwr = 0x24, delta_power = 0x0 
 +SYNC - BBP R4 to 20MHz.l 
 +mt76x2_single_sku::DefaultTargetPwr = 0x24, delta_power = 0x0 
 +SYNC - BBP R4 to 20MHz.l 
 +mt76x2_single_sku::DefaultTargetPwr = 0x24, delta_power = 0x0 
 +SYNC - BBP R4 to 20MHz.l 
 +mt76x2_single_sku::DefaultTargetPwr = 0x24, delta_power = 0x0 
 +SYNC - BBP R4 to 20MHz.l 
 +mt76x2_single_sku::DefaultTargetPwr = 0x24, delta_power = 0x0 
 +SYNC - BBP R4 to 20MHz.l 
 +mt76x2_single_sku::DefaultTargetPwr = 0x24, delta_power = 0x0 
 +SYNC - BBP R4 to 20MHz.l 
 +mt76x2_bbp_adjust():rf_bw=0, ext_ch=0, PrimCh=4, HT-CentCh=4, VHT-CentCh=0 
 +mt76x2_single_sku::DefaultTargetPwr = 0x24, delta_power = 0x0 
 +APStartUp(): AP Set CentralFreq at 4(Prim=4, HT-CentCh=4, VHT-CentCh=0, BBP_BW=0) 
 +Main bssid = e0:60:66:54:32:02 
 +mt76x2_reinit_agc_gain:original agc_vga0 = 0x5e, agc_vga1 = 0x5e 
 +mt76x2_reinit_agc_gain:updated agc_vga0 = 0x5e, agc_vga1 = 0x5e 
 +mt76x2_reinit_hi_lna_gain:original hi_lna0 = 0x27, hi_lna1 = 0x27 
 +mt76x2_reinit_hi_lna_gain:updated hi_lna0 = 0x27, hi_lna1 = 0x27 
 +<==== rt28xx_init, Status=0 
 +RTMPDrvOpen(1):Check if PDMA is idle! 
 +RTMPDrvOpen(2):Check if PDMA is idle! 
 +build time = 
 +20141115060606a 
 +rom patch for E3 IC
  
 +platform =
 +ALPS
 +hw/sw version =
 +��
 +patch version =
  
-Press Ctrl+C to Enter the Main loop... +FW Version:0.0.00 Build:1 
- Example expects ABI version +Build Time:201411280941____ 
-Actual U-Boot ABI version 2+fw for E3 IC 
 +RX[0] DESC a74fd000 size = 4096 
 +RX[1] DESC a74fe000 size = 4096 
 +E2pAccessMode=2 
 +cfg_mode=14 
 +cfg_mode=14 
 +wmode_band_equal(): Band Not Equal! 
 +APSDCapable[0]=0 
 +APSDCapable[1]=0 
 +APSDCapable[2]=0 
 +APSDCapable[3]=0 
 +APSDCapable[4]=0 
 +APSDCapable[5]=0 
 +APSDCapable[6]=0 
 +APSDCapable[7]=0 
 +APSDCapable[8]=0 
 +APSDCapable[9]=0 
 +APSDCapable[10]=0 
 +APSDCapable[11]=0 
 +APSDCapable[12]=0 
 +APSDCapable[13]=0 
 +APSDCapable[14]=0 
 +APSDCapable[15]=0 
 +Key1Str is Invalid key length(0) or Type(0) 
 +Key3Str is Invalid key length(0) or Type(0) 
 +Key4Str is Invalid key length(0) or Type(0) 
 +RtmpOSFileOpen(): Error 2 opening /etc_ro/Wireless/iNIC/SingleSKU.dat 
 +--> Error opening /etc_ro/Wireless/iNIC/SingleSKU.dat 
 +1. Phy Mode = 49 
 +get_chl_grp:illegal channel (167) 
 +get_chl_grp:illegal channel (167) 
 +get_chl_grp:illegal channel (169) 
 +get_chl_grp:illegal channel (169) 
 +get_chl_grp:illegal channel (171) 
 +get_chl_grp:illegal channel (171) 
 +drivers/net/wireless/rlt_wifi_ibf/rlt_wifi_ap/../rlt_wifi/chips/mt76x2.c:2976 assert (ad->TxPower[choffset].Channel == 42)failed 
 +Country Region from e2p = ffff 
 +mt76x2_read_temp_info_from_eeprom:: is_temp_tx_alc=0, temp_tx_alc_enable=0 
 +mt76x2_read_tx_alc_info_from_eeprom:: is_ePA_mode=0, ePA_type=3 
 +mt76x2_read_tx_alc_info_from_eeprom:: [5G band] high_temp_slope=0, low_temp_slope=0 
 +mt76x2_read_tx_alc_info_from_eeprom:: [2G band] high_temp_slope=0, low_temp_slope=0 
 +mt76x2_read_tx_alc_info_from_eeprom:: [5G band] tc_lower_bound=0, tc_upper_bound=0 
 +mt76x2_read_tx_alc_info_from_eeprom:: [2G band] tc_lower_bound=0, tc_upper_bound=0 
 +mt76x2_get_external_lna_gain::LNA type=0x11, BLNAGain=0x0, ALNAGain0=0x0, ALNAGain1=0x0, ALNAGain2=0x0 
 +2. Phy Mode = 49 
 +3. Phy Mode = 49 
 +andes_pci_fw_init 
 +0x1300 = 00073200 
 +AntCfgInit: primary/secondary ant 0/1 
 +andes_load_cr:cr_type(2) 
 +ChipStructAssign(): MT76x2 hook ! 
 +RTMPSetPhyMode: channel is out of range, use first channel=0 
 +MCS Set = ff ff 00 00 01 
 +TX0 power compensation = 0x38 
 +TX1 power compensation = 0x38 
 +mt76x2_single_sku::DefaultTargetPwr = 0x1b, delta_power = 0x0 
 +mt76x2_single_sku::DefaultTargetPwr = 0x1b, delta_power = 0x0 
 +mt76x2_single_sku::DefaultTargetPwr = 0x1b, delta_power = 0x0 
 +mt76x2_single_sku::DefaultTargetPwr = 0x1b, delta_power = 0x0 
 +mt76x2_single_sku::DefaultTargetPwr = 0x1b, delta_power = 0x0 
 +mt76x2_single_sku::DefaultTargetPwr = 0x1b, delta_power = 0x0 
 +mt76x2_single_sku::DefaultTargetPwr = 0x1b, delta_power = 0x0 
 +mt76x2_single_sku::DefaultTargetPwr = 0x1b, delta_power = 0x0 
 +mt76x2_single_sku::DefaultTargetPwr = 0x19, delta_power = 0x0 
 +mt76x2_single_sku::DefaultTargetPwr = 0x19, delta_power = 0x0 
 +mt76x2_single_sku::DefaultTargetPwr = 0x19, delta_power = 0x0 
 +mt76x2_single_sku::DefaultTargetPwr = 0x19, delta_power = 0x0 
 +mt76x2_single_sku::DefaultTargetPwr = 0x1b, delta_power = 0x0 
 +mt76x2_single_sku::DefaultTargetPwr = 0x1b, delta_power = 0x0 
 +mt76x2_single_sku::DefaultTargetPwr = 0x1b, delta_power = 0x0 
 +mt76x2_single_sku::DefaultTargetPwr = 0x1b, delta_power = 0x0 
 +mt76x2_single_sku::DefaultTargetPwr = 0x1b, delta_power = 0x0 
 +mt76x2_single_sku::DefaultTargetPwr = 0x1b, delta_power = 0x0 
 +mt76x2_single_sku::DefaultTargetPwr = 0x1b, delta_power = 0x0 
 +mt76x2_single_sku::DefaultTargetPwr = 0x1b, delta_power = 0x0 
 +mt76x2_single_sku::DefaultTargetPwr = 0x1b, delta_power = 0x0 
 +mt76x2_single_sku::DefaultTargetPwr = 0x1b, delta_power = 0x0 
 +mt76x2_single_sku::DefaultTargetPwr = 0x1b, delta_power = 0x0 
 +mt76x2_single_sku::DefaultTargetPwr = 0x1b, delta_power = 0x0 
 +mt76x2_single_sku::DefaultTargetPwr = 0x1b, delta_power = 0x0 
 +mt76x2_bbp_adjust():rf_bw=2, ext_ch=1, PrimCh=36, HT-CentCh=38, VHT-CentCh=42 
 +mt76x2_single_sku::DefaultTargetPwr = 0x1b, delta_power = 0x0 
 +APStartUp(): AP Set CentralFreq at 42(Prim=36, HT-CentCh=38, VHT-CentCh=42, BBP_BW=2
 +Main bssid = e0:60:66:54:32:03 
 +mt76x2_reinit_agc_gain:original agc_vga0 = 0x5c, agc_vga1 = 0x5c 
 +mt76x2_reinit_agc_gain:updated agc_vga0 = 0x5c, agc_vga1 = 0x5c 
 +mt76x2_reinit_hi_lna_gain:original hi_lna0 = 0x27, hi_lna1 = 0x27 
 +mt76x2_reinit_hi_lna_gain:updated hi_lna0 = 0x27, hi_lna1 = 0x27 
 +<==== rt28xx_init, Status=0 
 +RTMPDrvOpen(1):Check if PDMA is idle! 
 +RTMPDrvOpen(2):Check if PDMA is idle! 
 +ap_name=networkmap, action=start 
 +ap_name=hw_nat, action=start 
 +ap_name=qtbl, action=start 
 +Insert quick routing module ... 
 + ######DUMP QUICK TABLE FUNC ADDR####### 
 + skb_dev_in_qtl:c31cb788 
 + CheckSumModify:c31ca000 
 + update_conntrack_time:c31ca518 
 + matchFromLan:c31ca558 
 + matchFromWan:c31cab9c 
 + doMatch:c31cbe88 
 + MyCheckSum:c31ca104 
 + CheckSumDlt:c31ca14c 
 + checkEntry:c31cb670 
 + delEntry:c31ca3d8 
 + addEntry:c31cb4f4 
 + checkValidQTEntry:c31ca2f8 
 + updateQtlWhenPktXmit:c31cb828 
 + qtbl_read_proc:c31cb158 
 + qtbl_write_proc:c31cb0d4 
 + ######DUMP QUICK TABLE FUNC ADDR END####### 
 +ap_name=qos, action=start 
 +ap_name=qos_cls, action=start 
 +set offset 214 as b44 for sch rate control. 
 +set offset 214 as e440b44 for sch rate control. 
 +sch 
 +set offset 84 as 80000000 for sch selection. 
 +resv 
 +set offset 80 as 3232 for reservation. 
 +rate 
 +set offset 84 as 80000000 for rate control. 
 +sch 
 +set offset 94 as 80000000 for sch selection. 
 +rate 
 +set offset 94 as 80000000 for rate control. 
 +resv 
 +set offset 90 as 3232 for reservation. 
 +sch 
 +set offset a4 as 80000000 for sch selection. 
 +rate 
 +set offset a4 as 80000000 for rate control. 
 +resv 
 +set offset a0 as 3232 for reservation. 
 +sch 
 +set offset b4 as 80000000 for sch selection. 
 +resv 
 +set offset b0 as 3232 for reservation. 
 +rate 
 +set offset b4 as 80000000 for rate control. 
 +sch 
 +set offset c4 as 80000000 for sch selection. 
 +resv 
 +set offset c0 as 3232 for reservation. 
 +rate 
 +set offset c4 as 80000000 for rate control. 
 +sch 
 +set offset d4 as 80000000 for sch selection. 
 +resv 
 +set offset d0 as 3232 for reservation. 
 +rate 
 +set offset d4 as 80000000 for rate control. 
 +sch 
 +set offset e4 as 80000000 for sch selection. 
 +resv 
 +set offset e0 as 3232 for reservation. 
 +rate 
 +set offset e4 as 80000000 for rate control. 
 +sch 
 +set offset f4 as 80000000 for sch selection. 
 +resv 
 +set offset f0 as 3232 for reservation. 
 +rate 
 +set offset f4 as 80000000 for rate control. 
 +set queue mapping: skb with mark 8 to queue 8. 
 +set queue mapping: skb with mark 9 to queue 9. 
 +set queue mapping: skb with mark a to queue 10. 
 +set queue mapping: skb with mark a to queue 11. 
 +set queue mapping: skb with mark c to queue 12. 
 +set queue mapping: skb with mark d to queue 13. 
 +set queue mapping: skb with mark e to queue 14. 
 +set queue mapping: skb with mark f to queue 15. 
 +sch 
 +set offset 4 as 0 for sch selection. 
 +resv 
 +set offset 0 as 3232 for reservation. 
 +rate 
 +set offset 4 as 8000e44 for rate control. 
 +weight 
 +set offset 4 as 8001e44 for max rate weight. 
 +set queue mapping: skb with mark 0 to queue 0. 
 +sch 
 +set offset 14 as 0 for sch selection. 
 +resv 
 +set offset 10 as 3232 for reservation. 
 +rate 
 +set offset 14 as 8000e44 for rate control. 
 +weight 
 +set offset 14 as 8004e44 for max rate weight. 
 +set queue mapping: skb with mark 1 to queue 1. 
 +sch 
 +set offset 24 as 0 for sch selection. 
 +resv 
 +set offset 20 as 3232 for reservation. 
 +rate 
 +set offset 24 as 8000e44 for rate control. 
 +weight 
 +set offset 24 as 8004e44 for max rate weight. 
 +set queue mapping: skb with mark 2 to queue 2. 
 +sch 
 +set offset 34 as 0 for sch selection. 
 +resv 
 +set offset 30 as 3232 for reservation. 
 +rate 
 +set offset 34 as 0 for rate control. 
 +set queue mapping: skb with mark 3 to queue 3. 
 +set offset 214 as e440b44 for sch rate control. 
 +set offset 214 as e440b44 for sch rate control. 
 +sch 
 +set offset 84 as 80000000 for sch selection. 
 +resv 
 +set offset 80 as 3232 for reservation. 
 +rate 
 +set offset 84 as 80000000 for rate control. 
 +sch 
 +set offset 94 as 80000000 for sch selection. 
 +rate 
 +set offset 94 as 80000000 for rate control. 
 +resv 
 +set offset 90 as 3232 for reservation. 
 +sch 
 +set offset a4 as 80000000 for sch selection. 
 +rate 
 +set offset a4 as 80000000 for rate control. 
 +resv 
 +set offset a0 as 3232 for reservation. 
 +sch 
 +set offset b4 as 80000000 for sch selection. 
 +resv 
 +set offset b0 as 3232 for reservation. 
 +rate 
 +set offset b4 as 80000000 for rate control. 
 +sch 
 +set offset c4 as 80000000 for sch selection. 
 +resv 
 +set offset c0 as 3232 for reservation. 
 +rate 
 +set offset c4 as 80000000 for rate control. 
 +sch 
 +set offset d4 as 80000000 for sch selection. 
 +resv 
 +set offset d0 as 3232 for reservation. 
 +rate 
 +set offset d4 as 80000000 for rate control. 
 +sch 
 +set offset e4 as 80000000 for sch selection. 
 +resv 
 +set offset e0 as 3232 for reservation. 
 +rate 
 +set offset e4 as 80000000 for rate control. 
 +sch 
 +set offset f4 as 80000000 for sch selection. 
 +resv 
 +set offset f0 as 3232 for reservation. 
 +rate 
 +set offset f4 as 80000000 for rate control. 
 +set queue mapping: skb with mark 8 to queue 8. 
 +set queue mapping: skb with mark 9 to queue 9. 
 +set queue mapping: skb with mark a to queue 10. 
 +set queue mapping: skb with mark a to queue 11. 
 +set queue mapping: skb with mark c to queue 12. 
 +set queue mapping: skb with mark d to queue 13. 
 +set queue mapping: skb with mark e to queue 14. 
 +set queue mapping: skb with mark f to queue 15. 
 +sch 
 +set offset 4 as 8001e44 for sch selection. 
 +resv 
 +set offset 0 as 3232 for reservation. 
 +rate 
 +set offset 4 as 8001e44 for rate control. 
 +weight 
 +set offset 4 as 8001e44 for max rate weight. 
 +set queue mapping: skb with mark 0 to queue 0. 
 +sch 
 +set offset 14 as 8004e44 for sch selection. 
 +resv 
 +set offset 10 as 3232 for reservation. 
 +rate 
 +set offset 14 as 8004e44 for rate control. 
 +weight 
 +set offset 14 as 8004e44 for max rate weight. 
 +set queue mapping: skb with mark 1 to queue 1. 
 +sch 
 +set offset 24 as 8004e44 for sch selection. 
 +resv 
 +set offset 20 as 3232 for reservation. 
 +rate 
 +set offset 24 as 8004e44 for rate control. 
 +weight 
 +set offset 24 as 8004e44 for max rate weight. 
 +set queue mapping: skb with mark 2 to queue 2. 
 +sch 
 +set offset 34 as 0 for sch selection. 
 +resv 
 +set offset 30 as 3232 for reservation. 
 +rate 
 +set offset 34 as 0 for rate control. 
 +set queue mapping: skb with mark 3 to queue 3. 
 +set offset 214 as e440b44 for sch rate control. 
 +set offset 214 as e440b44 for sch rate control. 
 +sch 
 +set offset 84 as 80000000 for sch selection. 
 +resv 
 +set offset 80 as 3232 for reservation. 
 +rate 
 +set offset 84 as 80000000 for rate control. 
 +sch 
 +set offset 94 as 80000000 for sch selection. 
 +rate 
 +set offset 94 as 80000000 for rate control. 
 +resv 
 +set offset 90 as 3232 for reservation. 
 +sch 
 +set offset a4 as 80000000 for sch selection. 
 +rate 
 +set offset a4 as 80000000 for rate control. 
 +resv 
 +set offset a0 as 3232 for reservation. 
 +sch 
 +set offset b4 as 80000000 for sch selection. 
 +resv 
 +set offset b0 as 3232 for reservation. 
 +rate 
 +set offset b4 as 80000000 for rate control. 
 +sch 
 +set offset c4 as 80000000 for sch selection. 
 +resv 
 +set offset c0 as 3232 for reservation. 
 +rate 
 +set offset c4 as 80000000 for rate control. 
 +sch 
 +set offset d4 as 80000000 for sch selection. 
 +resv 
 +set offset d0 as 3232 for reservation. 
 +rate 
 +set offset d4 as 80000000 for rate control. 
 +sch 
 +set offset e4 as 80000000 for sch selection. 
 +resv 
 +set offset e0 as 3232 for reservation. 
 +rate 
 +set offset e4 as 80000000 for rate control. 
 +sch 
 +set offset f4 as 80000000 for sch selection. 
 +resv 
 +set offset f0 as 3232 for reservation. 
 +rate 
 +set offset f4 as 80000000 for rate control. 
 +set queue mapping: skb with mark 8 to queue 8. 
 +set queue mapping: skb with mark 9 to queue 9. 
 +set queue mapping: skb with mark a to queue 10. 
 +set queue mapping: skb with mark a to queue 11. 
 +set queue mapping: skb with mark c to queue 12. 
 +set queue mapping: skb with mark d to queue 13. 
 +set queue mapping: skb with mark e to queue 14. 
 +set queue mapping: skb with mark f to queue 15. 
 +sch 
 +set offset 4 as 8001e44 for sch selection. 
 +resv 
 +set offset 0 as 3232 for reservation. 
 +rate 
 +set offset 4 as 8001e44 for rate control. 
 +weight 
 +set offset 4 as 8001e44 for max rate weight. 
 +set queue mapping: skb with mark 0 to queue 0. 
 +sch 
 +set offset 14 as 8004e44 for sch selection. 
 +resv 
 +set offset 10 as 3232 for reservation. 
 +rate 
 +set offset 14 as 8004e44 for rate control. 
 +weight 
 +set offset 14 as 8004e44 for max rate weight. 
 +set queue mapping: skb with mark 1 to queue 1. 
 +sch 
 +set offset 24 as 8004e44 for sch selection. 
 +resv 
 +set offset 20 as 3232 for reservation. 
 +rate 
 +set offset 24 as 8004e44 for rate control. 
 +weight 
 +set offset 24 as 8004e44 for max rate weight. 
 +set queue mapping: skb with mark 2 to queue 2. 
 +sch 
 +set offset 34 as 0 for sch selection. 
 +resv 
 +set offset 30 as 3232 for reservation. 
 +rate 
 +set offset 34 as 0 for rate control. 
 +set queue mapping: skb with mark 3 to queue 3. 
 +ap_name=cpm, action=start 
 +ap_name=wanip, action=stop 
 +ap_name=dnrd, action=stop 
 +ap_name=dnrd, action=stop 
 +Tue Apr 26 23:18:10 UTC 2016 
 +ap_name=httpd, action=start 
 +ap_name=coredump, action=start 
 +ap_name=srt, action=restart 
 +ap_name=rp, action=start 
 +bind: Address already in use 
 +bind: Address already in use 
 +ap_name=udpecho, action=start 
 +ap_name=ntp, action=start 
 +ap_name=ingress_qos, action=start 
 +ap_name=ingress_classify, action=start 
 +ap_name=qos_remark, action=start 
 +ap_name=ipv6wd, action=start 
 +ap_name=telnetd, action=start 
 +ap_name=sshd, action=start 
 +ap_name=ftpd, action=start 
 +ap_name=igd_upnp, action=start 
 +ap_name=dnsr, action=start 
 +ap_name=cron, action=start 
 +Could not load host key: /etc/ssh/ssh_host_ecdsa_key 
 +Could not load host key: /etc/ssh/ssh_host_ed25519_key
  
-******************************************+S1500 login: superuser 
 +Password: 
 +Welcome to s1500, you can type '?' to find usage
  
-    Uboot StandAlone Entry +view @ s1500> show sysinfo 
- +        Vendor:                       NetByNet 
-****************************************** +        Model:                        S1500 
-0, boot +        CPU                         MT7621 
-Flash Sector Number 1024. +        Firmware Version:             S1500-v2.0.12 
-Bad block detected at 0x7680, oob_buf[0] is 0x0 +        Lib Version
-NAND Section 6, has bad block at address bfb40000, Image Offset 3b40000 +        Build Time                   (build @ 2016-04-2623:18:10
-NAND Section 6, has bad block count 1 +        Hardware Version            S1500v4 
-Bad block detected at 0xe3c0, oob_buf[0] is 0x0 +        Bootloader Version          1.14.0 
-NAND Section 7, has bad block at address c31e0000, Image Offset 71e0000 +        Serial Number               MH16F9876543 
-NAND Section 7, has bad block count 1 +        Time Since Last Boot         0:17:31 
- +        Reboot Cause                Unknow 
-*************************************************** +        Product Class               S1500 
- +        Current Time                2016-04-26 23:35:08</nowiki> 
-    Sercomm Boot Version 1.14.0 +</WRAP>\\
- +
-*************************************************** +
- +
-Reset Button is pressed! +
-In Download now... +
- NetTxPacket = 0x87FE3F00 +
- KSEG1ADDR(NetTxPacket) = 0xA7FE3F00 +
- NetLoop,call eth_halt ! +
- NetLoop,call eth_init ! +
-Trying Eth0 (10/100-M) +
- Waitting for RX_DMA_BUSY status Start... done +
- ETH_STATE_ACTIVE!! +
-e0  60  66  54  32  01 +
-Download mode ... Press Ctrl-C to stop +
-GET_VERSION_INFO +
-DOWN_REQUEST +
-Getting Protect List for Normal Upgrade.. +
-SC_INFO: Section (NAND) will be kept! +
-SC_INFO: Section 1 (NAND) will be kept! +
-SC_INFO: Section 2 (NAND) will be kept! +
-SC_INFO: Section 8 (NAND) will be kept! +
-SC_INFO: Section 9 (NAND) will be kept! +
-Used Length 0 +
-SC_INFO : This NAND section is kept whole +
-SC_INFO : This NAND section is kept whole +
-......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................SC_INFO : This NAND section is kept whole +
-SC_INFO This NAND section is kept whole +
-SC_INFO This NAND section is kept whole +
- +
-Flash Erase Done. +
- +
-WARN : Read Image Offset 4ce0000, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4ce0200mapped out of Section 6.(NAND). +
-WARN Read Image Offset 4ce0400, mapped out of Section 6.(NAND). +
-WARN Read Image Offset 4ce0600, mapped out of Section 6.(NAND). +
-WARN Read Image Offset 4ce0800, mapped out of Section 6.(NAND). +
-WARN Read Image Offset 4ce0a00, mapped out of Section 6.(NAND)+
-WARN Read Image Offset 4ce0c00, mapped out of Section 6.(NAND). +
-WARN Read Image Offset 4ce0e00, mapped out of Section 6.(NAND). +
-WARN Read Image Offset 4ce1000, mapped out of Section 6.(NAND). +
-WARN Read Image Offset 4ce1200, mapped out of Section 6.(NAND). +
-WARN Read Image Offset 4ce1400, mapped out of Section 6.(NAND). +
-WARN Read Image Offset 4ce1600, mapped out of Section 6.(NAND). +
-WARN Read Image Offset 4ce1800, mapped out of Section 6.(NAND). +
-WARN Read Image Offset 4ce1a00, mapped out of Section 6.(NAND). +
-WARN Read Image Offset 4ce1c00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4ce1e00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4ce2000, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4ce2200, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4ce2400, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4ce2600, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4ce2800, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4ce2a00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4ce2c00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4ce2e00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4ce3000, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4ce3200, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4ce3400, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4ce3600, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4ce3800, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4ce3a00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4ce3c00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4ce3e00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4ce4000, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4ce4200, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4ce4400, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4ce4600, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4ce4800, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4ce4a00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4ce4c00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4ce4e00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4ce5000, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4ce5200, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4ce5400, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4ce5600, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4ce5800, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4ce5a00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4ce5c00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4ce5e00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4ce6000, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4ce6200, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4ce6400, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4ce6600, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4ce6800, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4ce6a00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4ce6c00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4ce6e00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4ce7000, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4ce7200, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4ce7400, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4ce7600, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4ce7800, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4ce7a00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4ce7c00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4ce7e00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4ce8000, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4ce8200, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4ce8400, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4ce8600, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4ce8800, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4ce8a00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4ce8c00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4ce8e00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4ce9000, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4ce9200, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4ce9400, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4ce9600, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4ce9800, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4ce9a00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4ce9c00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4ce9e00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cea000, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cea200, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cea400, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cea600, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cea800, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4ceaa00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4ceac00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4ceae00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4ceb000, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4ceb200, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4ceb400, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4ceb600, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4ceb800, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4ceba00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cebc00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cebe00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cec000, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cec200, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cec400, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cec600, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cec800, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4ceca00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cecc00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cece00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4ced000, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4ced200, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4ced400, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4ced600, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4ced800, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4ceda00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cedc00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cede00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cee000, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cee200, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cee400, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cee600, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cee800, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4ceea00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4ceec00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4ceee00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cef000, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cef200, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cef400, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cef600, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cef800, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cefa00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cefc00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cefe00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cf0000, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cf0200, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cf0400, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cf0600, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cf0800, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cf0a00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cf0c00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cf0e00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cf1000, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cf1200, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cf1400, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cf1600, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cf1800, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cf1a00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cf1c00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cf1e00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cf2000, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cf2200, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cf2400, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cf2600, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cf2800, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cf2a00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cf2c00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cf2e00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cf3000, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cf3200, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cf3400, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cf3600, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cf3800, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cf3a00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cf3c00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cf3e00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cf4000, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cf4200, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cf4400, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cf4600, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cf4800, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cf4a00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cf4c00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cf4e00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cf5000, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cf5200, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cf5400, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cf5600, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cf5800, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cf5a00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cf5c00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cf5e00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cf6000, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cf6200, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cf6400, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cf6600, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cf6800, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cf6a00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cf6c00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cf6e00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cf7000, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cf7200, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cf7400, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cf7600, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cf7800, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cf7a00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cf7c00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cf7e00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cf8000, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cf8200, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cf8400, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cf8600, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cf8800, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cf8a00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cf8c00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cf8e00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cf9000, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cf9200, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cf9400, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cf9600, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cf9800, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cf9a00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cf9c00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cf9e00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cfa000, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cfa200, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cfa400, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cfa600, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cfa800, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cfaa00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cfac00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cfae00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cfb000, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cfb200, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cfb400, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cfb600, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cfb800, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cfba00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cfbc00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cfbe00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cfc000, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cfc200, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cfc400, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cfc600, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cfc800, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cfca00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cfcc00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cfce00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cfd000, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cfd200, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cfd400, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cfd600, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cfd800, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cfda00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cfdc00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cfde00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cfe000, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cfe200, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cfe400, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cfe600, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cfe800, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cfea00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cfec00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cfee00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cff000, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cff200, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cff400, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cff600, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cff800, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cffa00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cffc00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 4cffe00, mapped out of Section 6.(NAND). +
-WARN : Read Image Offset 7ae0000, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7ae0200, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7ae0400, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7ae0600, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7ae0800, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7ae0a00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7ae0c00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7ae0e00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7ae1000, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7ae1200, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7ae1400, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7ae1600, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7ae1800, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7ae1a00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7ae1c00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7ae1e00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7ae2000, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7ae2200, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7ae2400, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7ae2600, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7ae2800, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7ae2a00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7ae2c00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7ae2e00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7ae3000, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7ae3200, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7ae3400, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7ae3600, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7ae3800, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7ae3a00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7ae3c00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7ae3e00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7ae4000, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7ae4200, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7ae4400, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7ae4600, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7ae4800, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7ae4a00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7ae4c00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7ae4e00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7ae5000, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7ae5200, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7ae5400, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7ae5600, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7ae5800, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7ae5a00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7ae5c00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7ae5e00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7ae6000, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7ae6200, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7ae6400, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7ae6600, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7ae6800, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7ae6a00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7ae6c00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7ae6e00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7ae7000, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7ae7200, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7ae7400, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7ae7600, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7ae7800, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7ae7a00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7ae7c00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7ae7e00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7ae8000, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7ae8200, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7ae8400, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7ae8600, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7ae8800, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7ae8a00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7ae8c00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7ae8e00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7ae9000, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7ae9200, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7ae9400, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7ae9600, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7ae9800, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7ae9a00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7ae9c00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7ae9e00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7aea000, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7aea200, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7aea400, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7aea600, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7aea800, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7aeaa00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7aeac00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7aeae00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7aeb000, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7aeb200, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7aeb400, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7aeb600, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7aeb800, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7aeba00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7aebc00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7aebe00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7aec000, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7aec200, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7aec400, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7aec600, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7aec800, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7aeca00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7aecc00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7aece00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7aed000, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7aed200, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7aed400, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7aed600, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7aed800, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7aeda00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7aedc00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7aede00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7aee000, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7aee200, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7aee400, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7aee600, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7aee800, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7aeea00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7aeec00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7aeee00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7aef000, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7aef200, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7aef400, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7aef600, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7aef800, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7aefa00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7aefc00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7aefe00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7af0000, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7af0200, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7af0400, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7af0600, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7af0800, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7af0a00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7af0c00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7af0e00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7af1000, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7af1200, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7af1400, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7af1600, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7af1800, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7af1a00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7af1c00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7af1e00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7af2000, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7af2200, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7af2400, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7af2600, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7af2800, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7af2a00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7af2c00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7af2e00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7af3000, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7af3200, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7af3400, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7af3600, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7af3800, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7af3a00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7af3c00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7af3e00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7af4000, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7af4200, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7af4400, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7af4600, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7af4800, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7af4a00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7af4c00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7af4e00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7af5000, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7af5200, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7af5400, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7af5600, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7af5800, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7af5a00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7af5c00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7af5e00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7af6000, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7af6200, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7af6400, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7af6600, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7af6800, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7af6a00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7af6c00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7af6e00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7af7000, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7af7200, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7af7400, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7af7600, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7af7800, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7af7a00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7af7c00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7af7e00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7af8000, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7af8200, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7af8400, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7af8600, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7af8800, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7af8a00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7af8c00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7af8e00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7af9000, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7af9200, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7af9400, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7af9600, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7af9800, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7af9a00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7af9c00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7af9e00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7afa000, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7afa200, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7afa400, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7afa600, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7afa800, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7afaa00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7afac00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7afae00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7afb000, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7afb200, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7afb400, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7afb600, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7afb800, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7afba00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7afbc00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7afbe00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7afc000, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7afc200, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7afc400, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7afc600, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7afc800, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7afca00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7afcc00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7afce00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7afd000, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7afd200, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7afd400, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7afd600, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7afd800, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7afda00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7afdc00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7afde00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7afe000, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7afe200, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7afe400, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7afe600, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7afe800, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7afea00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7afec00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7afee00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7aff000, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7aff200, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7aff400, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7aff600, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7aff800, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7affa00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7affc00, mapped out of Section 7.(NAND). +
-WARN : Read Image Offset 7affe00, mapped out of Section 7.(NAND). +
-DOWN_RESET. +
- +
-===================================================================+
  
 +==== OpenWrt bootlog ====
 +<WRAP bootlog>
 +<nowiki>===================================================================
                 MT7621   stage1 code 10:40:45 (ASIC)                 MT7621   stage1 code 10:40:45 (ASIC)
                 CPU=50000000 HZ BUS=16666666 HZ                 CPU=50000000 HZ BUS=16666666 HZ
- 
 ================================================================== ==================================================================
 Change MPLL source from XTAL to CR... Change MPLL source from XTAL to CR...
Line 1581: Line 1590:
 3PLL mode + External loopback 3PLL mode + External loopback
 === XTAL-40Mhz === DDR-1200Mhz === === XTAL-40Mhz === DDR-1200Mhz ===
-PLL2 FB_DL: 0x6, 1/0 = 648/376 19000000 +PLL3 FB_DL: 0xa, 1/0 = 582/442 29000000 
-PLL4 FB_DL: 0xe, 1/0 = 713/311 39000000 +PLL2 FB_DL: 0x10, 1/0 = 686/338 41000000 
-PLL3 FB_DL: 0x10, 1/0 = 568/456 41000000+MEMPLL 3PLL mode calibration fail
 do DDR setting..[00320381] do DDR setting..[00320381]
 Apply DDR3 Setting...(use customer AC) Apply DDR3 Setting...(use customer AC)
Line 1602: Line 1611:
 000C:   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 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+000E:   0    0    0    0    0    0    0    0    0    0          1    1    1    1
 000F:   0    0    0    0    0    1    1    1    1    1    1    1    1    1    1    1 000F:   0    0    0    0    0    1    1    1    1    1    1    1    1    1    1    1
 0010:   1    1    1    1    1    1    1    1    1    1    0    0    0    0    0    0 0010:   1    1    1    1    1    1    1    1    1    1    0    0    0    0    0    0
-0011:   1    1    1    1          0    0    0    0    0    0    0    0    0    0+0011:   1    1    1    1          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 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 0013:   0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0
Line 1624: Line 1633:
 B:|    0    0    0    0    0    0    0    0    0    0    1    1    1    0    0    0 B:|    0    0    0    0    0    0    0    0    0    0    1    1    1    0    0    0
 opt_dle value:11 opt_dle value:11
-DRAMC_R0DELDLY[018]=00002223+DRAMC_R0DELDLY[018]=00002222
 ================================================================== ==================================================================
-                RX      DQS perbit delay software calibration+                RX      DQS perbit delay software calibration 
 ================================================================== ==================================================================
- 
 1.0-15 bit dq delay value 1.0-15 bit dq delay value
 ================================================================== ==================================================================
 bit|      1  2  3  4  5  6  7  8  9 bit|      1  2  3  4  5  6  7  8  9
 -------------------------------------- --------------------------------------
-0 |    10 9 9 9 8 8 10 5 7 +0 |    10 9 10 10 7 7 9 6 5 7  
-10 |    7 10 6 9+10 |    9 9 10 8 10 
 -------------------------------------- --------------------------------------
 +
 ================================================================== ==================================================================
- 
 2.dqs window 2.dqs window
-x=pass dqs delay value (min~max)center+x=pass dqs delay value (min~max)center 
 y=0-7bit DQ of every group y=0-7bit DQ of every group
-input delay:DQS0 =35 DQS1 = 34+input delay:DQS0 =34 DQS1 = 34
 ================================================================== ==================================================================
 bit     DQS0     bit      DQS1 bit     DQS0     bit      DQS1
-0  (1~66)33  8  (1~66)33 +0  (0~66)33  8  (1~66)33 
-1  (1~65)33   (1~64)32 +1  (1~68)34   (1~66)33 
-2  (1~65)33  10  (1~65)33 +2  (1~66)33  10  (1~67)34 
-3  (1~66)33  11  (1~66)33 +3  (1~64)32  11  (1~62)31 
-4  (1~66)33  12  (1~68)34 +4  (1~64)32  12  (1~66)33 
-5  (1~68)34  13  (1~65)33 +5  (1~66)33  13  (1~64)32 
-6  (1~66)33  14  (1~66)33 +6  (1~66)33  14  (1~68)34 
-7  (1~69)35  15  (1~67)34+7  (1~66)33  15  (1~67)34
 ================================================================== ==================================================================
- 
 3.dq delay value last 3.dq delay value last
 ================================================================== ==================================================================
 bit|    0  1  2  3  4  5  6  7  8   9 bit|    0  1  2  3  4  5  6  7  8   9
 -------------------------------------- --------------------------------------
-0 |    12 11 11 11 10 9 12 8 6 9 +0 |    11 9 11 12 10 7  
-10 |    8 10 7 11 7 9+10 |    8 12 10 12 8 10 
 ================================================================== ==================================================================
- 
 ================================================================== ==================================================================
- +     TX  perbyte calibration 
-     TX  perbyte calibration+
 ================================================================== ==================================================================
- +DQS loop = 15, cmp_err_1 = ffff0000  
-DQS loop = 15, cmp_err_1 = ffff0000 +dqs_perbyte_dly.last_dqsdly_pass[0]=15,  finish count=1  
-dqs_perbyte_dly.last_dqsdly_pass[0]=15,  finish count=1 +dqs_perbyte_dly.last_dqsdly_pass[1]=15,  finish count=2 
-dqs_perbyte_dly.last_dqsdly_pass[1]=15,  finish count=2+
 DQ loop=15, cmp_err_1 = ffff0000 DQ loop=15, cmp_err_1 = ffff0000
-dqs_perbyte_dly.last_dqdly_pass[0]=15,  finish count=1 +dqs_perbyte_dly.last_dqdly_pass[0]=15,  finish count=1  
-dqs_perbyte_dly.last_dqdly_pass[1]=15,  finish count=2+dqs_perbyte_dly.last_dqdly_pass[1]=15,  finish count=2 
 byte:0, (DQS,DQ)=(8,8) byte:0, (DQS,DQ)=(8,8)
 byte:1, (DQS,DQ)=(8,8) byte:1, (DQS,DQ)=(8,8)
Line 1679: Line 1683:
  
 =================================================================== ===================================================================
- +                MT7621   stage1 code done 
-                MT7621   stage1 code done+
                 CPU=50000000 HZ BUS=16666666 HZ                 CPU=50000000 HZ BUS=16666666 HZ
- 
 =================================================================== ===================================================================
 +
  
 U-Boot 1.1.3 (Apr 22 2016 - 16:35:20) U-Boot 1.1.3 (Apr 22 2016 - 16:35:20)
 +
 Board: Ralink APSoC DRAM:  128 MB Board: Ralink APSoC DRAM:  128 MB
 relocate_code Pointer at: 87fac000 relocate_code Pointer at: 87fac000
-Config XHCI 40M PLL 
  
 +Config XHCI 40M PLL 
 ****************************** ******************************
- 
 Software System Reset Occurred Software System Reset Occurred
 ****************************** ******************************
Line 1697: Line 1700:
 Enable NFI Clock Enable NFI Clock
 # MTK NAND # : Use HW ECC # MTK NAND # : Use HW ECC
-NAND ID [C2 F1 80 95 02+NAND ID [C8 D1 80 95 40
-Device not found, ID: c2f1 +Device not found, ID: c8d1 
-Not Support this Device!+Not Support this Device! 
 chip_mode=00000001 chip_mode=00000001
-Support this Device in MTK table! c2f1+Support this Device in MTK table! c8d1 
 select_chip select_chip
 [NAND]select ecc bit:4, sparesize :64 spare_per_sector=16 [NAND]select ecc bit:4, sparesize :64 spare_per_sector=16
Line 1710: Line 1713:
 mtd->writesize=2048 mtd->oobsize=64,    mtd->erasesize=131072  devinfo.iowidth=8 mtd->writesize=2048 mtd->oobsize=64,    mtd->erasesize=131072  devinfo.iowidth=8
 Env addr : 0x80000 Env addr : 0x80000
-.*** Warning - bad CRC, using default environment +..============================================ 
-============================================ +
 Ralink UBoot Version: 4.2.0.6 Ralink UBoot Version: 4.2.0.6
---------------------------------------------+-------------------------------------------- 
 ASIC MT7621A DualCore (MAC to MT7530 Mode) ASIC MT7621A DualCore (MAC to MT7530 Mode)
-DRAM_CONF_FROM: Auto-Detection +DRAM_CONF_FROM: Auto-Detection  
-DRAM_TYPE: DDR3+DRAM_TYPE: DDR3 
 DRAM bus: 16 bit DRAM bus: 16 bit
 Xtal Mode=3 OCP Ratio=1/3 Xtal Mode=3 OCP Ratio=1/3
 Flash component: NAND Flash Flash component: NAND Flash
 Date:Apr 22 2016  Time:16:35:20 Date:Apr 22 2016  Time:16:35:20
-============================================+============================================ 
 icache: sets:256, ways:4, linesz:32 ,total:32768 icache: sets:256, ways:4, linesz:32 ,total:32768
-dcache: sets:256, ways:4, linesz:32 ,total:32768 +dcache: sets:256, ways:4, linesz:32 ,total:32768  
- ##### The CPU freq = 880 MHZ ####+ 
 + ##### The CPU freq = 880 MHZ #### 
  estimate memory size =128 Mbytes  estimate memory size =128 Mbytes
 #Reset_MT7530 #Reset_MT7530
Line 1738: Line 1740:
 1, 0x0000000D 1, 0x0000000D
 cmd : 0x0000000D cmd : 0x0000000D
 +
  
 Press Ctrl+C to Enter the Main loop... Press Ctrl+C to Enter the Main loop...
Line 1748: Line 1751:
 0, boot 0, boot
 Flash Sector Number : 1024. Flash Sector Number : 1024.
-Bad block detected at 0x7680, oob_buf[0] is 0x0 
-NAND Section 6, has bad block at address bfb40000, Image Offset 3b40000 
-NAND Section 6, has bad block count 1 
-Bad block detected at 0xe3c0, oob_buf[0] is 0x0 
-NAND Section 7, has bad block at address c31e0000, Image Offset 71e0000 
-NAND Section 7, has bad block count 1 
-*************************************************** 
  
 +***************************************************
     Sercomm Boot Version 1.14.0     Sercomm Boot Version 1.14.0
  
 *************************************************** ***************************************************
 Entering Firmware : Everything is OK. Entering Firmware : Everything is OK.
-Begin to verify the default image... +Begin to verify the default image...  
-kernel addr: 0x1700100  len: 0x23A9EC  crc: 0xD13ADBC9 +kernel addr: 0x1700100  len: 0x2A4229  crc: 0x5BFFDF87 
-....................................calculate_kernel_crc: 0xD13ADBC9+............................................calculate_kernel_crc: 0x5BFFDF87
 ok! ok!
 First image selected First image selected
-kernel addr :0xc1300100 +kernel addr :0xc1300100  
-kernel addr :0xC1300100+kernel addr :0xC1300100 
 ## Booting image at c1300100 ... ## Booting image at c1300100 ...
-   Image Name:   MIPS OpenWrt Linux-5.4.158+   Image Name:   MIPS OpenWrt Linux-5.10.115
    Image Type:   MIPS Linux Kernel Image (lzma compressed)    Image Type:   MIPS Linux Kernel Image (lzma compressed)
-   Data Size:    2337196 Bytes =  2.MB +   Data Size:    2769385 Bytes =  2.MB 
-   Load Address: 81001000 +   Load Address: 80001000 
-   Entry Point:  81001000 +   Entry Point:  80001000 
-....................................   Verifying Checksum ... OK+...........................................   Verifying Checksum ... OK
    Uncompressing Kernel Image ... OK    Uncompressing Kernel Image ... OK
 + 
 +
  
 commandline in boot is : console=ttyS1,57600 ubi.mtd=7 root=ubi0:rootfs rw rootfstype=ubifs  !!!! commandline in boot is : console=ttyS1,57600 ubi.mtd=7 root=ubi0:rootfs rw rootfstype=ubifs  !!!!
 +
 +
 +
 No initrd No initrd
-## Transferring control to Linux (at address 81001000) ...+## Transferring control to Linux (at address 80001000) ...
 ## Giving linux memsize in MB, 128 ## Giving linux memsize in MB, 128
 +
 Starting kernel ... Starting kernel ...
  
-OpenWrt kernel loader for MIPS based SoC 
-Copyright (C) 2011 Gabor Juhos <juhosg@openwrt.org> 
-Decompressing kernel... done! 
-Starting kernel at 81001000...</nowiki> 
-</WRAP>\\ 
-==== OpenWrt Snapshot bootlog ==== 
-<WRAP bootlog> 
-<nowiki> 
-  08:51:00 2022 kern.notice kernel: [    0.000000] Linux version 5.10.111 (ubuntu@z) (mipsel-openwrt-linux-musl-gcc (OpenWrt GCC 11.2.0 r19514-7d02d3ed11) 11.2.0, GNU ld (GNU Binutils) 2.37) #0 SMP Fri Apr 22 14:21:33 2022 
-  08:51:00 2022 kern.info kernel: [    0.000000] SoC Type: MediaTek MT7621 ver:1 eco:3 
-  08:51:00 2022 kern.info kernel: [    0.000000] printk: bootconsole [early0] enabled 
-  08:51:00 2022 kern.info kernel: [    0.000000] CPU0 revision is: 0001992f (MIPS 1004Kc) 
-  08:51:00 2022 kern.info kernel: [    0.000000] MIPS: machine is WiFire S1500.NBN 
-  08:51:00 2022 kern.info kernel: [    0.000000] Initrd not found or empty - disabling initrd 
-  08:51:00 2022 kern.info kernel: [    0.000000] VPE topology {2,2} total 4 
-  08:51:00 2022 kern.info kernel: [    0.000000] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. 
-  08:51:00 2022 kern.info kernel: [    0.000000] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes 
-  08:51:00 2022 kern.warn kernel: [    0.000000] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. 
-  08:51:00 2022 kern.info kernel: [    0.000000] Zone ranges: 
-  08:51:00 2022 kern.info kernel: [    0.000000]   Normal   [mem 0x0000000000000000-0x0000000007ffffff] 
-  08:51:00 2022 kern.info kernel: [    0.000000]   HighMem  empty 
-  08:51:00 2022 kern.info kernel: [    0.000000] Movable zone start for each node 
-  08:51:00 2022 kern.info kernel: [    0.000000] Early memory node ranges 
-  08:51:00 2022 kern.info kernel: [    0.000000]   node   0: [mem 0x0000000000000000-0x0000000007ffffff] 
-  08:51:00 2022 kern.info kernel: [    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000007ffffff] 
-  08:51:00 2022 kern.debug kernel: [    0.000000] On node 0 totalpages: 32768 
-  08:51:00 2022 kern.debug kernel: [    0.000000]   Normal zone: 288 pages used for memmap 
-  08:51:00 2022 kern.debug kernel: [    0.000000]   Normal zone: 0 pages reserved 
-  08:51:00 2022 kern.debug kernel: [    0.000000]   Normal zone: 32768 pages, LIFO batch:7 
-  08:51:00 2022 kern.info kernel: [    0.000000] percpu: Embedded 15 pages/cpu s30096 r8192 d23152 u61440 
-  08:51:00 2022 kern.debug kernel: [    0.000000] pcpu-alloc: s30096 r8192 d23152 u61440 alloc=15*4096 
-  08:51:00 2022 kern.debug kernel: [    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 
-  08:51:00 2022 kern.info kernel: [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 32480 
-  08:51:00 2022 kern.notice kernel: [    0.000000] Kernel command line: console=ttyS0,57600 rootfstype=squashfs,jffs2 
-  08:51:00 2022 kern.info kernel: [    0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes, linear) 
-  08:51:00 2022 kern.info kernel: [    0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes, linear) 
-  08:51:00 2022 kern.info kernel: [    0.000000] Writing ErrCtl register=0000a110 
-  08:51:00 2022 kern.info kernel: [    0.000000] Readback ErrCtl register=0000a110 
-  08:51:00 2022 kern.info kernel: [    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off 
-  08:51:00 2022 kern.info kernel: [    0.000000] Memory: 119280K/131072K available (6713K kernel code, 620K rwdata, 1360K rodata, 1276K init, 235K bss, 11792K reserved, 0K cma-reserved, 0K highmem) 
-  08:51:00 2022 kern.info kernel: [    0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 
-  08:51:00 2022 kern.info kernel: [    0.000000] rcu: Hierarchical RCU implementation. 
-  08:51:00 2022 kern.info kernel: [    0.000000] Tracing variant of Tasks RCU enabled. 
-  08:51:00 2022 kern.info kernel: [    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies. 
-  08:51:00 2022 kern.info kernel: [    0.000000] NR_IRQS: 256 
-  08:51:00 2022 kern.notice kernel: [    0.000000] random: get_random_bytes called from start_kernel+0x3cc/0x5e4 with crng_init=0 
-  08:51:00 2022 kern.info kernel: [    0.000000] CPU Clock: 880MHz 
-  08:51:00 2022 kern.info kernel: [    0.000000] clocksource: GIC: mask: 0xffffffffffffffff max_cycles: 0xcaf478abb4, max_idle_ns: 440795247997 ns 
-  08:51:00 2022 kern.info kernel: [    0.000013] sched_clock: 64 bits at 880MHz, resolution 1ns, wraps every 4398046511103ns 
-  08:51:00 2022 kern.info kernel: [    0.015861] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 4343773742 ns 
-  08:51:00 2022 kern.info kernel: [    0.033725] Calibrating delay loop... 586.13 BogoMIPS (lpj=2930688) 
-  08:51:00 2022 kern.info kernel: [    0.106059] pid_max: default: 32768 minimum: 301 
-  08:51:00 2022 kern.info kernel: [    0.115368] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) 
-  08:51:00 2022 kern.info kernel: [    0.129773] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) 
-  08:51:00 2022 kern.info kernel: [    0.147785] rcu: Hierarchical SRCU implementation. 
-  08:51:00 2022 kern.info kernel: [    0.157555] dyndbg: Ignore empty _ddebug table in a CONFIG_DYNAMIC_DEBUG_CORE build 
-  08:51:00 2022 kern.info kernel: [    0.173042] smp: Bringing up secondary CPUs ... 
-  08:51:00 2022 kern.info kernel: [    0.182616] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. 
-  08:51:00 2022 kern.info kernel: [    0.182626] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes 
-  08:51:00 2022 kern.warn kernel: [    0.182637] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. 
-  08:51:00 2022 kern.info kernel: [    0.182765] CPU1 revision is: 0001992f (MIPS 1004Kc) 
-  08:51:00 2022 kern.info kernel: [    0.242967] Synchronize counters for CPU 1: done. 
-  08:51:00 2022 kern.info kernel: [    0.305005] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. 
-  08:51:00 2022 kern.info kernel: [    0.305014] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes 
-  08:51:00 2022 kern.warn kernel: [    0.305022] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. 
-  08:51:00 2022 kern.info kernel: [    0.305068] CPU2 revision is: 0001992f (MIPS 1004Kc) 
-  08:51:00 2022 kern.info kernel: [    0.363964] Synchronize counters for CPU 2: done. 
-  08:51:00 2022 kern.info kernel: [    0.424171] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. 
-  08:51:00 2022 kern.info kernel: [    0.424180] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes 
-  08:51:00 2022 kern.warn kernel: [    0.424187] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. 
-  08:51:00 2022 kern.info kernel: [    0.424237] CPU3 revision is: 0001992f (MIPS 1004Kc) 
-  08:51:00 2022 kern.info kernel: [    0.483534] Synchronize counters for CPU 3: done. 
-  08:51:00 2022 kern.info kernel: [    0.543142] smp: Brought up 1 node, 4 CPUs 
-  08:51:00 2022 kern.info kernel: [    0.555538] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns 
-  08:51:00 2022 kern.info kernel: [    0.575042] futex hash table entries: 1024 (order: 3, 32768 bytes, linear) 
-  08:51:00 2022 kern.info kernel: [    0.588864] pinctrl core: initialized pinctrl subsystem 
-  08:51:00 2022 kern.info kernel: [    0.600932] NET: Registered protocol family 16 
-  08:51:00 2022 kern.info kernel: [    0.611834] cpuidle: using governor teo 
-  08:51:00 2022 kern.debug kernel: [    0.635890] FPU Affinity set after 11720 emulations 
-  08:51:00 2022 kern.notice kernel: [    0.642481] random: fast init done 
-  08:51:00 2022 kern.info kernel: [    0.665235] clocksource: Switched to clocksource GIC 
-  08:51:00 2022 kern.info kernel: [    0.677138] NET: Registered protocol family 2 
-  08:51:00 2022 kern.info kernel: [    0.685981] IP idents hash table entries: 2048 (order: 2, 16384 bytes, linear) 
-  08:51:00 2022 kern.info kernel: [    0.700899] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear) 
-  08:51:00 2022 kern.info kernel: [    0.717464] TCP established hash table entries: 1024 (order: 0, 4096 bytes, linear) 
-  08:51:00 2022 kern.info kernel: [    0.732622] TCP bind hash table entries: 1024 (order: 1, 8192 bytes, linear) 
-  08:51:00 2022 kern.info kernel: [    0.746600] TCP: Hash tables configured (established 1024 bind 1024) 
-  08:51:00 2022 kern.info kernel: [    0.759335] UDP hash table entries: 256 (order: 1, 8192 bytes, linear) 
-  08:51:00 2022 kern.info kernel: [    0.772216] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear) 
-  08:51:00 2022 kern.info kernel: [    0.786257] NET: Registered protocol family 1 
-  08:51:00 2022 kern.info kernel: [    0.794793] PCI: CLS 0 bytes, default 32 
-  08:51:00 2022 kern.info kernel: [    0.804806] workingset: timestamp_bits=14 max_order=15 bucket_order=1 
-  08:51:00 2022 kern.info kernel: [    0.821627] squashfs: version 4.0 (2009/01/31) Phillip Lougher 
-  08:51:00 2022 kern.info kernel: [    0.833113] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. 
-  08:51:00 2022 kern.info kernel: [    0.854810] mt7621_gpio 1e000600.gpio: registering 32 gpios 
-  08:51:00 2022 kern.info kernel: [    0.866201] mt7621_gpio 1e000600.gpio: registering 32 gpios 
-  08:51:00 2022 kern.info kernel: [    0.877525] mt7621_gpio 1e000600.gpio: registering 32 gpios 
-  08:51:00 2022 kern.info kernel: [    0.889453] Serial: 8250/16550 driver, 3 ports, IRQ sharing disabled 
-  08:51:00 2022 kern.info kernel: [    0.903607] printk: console [ttyS0] disabled 
-  08:51:00 2022 kern.info kernel: [    0.912117] 1e000c00.uartlite: ttyS0 at MMIO 0x1e000c00 (irq = 19, base_baud = 3125000) is a 16550A 
-  08:51:00 2022 kern.info kernel: [    0.930031] printk: console [ttyS0] enabled 
-  08:51:00 2022 kern.info kernel: [    0.946574] printk: bootconsole [early0] disabled 
-  08:51:00 2022 kern.info kernel: [    0.967746] nand: device found, Manufacturer ID: 0xc2, Chip ID: 0xf1 
-  08:51:00 2022 kern.info kernel: [    0.980604] nand: Macronix MX30LF1G18AC 
-  08:51:00 2022 kern.info kernel: [    0.988260] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64 
-  08:51:00 2022 kern.info kernel: [    1.003348] mt7621-nand 1e003000.nand: ECC strength adjusted to 4 bits 
-  08:51:00 2022 kern.notice kernel: [    1.016504] 12 fixed-partitions partitions found on MTD device mt7621-nand 
-  08:51:00 2022 kern.notice kernel: [    1.030199] Creating 12 MTD partitions on "mt7621-nand": 
-  08:51:00 2022 kern.notice kernel: [    1.040786] 0x000000000000-0x000007f80000 : "ALL" 
-  08:51:00 2022 kern.notice kernel: [    2.335381] 0x000000000000-0x000000100000 : "Bootloader" 
-  08:51:00 2022 kern.notice kernel: [    2.357013] 0x000000100000-0x000000200000 : "Factory" 
-  08:51:00 2022 kern.notice kernel: [    2.378453] 0x000000200000-0x000001600000 : "sys_data" 
-  08:51:00 2022 kern.notice kernel: [    2.591048] 0x000001600000-0x000001700000 : "boot_flag" 
-  08:51:00 2022 kern.notice kernel: [    2.612830] 0x000001700000-0x000001b00000 : "kernel" 
-  08:51:00 2022 kern.notice kernel: [    2.664088] 0x000001b00000-0x000001f00000 : "Kernel_2" 
-  08:51:00 2022 kern.notice kernel: [    2.715701] 0x000001f00000-0x000004d00000 : "RootFS_1" 
-  08:51:00 2022 kern.notice kernel: [    3.189520] 0x000004d00000-0x000007b00000 : "RootFS_2" 
-  08:51:00 2022 kern.notice kernel: [    3.663290] 0x000007b00000-0x000007c00000 : "Ftool" 
-  08:51:00 2022 kern.notice kernel: [    3.684118] 0x000007c00000-0x000007f80000 : "BCT" 
-  08:51:00 2022 kern.notice kernel: [    3.729742] 0x000000080000-0x0000000a0000 : "BootLoad-Env" 
-  08:51:00 2022 kern.notice kernel: [    3.750274] Concatenating MTD devices: 
-  08:51:00 2022 kern.notice kernel: [    3.757787] (0): "RootFS_1" 
-  08:51:00 2022 kern.notice kernel: [    3.763339] (1): "sys_data" 
-  08:51:00 2022 kern.notice kernel: [    3.768899] (2): "Ftool" 
-  08:51:00 2022 kern.notice kernel: [    3.773924] (3): "BCT" 
-  08:51:00 2022 kern.notice kernel: [    3.778624] into device "ubi-concat" 
-  08:51:00 2022 kern.notice kernel: [    3.785792] 1 fixed-partitions partitions found on MTD device ubi-concat 
-  08:51:00 2022 kern.notice kernel: [    3.799128] Creating 1 MTD partitions on "ubi-concat": 
-  08:51:00 2022 kern.notice kernel: [    3.809360] 0x000000000000-0x000004680000 : "ubi" 
-  08:51:00 2022 kern.info kernel: [    4.567258] mt7530 mdio-bus:1f: MT7530 adapts as multi-chip module 
-  08:51:00 2022 kern.info kernel: [    4.583489] mtk_soc_eth 1e100000.ethernet eth0: mediatek frame engine at 0xbe100000, irq 21 
-  08:51:00 2022 kern.info kernel: [    4.601418] i2c /dev entries driver 
-  08:51:00 2022 kern.info kernel: [    4.610923] mt7621-pci 1e140000.pcie: host bridge /pcie@1e140000 ranges: 
-  08:51:00 2022 kern.info kernel: [    4.624361] mt7621-pci 1e140000.pcie:   No bus range found for /pcie@1e140000, using [bus 00-ff] 
-  08:51:00 2022 kern.info kernel: [    4.641898] mt7621-pci 1e140000.pcie:      MEM 0x0060000000..0x006fffffff -> 0x0000000000 
-  08:51:00 2022 kern.info kernel: [    4.658195] mt7621-pci 1e140000.pcie:       IO 0x001e160000..0x001e16ffff -> 0x0000000000 
-  08:51:00 2022 kern.err kernel: [    4.674578] mt7621-pci 1e140000.pcie: Parsing DT failed 
-  08:51:00 2022 kern.info kernel: [    4.687267] NET: Registered protocol family 10 
-  08:51:00 2022 kern.info kernel: [    4.697718] Segment Routing with IPv6 
-  08:51:00 2022 kern.info kernel: [    4.705180] NET: Registered protocol family 17 
-  08:51:00 2022 kern.info kernel: [    4.714370] 8021q: 802.1Q VLAN Support v1.8 
-  08:51:00 2022 kern.info kernel: [    4.726240] mt7530 mdio-bus:1f: MT7530 adapts as multi-chip module 
-  08:51:00 2022 kern.info kernel: [    4.758096] mt7530 mdio-bus:1f lan4 (uninitialized): PHY [mt7530-0:00] driver [MediaTek MT7530 PHY] (irq=26) 
-  08:51:00 2022 kern.info kernel: [    4.780091] mt7530 mdio-bus:1f lan3 (uninitialized): PHY [mt7530-0:01] driver [MediaTek MT7530 PHY] (irq=27) 
-  08:51:00 2022 kern.info kernel: [    4.802056] mt7530 mdio-bus:1f lan2 (uninitialized): PHY [mt7530-0:02] driver [MediaTek MT7530 PHY] (irq=28) 
-  08:51:00 2022 kern.info kernel: [    4.824058] mt7530 mdio-bus:1f lan1 (uninitialized): PHY [mt7530-0:03] driver [MediaTek MT7530 PHY] (irq=29) 
-  08:51:00 2022 kern.info kernel: [    4.846150] mt7530 mdio-bus:1f wan (uninitialized): PHY [mt7530-0:04] driver [MediaTek MT7530 PHY] (irq=30) 
-  08:51:00 2022 kern.info kernel: [    4.868232] mt7530 mdio-bus:1f: configuring for fixed/rgmii link mode 
-  08:51:00 2022 kern.info kernel: [    4.885111] DSA: tree 0 setup 
-  08:51:00 2022 kern.err kernel: [    4.891327] rt2880-pinmux pinctrl: pcie is already enabled 
-  08:51:00 2022 kern.info kernel: [    4.902341] mt7621-pci 1e140000.pcie: host bridge /pcie@1e140000 ranges: 
-  08:51:00 2022 kern.info kernel: [    4.915708] mt7621-pci 1e140000.pcie:   No bus range found for /pcie@1e140000, using [bus 00-ff] 
-  08:51:00 2022 kern.info kernel: [    4.933229] mt7621-pci 1e140000.pcie:      MEM 0x0060000000..0x006fffffff -> 0x0000000000 
-  08:51:00 2022 kern.info kernel: [    4.949535] mt7621-pci 1e140000.pcie:       IO 0x001e160000..0x001e16ffff -> 0x0000000000 
-  08:51:00 2022 kern.info kernel: [    4.965927] mt7621-pci-phy 1e149000.pcie-phy: PHY for 0xbe149000 (dual port = 1) 
-  08:51:00 2022 kern.info kernel: [    4.981040] mt7621-pci-phy 1e14a000.pcie-phy: PHY for 0xbe14a000 (dual port = 0) 
-  08:51:00 2022 kern.err kernel: [    4.996039] mt7621-pci 1e140000.pcie: failed to parse bus ranges property: -22 
-  08:51:00 2022 kern.info kernel: [    5.110603] mt7621-pci-phy 1e149000.pcie-phy: Xtal is 40MHz 
-  08:51:00 2022 kern.info kernel: [    5.121715] mt7621-pci-phy 1e14a000.pcie-phy: Xtal is 40MHz 
-  08:51:00 2022 kern.err kernel: [    5.232965] mt7621-pci 1e140000.pcie: pcie2 no card, disable it (RST & CLK) 
-  08:51:00 2022 kern.info kernel: [    5.246849] mt7621-pci 1e140000.pcie: PCIE0 enabled 
-  08:51:00 2022 kern.info kernel: [    5.256567] mt7621-pci 1e140000.pcie: PCIE1 enabled 
-  08:51:00 2022 kern.info kernel: [    5.266284] mt7621-pci 1e140000.pcie: PCI coherence region base: 0x60000000, mask/settings: 0xf0000002 
-  08:51:00 2022 kern.info kernel: [    5.285008] mt7621-pci 1e140000.pcie: PCI host bridge to bus 0000:00 
-  08:51:00 2022 kern.info kernel: [    5.297678] pci_bus 0000:00: root bus resource [io  0x1e160000-0x1e16ffff] 
-  08:51:00 2022 kern.info kernel: [    5.311381] pci_bus 0000:00: root bus resource [mem 0x60000000-0x6fffffff] 
-  08:51:00 2022 kern.info kernel: [    5.325077] pci_bus 0000:00: root bus resource [bus 00-ff] 
-  08:51:00 2022 kern.info kernel: [    5.336005] pci_bus 0000:00: root bus resource [mem 0x60000000-0x6fffffff] (bus address [0x00000000-0x0fffffff]) 
-  08:51:00 2022 kern.info kernel: [    5.356315] pci 0000:00:00.0: [0e8d:0801] type 01 class 0x060400 
-  08:51:00 2022 kern.info kernel: [    5.368301] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x7fffffff] 
-  08:51:00 2022 kern.info kernel: [    5.380782] pci 0000:00:00.0: reg 0x14: initial BAR value 0x00000000 invalid 
-  08:51:00 2022 kern.info kernel: [    5.394814] pci 0000:00:00.0: reg 0x14: [mem size 0x00010000] 
-  08:51:00 2022 kern.info kernel: [    5.406324] pci 0000:00:00.0: supports D1 
-  08:51:00 2022 kern.info kernel: [    5.414293] pci 0000:00:00.0: PME# supported from D0 D1 D3hot 
-  08:51:00 2022 kern.info kernel: [    5.426552] pci 0000:00:01.0: [0e8d:0801] type 01 class 0x060400 
-  08:51:00 2022 kern.info kernel: [    5.438554] pci 0000:00:01.0: reg 0x10: [mem 0x00000000-0x7fffffff] 
-  08:51:00 2022 kern.info kernel: [    5.451035] pci 0000:00:01.0: reg 0x14: initial BAR value 0x00000000 invalid 
-  08:51:00 2022 kern.info kernel: [    5.465073] pci 0000:00:01.0: reg 0x14: [mem size 0x00010000] 
-  08:51:00 2022 kern.info kernel: [    5.476577] pci 0000:00:01.0: supports D1 
-  08:51:00 2022 kern.info kernel: [    5.484546] pci 0000:00:01.0: PME# supported from D0 D1 D3hot 
-  08:51:00 2022 kern.info kernel: [    5.497845] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring 
-  08:51:00 2022 kern.info kernel: [    5.513807] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring 
-  08:51:00 2022 kern.info kernel: [    5.529995] pci 0000:01:00.0: [14c3:7662] type 00 class 0x028000 
-  08:51:00 2022 kern.info kernel: [    5.542004] pci 0000:01:00.0: reg 0x10: initial BAR value 0x00000000 invalid 
-  08:51:00 2022 kern.info kernel: [    5.556059] pci 0000:01:00.0: reg 0x10: [mem size 0x00100000 64bit] 
-  08:51:00 2022 kern.info kernel: [    5.568572] pci 0000:01:00.0: reg 0x30: initial BAR value 0x00000000 invalid 
-  08:51:00 2022 kern.info kernel: [    5.582604] pci 0000:01:00.0: reg 0x30: [mem size 0x00010000 pref] 
-  08:51:00 2022 kern.info kernel: [    5.595025] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold 
-  08:51:00 2022 kern.info kernel: [    5.609067] pci 0000:00:00.0: PCI bridge to [bus 01-ff] 
-  08:51:00 2022 kern.info kernel: [    5.619508] pci 0000:00:00.0:   bridge window [io  0x0000-0x0fff] 
-  08:51:00 2022 kern.info kernel: [    5.631643] pci 0000:00:00.0:   bridge window [mem 0x60000000-0x600fffff] 
-  08:51:00 2022 kern.info kernel: [    5.645166] pci 0000:00:00.0:   bridge window [mem 0x60000000-0x600fffff pref] 
-  08:51:00 2022 kern.info kernel: [    5.659552] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01 
-  08:51:00 2022 kern.info kernel: [    5.672977] pci 0000:02:00.0: [14c3:7662] type 00 class 0x028000 
-  08:51:00 2022 kern.info kernel: [    5.685003] pci 0000:02:00.0: reg 0x10: initial BAR value 0x00000000 invalid 
-  08:51:00 2022 kern.info kernel: [    5.699045] pci 0000:02:00.0: reg 0x10: [mem size 0x00100000 64bit] 
-  08:51:00 2022 kern.info kernel: [    5.711558] pci 0000:02:00.0: reg 0x30: initial BAR value 0x00000000 invalid 
-  08:51:00 2022 kern.info kernel: [    5.725595] pci 0000:02:00.0: reg 0x30: [mem size 0x00010000 pref] 
-  08:51:00 2022 kern.info kernel: [    5.738005] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold 
-  08:51:00 2022 kern.info kernel: [    5.752073] pci 0000:00:01.0: PCI bridge to [bus 02-ff] 
-  08:51:00 2022 kern.info kernel: [    5.762512] pci 0000:00:01.0:   bridge window [io  0x0000-0x0fff] 
-  08:51:00 2022 kern.info kernel: [    5.774648] pci 0000:00:01.0:   bridge window [mem 0x60000000-0x600fffff] 
-  08:51:00 2022 kern.info kernel: [    5.788170] pci 0000:00:01.0:   bridge window [mem 0x60000000-0x600fffff pref] 
-  08:51:00 2022 kern.info kernel: [    5.802555] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 02 
-  08:51:00 2022 kern.info kernel: [    5.815799] pci 0000:00:00.0: BAR 0: no space for [mem size 0x80000000] 
-  08:51:00 2022 kern.info kernel: [    5.828971] pci 0000:00:00.0: BAR 0: failed to assign [mem size 0x80000000] 
-  08:51:00 2022 kern.info kernel: [    5.842835] pci 0000:00:01.0: BAR 0: no space for [mem size 0x80000000] 
-  08:51:00 2022 kern.info kernel: [    5.856008] pci 0000:00:01.0: BAR 0: failed to assign [mem size 0x80000000] 
-  08:51:00 2022 kern.info kernel: [    5.869872] pci 0000:00:00.0: BAR 8: assigned [mem 0x60000000-0x600fffff] 
-  08:51:00 2022 kern.info kernel: [    5.883398] pci 0000:00:00.0: BAR 9: assigned [mem 0x60100000-0x601fffff pref] 
-  08:51:00 2022 kern.info kernel: [    5.897784] pci 0000:00:01.0: BAR 8: assigned [mem 0x60200000-0x602fffff] 
-  08:51:00 2022 kern.info kernel: [    5.911302] pci 0000:00:01.0: BAR 9: assigned [mem 0x60300000-0x603fffff pref] 
-  08:51:00 2022 kern.info kernel: [    5.925689] pci 0000:00:00.0: BAR 1: assigned [mem 0x60400000-0x6040ffff] 
-  08:51:00 2022 kern.info kernel: [    5.939219] pci 0000:00:01.0: BAR 1: assigned [mem 0x60410000-0x6041ffff] 
-  08:51:00 2022 kern.info kernel: [    5.952739] pci 0000:00:00.0: BAR 7: assigned [io  0x1e160000-0x1e160fff] 
-  08:51:00 2022 kern.info kernel: [    5.966262] pci 0000:00:01.0: BAR 7: assigned [io  0x1e161000-0x1e161fff] 
-  08:51:00 2022 kern.info kernel: [    5.979792] pci 0000:01:00.0: BAR 0: assigned [mem 0x60000000-0x600fffff 64bit] 
-  08:51:00 2022 kern.info kernel: [    5.994358] pci 0000:01:00.0: BAR 6: assigned [mem 0x60100000-0x6010ffff pref] 
-  08:51:00 2022 kern.info kernel: [    6.008750] pci 0000:00:00.0: PCI bridge to [bus 01] 
-  08:51:00 2022 kern.info kernel: [    6.018637] pci 0000:00:00.0:   bridge window [io  0x1e160000-0x1e160fff] 
-  08:51:00 2022 kern.info kernel: [    6.032154] pci 0000:00:00.0:   bridge window [mem 0x60000000-0x600fffff] 
-  08:51:00 2022 kern.info kernel: [    6.045674] pci 0000:00:00.0:   bridge window [mem 0x60100000-0x601fffff pref] 
-  08:51:00 2022 kern.info kernel: [    6.060068] pci 0000:02:00.0: BAR 0: assigned [mem 0x60200000-0x602fffff 64bit] 
-  08:51:00 2022 kern.info kernel: [    6.074639] pci 0000:02:00.0: BAR 6: assigned [mem 0x60300000-0x6030ffff pref] 
-  08:51:00 2022 kern.info kernel: [    6.089023] pci 0000:00:01.0: PCI bridge to [bus 02] 
-  08:51:00 2022 kern.info kernel: [    6.098909] pci 0000:00:01.0:   bridge window [io  0x1e161000-0x1e161fff] 
-  08:51:00 2022 kern.info kernel: [    6.112424] pci 0000:00:01.0:   bridge window [mem 0x60200000-0x602fffff] 
-  08:51:00 2022 kern.info kernel: [    6.125950] pci 0000:00:01.0:   bridge window [mem 0x60300000-0x603fffff pref] 
-  08:51:00 2022 kern.notice kernel: [    6.143964] UBI: auto-attach mtd12 
-  08:51:00 2022 kern.notice kernel: [    6.150809] ubi0: attaching mtd12 
-  08:51:00 2022 kern.info kernel: [    6.157783] mt7530 mdio-bus:1f: Link is Up - 1Gbps/Full - flow control rx/tx 
-  08:51:00 2022 kern.notice kernel: [    7.588728] ubi0: scanning is finished 
-  08:51:00 2022 kern.notice kernel: [    7.612963] ubi0: attached mtd12 (name "ubi", size 70 MiB) 
-  08:51:00 2022 kern.notice kernel: [    7.623953] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes 
-  08:51:00 2022 kern.notice kernel: [    7.637648] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048 
-  08:51:00 2022 kern.notice kernel: [    7.651165] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096 
-  08:51:00 2022 kern.notice kernel: [    7.665030] ubi0: good PEBs: 563, bad PEBs: 1, corrupted PEBs: 0 
-  08:51:00 2022 kern.notice kernel: [    7.676998] ubi0: user volume: 2, internal volumes: 1, max. volumes count: 128 
-  08:51:00 2022 kern.notice kernel: [    7.691382] ubi0: max/mean erase counter: 2/0, WL threshold: 4096, image sequence number: 1650637293 
-  08:51:00 2022 kern.notice kernel: [    7.709569] ubi0: available PEBs: 0, total reserved PEBs: 563, PEBs reserved for bad PEB handling: 11 
-  08:51:00 2022 kern.notice kernel: [    7.727973] ubi0: background thread "ubi_bgt0d" started, PID 450 
-  08:51:00 2022 kern.info kernel: [    7.730367] block ubiblock0_0: created from ubi0:0(rootfs) 
-  08:51:00 2022 kern.notice kernel: [    7.750955] ubiblock: device ubiblock0_0 (rootfs) set to be root filesystem 
-  08:51:00 2022 kern.info kernel: [    7.772843] VFS: Mounted root (squashfs filesystem) readonly on device 254:0. 
-  08:51:00 2022 kern.info kernel: [    7.791324] Freeing unused kernel memory: 1276K 
-  08:51:00 2022 kern.warn kernel: [    7.800414] This architecture does not have kernel memory protection. 
-  08:51:00 2022 kern.info kernel: [    7.813264] Run /sbin/init as init process 
-  08:51:00 2022 kern.debug kernel: [    7.821426]   with arguments: 
-  08:51:00 2022 kern.debug kernel: [    7.821433]     /sbin/init 
-  08:51:00 2022 kern.debug kernel: [    7.821437]   with environment: 
-  08:51:00 2022 kern.debug kernel: [    7.821443]     HOME=/ 
-  08:51:00 2022 kern.debug kernel: [    7.821448]     TERM=linux 
-  08:51:00 2022 user.info kernel: [    8.383785] init: Console is alive 
-  08:51:00 2022 user.info kernel: [    8.391067] init: - watchdog - 
-  08:51:00 2022 user.info kernel: [    9.286492] kmodloader: loading kernel modules from /etc/modules-boot.d/* 
-  08:51:00 2022 kern.info kernel: [    9.418552] usbcore: registered new interface driver usbfs 
-  08:51:00 2022 kern.info kernel: [    9.429669] usbcore: registered new interface driver hub 
-  08:51:00 2022 kern.info kernel: [    9.440423] usbcore: registered new device driver usb 
-  08:51:00 2022 kern.warn kernel: [    9.460989] xhci-mtk 1e1c0000.xhci: supply vbus not found, using dummy regulator 
-  08:51:00 2022 kern.warn kernel: [    9.476103] xhci-mtk 1e1c0000.xhci: supply vusb33 not found, using dummy regulator 
-  08:51:00 2022 kern.info kernel: [    9.491464] xhci-mtk 1e1c0000.xhci: xHCI Host Controller 
-  08:51:00 2022 kern.info kernel: [    9.502108] xhci-mtk 1e1c0000.xhci: new USB bus registered, assigned bus number 1 
-  08:51:00 2022 kern.info kernel: [    9.525136] xhci-mtk 1e1c0000.xhci: hcc params 0x01401198 hci version 0x96 quirks 0x0000000000290010 
-  08:51:00 2022 kern.info kernel: [    9.543431] xhci-mtk 1e1c0000.xhci: irq 20, io mem 0x1e1c0000 
-  08:51:00 2022 kern.info kernel: [    9.556193] hub 1-0:1.0: USB hub found 
-  08:51:00 2022 kern.info kernel: [    9.563808] hub 1-0:1.0: 2 ports detected 
-  08:51:00 2022 kern.info kernel: [    9.572503] xhci-mtk 1e1c0000.xhci: xHCI Host Controller 
-  08:51:00 2022 kern.info kernel: [    9.583248] xhci-mtk 1e1c0000.xhci: new USB bus registered, assigned bus number 2 
-  08:51:00 2022 kern.info kernel: [    9.598200] xhci-mtk 1e1c0000.xhci: Host supports USB 3.0 SuperSpeed 
-  08:51:00 2022 kern.info kernel: [    9.611072] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. 
-  08:51:00 2022 kern.info kernel: [    9.628203] hub 2-0:1.0: USB hub found 
-  08:51:00 2022 kern.info kernel: [    9.635841] hub 2-0:1.0: 1 port detected 
-  08:51:00 2022 user.info kernel: [    9.653241] kmodloader: done loading kernel modules from /etc/modules-boot.d/* 
-  08:51:00 2022 user.info kernel: [    9.685350] init: - preinit - 
-  08:51:00 2022 kern.notice kernel: [   10.573751] random: jshn: uninitialized urandom read (4 bytes read) 
-  08:51:00 2022 kern.notice kernel: [   10.661386] random: jshn: uninitialized urandom read (4 bytes read) 
-  08:51:00 2022 kern.notice kernel: [   10.778835] random: jshn: uninitialized urandom read (4 bytes read) 
-  08:51:00 2022 kern.info kernel: [   11.345645] mtk_soc_eth 1e100000.ethernet eth0: configuring for fixed/rgmii link mode 
-  08:51:00 2022 kern.info kernel: [   11.362279] mtk_soc_eth 1e100000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx 
-  08:51:00 2022 kern.info kernel: [   11.362322] mt7530 mdio-bus:1f lan1: configuring for phy/gmii link mode 
-  08:51:00 2022 kern.info kernel: [   11.392721] 8021q: adding VLAN 0 to HW filter on device lan1 
-  08:51:00 2022 kern.info kernel: [   11.406624] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready 
-  08:51:00 2022 kern.notice kernel: [   15.613180] UBIFS (ubi0:1): Mounting in unauthenticated mode 
-  08:51:00 2022 kern.notice kernel: [   15.624773] UBIFS (ubi0:1): background thread "ubifs_bgt0_1" started, PID 594 
-  08:51:00 2022 kern.notice kernel: [   15.707960] UBIFS (ubi0:1): recovery needed 
-  08:51:00 2022 kern.notice kernel: [   15.907040] UBIFS (ubi0:1): recovery completed 
-  08:51:00 2022 kern.notice kernel: [   15.916082] UBIFS (ubi0:1): UBIFS: mounted UBI device 0, volume 1, name "rootfs_data" 
-  08:51:00 2022 kern.notice kernel: [   15.931681] UBIFS (ubi0:1): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes 
-  08:51:00 2022 kern.notice kernel: [   15.951427] UBIFS (ubi0:1): FS size: 64376832 bytes (61 MiB, 507 LEBs), journal size 3174400 bytes (3 MiB, 25 LEBs) 
-  08:51:00 2022 kern.notice kernel: [   15.972258] UBIFS (ubi0:1): reserved for root: 3040676 bytes (2969 KiB) 
-  08:51:00 2022 kern.notice kernel: [   15.985447] UBIFS (ubi0:1): media format: w5/r0 (latest is w5/r0), UUID 9A4852A4-E5B4-4C84-8335-36B0524E8BA5, small LPT model 
-  08:51:00 2022 user.info kernel: [   16.021269] mount_root: switching to ubifs overlay 
-  08:51:00 2022 user.warn kernel: [   16.051756] urandom-seed: Seeding with /etc/urandom.seed 
-  08:51:00 2022 user.info kernel: [   16.197941] procd: - early - 
-  08:51:00 2022 user.info kernel: [   16.203911] procd: - watchdog - 
-  08:51:00 2022 user.info kernel: [   16.865187] procd: - watchdog - 
-  08:51:00 2022 user.info kernel: [   16.872144] procd: - ubus - 
-  08:51:00 2022 user.info kernel: [   17.039646] procd: - init - 
-  08:51:00 2022 user.info kernel: [   17.602645] kmodloader: loading kernel modules from /etc/modules.d/* 
-  08:51:00 2022 user.info kernel: [   17.992050] urngd: v1.0.2 started. 
-  08:51:00 2022 kern.info kernel: [   18.004085] Loading modules backported from Linux version v5.15.33-0-g06f50ca83ace 
-  08:51:00 2022 kern.info kernel: [   18.019254] Backport generated by backports.git v5.15.33-1-0-g183c4ab2 
-  08:51:00 2022 kern.notice kernel: [   18.193287] random: crng init done 
-  08:51:00 2022 kern.notice kernel: [   18.200173] random: 7 urandom warning(s) missed due to ratelimiting 
-  08:51:00 2022 kern.info kernel: [   18.255155] mt7621-pci 1e140000.pcie: bus=1 slot=0 irq=22 
-  08:51:00 2022 kern.info kernel: [   18.265979] pci 0000:00:00.0: enabling device (0004 -> 0007) 
-  08:51:00 2022 kern.info kernel: [   18.277266] mt76x2e 0000:01:00.0: enabling device (0000 -> 0002) 
-  08:51:00 2022 kern.info kernel: [   18.289416] mt76x2e 0000:01:00.0: ASIC revision: 76120044 
-  08:51:00 2022 kern.info kernel: [   18.955551] mt76x2e 0000:01:00.0: ROM patch build: 20141115060606a 
-  08:51:00 2022 kern.info kernel: [   18.971558] mt76x2e 0000:01:00.0: Firmware Version: 0.0.00 
-  08:51:00 2022 kern.info kernel: [   18.982514] mt76x2e 0000:01:00.0: Build: 1 
-  08:51:00 2022 kern.info kernel: [   18.990676] mt76x2e 0000:01:00.0: Build Time: 201607111443____ 
-  08:51:00 2022 kern.info kernel: [   19.024971] mt76x2e 0000:01:00.0: Firmware running! 
-  08:51:00 2022 kern.debug kernel: [   19.036218] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht' 
-  08:51:00 2022 kern.info kernel: [   19.041055] mt7621-pci 1e140000.pcie: bus=2 slot=1 irq=23 
-  08:51:00 2022 kern.info kernel: [   19.051969] pci 0000:00:01.0: enabling device (0004 -> 0007) 
-  08:51:00 2022 kern.info kernel: [   19.063343] mt76x2e 0000:02:00.0: enabling device (0000 -> 0002) 
-  08:51:00 2022 kern.info kernel: [   19.075596] mt76x2e 0000:02:00.0: ASIC revision: 76020044 
-  08:51:00 2022 kern.info kernel: [   19.745017] mt76x2e 0000:02:00.0: ROM patch already applied 
-  08:51:00 2022 kern.info kernel: [   19.756911] mt76x2e 0000:02:00.0: Firmware Version: 0.0.00 
-  08:51:00 2022 kern.info kernel: [   19.767874] mt76x2e 0000:02:00.0: Build: 1 
-  08:51:00 2022 kern.info kernel: [   19.776069] mt76x2e 0000:02:00.0: Build Time: 201607111443____ 
-  08:51:00 2022 kern.info kernel: [   19.805047] mt76x2e 0000:02:00.0: Firmware running! 
-  08:51:00 2022 kern.debug kernel: [   19.816342] ieee80211 phy1: Selected rate control algorithm 'minstrel_ht' 
-  08:51:00 2022 kern.info kernel: [   19.876803] PPP generic driver version 2.4.2 
-  08:51:00 2022 kern.info kernel: [   19.887634] NET: Registered protocol family 24 
-  08:51:00 2022 user.info kernel: [   19.905604] kmodloader: done loading kernel modules from /etc/modules.d/* 
-  08:51:01 2022 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses! 
-  08:51:01 2022 user.notice dnsmasq: Allowing 127.0.0.0/8 responses 
-  08:51:02 2022 daemon.info dnsmasq[1]: started, version 2.86 cachesize 150 
-  08:51:02 2022 daemon.info dnsmasq[1]: DNS service limited to local subnets 
-  08:51:02 2022 daemon.info dnsmasq[1]: compile time options: IPv6 GNU-getopt no-DBus UBus no-i18n no-IDN DHCP no-DHCPv6 no-Lua TFTP no-conntrack no-ipset no-auth no-cryptohash no-DNSSEC no-ID loop-detect inotify dumpfile 
-  08:51:02 2022 daemon.info dnsmasq[1]: UBus support enabled: connected to system bus 
-  08:51:02 2022 daemon.info dnsmasq[1]: using only locally-known addresses for test 
-  08:51:02 2022 daemon.info dnsmasq[1]: using only locally-known addresses for onion 
-  08:51:02 2022 daemon.info dnsmasq[1]: using only locally-known addresses for localhost 
-  08:51:02 2022 daemon.info dnsmasq[1]: using only locally-known addresses for local 
-  08:51:02 2022 daemon.info dnsmasq[1]: using only locally-known addresses for invalid 
-  08:51:02 2022 daemon.info dnsmasq[1]: using only locally-known addresses for bind 
-  08:51:02 2022 daemon.info dnsmasq[1]: using only locally-known addresses for lan 
-  08:51:02 2022 daemon.warn dnsmasq[1]: no servers found in /tmp/resolv.conf.d/resolv.conf.auto, will retry 
-  08:51:02 2022 daemon.info dnsmasq[1]: read /etc/hosts - 4 addresses 
-  08:51:02 2022 daemon.info dnsmasq[1]: read /tmp/hosts/dhcp.cfg01411c - 0 addresses 
-  08:51:02 2022 authpriv.info dropbear[1443]: Not backgrounding 
-  08:51:04 2022 daemon.notice wpa_supplicant[1549]: Successfully initialized wpa_supplicant 
-  08:51:05 2022 user.notice : Added device handler type: bonding 
-  08:51:05 2022 user.notice : Added device handler type: 8021ad 
-  08:51:05 2022 user.notice : Added device handler type: 8021q 
-  08:51:05 2022 user.notice : Added device handler type: macvlan 
-  08:51:05 2022 user.notice : Added device handler type: veth 
-  08:51:05 2022 user.notice : Added device handler type: bridge 
-  08:51:05 2022 user.notice : Added device handler type: Network device 
-  08:51:05 2022 user.notice : Added device handler type: tunnel 
-  08:51:05 2022 daemon.notice procd: /etc/rc.d/S50uhttpd: 4+0 records in 
-  08:51:05 2022 daemon.notice procd: /etc/rc.d/S50uhttpd: 4+0 records out 
-  08:51:06 2022 user.notice ucitrack: Setting up /etc/config/dhcp reload dependency on /etc/config/network 
-  08:51:06 2022 user.notice ucitrack: Setting up /etc/config/network reload dependency on /etc/config/wireless 
-  08:51:06 2022 user.notice ucitrack: Setting up /etc/config/luci-splash reload dependency on /etc/config/firewall 
-  08:51:06 2022 user.notice ucitrack: Setting up /etc/config/qos reload dependency on /etc/config/firewall 
-  08:51:06 2022 user.notice ucitrack: Setting up /etc/config/miniupnpd reload dependency on /etc/config/firewall 
-  08:51:06 2022 user.notice ucitrack: Setting up /etc/config/odhcpd reload dependency on /etc/config/dhcp 
-  08:51:06 2022 user.notice ucitrack: Setting up non-init /etc/config/fstab reload handler: /sbin/block mount 
-  08:51:07 2022 user.notice ucitrack: Setting up /etc/config/system reload trigger for non-procd /etc/init.d/led 
-  08:51:07 2022 user.notice ucitrack: Setting up /etc/config/luci_statistics reload dependency on /etc/config/system 
-  08:51:07 2022 user.notice ucitrack: Setting up /etc/config/dhcp reload dependency on /etc/config/system 
-  08:51:07 2022 kern.info kernel: [   28.094640] mtk_soc_eth 1e100000.ethernet eth0: Link is Down 
-  08:51:07 2022 kern.info kernel: [   28.117172] mtk_soc_eth 1e100000.ethernet eth0: configuring for fixed/rgmii link mode 
-  08:51:07 2022 kern.info kernel: [   28.133299] mtk_soc_eth 1e100000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx 
-  08:51:07 2022 kern.info kernel: [   28.150490] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready 
-  08:51:07 2022 kern.info kernel: [   28.165421] mt7530 mdio-bus:1f lan1: configuring for phy/gmii link mode 
-  08:51:07 2022 kern.info kernel: [   28.179286] 8021q: adding VLAN 0 to HW filter on device lan1 
-  08:51:07 2022 kern.info kernel: [   28.194417] br-lan: port 1(lan1) entered blocking state 
-  08:51:07 2022 kern.info kernel: [   28.205096] br-lan: port 1(lan1) entered disabled state 
-  08:51:07 2022 kern.info kernel: [   28.217237] device lan1 entered promiscuous mode 
-  08:51:07 2022 kern.info kernel: [   28.226615] device eth0 entered promiscuous mode 
-  08:51:07 2022 daemon.notice netifd: Interface 'lan' is enabled 
-  08:51:07 2022 daemon.notice netifd: Interface 'lan' is setting up now 
-  08:51:07 2022 daemon.notice netifd: Interface 'lan' is now up 
-  08:51:07 2022 kern.info kernel: [   28.268424] mt7530 mdio-bus:1f lan2: configuring for phy/gmii link mode 
-  08:51:07 2022 kern.info kernel: [   28.282339] 8021q: adding VLAN 0 to HW filter on device lan2 
-  08:51:08 2022 kern.info kernel: [   28.297331] br-lan: port 2(lan2) entered blocking state 
-  08:51:08 2022 kern.info kernel: [   28.307876] br-lan: port 2(lan2) entered disabled state 
-  08:51:08 2022 kern.info kernel: [   28.319812] device lan2 entered promiscuous mode 
-  08:51:08 2022 kern.info kernel: [   28.344080] mt7530 mdio-bus:1f lan3: configuring for phy/gmii link mode 
-  08:51:08 2022 kern.info kernel: [   28.357935] 8021q: adding VLAN 0 to HW filter on device lan3 
-  08:51:08 2022 kern.info kernel: [   28.373676] br-lan: port 3(lan3) entered blocking state 
-  08:51:08 2022 kern.info kernel: [   28.384282] br-lan: port 3(lan3) entered disabled state 
-  08:51:08 2022 daemon.notice procd: /etc/rc.d/S96led: setting up led WPS 
-  08:51:08 2022 kern.info kernel: [   28.396632] device lan3 entered promiscuous mode 
-  08:51:08 2022 kern.info kernel: [   28.422285] mt7530 mdio-bus:1f lan4: configuring for phy/gmii link mode 
-  08:51:08 2022 kern.info kernel: [   28.436191] 8021q: adding VLAN 0 to HW filter on device lan4 
-  08:51:08 2022 kern.info kernel: [   28.453110] br-lan: port 4(lan4) entered blocking state 
-  08:51:08 2022 kern.info kernel: [   28.463756] br-lan: port 4(lan4) entered disabled state 
-  08:51:08 2022 daemon.notice procd: /etc/rc.d/S96led: setting up led Status 
-  08:51:08 2022 kern.info kernel: [   28.476035] device lan4 entered promiscuous mode 
-  08:51:08 2022 daemon.notice netifd: Interface 'loopback' is enabled 
-  08:51:08 2022 daemon.notice netifd: Interface 'loopback' is setting up now 
-  08:51:08 2022 daemon.notice netifd: Interface 'loopback' is now up 
-  08:51:08 2022 daemon.notice procd: /etc/rc.d/S96led: setting up led WiFi 2.4GHz 
-  08:51:08 2022 kern.info kernel: [   28.508074] mt7530 mdio-bus:1f wan: configuring for phy/gmii link mode 
-  08:51:08 2022 kern.info kernel: [   28.521782] 8021q: adding VLAN 0 to HW filter on device wan 
-  08:51:08 2022 daemon.notice netifd: Interface 'wan' is enabled 
-  08:51:08 2022 daemon.notice netifd: Interface 'wan6' is enabled 
-  08:51:08 2022 daemon.notice netifd: Network device 'eth0' link is up 
-  08:51:08 2022 daemon.notice procd: /etc/rc.d/S96led: setting up led WiFi 5GHz 
-  08:51:08 2022 daemon.notice netifd: Network device 'lo' link is up 
-  08:51:08 2022 daemon.notice netifd: Interface 'loopback' has link connectivity 
-  08:51:08 2022 daemon.notice procd: /etc/rc.d/S96led: setting up led WAN Link/Act 
-  08:51:08 2022 daemon.notice procd: /etc/rc.d/S96led: setting up led LAN1 Link/Act 
-  08:51:08 2022 daemon.notice procd: /etc/rc.d/S96led: setting up led LAN2 Link/Act 
-  08:51:08 2022 daemon.notice procd: /etc/rc.d/S96led: setting up led LAN3 Link/Act 
-  08:51:08 2022 daemon.notice procd: /etc/rc.d/S96led: setting up led LAN4 Link/Act 
-  08:51:08 2022 daemon.notice procd: /etc/rc.d/S96led: setting up led WAN 1000Mbps 
-  08:51:08 2022 daemon.notice procd: /etc/rc.d/S96led: Skipping trigger 'switch0' for led 'WAN 1000Mbps' due to missing kernel module 
-  08:51:08 2022 daemon.notice procd: /etc/rc.d/S96led: setting up led LAN1 1000Mbps 
-  08:51:08 2022 daemon.notice procd: /etc/rc.d/S96led: Skipping trigger 'switch0' for led 'LAN1 1000Mbps' due to missing kernel module 
-  08:51:08 2022 daemon.notice procd: /etc/rc.d/S96led: setting up led LAN2 1000Mbps 
-  08:51:08 2022 daemon.notice procd: /etc/rc.d/S96led: Skipping trigger 'switch0' for led 'LAN2 1000Mbps' due to missing kernel module 
-  08:51:08 2022 daemon.notice procd: /etc/rc.d/S96led: setting up led LAN3 1000Mbps 
-  08:51:08 2022 daemon.notice procd: /etc/rc.d/S96led: Skipping trigger 'switch0' for led 'LAN3 1000Mbps' due to missing kernel module 
-  08:51:08 2022 daemon.notice procd: /etc/rc.d/S96led: setting up led LAN4 1000Mbps 
-  08:51:08 2022 daemon.notice procd: /etc/rc.d/S96led: Skipping trigger 'switch0' for led 'LAN4 1000Mbps' due to missing kernel module 
-  08:51:08 2022 user.notice firewall: Reloading firewall due to ifup of lan (br-lan) 
-  08:51:09 2022 daemon.err odhcpd[1717]: Failed to send to ff02::1%lan@br-lan (Address not available) 
-  08:51:09 2022 daemon.info procd: - init complete - 
-  08:51:11 2022 kern.info kernel: [   31.286056] mt7530 mdio-bus:1f lan3: Link is Up - 1Gbps/Full - flow control rx/tx 
-  08:51:11 2022 kern.info kernel: [   31.301070] br-lan: port 3(lan3) entered blocking state 
-  08:51:11 2022 kern.info kernel: [   31.311511] br-lan: port 3(lan3) entered forwarding state 
-  08:51:11 2022 daemon.notice netifd: Network device 'lan3' link is up 
-  08:51:11 2022 kern.info kernel: [   31.324457] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready 
-  08:51:11 2022 daemon.notice netifd: bridge 'br-lan' link is up 
-  08:51:11 2022 daemon.notice netifd: Interface 'lan' has link connectivity 
-  08:51:12 2022 daemon.err odhcpd[1717]: Failed to send to ff02::1%lan@br-lan (Address not available) 
-  08:51:13 2022 daemon.info dnsmasq[1]: exiting on receipt of SIGTERM 
-  08:51:13 2022 daemon.info dnsmasq[1]: started, version 2.86 cachesize 150 
-  08:51:13 2022 daemon.info dnsmasq[1]: DNS service limited to local subnets 
-  08:51:13 2022 daemon.info dnsmasq[1]: compile time options: IPv6 GNU-getopt no-DBus UBus no-i18n no-IDN DHCP no-DHCPv6 no-Lua TFTP no-conntrack no-ipset no-auth no-cryptohash no-DNSSEC no-ID loop-detect inotify dumpfile 
-  08:51:13 2022 daemon.info dnsmasq[1]: UBus support enabled: connected to system bus 
-  08:51:13 2022 daemon.info dnsmasq-dhcp[1]: DHCP, IP range 192.168.1.100 -- 192.168.1.249, lease time 12h 
-  08:51:13 2022 daemon.info dnsmasq[1]: using only locally-known addresses for test 
-  08:51:13 2022 daemon.info dnsmasq[1]: using only locally-known addresses for onion 
-  08:51:13 2022 daemon.info dnsmasq[1]: using only locally-known addresses for localhost 
-  08:51:13 2022 daemon.info dnsmasq[1]: using only locally-known addresses for local 
-  08:51:13 2022 daemon.info dnsmasq[1]: using only locally-known addresses for invalid 
-  08:51:13 2022 daemon.info dnsmasq[1]: using only locally-known addresses for bind 
-  08:51:13 2022 daemon.info dnsmasq[1]: using only locally-known addresses for lan 
-  08:51:13 2022 daemon.warn dnsmasq[1]: no servers found in /tmp/resolv.conf.d/resolv.conf.auto, will retry 
-  08:51:13 2022 daemon.info dnsmasq[1]: read /etc/hosts - 4 addresses 
-  08:51:13 2022 daemon.info dnsmasq[1]: read /tmp/hosts/dhcp.cfg01411c - 2 addresses 
-  08:51:13 2022 daemon.info dnsmasq-dhcp[1]: read /etc/ethers - 0 addresses 
-  08:51:14 2022 daemon.info dnsmasq[1]: read /etc/hosts - 4 addresses 
-  08:51:14 2022 daemon.info dnsmasq[1]: read /tmp/hosts/dhcp.cfg01411c - 2 addresses 
-  08:51:14 2022 daemon.info dnsmasq-dhcp[1]: read /etc/ethers - 0 addresses 
-  08:54:15 2022 user.info : luci: accepted login on / for root from 192.168.1.10 
-</nowiki> 
-</WRAP>\\ 
  
-==== OpenWrt realise UART bootlog ==== +
-<WRAP bootlog> +
-<nowiki> +
-=================================================================== +
-                MT7621   stage1 code 10:40:45 (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 === +
-PLL2 FB_DL: 0x7, 1/0 = 549/475 1D000000 +
-PLL4 FB_DL: 0xe, 1/0 = 637/387 39000000 +
-PLL3 FB_DL: 0x12, 1/0 = 742/282 49000000 +
-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    1 +
-0010:   1    1    1    1    1    1    1    1    1    1    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    0    1    1    1    0    0    0    0 +
-opt_dle value:10 +
-DRAMC_R0DELDLY[018]=00002324 +
-================================================================== +
-                RX      DQS perbit delay software calibration +
-================================================================== +
-1.0-15 bit dq delay value +
-================================================================== +
-bit|      1  2  3  4  5  6  7  8  9 +
--------------------------------------- +
-0 |    9 8 7 9 8 7 9 8 5 7 +
-10 |    7 9 7 10 6 8 +
--------------------------------------- +
-================================================================== +
-2.dqs window +
-x=pass dqs delay value (min~max)center +
-y=0-7bit DQ of every group +
-input delay:DQS0 =36 DQS1 = 35 +
-================================================================== +
-bit     DQS0     bit      DQS1 +
-0  (1~68)34  8  (1~68)34 +
-1  (1~66)33  9  (1~66)33 +
-2  (1~65)33  10  (1~68)34 +
-3  (1~68)34  11  (1~68)34 +
-4  (1~68)34  12  (1~69)35 +
-5  (1~68)34  13  (1~68)34 +
-6  (1~66)33  14  (1~69)35 +
-7  (1~71)36  15  (1~68)34 +
-================================================================== +
-3.dq delay value last +
-================================================================== +
-bit|    0  1  2  3  4  5  6  7  8   9 +
--------------------------------------- +
-0 |    11 11 10 11 10 9 12 8 6 9 +
-10 |    8 10 7 11 6 9 +
-================================================================== +
-================================================================== +
-     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 = ffff0000 +
-dqs_perbyte_dly.last_dqdly_pass[0]=15,  finish count=1 +
-dqs_perbyte_dly.last_dqdly_pass[1]=15,  finish count=2 +
-byte:0, (DQS,DQ)=(8,8) +
-byte:1, (DQS,DQ)=(8,8) +
-20,data:88 +
-[EMI] DRAMC calibration passed +
-=================================================================== +
-                MT7621   stage1 code done +
-                CPU=50000000 HZ BUS=16666666 HZ +
-=================================================================== +
-U-Boot 1.1.3 (Apr 22 2016 - 16:35:20) +
-Board: Ralink APSoC DRAM:  128 MB +
-relocate_code Pointer at: 87fac000 +
-Config XHCI 40M PLL +
-Allocate 16 byte aligned buffer: 87fe0050 +
-Enable NFI Clock +
-# MTK NAND # : Use HW ECC +
-NAND ID [C2 F1 80 95 02] +
-Device not found, ID: c2f1 +
-Not Support this Device! +
-chip_mode=00000001 +
-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 2047 +
-load fact bbt success +
-[mtk_nand] probe successfully! +
-mtd->writesize=2048 mtd->oobsize=64,    mtd->erasesize=131072  devinfo.iowidth=8 +
-Env addr : 0x80000 +
-.*** Warning - bad CRC, using default environment +
-============================================ +
-Ralink UBoot Version: 4.2.0.6 +
--------------------------------------------- +
-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:Apr 22 2016  Time:16:35:20 +
-============================================ +
-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 =128 Mbytes +
-#Reset_MT7530 +
-set LAN/WAN LLLLW +
-..Example expects ABI version 2 +
-Actual U-Boot ABI version 2 +
-****************************************** +
-    Uboot StandAlone Entry +
-****************************************** +
-0, cmd +
-1, 0x0000000D +
-cmd : 0x0000000D +
-Press Ctrl+C to Enter the Main loop... +
- 0 Example expects ABI version 2 +
-Actual U-Boot ABI version 2 +
-****************************************** +
-    Uboot StandAlone Entry +
-****************************************** +
-0, boot +
-Flash Sector Number : 1024. +
-Bad block detected at 0x7680, oob_buf[0] is 0x0 +
-NAND Section 6, has bad block at address bfb40000, Image Offset 3b40000 +
-NAND Section 6, has bad block count 1 +
-Bad block detected at 0xe3c0, oob_buf[0] is 0x0 +
-NAND Section 7, has bad block at address c31e0000, Image Offset 71e0000 +
-NAND Section 7, has bad block count 1 +
-*************************************************** +
-    Sercomm Boot Version 1.14.0 +
-*************************************************** +
-Entering Firmware : Everything is OK. +
-Begin to verify the default image... +
-kernel addr: 0x1700100  len: 0x249C06  crc: 0x5E81077A +
-......................................calculate_kernel_crc: 0x5E81077A +
-ok! +
-First image selected +
-kernel addr :0xc1300100 +
-kernel addr :0xC1300100 +
-## Booting image at c1300100 ... +
-   Image Name:   MIPS OpenWrt Linux-5.4.179 +
-   Image Type:   MIPS Linux Kernel Image (lzma compressed) +
-   Data Size:    2399174 Bytes =  2.3 MB +
-   Load Address: 81001000 +
-   Entry Point:  81001000 +
-.....................................   Verifying Checksum ... OK +
-   Uncompressing Kernel Image ... OK +
-commandline in boot is : console=ttyS1,57600 ubi.mtd=7 root=ubi0:rootfs rw rootfstype=ubifs  !!!! +
-No initrd +
-## Transferring control to Linux (at address 81001000) ... +
-## Giving linux memsize in MB, 128 +
-Starting kernel ...+
 OpenWrt kernel loader for MIPS based SoC OpenWrt kernel loader for MIPS based SoC
 Copyright (C) 2011 Gabor Juhos <juhosg@openwrt.org> Copyright (C) 2011 Gabor Juhos <juhosg@openwrt.org>
 Decompressing kernel... done! Decompressing kernel... done!
 Starting kernel at 80001000... Starting kernel at 80001000...
-[    0.000000] Linux version 5.4.179 (builder@buildhost) (gcc version 8.4.0 (OpenWrt GCC 8.4.0 r16495-bf0c965af0)) #0 SMP Wed Feb 16 20:29:10 2022+ 
 +[    0.000000] Linux version 5.10.115 (ubuntu@z) (mipsel-openwrt-linux-musl-gcc (OpenWrt GCC 11.2.0 r19623-4b1d5a65de11.2.0, GNU ld (GNU Binutils) 2.37) #0 SMP Sun May 29 18:57:08 2022
 [    0.000000] SoC Type: MediaTek MT7621 ver:1 eco:3 [    0.000000] SoC Type: MediaTek MT7621 ver:1 eco:3
 [    0.000000] printk: bootconsole [early0] enabled [    0.000000] printk: bootconsole [early0] enabled
Line 2450: Line 1809:
 [    0.000000]   node   0: [mem 0x0000000000000000-0x0000000007ffffff] [    0.000000]   node   0: [mem 0x0000000000000000-0x0000000007ffffff]
 [    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000007ffffff] [    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000007ffffff]
-[    0.000000] percpu: Embedded 14 pages/cpu s26768 r8192 d22384 u57344+[    0.000000] percpu: Embedded 15 pages/cpu s30096 r8192 d23152 u61440
 [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 32480 [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 32480
 [    0.000000] Kernel command line: console=ttyS0,57600 rootfstype=squashfs,jffs2 [    0.000000] Kernel command line: console=ttyS0,57600 rootfstype=squashfs,jffs2
 [    0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes, linear) [    0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes, linear)
 [    0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes, linear) [    0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes, linear)
-[    0.000000] Writing ErrCtl register=0000e114 +[    0.000000] Writing ErrCtl register=00014dc0 
-[    0.000000] Readback ErrCtl register=0000e114+[    0.000000] Readback ErrCtl register=00014dc0
 [    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
-[    0.000000] Memory: 120964K/131072K available (6095K kernel code, 204K rwdata, 748K rodata, 1260K init, 238K bss, 10108K reserved, 0K cma-reserved, 0K highmem)+[    0.000000] Memory: 119280K/131072K available (6714K kernel code, 620K rwdata, 1360K rodata, 1276K init, 235K bss, 11792K reserved, 0K cma-reserved, 0K highmem)
 [    0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [    0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
 [    0.000000] rcu: Hierarchical RCU implementation. [    0.000000] rcu: Hierarchical RCU implementation.
-[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.+[    0.000000]  Tracing variant of Tasks RCU enabled. 
 +[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
 [    0.000000] NR_IRQS: 256 [    0.000000] NR_IRQS: 256
-[    0.000000] random: get_random_bytes called from 0x806e5a3c with crng_init=0+[    0.000000] random: get_random_bytes called from start_kernel+0x3cc/0x5e4 with crng_init=0
 [    0.000000] CPU Clock: 880MHz [    0.000000] CPU Clock: 880MHz
 [    0.000000] clocksource: GIC: mask: 0xffffffffffffffff max_cycles: 0xcaf478abb4, max_idle_ns: 440795247997 ns [    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.000012] sched_clock: 64 bits at 880MHz, resolution 1ns, wraps every 4398046511103ns 
-[    0.000008] sched_clock: 32 bits at 440MHz, resolution 2ns, wraps every 4880645118ns +[    0.015865] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 4343773742 ns 
-[    0.015500] Calibrating delay loop... 583.68 BogoMIPS (lpj=1167360+[    0.033727] Calibrating delay loop... 586.13 BogoMIPS (lpj=2930688
-[    0.055840] pid_max: default: 32768 minimum: 301 +[    0.106059] pid_max: default: 32768 minimum: 301 
-[    0.065192] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) +[    0.115371] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) 
-[    0.079598] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) +[    0.129777] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) 
-[    0.097720] rcu: Hierarchical SRCU implementation. +[    0.147791] rcu: Hierarchical SRCU implementation. 
-[    0.107827] smp: Bringing up secondary CPUs ... +[    0.157564] dyndbg: Ignore empty _ddebug table in a CONFIG_DYNAMIC_DEBUG_CORE build 
-[    6.581937] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. +[    0.173052] smp: Bringing up secondary CPUs ... 
-[    6.581949] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes +[    0.182620] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. 
-[    6.581961] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. +[    0.182631] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes 
-[    6.582063] CPU1 revision is: 0001992f (MIPS 1004Kc) +[    0.182643] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. 
-[    0.145001] Synchronize counters for CPU 1: done. +[    0.182764] CPU1 revision is: 0001992f (MIPS 1004Kc) 
-[    6.672980] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. +[    0.242972] Synchronize counters for CPU 1: done. 
-[    6.672989] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes +[    0.305002] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. 
-[    6.672996] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. +[    0.305011] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes 
-[    6.673057] CPU2 revision is: 0001992f (MIPS 1004Kc) +[    0.305018] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. 
-[    0.239440] Synchronize counters for CPU 2: done. +[    0.305062] CPU2 revision is: 0001992f (MIPS 1004Kc) 
-[    6.764081] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. +[    0.363964] Synchronize counters for CPU 2: done. 
-[    6.764089] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes +[    0.424170] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. 
-[    6.764097] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. +[    0.424179] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes 
-[    6.764161] CPU3 revision is: 0001992f (MIPS 1004Kc) +[    0.424186] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. 
-[    0.327031] Synchronize counters for CPU 3: done. +[    0.424236] CPU3 revision is: 0001992f (MIPS 1004Kc) 
-[    0.386639] smp: Brought up 1 node, 4 CPUs +[    0.483536] Synchronize counters for CPU 3: done. 
-[    0.399183] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns +[    0.543143] smp: Brought up 1 node, 4 CPUs 
-[    0.418475] futex hash table entries: 1024 (order: 3, 32768 bytes, linear) +[    0.555604] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns 
-[    0.432304] pinctrl core: initialized pinctrl subsystem +[    0.575109] futex hash table entries: 1024 (order: 3, 32768 bytes, linear) 
-[    0.444249] NET: Registered protocol family 16 +[    0.588933] pinctrl core: initialized pinctrl subsystem 
-[    0.477701clocksourceSwitched to clocksource GIC +[    0.601003] NET: Registered protocol family 16 
-[    0.489127] random: fast init done +[    0.612196cpuidleusing governor teo 
-[    0.489132thermal_sysRegistered thermal governor 'step_wise' +[    0.643194] random: fast init done 
-[    0.489497] NET: Registered protocol family 2 +[    0.663034clocksourceSwitched to clocksource GIC 
-[    0.516513] IP idents hash table entries: 2048 (order: 2, 16384 bytes, linear) +[    0.674853] NET: Registered protocol family 2 
-[    0.531576] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear) +[    0.683709] IP idents hash table entries: 2048 (order: 2, 16384 bytes, linear) 
-[    0.548159] TCP established hash table entries: 1024 (order: 0, 4096 bytes, linear) +[    0.698656] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear) 
-[    0.563284] TCP bind hash table entries: 1024 (order: 1, 8192 bytes, linear) +[    0.715218] TCP established hash table entries: 1024 (order: 0, 4096 bytes, linear) 
-[    0.577272] TCP: Hash tables configured (established 1024 bind 1024) +[    0.730367] TCP bind hash table entries: 1024 (order: 1, 8192 bytes, linear) 
-[    0.590029] UDP hash table entries: 256 (order: 1, 8192 bytes, linear) +[    0.744384] TCP: Hash tables configured (established 1024 bind 1024) 
-[    0.602911] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear) +[    0.757097] UDP hash table entries: 256 (order: 1, 8192 bytes, linear) 
-[    0.616974] NET: Registered protocol family 1 +[    0.769983] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear) 
-[    0.625537] PCI: CLS 0 bytes, default 32 +[    0.784024] NET: Registered protocol family 1 
-[    0.725654] 4 CPUs re-calibrate udelay(lpj = 1167360) +[    0.792562] PCI: CLS 0 bytes, default 32 
-[    0.737183] workingset: timestamp_bits=14 max_order=15 bucket_order=1 +[    0.802809] workingset: timestamp_bits=14 max_order=15 bucket_order=1 
-[    0.761897] squashfs: version 4.0 (2009/01/31) Phillip Lougher +[    0.819660] squashfs: version 4.0 (2009/01/31) Phillip Lougher 
-[    0.773382] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. +[    0.831142] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. 
-[    0.794617] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) +[    0.852870] mt7621_gpio 1e000600.gpio: registering 32 gpios 
-[    0.811100] mt7621_gpio 1e000600.gpio: registering 32 gpios +[    0.864380] mt7621_gpio 1e000600.gpio: registering 32 gpios 
-[    0.822489] mt7621_gpio 1e000600.gpio: registering 32 gpios +[    0.875735] mt7621_gpio 1e000600.gpio: registering 32 gpios 
-[    0.833807] mt7621_gpio 1e000600.gpio: registering 32 gpios +[    0.887717] Serial: 8250/16550 driver, ports, IRQ sharing disabled 
-[    0.845511] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled +[    0.901856] printk: console [ttyS0] disabled 
-[    0.861816] printk: console [ttyS0] disabled +[    0.910342] 1e000c00.uartlite: ttyS0 at MMIO 0x1e000c00 (irq = 19, base_baud = 3125000) is a 16550A 
-[    0.870256] 1e000c00.uartlite: ttyS0 at MMIO 0x1e000c00 (irq = 19, base_baud = 3125000) is a 16550A +[    0.928252] printk: console [ttyS0] enabled 
-[    0.888196] printk: console [ttyS0] enabled +[    0.928252] printk: console [ttyS0] enabled 
-[    0.888196] printk: console [ttyS0] enabled +[    0.944802] printk: bootconsole [early0] disabled 
-[    0.904745] printk: bootconsole [early0] disabled +[    0.944802] printk: bootconsole [early0] disabled 
-[    0.904745] printk: bootconsole [early0] disabled +[    0.965839] nand: device found, Manufacturer ID: 0xc8, Chip ID: 0xd1 
-[    0.926007] mt7621-nand 1e003000.nand: Using programmed access timing: 31c07388 +[    0.978562] nand: ESMT NAND 128MiB 3,3V 8-bit 
-[    0.940893] nand: device found, Manufacturer ID: 0xc2, Chip ID: 0xf1 +[    0.987400] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64 
-[    0.953549] nand: Macronix MX30LF1G18AC +[    1.002484] mt7621-nand 1e003000.nand: ECC strength adjusted to 4 bits 
-[    0.961187] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64 +[    1.01560412 fixed-partitions partitions found on MTD device mt7621-nand 
-[    0.976271] mt7621-nand 1e003000.nand: ECC strength adjusted to 4 bits +[    1.029299] Creating 12 MTD partitions on "mt7621-nand": 
-[    0.989306] mt7621-nand 1e003000.nand: Using programmed access timing: 21005134 +[    1.039886] 0x000000000000-0x000007f80000 : "ALL" 
-[    1.003870mt7621-nand 1e003000.nand: Using programmed access timing: 21005134 +[    3.012012] 0x000000000000-0x000000100000 : "Bootloader" 
-[    1.018431] Scanning device for bad blocks +[    3.039210] 0x000000100000-0x000000200000 : "Factory" 
-[    1.627618] Bad eraseblock 474 at 0x000003b40000 +[    3.066097] 0x000000200000-0x000001600000 : "sys_data" 
-[    2.189609] Bad eraseblock 911 at 0x0000071e0000 +[    3.385057] 0x000001600000-0x000001700000 : "boot_flag" 
-[    2.340732] 10 fixed-partitions partitions found on MTD device mt7621-nand +[    3.412137] 0x000001700000-0x000001b00000 : "kernel" 
-[    2.354438] Creating 10 MTD partitions on "mt7621-nand": +[    3.484606] 0x000001b00000-0x000001f00000 : "Kernel_2" 
-[    2.365022] 0x000000000000-0x000007f80000 : "ALL" +[    3.557389] 0x000001f00000-0x000004d00000 : "RootFS_1
-[    2.376557] 0x000000000000-0x000000100000 : "Bootloader" +[    4.276344] 0x000004d00000-0x000007b00000 : "RootFS_2" 
-[    2.388482] 0x000000100000-0x000000200000 : "Factory" +[    4.995190] 0x000007b00000-0x000007c00000 : "Ftool" 
-[    2.399971] 0x000000200000-0x000001600000 : "sys_data" +[    5.021295] 0x000007c00000-0x000007f80000 : "BCT" 
-[    2.411660] 0x000001600000-0x000001700000 : "boot_flag" +[    5.0856050x000000080000-0x0000000a0000 : "BootLoad-Env" 
-[    2.423510] 0x000001700000-0x000001b00000 : "kernel" +[    5.106833] Concatenating MTD devices: 
-[    2.434770] 0x000001b00000-0x000001f00000 : "Kernel_2" +[    5.114377] (0): "RootFS_1" 
-[    2.446395] 0x000001f00000-0x000004d00000 : "ubi+[    5.119928] (1): "sys_data" 
-[    2.457479] 0x000004d00000-0x000007b00000 : "RootFS_2" +[    5.125495] (2): "Ftool" 
-[    2.4692950x000000800000-0x000000820000 : "BootLoad-Env" +[    5.130521] (3): "BCT" 
-[    2.508382] mt7530 mdio-bus:1f: MT7530 adapts as multi-chip module +[    5.135210] into device "ubi-concat" 
-[    2.524691] mtk_soc_eth 1e100000.ethernet eth0: mediatek frame engine at 0xbe100000, irq 21 +[    5.142359] 1 fixed-partitions partitions found on MTD device ubi-concat 
-[    2.543595] mt7621-pci 1e140000.pcie: Parsing DT failed +[    5.155698] Creating 1 MTD partitions on "ubi-concat": 
-[    2.556769] NET: Registered protocol family 10 +[    5.165937] 0x000000000000-0x000004680000 : "ubi" 
-[    2.567083] Segment Routing with IPv6 +[    6.305337] mt7530 mdio-bus:1f: MT7530 adapts as multi-chip module 
-[    2.574539] NET: Registered protocol family 17 +[    6.321650] mtk_soc_eth 1e100000.ethernet eth0: mediatek frame engine at 0xbe100000, irq 21 
-[    2.583483] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. +[    6.339530] i2c /dev entries driver 
-[    2.609539] 8021q: 802.1Q VLAN Support v1.8 +[    6.349056] mt7621-pci 1e140000.pcie: host bridge /pcie@1e140000 ranges: 
-[    2.619835] mt7530 mdio-bus:1f: MT7530 adapts as multi-chip module +[    6.362456] mt7621-pci 1e140000.pcie:   No bus range found for /pcie@1e140000, using [bus 00-ff] 
-[    2.646074] mt7530 mdio-bus:1f lan4 (uninitialized): PHY [dsa-0.0:00] driver [Generic PHY] +[    6.379992] mt7621-pci 1e140000.pcie:      MEM 0x0060000000..0x006fffffff -> 0x0000000000 
-[    2.664038] mt7530 mdio-bus:1f lan3 (uninitialized): PHY [dsa-0.0:01] driver [Generic PHY] +[    6.396296] mt7621-pci 1e140000.pcie:       IO 0x001e160000..0x001e16ffff -> 0x0000000000 
-[    2.682089] mt7530 mdio-bus:1f lan2 (uninitialized): PHY [dsa-0.0:02] driver [Generic PHY] +[    6.412680] mt7621-pci 1e140000.pcie: Parsing DT failed 
-[    2.700021] mt7530 mdio-bus:1f lan1 (uninitialized): PHY [dsa-0.0:03] driver [Generic PHY] +[    6.425444] NET: Registered protocol family 10 
-[    2.718105] mt7530 mdio-bus:1f wan (uninitialized): PHY [dsa-0.0:04] driver [Generic PHY] +[    6.435816] Segment Routing with IPv6 
-[    2.735918] mt7530 mdio-bus:1f: configuring for fixed/rgmii link mode +[    6.443265] NET: Registered protocol family 17 
-[    2.753539] DSA: tree 0 setup +[    6.452530] 8021q: 802.1Q VLAN Support v1.8 
-[    2.759834] rt2880-pinmux pinctrl: pcie is already enabled +[    6.464413] mt7530 mdio-bus:1f: MT7530 adapts as multi-chip module 
-[    2.770944] mt7621-pci-phy 1e149000.pcie-phy: PHY for 0xbe149000 (dual port = 1) +[    6.496411] mt7530 mdio-bus:1f lan4 (uninitialized): PHY [mt7530-0:00] driver [MediaTek MT7530 PHY] (irq=26) 
-[    2.785881] mt7621-pci-phy 1e14a000.pcie-phy: PHY for 0xbe14a000 (dual port = 0) +[    6.518534] mt7530 mdio-bus:1f lan3 (uninitialized): PHY [mt7530-0:01] driver [MediaTek MT7530 PHY] (irq=27) 
-[    2.900706] mt7621-pci-phy 1e149000.pcie-phy: Xtal is 40MHz +[    6.540589] mt7530 mdio-bus:1f lan2 (uninitialized): PHY [mt7530-0:02] driver [MediaTek MT7530 PHY] (irq=28) 
-[    2.911824] mt7621-pci-phy 1e14a000.pcie-phy: Xtal is 40MHz +[    6.562660] mt7530 mdio-bus:1f lan1 (uninitialized): PHY [mt7530-0:03] driver [MediaTek MT7530 PHY] (irq=29) 
-[    3.022933] mt7621-pci 1e140000.pcie: pcie2 no card, disable it (RST & CLK) +[    6.584820] mt7530 mdio-bus:1f wan (uninitialized): PHY [mt7530-0:04] driver [MediaTek MT7530 PHY] (irq=30) 
-[    3.036808] mt7621-pci 1e140000.pcie: PCIE0 enabled +[    6.606992] mt7530 mdio-bus:1f: configuring for fixed/rgmii link mode 
-[    3.046527] mt7621-pci 1e140000.pcie: PCIE1 enabled +[    6.623861] DSA: tree 0 setup 
-[    3.056247] mt7621-pci 1e140000.pcie: PCI coherence region base: 0x60000000, mask/settings: 0xf0000002 +[    6.630075] rt2880-pinmux pinctrl: pcie is already enabled 
-[    3.074981] mt7621-pci 1e140000.pcie: PCI host bridge to bus 0000:00 +[    6.641171] mt7621-pci 1e140000.pcie: host bridge /pcie@1e140000 ranges: 
-[    3.087666] pci_bus 0000:00: root bus resource [io  0x1e160000-0x1e16ffff] +[    6.654571] mt7621-pci 1e140000.pcie:   No bus range found for /pcie@1e140000, using [bus 00-ff] 
-[    3.101365] pci_bus 0000:00: root bus resource [mem 0x60000000-0x6fffffff] +[    6.672104] mt7621-pci 1e140000.pcie:      MEM 0x0060000000..0x006fffffff -> 0x0000000000 
-[    3.115067] pci_bus 0000:00: root bus resource [bus 00-ff] +[    6.688414] mt7621-pci 1e140000.pcie:       IO 0x001e160000..0x001e16ffff -> 0x0000000000 
-[    3.126037] pci 0000:00:00.0: [0e8d:0801] type 01 class 0x060400 +[    6.704812] mt7621-pci-phy 1e149000.pcie-phy: PHY for 0xbe149000 (dual port = 1) 
-[    3.138036] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x7fffffff] +[    6.719915] mt7621-pci-phy 1e14a000.pcie-phy: PHY for 0xbe14a000 (dual port = 0) 
-[    3.150530] pci 0000:00:00.0: reg 0x14: [mem 0x00000000-0x0000ffff+[    6.734921] mt7621-pci 1e140000.pcie: failed to parse bus ranges property: -22 
-[    3.163091] pci 0000:00:00.0: supports D1 +[    6.849576] mt7621-pci-phy 1e149000.pcie-phy: Xtal is 40MHz 
-[    3.171079] pci 0000:00:00.0: PME# supported from D0 D1 D3hot +[    6.860696] mt7621-pci-phy 1e14a000.pcie-phy: Xtal is 40MHz 
-[    3.182945] pci 0000:00:01.0: [0e8d:0801] type 01 class 0x060400 +[    6.972022] mt7621-pci 1e140000.pcie: pcie2 no card, disable it (RST & CLK) 
-[    3.194953] pci 0000:00:01.0: reg 0x10: [mem 0x00000000-0x7fffffff] +[    6.985904] mt7621-pci 1e140000.pcie: PCIE0 enabled 
-[    3.207444] pci 0000:00:01.0: reg 0x14: [mem 0x00000000-0x0000ffff+[    6.995630] mt7621-pci 1e140000.pcie: PCIE1 enabled 
-[    3.219991] pci 0000:00:01.0: supports D1 +[    7.005352] mt7621-pci 1e140000.pcie: PCI coherence region base: 0x60000000, mask/settings: 0xf0000002 
-[    3.227979] pci 0000:00:01.0: PME# supported from D0 D1 D3hot +[    7.024072] mt7621-pci 1e140000.pcie: PCI host bridge to bus 0000:00 
-[    3.240846] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring +[    7.036759] pci_bus 0000:00: root bus resource [io  0x1e160000-0x1e16ffff] 
-[    3.256813] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring +[    7.050468] pci_bus 0000:00: root bus resource [mem 0x60000000-0x6fffffff] 
-[    3.272983] pci 0000:01:00.0: [14c3:7662type 00 class 0x028000 +[    7.064174] pci_bus 0000:00: root bus resource [bus 00-ff] 
-[    3.285015] pci 0000:01:00.0: reg 0x10[mem 0x00000000-0x000fffff 64bit] +[    7.075113] pci_bus 0000:00: root bus resource [mem 0x60000000-0x6fffffff] (bus address [0x00000000-0x0fffffff]) 
-[    3.298587] pci 0000:01:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref] +[    7.095427] pci 0000:00:00.0: [0e8d:0801] type 01 class 0x060400 
-[    3.312039] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold +[    7.107427] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x7fffffff] 
-[    3.325622] pci 0000:00:00.0: PCI bridge to [bus 01-ff] +[    7.119923] pci 0000:00:00.0: reg 0x14: [mem 0x60400000-0x6040ffff
-[    3.336055] pci 0000:00:00.0:   bridge window [io  0x0000-0x0fff] +[    7.132477] pci 0000:00:00.0: supports D1 
-[    3.348197] pci 0000:00:00.0:   bridge window [mem 0x00000000-0x000fffff+[    7.140468] pci 0000:00:00.0: PME# supported from D0 D1 D3hot 
-[    3.361725] pci 0000:00:00.0:   bridge window [mem 0x00000000-0x000fffff pref] +[    7.152719] pci 0000:00:01.0: [0e8d:0801] type 01 class 0x060400 
-[    3.376117] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01 +[    7.164751] pci 0000:00:01.0: reg 0x10: [mem 0x00000000-0x7fffffff] 
-[    3.389520] pci 0000:02:00.0: [14c3:7662] type 00 class 0x028000 +[    7.177248] pci 0000:00:01.0: reg 0x14: [mem 0x60410000-0x6041ffff
-[    3.401552] pci 0000:02:00.0: reg 0x10: [mem 0x00000000-0x000fffff 64bit] +[    7.189793] pci 0000:00:01.0: supports D1 
-[    3.415123] pci 0000:02:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref] +[    7.197786] pci 0000:00:01.0: PME# supported from D0 D1 D3hot 
-[    3.428582] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold +[    7.211339] pci 0000:01:00.0: [14c3:7662] type 00 class 0x028000 
-[    3.442221] pci 0000:00:01.0: PCI bridge to [bus 02-ff] +[    7.223398] pci 0000:01:00.0: reg 0x10: initial BAR value 0x00000000 invalid 
-[    3.452640] pci 0000:00:01.0:   bridge window [io  0x0000-0x0fff] +[    7.237459] pci 0000:01:00.0: reg 0x10: [mem size 0x00100000 64bit
-[    3.464781] pci 0000:00:01.0:   bridge window [mem 0x00000000-0x000fffff+[    7.249979] pci 0000:01:00.0: reg 0x30initial BAR value 0x00000000 invalid 
-[    3.478308] pci 0000:00:01.0:   bridge window [mem 0x00000000-0x000fffff pref] +[    7.264031] pci 0000:01:00.0: reg 0x30: [mem size 0x00010000 pref] 
-[    3.492699] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 02 +[    7.276451] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold 
-[    3.505925] pci 0000:00:00.0: BAR 0: no space for [mem size 0x80000000] +[    7.290515] pci 0000:00:00.0: PCI bridge to [bus 01-ff] 
-[    3.519101] pci 0000:00:00.0: BAR 0: failed to assign [mem size 0x80000000] +[    7.300966] pci 0000:00:00.0:   bridge window [io  0x0000-0x0fff] 
-[    3.532972] pci 0000:00:01.0: BAR 0: no space for [mem size 0x80000000] +[    7.313112] pci 0000:00:00.0:   bridge window [mem 0x60000000-0x600fffff
-[    3.546152] pci 0000:00:01.0: BAR 0: failed to assign [mem size 0x80000000] +[    7.326640] pci 0000:00:00.0:   bridge window [mem 0x60100000-0x601fffff pref] 
-[    3.560029] pci 0000:00:00.0: BAR 8: assigned [mem 0x60000000-0x600fffff] +[    7.341031] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01 
-[    3.573556] pci 0000:00:00.0: BAR 9: assigned [mem 0x60100000-0x601fffff pref] +[    7.354478] pci 0000:02:00.0: [14c3:7662] type 00 class 0x028000 
-[    3.587950] pci 0000:00:01.0: BAR 8: assigned [mem 0x60200000-0x602fffff] +[    7.366503] pci 0000:02:00.0: reg 0x10: [mem 0x60200000-0x602fffff 64bit] 
-[    3.601475] pci 0000:00:01.0: BAR 9: assigned [mem 0x60300000-0x603fffff pref] +[    7.380078] pci 0000:02:00.0: reg 0x30: initial BAR value 0x00000000 invalid 
-[    3.615869] pci 0000:00:00.0: BAR 1: assigned [mem 0x60400000-0x6040ffff] +[    7.394124] pci 0000:02:00.0: reg 0x30: [mem size 0x00010000 pref] 
-[    3.629398] pci 0000:00:01.0: BAR 1: assigned [mem 0x60410000-0x6041ffff] +[    7.406541] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold 
-[    3.642931] pci 0000:00:00.0: BAR 7: assigned [io  0x1e160000-0x1e160fff] +[    7.420631] pci 0000:00:01.0: PCI bridge to [bus 02-ff] 
-[    3.656457] pci 0000:00:01.0: BAR 7: assigned [io  0x1e161000-0x1e161fff] +[    7.431082] pci 0000:00:01.0:   bridge window [io  0x0000-0x0fff] 
-[    3.669996] pci 0000:01:00.0: BAR 0: assigned [mem 0x60000000-0x600fffff 64bit] +[    7.443229] pci 0000:00:01.0:   bridge window [mem 0x60200000-0x602fffff
-[    3.684569] pci 0000:01:00.0: BAR 6: assigned [mem 0x60100000-0x6010ffff pref] +[    7.456758] pci 0000:00:01.0:   bridge window [mem 0x60300000-0x603fffff pref] 
-[    3.698966] pci 0000:00:00.0: PCI bridge to [bus 01] +[    7.471150] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 02 
-[    3.708857] pci 0000:00:00.0:   bridge window [io  0x1e160000-0x1e160fff] +[    7.484393] pci 0000:00:00.0: BAR 0: no space for [mem size 0x80000000] 
-[    3.722386] pci 0000:00:00.0:   bridge window [mem 0x60000000-0x600fffff] +[    7.497574] pci 0000:00:00.0: BAR 0: failed to assign [mem size 0x80000000] 
-[    3.735910] pci 0000:00:00.0:   bridge window [mem 0x60100000-0x601fffff pref] +[    7.511445] pci 0000:00:01.0: BAR 0: no space for [mem size 0x80000000] 
-[    3.750309] pci 0000:02:00.0: BAR 0: assigned [mem 0x60200000-0x602fffff 64bit] +[    7.524625] pci 0000:00:01.0: BAR 0: failed to assign [mem size 0x80000000] 
-[    3.764882] pci 0000:02:00.0: BAR 6: assigned [mem 0x60300000-0x6030ffff pref] +[    7.538501] pci 0000:00:00.0: BAR 8: assigned [mem 0x60000000-0x600fffff] 
-[    3.779273] pci 0000:00:01.0: PCI bridge to [bus 02] +[    7.552035] pci 0000:00:00.0: BAR 9: assigned [mem 0x60100000-0x601fffff pref] 
-[    3.789162] pci 0000:00:01.0:   bridge window [io  0x1e161000-0x1e161fff] +[    7.566430] pci 0000:00:01.0: BAR 8: assigned [mem 0x60200000-0x602fffff] 
-[    3.802690] pci 0000:00:01.0:   bridge window [mem 0x60200000-0x602fffff] +[    7.579961] pci 0000:00:01.0: BAR 9: assigned [mem 0x60300000-0x603fffff pref] 
-[    3.816213] pci 0000:00:01.0:   bridge window [mem 0x60300000-0x603fffff pref] +[    7.594353] pci 0000:00:00.0: BAR 1: assigned [mem 0x60400000-0x6040ffff] 
-[    3.831155] mt7530 mdio-bus:1f: Link is Up - 1Gbps/Full - flow control off +[    7.607897] pci 0000:00:01.0: BAR 1: assigned [mem 0x60410000-0x6041ffff] 
-[    3.846104] UBI: auto-attach mtd7 +[    7.621425] pci 0000:00:00.0: BAR 7: assigned [io  0x1e160000-0x1e160fff] 
-[    3.852727] ubi0: attaching mtd7 +[    7.634954] pci 0000:00:01.0: BAR 7: assigned [io  0x1e161000-0x1e161fff] 
-[    4.325395] ubi0: scanning is finished +[    7.648493] pci 0000:01:00.0: BAR 0: assigned [mem 0x60000000-0x600fffff 64bit] 
-[    4.349323] ubi0: attached mtd7 (name "ubi", size 46 MiB) +[    7.663079] pci 0000:01:00.0: BAR 6: assigned [mem 0x60100000-0x6010ffff pref] 
-[    4.360102] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes +[    7.677470] pci 0000:00:00.0: PCI bridge to [bus 01] 
-[    4.373792] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048 +[    7.687363] pci 0000:00:00.0:   bridge window [io  0x1e160000-0x1e160fff] 
-[    4.387306] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096 +[    7.700891] pci 0000:00:00.0:   bridge window [mem 0x60000000-0x600fffff] 
-[    4.401163] ubi0: good PEBs: 367, bad PEBs: 1, corrupted PEBs: 0 +[    7.714417] pci 0000:00:00.0:   bridge window [mem 0x60100000-0x601fffff pref] 
-[    4.413128] ubi0: user volume: 2, internal volumes: 1, max. volumes count: 128 +[    7.728827] pci 0000:02:00.0: BAR 0: assigned [mem 0x60200000-0x602fffff 64bit] 
-[    4.427512] ubi0: max/mean erase counter: 2/1, WL threshold: 4096, image sequence number: 1645043350 +[    7.743403] pci 0000:02:00.0: BAR 6: assigned [mem 0x60300000-0x6030ffff pref] 
-[    4.445700] ubi0: available PEBs: 0, total reserved PEBs: 367, PEBs reserved for bad PEB handling: 19 +[    7.757793] pci 0000:00:01.0: PCI bridge to [bus 02] 
-[    4.464079] ubi0: background thread "ubi_bgt0d" started, PID 497 +[    7.767685] pci 0000:00:01.0:   bridge window [io  0x1e161000-0x1e161fff] 
-[    4.465943] block ubiblock0_0: created from ubi0:0(rootfs) +[    7.781213] pci 0000:00:01.0:   bridge window [mem 0x60200000-0x602fffff] 
-[    4.486976] ubiblock: device ubiblock0_0 (rootfs) set to be root filesystem +[    7.794747] pci 0000:00:01.0:   bridge window [mem 0x60300000-0x603fffff pref] 
-[    4.500842] hctosys: unable to open rtc device (rtc0) +[    7.813533] UBI: auto-attach mtd12 
-[    4.518768] VFS: Mounted root (squashfs filesystem) readonly on device 254:0. +[    7.820332] ubi0: attaching mtd12 
-[    4.537207] Freeing unused kernel memory: 1260K +[    7.827261] mt7530 mdio-bus:1f: Link is Up - 1Gbps/Full - flow control rx/tx 
-[    4.546255] This architecture does not have kernel memory protection. +[    7.943413] UBI: EOF marker found, PEBs from 33 will be erased 
-[    4.559076] Run /sbin/init as init process +[    8.974645] ubi0: scanning is finished 
-   5.132619] init: Console is alive +[    9.030494] ubi0: volume 1 ("rootfs_data") re-sized from 9 to 517 LEBs 
-   5.139648] init: - watchdog - +[    9.044544] ubi0: attached mtd12 (name "ubi", size 70 MiB) 
-   5.903624] kmodloader: loading kernel modules from /etc/modules-boot.d/+[    9.055503] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes 
-   6.005976] usbcore: registered new interface driver usbfs +[    9.069189] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048 
-   6.017047] usbcore: registered new interface driver hub +[    9.082707] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096 
-   6.027759] usbcore: registered new device driver usb +[    9.096569] ubi0: good PEBs: 564, bad PEBs: 0, corrupted PEBs: 0 
-   6.047257] xhci-mtk 1e1c0000.xhci: 1e1c0000.xhci supply vbus not found, using dummy regulator +[    9.108524] ubi0: user volume: 2, internal volumes: 1, max. volumes count: 128 
-   6.064614] xhci-mtk 1e1c0000.xhci: 1e1c0000.xhci supply vusb33 not found, using dummy regulator +[    9.122909] ubi0: max/mean erase counter: 1/0, WL threshold: 4096, image sequence number: 1653850628 
-   6.082343] xhci-mtk 1e1c0000.xhci: xHCI Host Controller +[    9.141097] ubi0: available PEBs: 0, total reserved PEBs: 564, PEBs reserved for bad PEB handling: 12 
-   6.092957] xhci-mtk 1e1c0000.xhci: new USB bus registered, assigned bus number 1 +[    9.159491] ubi0: background thread "ubi_bgt0d" started, PID 451 
-   6.113890] xhci-mtk 1e1c0000.xhci: hcc params 0x01401198 hci version 0x96 quirks 0x0000000000290010 +[    9.161835] block ubiblock0_0: created from ubi0:0(rootfs) 
-   6.132185] xhci-mtk 1e1c0000.xhci: irq 20, io mem 0x1e1c0000 +[    9.182485] ubiblock: device ubiblock0_0 (rootfs) set to be root filesystem 
-   6.144925] hub 1-0:1.0: USB hub found +[    9.254784] VFS: Mounted root (squashfs filesystem) readonly on device 254:0. 
-   6.152497] hub 1-0:1.0: 2 ports detected +[    9.274818] Freeing unused kernel memory: 1276K 
-   6.161087] xhci-mtk 1e1c0000.xhci: xHCI Host Controller +[    9.283898] This architecture does not have kernel memory protection. 
-   6.171723] xhci-mtk 1e1c0000.xhci: new USB bus registered, assigned bus number 2 +[    9.296748] Run /sbin/init as init process 
-   6.186652] xhci-mtk 1e1c0000.xhci: Host supports USB 3.0 SuperSpeed +  10.196733] init: Console is alive 
-   6.199534] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. +  10.204007] init: - watchdog - 
-   6.216546] hub 2-0:1.0: USB hub found +  11.576627] kmodloader: loading kernel modules from /etc/modules-boot.d/
-   6.224119] hub 2-0:1.0: 1 port detected +  11.765977] usbcore: registered new interface driver usbfs 
-   6.237480] kmodloader: done loading kernel modules from /etc/modules-boot.d/+  11.777085] usbcore: registered new interface driver hub 
-   6.262089] init: - preinit - +  11.787892] usbcore: registered new device driver usb 
-   6.933151] mtk_soc_eth 1e100000.ethernet eth0: configuring for fixed/rgmii link mode +  11.808902] xhci-mtk 1e1c0000.xhci: supply vbus not found, using dummy regulator 
-[    6.949257] mtk_soc_eth 1e100000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx +  11.823978] xhci-mtk 1e1c0000.xhci: supply vusb33 not found, using dummy regulator 
-[    6.966123] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready +  11.839314] xhci-mtk 1e1c0000.xhci: xHCI Host Controller 
-[    7.082876] random: jshn: uninitialized urandom read (4 bytes read) +  11.849947] xhci-mtk 1e1c0000.xhci: new USB bus registered, assigned bus number 1 
-   7.153566] random: jshn: uninitialized urandom read (4 bytes read) +  11.873186] xhci-mtk 1e1c0000.xhci: hcc params 0x01401198 hci version 0x96 quirks 0x0000000000290010 
-   7.198467] random: jshn: uninitialized urandom read (4 bytes read) +  11.891454] xhci-mtk 1e1c0000.xhci: irq 20, io mem 0x1e1c0000 
-   7.424145] mt7530 mdio-bus:1f lan1: configuring for phy/gmii link mode +  11.904263] hub 1-0:1.0: USB hub found 
-   7.437804] 8021q: adding VLAN 0 to HW filter on device lan1+  11.911883] hub 1-0:1.0: 2 ports detected 
 +  11.920609] xhci-mtk 1e1c0000.xhci: xHCI Host Controller 
 +  11.931284] xhci-mtk 1e1c0000.xhci: new USB bus registered, assigned bus number 2 
 +  11.946264] xhci-mtk 1e1c0000.xhci: Host supports USB 3.0 SuperSpeed 
 +  11.959156] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. 
 +  11.976226] hub 2-0:1.0: USB hub found 
 +  11.983865] hub 2-0:1.0: 1 port detected 
 +  12.001089] kmodloader: done loading kernel modules from /etc/modules-boot.d/
 +  12.033527] init: - preinit - 
 +  13.227472] random: jshn: uninitialized urandom read (4 bytes read) 
 +  13.314811] random: jshn: uninitialized urandom read (4 bytes read) 
 +  13.412744] random: jshn: uninitialized urandom read (4 bytes read) 
 +  13.911650] mtk_soc_eth 1e100000.ethernet eth0: configuring for fixed/rgmii link mode 
 +[   13.928086] mtk_soc_eth 1e100000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx 
 +[   13.933362] mt7530 mdio-bus:1f lan1: configuring for phy/gmii link mode 
 +  13.958442] 8021q: adding VLAN 0 to HW filter on device lan1 
 +[   13.972362] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
 Press the [f] key and hit [enter] to enter failsafe 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 Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level
-[   11.526201mt7530 mdio-bus:1f lan1Link is Up 1Gbps/Full - flow control rx/tx +[   18.193571UBIFS (ubi0:1)default file-system created 
-[   11.541168] IPv6: ADDRCONF(NETDEV_CHANGE): lan1: link becomes ready +[   18.205367] UBIFS (ubi0:1): Mounting in unauthenticated mode 
-[   11.634739] UBIFS (ubi0:1): Mounting in unauthenticated mode +[   18.216951] UBIFS (ubi0:1): background thread "ubifs_bgt0_1" started, PID 595 
-[   11.646262] UBIFS (ubi0:1): background thread "ubifs_bgt0_1" started, PID 635 +[   18.345861] UBIFS (ubi0:1): UBIFS: mounted UBI device 0, volume 1, name "rootfs_data" 
-[   11.729984] UBIFS (ubi0:1): recovery needed +[   18.361486] UBIFS (ubi0:1): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes 
-[   11.948593] UBIFS (ubi0:1): recovery completed +[   18.381232] UBIFS (ubi0:1): FS size: 64376832 bytes (61 MiB, 507 LEBs), journal size 3174400 bytes (MiB, 25 LEBs) 
-[   11.957622] UBIFS (ubi0:1): UBIFS: mounted UBI device 0, volume 1, name "rootfs_data" +[   18.402015] UBIFS (ubi0:1): reserved for root: 3040676 bytes (2969 KiB) 
-[   11.973228] UBIFS (ubi0:1): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes +[   18.415193] UBIFS (ubi0:1): media format: w5/r0 (latest is w5/r0), UUID 93C44890-6220-4B05-B3D2-C53F9B0FDF2C, small LPT model 
-[   11.992992] UBIFS (ubi0:1): FS size: 38981632 bytes (37 MiB, 307 LEBs), journal size 1904640 bytes (MiB, 15 LEBs) +[   18.441106] mount_root: overlay filesystem has not been fully initialized yet 
-[   12.013785] UBIFS (ubi0:1): reserved for root: 1841198 bytes (1798 KiB) +[   18.456231] mount_root: switching to ubifs overlay 
-[   12.026966] UBIFS (ubi0:1): media format: w5/r0 (latest is w5/r0), UUID 797BBB62-6C58-4052-A714-C9FC5F3D5803, small LPT model +[   18.474405] urandom-seed: Seed file not found (/etc/urandom.seed) 
-[   12.061966] mount_root: switching to ubifs overlay +[   18.594612] procd: - early - 
-[   12.087507] urandom-seed: Seeding with /etc/urandom.seed +[   18.600594] procd: - watchdog - 
-[   12.203361] mt7530 mdio-bus:1f lan1: Link is Down +[   19.253248] procd: - watchdog - 
-[   12.230224] procd: - early - +[   19.366550] procd: - ubus - 
-[   12.236130] procd: - watchdog - +[   19.546596] procd: - init -
-Failed to connect to ubus +
-[   12.853965] procd: - watchdog - +
-[   12.862533] procd: - ubus - +
-[   13.033997] procd: - init -+
 Please press Enter to activate this console. Please press Enter to activate this console.
-[   14.592510] urngd: v1.0.2 started. +[   20.338738] kmodloader: loading kernel modules from /etc/modules.d/
-[   14.612966] kmodloader: loading kernel modules from /etc/modules.d/+[   20.538101urngdv1.0.2 started
-[   14.645985ehci_hcdUSB 2.0 'Enhanced' Host Controller (EHCI) Driver +[   20.643566] Loading modules backported from Linux version v5.15.33-0-g06f50ca83ace 
-[   14.709849] SCSI subsystem initialized +[   20.658689] Backport generated by backports.git v5.15.33-1-0-g183c4ab2 
-[   14.740384] ehci-fsl: Freescale EHCI Host controller driver +[   20.727951randomcrng init done 
-[   14.753510] ehci-platform: EHCI generic platform driver +[   20.734786random7 urandom warning(s) missed due to ratelimiting 
-[   14.769941] crng init done +[   20.883280] mt7621-pci 1e140000.pcie: bus=1 slot=0 irq=22 
-[   14.775453] random: 7 urandom warning(s) missed due to ratelimiting +[   20.894088] pci 0000:00:00.0: enabling device (0006 -> 0007) 
-[   14.795660] uhci_hcd: USB Universal Host Controller Interface driver +[   20.905385] mt76x2e 0000:01:00.0: enabling device (0000 -> 0002) 
-[   14.836310] usbcore: registered new interface driver cdc_acm +[   20.917534] mt76x2e 0000:01:00.0: ASIC revision: 76120044 
-[   14.847647] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters +[   21.583625] mt76x2e 0000:01:00.0: ROM patch build: 20141115060606a 
-[   14.868600] usbcore: registered new interface driver cdc_wdm +[   21.599681] mt76x2e 0000:01:00.0: Firmware Version: 0.0.00 
-[   14.881539] Loading modules backported from Linux version v5.10.85-0-ge4f2aee6612e +[   21.610662] mt76x2e 0000:01:00.0: Build: 1 
-[   14.896718] Backport generated by backports.git v5.10.85-1-0-gf988973f +[   21.618821] mt76x2e 0000:01:00.0: Build Time: 201607111443____ 
-[   14.914971usbcoreregistered new interface driver ipheth +[   21.653058] mt76x2e 0000:01:00.0: Firmware running! 
-[   14.954830usbcoreregistered new interface driver usb-storage +[   21.668980] mt7621-pci 1e140000.pcie: bus=2 slot=1 irq=23 
-[   14.990935] usbcore: registered new interface driver usbserial_generic +[   21.679887] pci 0000:00:01.0: enabling device (0006 -> 0007) 
-[   15.004163] usbserial: USB Serial support registered for generic +[   21.691421] mt76x2e 0000:02:00.0: ASIC revision: 76020044 
-[   15.025333] xt_time: kernel timezone is -0000 +[   22.363101] mt76x2e 0000:02:00.0: ROM patch already applied 
-[   15.036108] usbcore: registered new interface driver cdc_ether +[   22.375045] mt76x2e 0000:02:00.0: Firmware Version: 0.0.00 
-[   15.058644] usbcore: registered new interface driver cdc_ncm +[   22.386035] mt76x2e 0000:02:00.0: Build: 1 
-[   15.101574] usbcore: registered new interface driver huawei_cdc_ncm +[   22.394244] mt76x2e 0000:02:00.0: Build Time: 201607111443____ 
-[   15.168815] mt7621-pci 1e140000.pcie: bus=1 slot=0 irq=23 +[   22.409320] mt76x2e 0000:02:00.0: Firmware running! 
-[   15.179718] pci 0000:00:00.0: enabling device (0004 -> 0007) +[   22.477520] PPP generic driver version 2.4.2 
-[   15.191068] mt76x2e 0000:01:00.0: enabling device (0000 -> 0002) +[   22.488059] NET: Registered protocol family 24 
-[   15.203394] mt76x2e 0000:01:00.0: ASIC revision: 76120044 +[   22.506133] kmodloader: done loading kernel modules from /etc/modules.d/
-[   15.614520] mt76x2e 0000:01:00.0: ROM patch build: 20141115060606a +[   45.935134] mtk_soc_eth 1e100000.ethernet eth0: Link is Down 
-[   15.632660] mt76x2e 0000:01:00.0: Firmware Version: 0.0.00 +[   45.957571] mtk_soc_eth 1e100000.ethernet eth0: configuring for fixed/rgmii link mode 
-[   15.643685] mt76x2e 0000:01:00.0: Build: 1 +[   45.974220] mtk_soc_eth 1e100000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx 
-[   15.651883] mt76x2e 0000:01:00.0: Build Time: 201507311614____ +[   45.980434] mt7530 mdio-bus:1f lan1: configuring for phy/gmii link mode 
-[   15.677853] mt76x2e 0000:01:00.0: Firmware running! +[   46.005019] 8021q: adding VLAN 0 to HW filter on device lan1 
-[   15.693920] mt7621-pci 1e140000.pcie: bus=2 slot=1 irq=24 +[   46.019613] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready 
-[   15.704799] pci 0000:00:01.0: enabling device (0004 -> 0007) +[   46.033380] br-lan: port 1(lan1) entered blocking state 
-[   15.716140] mt76x2e 0000:02:00.0: enabling device (0000 -> 0002) +[   46.043871] br-lan: port 1(lan1) entered disabled state 
-[   15.728467] mt76x2e 0000:02:00.0: ASIC revision: 76020044 +[   46.056157] device lan1 entered promiscuous mode 
-[   16.137817] mt76x2e 0000:02:00.0: ROM patch already applied +[   46.065422] device eth0 entered promiscuous mode 
-[   16.150315] mt76x2e 0000:02:00.0: Firmware Version: 0.0.00 +[   46.104867] mt7530 mdio-bus:1f lan2: configuring for phy/gmii link mode 
-[   16.161419] mt76x2e 0000:02:00.0: Build: 1 +[   46.118865] 8021q: adding VLAN 0 to HW filter on device lan2 
-[   16.169657] mt76x2e 0000:02:00.0: Build Time: 201507311614____ +[   46.135497] br-lan: port 2(lan2) entered blocking state 
-[   16.197771] mt76x2e 0000:02:00.0: Firmware running! +[   46.146064] br-lan: port 2(lan2) entered disabled state 
-[   16.228903] PPP generic driver version 2.4.2 +[   46.158570] device lan2 entered promiscuous mode 
-[   16.239328] NET: Registered protocol family 24 +[   46.183591] mt7530 mdio-bus:1f lan3: configuring for phy/gmii link mode 
-[   16.253207] usbcore: registered new interface driver qmi_wwan +[   46.197815] 8021q: adding VLAN 0 to HW filter on device lan3 
-[   16.266466] usbcore: registered new interface driver sierra +[   46.212925] br-lan: port 3(lan3) entered blocking state 
-[   16.277829] usbserial: USB Serial support registered for Sierra USB modem +[   46.223510] br-lan: port 3(lan3) entered disabled state 
-[   16.293511] usbcore: registered new interface driver sierra_net +[   46.235444] device lan3 entered promiscuous mode 
-[   16.316359] usbcore: registered new interface driver cdc_mbim +[   46.264548] mt7530 mdio-bus:1f lan4: configuring for phy/gmii link mode 
-[   16.336032] usbcore: registered new interface driver option +[   46.278445] 8021q: adding VLAN 0 to HW filter on device lan4 
-[   16.347499] usbserial: USB Serial support registered for GSM modem (1-port) +[   46.293515] br-lan: port 4(lan4) entered blocking state 
-[   16.366126] usbcore: registered new interface driver qcserial +[   46.304033] br-lan: port 4(lan4) entered disabled state 
-[   16.377944] usbserial: USB Serial support registered for Qualcomm USB modem +[   46.316290] device lan4 entered promiscuous mode 
-[   16.392452] kmodloader: done loading kernel modules from /etc/modules.d/+[   46.345534] mt7530 mdio-bus:1f wan: configuring for phy/gmii link mode 
-[   24.020165] mtk_soc_eth 1e100000.ethernet eth0: Link is Down +[   46.359237] 8021q: adding VLAN 0 to HW filter on device wan 
-[   24.040611] mtk_soc_eth 1e100000.ethernet eth0: configuring for fixed/rgmii link mode +[   47.688786] mt7530 mdio-bus:1f lan2: Link is Up - 100Mbps/Full - flow control off 
-[   24.056751] mtk_soc_eth 1e100000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx +[   47.703945] br-lan: port 2(lan2) entered blocking state 
-[   24.061775] mt7530 mdio-bus:1f lan1: configuring for phy/gmii link mode +[   47.714469] br-lan: port 2(lan2) entered forwarding state 
-[   24.087408] 8021q: adding VLAN 0 to HW filter on device lan1 +[   47.727937] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready 
-[   24.101663] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready + 
-[   24.115033] br-lan: port 1(lan1) entered blocking state + 
-[   24.125532] br-lan: port 1(lan1) entered disabled state + 
-[   24.136792] device lan1 entered promiscuous mode +BusyBox v1.35.0 (2022-05-29 18:57:08 UTC) built-in shell (ash
-[   24.146110] device eth0 entered promiscuous mode + 
-[   24.176449] mt7530 mdio-bus:1f lan2: configuring for phy/gmii link mode +  _______                     ________        __ 
-[   24.190575] 8021q: adding VLAN 0 to HW filter on device lan2 +       |.-----.-----.-----.|  |  |  |.----.|  |_ 
-[   24.205647] br-lan: port 2(lan2) entered blocking state +   -   ||  _  |  -__|     ||  |  |  ||   _||   _| 
-[   24.216278] br-lan: port 2(lan2) entered disabled state + |_______||   __|_____|__|__||________||__|  |____| 
-[   24.227953] device lan2 entered promiscuous mode +          |__| W I R E L E S S   F R E E D O M 
-[   24.249566] mt7530 mdio-bus:1f lan3: configuring for phy/gmii link mode + ----------------------------------------------------- 
-[   24.263460] 8021q: adding VLAN 0 to HW filter on device lan3 + OpenWrt SNAPSHOT, r19711-cc84040cb4 
-[   24.278915] br-lan: port 3(lan3) entered blocking state + ----------------------------------------------------- 
-[   24.289458] br-lan: port 3(lan3) entered disabled state +=== WARNING! ===================================== 
-[   24.301588] device lan3 entered promiscuous mode +There is no root password defined on this device! 
-[   24.321850] mt7530 mdio-bus:1f lan4: configuring for phy/gmii link mode +Use the "passwd" command to set up a new password 
-[   24.335824] 8021q: adding VLAN 0 to HW filter on device lan4 +in order to prevent unauthorized SSH logins. 
-[   24.350932] br-lan: port 4(lan4) entered blocking state +-------------------------------------------------- 
-[   24.361527] br-lan: port 4(lan4) entered disabled state +root@OpenWrt:/# ubus call system board 
-[   24.374072] device lan4 entered promiscuous mode +{ 
-[   24.403752] mt7530 mdio-bus:1f wan: configuring for phy/gmii link mode +        "kernel": "5.10.115", 
-[   24.417799] 8021q: adding VLAN 0 to HW filter on device wan +        "hostname""OpenWrt", 
-[   28.198382] mt7530 mdio-bus:1f lan1: Link is Up - 1Gbps/Full - flow control rx/tx +        "system""MediaTek MT7621 ver:1 eco:3", 
-[   28.226645] br-lan: port 1(lan1) entered blocking state +        "model": "WiFire S1500.NBN", 
-[   28.237150] br-lan: port 1(lan1) entered forwarding state +        "board_name": "wifire,s1500-nbn", 
-[   28.252670] br-lan: port 5(wlan1) entered blocking state +        "rootfs_type""squashfs", 
-[   28.263334] br-lan: port 5(wlan1) entered disabled state +        "release":
-[   28.274897] device wlan1 entered promiscuous mode +                "distribution": "OpenWrt", 
-[   28.285579] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready +                "version": "SNAPSHOT", 
-[   28.759330] IPv6: ADDRCONF(NETDEV_CHANGE)wlan1link becomes ready +                "revision": "r19711-cc84040cb4", 
-[   28.772525] br-lan: port 5(wlan1entered blocking state +                "target""ramips/mt7621", 
-[   28.783280] br-lan: port 5(wlan1) entered forwarding state +                "description": "OpenWrt SNAPSHOT r19711-cc84040cb4" 
-  29.264699] br-lan: port 6(wlan0) entered blocking state +        } 
-  29.275346] br-lanport 6(wlan0) entered disabled state +}</nowiki>
-[   29.286668] device wlan0 entered promiscuous mode +
-[   30.384800] IPv6ADDRCONF(NETDEV_CHANGE)wlan0link becomes ready +
-[   30.398089] br-lanport 6(wlan0) entered blocking state +
-[   30.408796] br-lanport 6(wlan0) entered forwarding state +
-</nowiki>+
 </WRAP>\\ </WRAP>\\
 ===== Notes ===== ===== Notes =====
Line 2801: Line 2168:
 ===== Tags ===== ===== Tags =====
 [[meta:tags|How to add tags]] [[meta:tags|How to add tags]]
-{{tag>EXAMPLETAG unsupported}}+{{tagpage>U-boot}} 
 +{{tagpage>2core}} 
 +{{tagpage>MT7621}} 
 +{{tagpage>GigabitEthernet}} 
 +{{tagpage>1NIC}} 
 +{{tagpage>5Port}} 
 +{{tagpage>2WNIC}} 
 +{{tagpage>802.11ac}} 
 +{{tagpage>802.11abgn}} 
 +{{tagpage>InternalAntenna}} 
 +{{tagpage>4Ant}} 
 +{{tagpage>128RAM}} 
 +{{tagpage>128NAND}} 
 +{{tagpage>USB2.0}} 
 +{{tagpage>USB}} 
 +{{tagpage>1USB}} 
 +{{tagpage>JTAG}} 
 +{{tagpage>Serial}} 
 +{{tagpage>GPIO}} 
 +{{tagpage>2button}} 
 +{{tagpage>12v_powered}} 
 +{{tagpage>Dual_firmware}}
  • Last modified: 2024/09/05 19:03
  • by csharper2005