Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
inbox:toh:sercomm:s3 [2023/01/07 13:25] – [Table] shahidinbox:toh:sercomm:s3 [2023/02/02 16:04] – [Return to Stock] shahid
Line 4: Line 4:
 /* 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}} +This is AC2100 dual Band Wireless Router which now supports OpenWrt
- +
-//Write a short, relevant description of the device. Include a technical overview, but avoid marketing buzzwords/useless stuff. Two to four sentences is about right. A picture is good, too. Edit the page to see how to add pictures.// +
 /*****/ /*****/
 /* How to add images ========> https://openwrt.org/meta/adding_images_to_openwrt_wiki */ /* How to add images ========> https://openwrt.org/meta/adding_images_to_openwrt_wiki */
 /*****/ /*****/
  
-{{ media:example:genericrouter1.png?200|Generic Router}}+{{ media:sercomm_s3_front.jpg?200|Generic Router}}
  
  
 ===== OpenWrt support ===== ===== OpenWrt support =====
  
-<color red>**Not supported.**</color>+**OpenWrt forum thread**: [[https://forum.openwrt.org/t/openwrt-for-sercomm-model-s3/147649]]
  
- 
-/*** if info available: uncomment and fill in 
-===== Supporting activities ===== 
-//Describe if there are any ongoing activities that might lead to OpenWrt support.// 
- 
-  * OpenWrt forum thread: (add link) 
-***/ 
  
  
Line 46: Line 36:
 | Beeline | Smart Box TURBO | MediaTek MT7621AT | 880 MHz    256 MiB  |  256 MiB  |  MediaTek MT7603EN, MediaTek MT7615N  |  b/g/n   | a/n/ac | 5 | No | 1x 3.0  |   Yes    | | Beeline | Smart Box TURBO | MediaTek MT7621AT | 880 MHz    256 MiB  |  256 MiB  |  MediaTek MT7603EN, MediaTek MT7615N  |  b/g/n   | a/n/ac | 5 | No | 1x 3.0  |   Yes    |
 | Beeline | Smart Box TURBO+ | MediaTek MT7621AT | 880 MHz    128 MiB  |  128 MiB  |  MediaTek MT7603EN, MediaTek MT7615N  |  b/g/n   | a/n/ac | 5 | Yes | 1x 3.0  |   Yes    | | Beeline | Smart Box TURBO+ | MediaTek MT7621AT | 880 MHz    128 MiB  |  128 MiB  |  MediaTek MT7603EN, MediaTek MT7615N  |  b/g/n   | a/n/ac | 5 | Yes | 1x 3.0  |   Yes    |
 +
 +==== OpenWrt installation ====
 +
 +1.  Login to the router web interface under admin account
 +
 +2.  Navigate to Settings -> Configuration
 +
 +3.  Upload this modified config file (config file password is E1234) . [[https://github.com/Shahid247/sercomm_s3_change_bootflag/blob/main/Sercomm_s3_config.cfg]]
 +
 +4.  Login via Putty SSH 192.168.1.1 under user=SuperUser  password=E12345678
 +
 +5.  Once logged in type
 +<code bash>
 +sh
 +</code>
 +
 +6. Change bootflag to Sercomm1 and reboot:
 +<code bash>
 +printf 1 | dd bs=1 seek=7 count=1 of=/dev/mtdblock3
 +reboot
 +</code>
 +
 +7. After restart login to web interface with user=admin password=E12345678 & upload etisalat_s3-squashfs-factory.img
 +
 +8. Now openwrt boots & boot flag will automatically changes to "Boot Flag : Sercomm0"
 +
 +9. Now we have Successfully installed Openwrt in slot 0, while we still have OEM Firmware stored in slot 1. If you want to revert back to oem follow the section.
 +
 +
 +==== 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/mtdblock3
 +reboot
 +</code>
 +
 +2. Stock firmware will boot from slot 1 & automatically replaces OpenWrt in slot 0 with OEM Firmware.
 +
 +
 +==== Backup ====
 +
 +It's recommended to make a mtd backup before you start:
 +
 +1. Set up a tftp server (e.g. tftpd64 for windows)
 +
 +2. Set your pc ip address 192.168.1.2
 +
 +3. Connect to a router using SSH shell with SuperUser and run the following commands:
 +<code bash>
 +sh
 +cd /tmp
 +for i in 0 1 2 3 4 5 6 7 8 9 10; do nanddump -f mtd$i /dev/mtd$i; \
 +tftp -l mtd$i -p 192.168.1.2; md5sum mtd$i >> mtd.md5; rm mtd$i; done
 +tftp -l mtd.md5 -p 192.168.1.2
 +</code>
  
  
-/*** if info available: uncomment and fill in 
-===== Installation ===== 
-  - → [[:downloads|Obtain firmware]] 
-  - → [[docs:guide-user:installation:generic.flashing|Install OpenWrt]] 
-  - → [[:downloads|Latest OpenWrt release]] 
  
-==== Installing OpenWrt ==== 
-***/ 
  
  
Line 121: Line 159:
 ^ Flash size      | 128 MiB Nand       | ^ Flash size      | 128 MiB Nand       |
 ^ RAM             | 256 MiB            | ^ RAM             | 256 MiB            |
-^ Wireless        | MT7615DN           |+^ Wireless        | MT7603E  MT7615E   |
 ^ Ethernet        | MT7621AT           | ^ Ethernet        | MT7621AT           |
 ^ Switch          | MT7621AT           | ^ Switch          | MT7621AT           |
Line 129: Line 167:
  
  
-/*** if info available: uncomment and fill in+
 ==== Flash Layout ==== ==== Flash Layout ====
 <WRAP BOX> <WRAP BOX>
-FIXME //[[:docs:techref:flash.layout#discovery_how_to_find_out|Find out flash layout]], then add the flash layout table here (copy, paste, modify the [[docs:techref:flash.layout#partitioning_of_squashfs-images|example]]).//+<code> 
 +dev   size   erasesize  name 
 +mtd000100000 00020000 "u-boot" 
 +mtd100100000 00020000 "dynamic partition map" 
 +mtd200100000 00020000 "Factory" 
 +mtd300100000 00020000 "Boot Flag" 
 +mtd4: 00600000 00020000 "kernel" 
 +mtd5: 00600000 00020000 "Kernel 2" 
 +mtd6: 02000000 00020000 "File System 1" 
 +mtd7: 02000000 00020000 "File System 2" 
 +mtd8: 01400000 00020000 "Configuration/log" 
 +mtd9: 01b80000 00020000 "application tmp buffer (Ftool)
 +mtd10: 04f80000 00020000 "ubi" 
 +</code> 
 +</WRAP>
  
-Please check out the article [[docs:techref:flash.layout|Flash layout]]. It contains examples and explanations that describe how to document the flash layout.+==== Device Specific Details ==== 
 + 
 +<WRAP center round info 60%> 
 +mtd2 contains following information 
 +| **Info**    | Offset        | 
 +| ''Macaddr'' | 21000         | 
 +| ''Serial Number / SuperUser password'' | 21010   | 
 +| ''WPS PIN'' | 21070 | 
 +| ''admin password'' | 210E0 |
 </WRAP> </WRAP>
-***/+{{ media:s3_macinfo.jpg?600 | mtd2-HXD Output}} 
 + 
  
  
Line 145: Line 207:
 /* Thanks, your wiki administration - Oct. 2015 */ /* Thanks, your wiki administration - Oct. 2015 */
  
-**Insert photo of front of the casing**+{{:media:sercomm_s3_front.jpg?500|sercomm_s3_pcb_front}}
  
-**Insert photo of back of the casing**+{{:media:sercomm_s3_pcb_front.jpg?500|sercomm_s3_pcb_front}}
  
-**Insert photo of backside label**+{{:media:sercomm_s3_pcb_back.jpg?500|sercomm_s3_pcb_back}} 
 + 
 +{{:media:sercomm_s3_label.jpg?500|sercomm_s3_label}}
  
-**Insert photo of PCB** 
  
 ==== Opening the case ==== ==== Opening the case ====
  
 <WRAP BOX> <WRAP BOX>
-FIXME //Describe what needs to be done to open the device, e.g. remove rubber feet, adhesive labels, screws, ...//+Under large rubber pads there are two screws, Unscrew & open locks gently with plastic tool.
 </WRAP> </WRAP>
  
Line 163: Line 226:
  
 How to connect to the Serial Port of this specific device:\\ How to connect to the Serial Port of this specific device:\\
-**Insert photo of PCB with markings for serial port**+{{media:sercomm_s3_serial.jpg?500|Sercomm Model S3 Serial}} 
 +^ Serial connection parameters for Sercomm S3 | 56700, 8N1 | 
 +Built in shell access
  
-<WRAP BOX> +User: SuperUser
-FIXME //Replace EXAMPLE by real values.// +
-</WRAP>+
  
-^ Serial connection parameters\\ for Sercomm S3 @@Version@@ | 56700, 8N1 |+Password: SN (Printed on the back of your router) & can also be found in oem bootlog
  
 +once logged in type sh press enter for shell access.
 ==== JTAG ==== ==== JTAG ====
 -> [[docs:techref:hardware:port.jtag]] general information about the JTAG port, JTAG cable, etc. -> [[docs:techref:hardware:port.jtag]] general information about the JTAG port, JTAG cable, etc.
  
-How to connect to the JTAG Port of this specific device:\\ +There is no Jtag on this board
-**Insert photo of PCB with markings for JTAG port**+
  
 ===== Bootlogs ===== ===== Bootlogs =====
Line 931: Line 994:
 ==== OpenWrt bootlog ==== ==== OpenWrt bootlog ====
 <WRAP bootlog> <WRAP bootlog>
-<nowiki>COPY HERE THE BOOTLOG ONCE OPENWRT IS INSTALLED AND RUNNING</nowiki>+<nowiki> 
 +=================================================================== 
 +                MT7621   stage1 code 10:33:11 (ASIC) 
 +                CPU=50000000 HZ BUS=16666666 HZ 
 +================================================================== 
 +Change MPLL source from XTAL to CR... 
 +do MEMPLL setting.. 
 +MEMPLL Config : 0x11100000 
 +3PLL mode + External loopback 
 +=== XTAL-40Mhz === DDR-1200Mhz === 
 +PLL3 FB_DL: 0xb, 1/0 = 565/459 2D000000 
 +PLL4 FB_DL: 0x13, 1/0 = 547/477 4D000000 
 +PLL2 FB_DL: 0x14, 1/0 = 740/284 51000000 
 +do DDR setting..[00320381] 
 +Apply DDR3 Setting...(use customer AC) 
 +          0    8   16   24   32   40   48   56   64   72   80   88   96  104  112  120 
 +      -------------------------------------------------------------------------------- 
 +0000:   0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0 
 +0001:   0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0 
 +0002:   0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0 
 +0003:   0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0 
 +0004:   0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0 
 +0005:   0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0 
 +0006:   0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0 
 +0007:   0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0 
 +0008:   0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0 
 +0009:   0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0 
 +000A:   0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0 
 +000B:   0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0 
 +000C:   0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0 
 +000D:   0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0 
 +000E:   0    0    0    0    0    0    0    0    0    0    1    1    1    1    1    1 
 +000F:   0    0    0    0    0    1    1    1    1    1    1    1    1    1    1    0 
 +0010:   1    1    1    1    1    1    1    1    1    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 = 16 
 +rank 0 fine = 40 
 +B:|    0    0    0    0    0    0    0    1    1    1    0    0    0    0    0    0 
 +opt_dle value:8 
 +DRAMC_R0DELDLY[018]=00001E1F 
 +================================================================== 
 +                RX      DQS perbit delay software calibration 
 +================================================================== 
 +1.0-15 bit dq delay value 
 +================================================================== 
 +bit|      1  2  3  4  5  6  7  8  9 
 +-------------------------------------- 
 +0 |    13 7 13 10 12 7 11 6 3 9 
 +10 |    6 12 7 8 3 10 
 +-------------------------------------- 
 + 
 +================================================================== 
 +2.dqs window 
 +x=pass dqs delay value (min~max)center 
 +y=0-7bit DQ of every group 
 +input delay:DQS0 =31 DQS1 = 30 
 +================================================================== 
 +bit     DQS0     bit      DQS1 
 +0  (1~60)30  8  (1~57)29 
 +1  (1~56)28  9  (1~60)30 
 +2  (1~60)30  10  (1~60)30 
 +3  (1~57)29  11  (1~56)28 
 +4  (1~58)29  12  (1~60)30 
 +5  (1~59)30  13  (0~58)29 
 +6  (1~59)30  14  (1~60)30 
 +7  (2~60)31  15  (1~59)30 
 +================================================================== 
 +3.dq delay value last 
 +================================================================== 
 +bit|    0  1  2  3  4  5  6  7  8   9 
 +-------------------------------------- 
 +0 |    14 10 14 12 14 8 12 6 4 9 
 +10 |    6 14 7 9 3 10 
 +================================================================== 
 +================================================================== 
 +     TX  perbyte calibration 
 +================================================================== 
 +DQS loop = 15, cmp_err_1 = ffff3b04 
 +DQS loop = 14, cmp_err_1 = ffff2a00 
 +dqs_perbyte_dly.last_dqsdly_pass[0]=14,  finish count=1 
 +DQS loop = 13, cmp_err_1 = ffff2200 
 +DQS loop = 12, cmp_err_1 = ffff0000 
 +dqs_perbyte_dly.last_dqsdly_pass[1]=12,  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,9) 
 +20,data:88 
 +[EMI] DRAMC calibration passed 
 + 
 +=================================================================== 
 +                MT7621   stage1 code done 
 +                CPU=50000000 HZ BUS=16666666 HZ 
 +=================================================================== 
 + 
 + 
 +U-Boot 1.1.3 (Mar  4 2020 - 17:12:16) 
 + 
 +Board: Ralink APSoC DRAM:  256 MB 
 +rt2880 uboot v0.00e04 05/25/2006 
 +SERIAL_CLOCK_DIVISOR =16 
 +kaiker,,CONFIG_BAUDRATE =57600 
 +SDRAM SIZE:10000000 
 +Top of RAM usable for U-Boot at: 90000000 
 +Reserving 425k for U-Boot at: 8ff94000 
 +Reserving 1028k for malloc() at: 8fe93000 
 +Reserving 44 Bytes for Board Info at: 8fe92fd4 
 +Reserving 36 Bytes for Global Data at: 8fe92fb0 
 +Reserving 128k for boot params() at: 8fe72fb0 
 +Stack Pointer at: 8fe72f98 
 +relocate_code Pointer at: 8ff94000 
 + 
 +Config XHCI 40M PLL 
 +Now running in RAM - U-Boot at: 8ff94000 
 + 
 + monitor_flash_len =116812 
 +Command "mdio": 0xa0206984 => 0x8ff9a984 
 +Command "nand": 0xa020c2bc => 0x8ffa02bc 
 +Command "reset": 0xa0215cec => 0x8ffa9cec 
 +Command "go": 0xa020dc68 => 0x8ffa1c68 
 +Command "bootm": 0xa020e4c4 => 0x8ffa24c4 
 +Command "loadb": 0xa020f184 => 0x8ffa3184 
 +Command "tftpboot": 0xa020f7b4 => 0x8ffa37b4 
 +Command "nm": 0xa020fe40 => 0x8ffa3e40 
 +Command "mm": 0xa020fea4 => 0x8ffa3ea4 
 +Command "md": 0xa020ff08 => 0x8ffa3f08 
 +Command "saveenv": 0xa0210480 => 0x8ffa4480 
 +Command "setenv": 0xa0210df0 => 0x8ffa4df0 
 +Command "printenv": 0xa02104d0 => 0x8ffa44d0 
 +Command "?": 0xa02110c4 => 0x8ffa50c4 
 +Command "help": 0xa02110c4 => 0x8ffa50c4 
 +Command "version": 0xa0210f84 => 0x8ffa4f84 
 +Command "sc_boot": 0xa0213d30 => 0x8ffa7d30 
 +Command "sc_nand": 0xa0213d68 => 0x8ffa7d68 
 +Command "sc_eth_test": 0xa0213da4 => 0x8ffa7da4 
 +Command "sc_phy": 0xa0213de0 => 0x8ffa7de0 
 +Command "sc_time": 0xa0213e1c => 0x8ffa7e1c 
 +Command "sc_btver": 0xa0213e54 => 0x8ffa7e54 
 +Command "sc_fl_map": 0xa0213e90 => 0x8ffa7e90 
 +Command "sc_endian": 0xa0213ecc => 0x8ffa7ecc 
 +Command "sc_gpio": 0xa0213f08 => 0x8ffa7f08 
 +Command "sc_led": 0xa0213f44 => 0x8ffa7f44 
 +Command "sc_dl": 0xa0213f80 => 0x8ffa7f80 
 +Allocate 16 byte aligned buffer: 8ffca410 
 +Enable NFI Clock 
 +# MTK NAND # : Use HW ECC 
 +NAND ID [C2 F1 80 95 02] 
 +Device found in MTK table, ID: c2f1, EXT_ID: 809502 
 +Support this Device in MTK table! c2f1 
 +select_chip 
 +[NAND]select ecc bit:4, sparesize :64 spare_per_sector=16 
 +Signature matched and data read! 
 +load_fact_bbt success 1023 
 +load fact bbt success 
 +[mtk_nand] probe successfully! 
 +mtd->writesize=2048 mtd->oobsize=64,    mtd->erasesize=131072  devinfo.iowidth=8 
 +icache: sets:256, ways:4, linesz:32 ,total:32768 
 +dcache: sets:256, ways:4, linesz:32 ,total:32768 
 + 
 + ##### The CPU freq = 880 MHZ #### 
 + estimate memory size =256 Mbytes 
 +#Reset_MT7530 
 +set LAN/WAN WLLLL 
 + 
 +Load Standalone from 40000 
 +SC_DEBUG: Nand Partition Table Magic Found at 100000. 
 + 
 +****************************************** 
 +    Uboot StandAlone Entry 
 +****************************************** 
 +GPIO init 
 +********************************************************* 
 +      Press any key to enter Boot Command Interface 
 +*********************************************************                     0 
 +SC_DEBUG: Nand Partition Table Magic Found at 100000. 
 + 
 +****************************************** 
 +    Uboot StandAlone Entry 
 +****************************************** 
 + 
 +*************************************************** 
 +     Boot Version 0.2.1.0, at Mar  4 2020, 17:12:13 
 + 
 +*************************************************** 
 +SC_DEBUG: Nand Partition Table Magic Found at 100000. 
 +Entering Firmware : Everything is OK. 
 + 
 +************************************* 
 +Boot Flag : Sercomm1▒ 
 +************************************* 
 +Fw header Magic check OK! 
 +FW header checksum should: 0x097261cf, crc32 result: 0x097261cf, Fw header CRC check OK! 
 +kernel : real offset: 0x00a00100, data length: 0x002c4fe8,checksum :0xf716e1b5 
 +kernel result: 0xf716e1b5, kernel check sum ok! 
 +rootfs:  real offset: 0x03000000, data length: 0x00000004, checksum :0x2d55fc1c 
 +rootfs result: 0x2d55fc1c, rootfs check sum ok! 
 +Kernel Addr : 0xbca00100 
 +## Booting image at bca00100 ... 
 +   Image Name:   MIPS OpenWrt Linux-5.10.162 
 +   Image Type:   MIPS Linux Kernel Image (lzma compressed) 
 +   Data Size:    2903976 Bytes =  2.8 MB 
 +   Load Address: 81001000 
 +   Entry Point:  81001000 
 +   Verifying Checksum ... OK 
 +   Uncompressing Kernel Image ... OK 
 +kernel addr :0xBCA00100 
 +No initrd 
 +## Transferring control to Linux (at address 81001000) ... 
 +## Giving linux memsize in MB, 256 
 + 
 +Starting kernel ... 
 + 
 + 
 + 
 +OpenWrt kernel loader for MIPS based SoC 
 +Copyright (C) 2011 Gabor Juhos <juhosg@openwrt.org> 
 +Decompressing kernel... done! 
 +Starting kernel at 80001000... 
 + 
 +[    0.000000] Linux version 5.10.162 (builder@buildhost) (mipsel-openwrt-linux-musl-gcc (OpenWrt GCC 11.3.0 r21714-9ac377d0e0) 11.3.0, GNU ld (GNU Binutils) 2.39) #0 SMP Sat Jan 7 00:32:58 2023 
 +[    0.000000] SoC Type: MediaTek MT7621 ver:1 eco:3 
 +[    0.000000] printk: bootconsole [early0] enabled 
 +[    0.000000] CPU0 revision is: 0001992f (MIPS 1004Kc) 
 +[    0.000000] MIPS: machine is Etisalat S3 
 +[    0.000000] Initrd not found or empty - disabling initrd 
 +[    0.000000] VPE topology {2,2} total 4 
 +[    0.000000] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. 
 +[    0.000000] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes 
 +[    0.000000] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. 
 +[    0.000000] Zone ranges: 
 +[    0.000000]   Normal   [mem 0x0000000000000000-0x000000000fffffff] 
 +[    0.000000]   HighMem  empty 
 +[    0.000000] Movable zone start for each node 
 +[    0.000000] Early memory node ranges 
 +[    0.000000]   node   0: [mem 0x0000000000000000-0x000000000fffffff] 
 +[    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000000fffffff] 
 +[    0.000000] percpu: Embedded 15 pages/cpu s30480 r8192 d22768 u61440 
 +[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 64960 
 +[    0.000000] Kernel command line: console=ttyS0,57600 rootfstype=squashfs,jffs2 
 +[    0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes, linear) 
 +[    0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes, linear) 
 +[    0.000000] Writing ErrCtl register=00053ed8 
 +[    0.000000] Readback ErrCtl register=00053ed8 
 +[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off 
 +[    0.000000] Memory: 248716K/262144K available (7058K kernel code, 632K rwdata, 1420K rodata, 1244K init, 243K bss, 13428K reserved, 0K cma-reserved, 0K highmem) 
 +[    0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 
 +[    0.000000] rcu: Hierarchical RCU implementation. 
 +[    0.000000]  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] CPU Clock: 880MHz 
 +[    0.000000] clocksource: GIC: mask: 0xffffffffffffffff max_cycles: 0xcaf478abb4, max_idle_ns: 440795247997 ns 
 +[    0.000012] sched_clock: 64 bits at 880MHz, resolution 1ns, wraps every 4398046511103ns 
 +[    0.015862] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 4343773742 ns 
 +[    0.033809] Calibrating delay loop... 586.13 BogoMIPS (lpj=2930688) 
 +[    0.106115] pid_max: default: 32768 minimum: 301 
 +[    0.115428] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) 
 +[    0.129831] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) 
 +[    0.148014] rcu: Hierarchical SRCU implementation. 
 +[    0.157813] dyndbg: Ignore empty _ddebug table in a CONFIG_DYNAMIC_DEBUG_CORE build 
 +[    0.173364] smp: Bringing up secondary CPUs ... 
 +[    0.183074] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. 
 +[    0.183083] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes 
 +[    0.183094] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. 
 +[    0.183166] CPU1 revision is: 0001992f (MIPS 1004Kc) 
 +[    0.243170] Synchronize counters for CPU 1: done. 
 +[    0.304847] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. 
 +[    0.304856] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes 
 +[    0.304864] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. 
 +[    0.304910] CPU2 revision is: 0001992f (MIPS 1004Kc) 
 +[    0.364021] Synchronize counters for CPU 2: done. 
 +[    0.424367] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. 
 +[    0.424376] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes 
 +[    0.424384] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. 
 +[    0.424433] CPU3 revision is: 0001992f (MIPS 1004Kc) 
 +[    0.483595] Synchronize counters for CPU 3: done. 
 +[    0.543204] smp: Brought up 1 node, 4 CPUs 
 +[    0.555748] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns 
 +[    0.575259] futex hash table entries: 1024 (order: 3, 32768 bytes, linear) 
 +[    0.589075] pinctrl core: initialized pinctrl subsystem 
 +[    0.601797] NET: Registered protocol family 16 
 +[    0.611660] thermal_sys: Registered thermal governor 'step_wise' 
 +[    0.613301] cpuidle: using governor teo 
 +[    0.678398] clocksource: Switched to clocksource GIC 
 +[    0.689848] NET: Registered protocol family 2 
 +[    0.698899] IP idents hash table entries: 4096 (order: 3, 32768 bytes, linear) 
 +[    0.714670] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear) 
 +[    0.731331] TCP established hash table entries: 2048 (order: 1, 8192 bytes, linear) 
 +[    0.746470] TCP bind hash table entries: 2048 (order: 2, 16384 bytes, linear) 
 +[    0.760634] TCP: Hash tables configured (established 2048 bind 2048) 
 +[    0.773385] UDP hash table entries: 256 (order: 1, 8192 bytes, linear) 
 +[    0.786275] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear) 
 +[    0.800397] NET: Registered protocol family 1 
 +[    0.808978] PCI: CLS 0 bytes, default 32 
 +[    0.819376] workingset: timestamp_bits=14 max_order=16 bucket_order=2 
 +[    0.836107] squashfs: version 4.0 (2009/01/31) Phillip Lougher 
 +[    0.847601] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. 
 +[    0.867892] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) 
 +[    0.884256] mt7621_gpio 1e000600.gpio: registering 32 gpios 
 +[    0.895569] mt7621_gpio 1e000600.gpio: registering 32 gpios 
 +[    0.906899] mt7621_gpio 1e000600.gpio: registering 32 gpios 
 +[    0.918568] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled 
 +[    0.933898] printk: console [ttyS0] disabled 
 +[    0.942458] 1e000c00.uartlite: ttyS0 at MMIO 0x1e000c00 (irq = 19, base_baud = 3125000) is a 16550A 
 +[    0.960499] printk: console [ttyS0] enabled 
 +[    0.960499] printk: console [ttyS0] enabled 
 +[    0.976997] printk: bootconsole [early0] disabled 
 +[    0.976997] printk: bootconsole [early0] disabled 
 +[    0.996970] 1e000e00.uartlite3: ttyS1 at MMIO 0x1e000e00 (irq = 20, base_baud = 3125000) is a 16550A 
 +[    1.018534] nand: device found, Manufacturer ID: 0xc2, Chip ID: 0xf1 
 +[    1.031264] nand: Macronix MX30LF1G18AC 
 +[    1.038954] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64 
 +[    1.054044] mt7621-nand 1e003000.nand: ECC strength adjusted to 4 bits 
 +[    1.124450] scpart: Valid 'SC PART MAP' (10 partitions) found at 0x100000 
 +[    1.138026] 10 scpart partitions found on MTD device mt7621-nand 
 +[    1.151310] Creating 10 MTD partitions on "mt7621-nand": 
 +[    1.161945] 0x000000000000-0x000000100000 : "u-boot" 
 +[    1.182857] 0x000000100000-0x000000200000 : "dynamic partition map" 
 +[    1.206479] 0x000000200000-0x000000300000 : "Factory" 
 +[    1.227677] 0x000000300000-0x000000400000 : "Boot Flag" 
 +[    1.249135] 0x000000400000-0x000000a00000 : "kernel" 
 +[    1.320800] 0x000000a00000-0x000001000000 : "Kernel 2" 
 +[    1.392610] 0x000001000000-0x000003000000 : "File System 1" 
 +[    1.726489] 0x000003000000-0x000005020000 : "File System 2" 
 +[    2.061147] 0x000005020000-0x000006420000 : "Configuration/log" 
 +[    2.275336] 0x000006420000-0x000007f80000 : "application tmp buffer (Ftool)" 
 +[    2.572040] Concatenating MTD devices: 
 +[    2.579561] (0): "File System 1" 
 +[    2.585974] (1): "Configuration/log" 
 +[    2.593098] (2): "application tmp buffer (Ftool)" 
 +[    2.602458] into device "ubi-concat" 
 +[    2.609640] 1 fixed-partitions partitions found on MTD device ubi-concat 
 +[    2.622983] Creating 1 MTD partitions on "ubi-concat": 
 +[    2.633222] 0x000000000000-0x000004f80000 : "ubi" 
 +[    2.642586] mtd: partition "ubi" extends beyond the end of device "ubi-concat" -- size truncated to 0x4f60000 
 +[    3.499660] mt7530 mdio-bus:1f: MT7530 adapts as multi-chip module 
 +[    3.517138] mtk_soc_eth 1e100000.ethernet eth0: mediatek frame engine at 0xbe100000, irq 22 
 +[    3.534689] mtk_soc_eth 1e100000.ethernet wan: mediatek frame engine at 0xbe100000, irq 22 
 +[    3.552543] i2c /dev entries driver 
 +[    3.561887] mt7621-pci 1e140000.pcie: host bridge /pcie@1e140000 ranges: 
 +[    3.575291] mt7621-pci 1e140000.pcie:   No bus range found for /pcie@1e140000, using [bus 00-ff] 
 +[    3.592840] mt7621-pci 1e140000.pcie:      MEM 0x0060000000..0x006fffffff -> 0x0000000000 
 +[    3.609142] mt7621-pci 1e140000.pcie:       IO 0x001e160000..0x001e16ffff -> 0x0000000000 
 +[    3.625519] mt7621-pci 1e140000.pcie: Parsing DT failed 
 +[    3.637988] NET: Registered protocol family 10 
 +[    3.648933] Segment Routing with IPv6 
 +[    3.656321] NET: Registered protocol family 17 
 +[    3.665280] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. 
 +[    3.691532] 8021q: 802.1Q VLAN Support v1.8 
 +[    3.703333] mt7530 mdio-bus:1f: MT7530 adapts as multi-chip module 
 +[    3.732334] mt7530 mdio-bus:1f lan1 (uninitialized): PHY [mt7530-0:01] driver [MediaTek MT7530 PHY] (irq=27) 
 +[    3.754433] mt7530 mdio-bus:1f lan2 (uninitialized): PHY [mt7530-0:02] driver [MediaTek MT7530 PHY] (irq=28) 
 +[    3.776417] mt7530 mdio-bus:1f lan3 (uninitialized): PHY [mt7530-0:03] driver [MediaTek MT7530 PHY] (irq=29) 
 +[    3.798516] mt7530 mdio-bus:1f lan4 (uninitialized): PHY [mt7530-0:04] driver [MediaTek MT7530 PHY] (irq=30) 
 +[    3.820875] mt7530 mdio-bus:1f: configuring for fixed/rgmii link mode 
 +[    3.837672] DSA: tree 0 setup 
 +[    3.843916] rt2880-pinmux pinctrl: pcie is already enabled 
 +[    3.854930] mt7621-pci 1e140000.pcie: host bridge /pcie@1e140000 ranges: 
 +[    3.868288] mt7621-pci 1e140000.pcie:   No bus range found for /pcie@1e140000, using [bus 00-ff] 
 +[    3.885822] mt7621-pci 1e140000.pcie:      MEM 0x0060000000..0x006fffffff -> 0x0000000000 
 +[    3.902117] mt7621-pci 1e140000.pcie:       IO 0x001e160000..0x001e16ffff -> 0x0000000000 
 +[    3.918494] mt7621-pci-phy 1e149000.pcie-phy: PHY for 0xbe149000 (dual port = 1) 
 +[    3.933575] mt7621-pci-phy 1e14a000.pcie-phy: PHY for 0xbe14a000 (dual port = 0) 
 +[    3.948596] mt7621-pci 1e140000.pcie: failed to parse bus ranges property: -22 
 +[    4.063120] mt7621-pci-phy 1e149000.pcie-phy: Xtal is 40MHz 
 +[    4.074232] mt7621-pci-phy 1e14a000.pcie-phy: Xtal is 40MHz 
 +[    4.185460] mt7621-pci 1e140000.pcie: pcie2 no card, disable it (RST & CLK) 
 +[    4.199328] mt7621-pci 1e140000.pcie: PCIE0 enabled 
 +[    4.209037] mt7621-pci 1e140000.pcie: PCIE1 enabled 
 +[    4.218748] mt7621-pci 1e140000.pcie: PCI coherence region base: 0x60000000, mask/settings: 0xf0000002 
 +[    4.237428] mt7621-pci 1e140000.pcie: PCI host bridge to bus 0000:00 
 +[    4.250117] pci_bus 0000:00: root bus resource [io  0x1e160000-0x1e16ffff] 
 +[    4.263813] pci_bus 0000:00: root bus resource [mem 0x60000000-0x6fffffff] 
 +[    4.277499] pci_bus 0000:00: root bus resource [bus 00-ff] 
 +[    4.288428] pci_bus 0000:00: root bus resource [mem 0x60000000-0x6fffffff] (bus address [0x00000000-0x0fffffff]) 
 +[    4.308743] pci 0000:00:00.0: [0e8d:0801] type 01 class 0x060400 
 +[    4.320717] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x7fffffff] 
 +[    4.333198] pci 0000:00:00.0: reg 0x14: initial BAR value 0x00000000 invalid 
 +[    4.347225] pci 0000:00:00.0: reg 0x14: [mem size 0x00010000] 
 +[    4.358733] pci 0000:00:00.0: supports D1 
 +[    4.366701] pci 0000:00:00.0: PME# supported from D0 D1 D3hot 
 +[    4.378825] pci 0000:00:01.0: [0e8d:0801] type 01 class 0x060400 
 +[    4.390841] pci 0000:00:01.0: reg 0x10: [mem 0x00000000-0x7fffffff] 
 +[    4.403325] pci 0000:00:01.0: reg 0x14: initial BAR value 0x00000000 invalid 
 +[    4.417354] pci 0000:00:01.0: reg 0x14: [mem size 0x00010000] 
 +[    4.428873] pci 0000:00:01.0: supports D1 
 +[    4.436842] pci 0000:00:01.0: PME# supported from D0 D1 D3hot 
 +[    4.449988] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring 
 +[    4.465953] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring 
 +[    4.482158] pci 0000:01:00.0: [14c3:7615] type 00 class 0x000280 
 +[    4.494186] pci 0000:01:00.0: reg 0x10: initial BAR value 0x00000000 invalid 
 +[    4.508229] pci 0000:01:00.0: reg 0x10: [mem size 0x00100000 64bit] 
 +[    4.520882] pci 0000:01:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x1 link at 0000:00:00.0 (capable of 4.000 Gb/s with 5.0 GT/s PCIe x1 link) 
 +[    4.552202] pci 0000:00:00.0: PCI bridge to [bus 01-ff] 
 +[    4.562643] pci 0000:00:00.0:   bridge window [io  0x0000-0x0fff] 
 +[    4.574778] pci 0000:00:00.0:   bridge window [mem 0x60000000-0x600fffff] 
 +[    4.588291] pci 0000:00:00.0:   bridge window [mem 0x60000000-0x600fffff pref] 
 +[    4.602684] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01 
 +[    4.616128] pci 0000:02:00.0: [14c3:7603] type 00 class 0x028000 
 +[    4.628140] pci 0000:02:00.0: reg 0x10: initial BAR value 0x00000000 invalid 
 +[    4.642183] pci 0000:02:00.0: reg 0x10: [mem size 0x00100000] 
 +[    4.653767] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold 
 +[    4.667499] pci 0000:00:01.0: PCI bridge to [bus 02-ff] 
 +[    4.677951] pci 0000:00:01.0:   bridge window [io  0x0000-0x0fff] 
 +[    4.690090] pci 0000:00:01.0:   bridge window [mem 0x60000000-0x600fffff] 
 +[    4.703610] pci 0000:00:01.0:   bridge window [mem 0x60000000-0x600fffff pref] 
 +[    4.717991] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 02 
 +[    4.731241] pci 0000:00:00.0: BAR 0: no space for [mem size 0x80000000] 
 +[    4.744409] pci 0000:00:00.0: BAR 0: failed to assign [mem size 0x80000000] 
 +[    4.758268] pci 0000:00:01.0: BAR 0: no space for [mem size 0x80000000] 
 +[    4.771443] pci 0000:00:01.0: BAR 0: failed to assign [mem size 0x80000000] 
 +[    4.785303] pci 0000:00:00.0: BAR 8: assigned [mem 0x60000000-0x600fffff] 
 +[    4.798834] pci 0000:00:00.0: BAR 9: assigned [mem 0x60100000-0x601fffff pref] 
 +[    4.813214] pci 0000:00:01.0: BAR 8: assigned [mem 0x60200000-0x602fffff] 
 +[    4.826738] pci 0000:00:01.0: BAR 9: assigned [mem 0x60300000-0x603fffff pref] 
 +[    4.841124] pci 0000:00:00.0: BAR 1: assigned [mem 0x60400000-0x6040ffff] 
 +[    4.854658] pci 0000:00:01.0: BAR 1: assigned [mem 0x60410000-0x6041ffff] 
 +[    4.868184] pci 0000:00:00.0: BAR 7: assigned [io  0x1e160000-0x1e160fff] 
 +[    4.881710] pci 0000:00:01.0: BAR 7: assigned [io  0x1e161000-0x1e161fff] 
 +[    4.895240] pci 0000:01:00.0: BAR 0: assigned [mem 0x60000000-0x600fffff 64bit] 
 +[    4.909810] pci 0000:00:00.0: PCI bridge to [bus 01] 
 +[    4.919703] pci 0000:00:00.0:   bridge window [io  0x1e160000-0x1e160fff] 
 +[    4.933219] pci 0000:00:00.0:   bridge window [mem 0x60000000-0x600fffff] 
 +[    4.946739] pci 0000:00:00.0:   bridge window [mem 0x60100000-0x601fffff pref] 
 +[    4.961129] pci 0000:02:00.0: BAR 0: assigned [mem 0x60200000-0x602fffff] 
 +[    4.974657] pci 0000:00:01.0: PCI bridge to [bus 02] 
 +[    4.984548] pci 0000:00:01.0:   bridge window [io  0x1e161000-0x1e161fff] 
 +[    4.998063] pci 0000:00:01.0:   bridge window [mem 0x60200000-0x602fffff] 
 +[    5.011585] pci 0000:00:01.0:   bridge window [mem 0x60300000-0x603fffff pref] 
 +[    5.029881] UBI: auto-attach mtd10 
 +[    5.036677] ubi0: attaching mtd10 
 +[    5.043655] mt7530 mdio-bus:1f: Link is Up - 1Gbps/Full - flow control rx/tx 
 +[    6.648721] ubi0: scanning is finished 
 +[    6.672992] ubi0: attached mtd10 (name "ubi", size 79 MiB) 
 +[    6.683982] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes 
 +[    6.697671] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048 
 +[    6.711202] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096 
 +[    6.725063] ubi0: good PEBs: 635, bad PEBs: 0, corrupted PEBs: 0 
 +[    6.737024] ubi0: user volume: 2, internal volumes: 1, max. volumes count: 128 
 +[    6.751410] ubi0: max/mean erase counter: 1/0, WL threshold: 4096, image sequence number: 354328867 
 +[    6.769439] ubi0: available PEBs: 0, total reserved PEBs: 635, PEBs reserved for bad PEB handling: 13 
 +[    6.787833] ubi0: background thread "ubi_bgt0d" started, PID 489 
 +[    6.790304] block ubiblock0_0: created from ubi0:0(rootfs) 
 +[    6.810823] ubiblock: device ubiblock0_0 (rootfs) set to be root filesystem 
 +[    6.831772] VFS: Mounted root (squashfs filesystem) readonly on device 254:0. 
 +[    6.850114] Freeing unused kernel memory: 1244K 
 +[    6.859187] This architecture does not have kernel memory protection. 
 +[    6.872027] Run /sbin/init as init process 
 +[    7.353538] init: Console is alive 
 +[    7.360777] init: - watchdog - 
 +[    8.173055] kmodloader: loading kernel modules from /etc/modules-boot.d/
 +[    8.235362] usbcore: registered new interface driver usbfs 
 +[    8.246481] usbcore: registered new interface driver hub 
 +[    8.257223] usbcore: registered new device driver usb 
 +[    8.278309] xhci-mtk 1e1c0000.xhci: supply vbus not found, using dummy regulator 
 +[    8.293381] xhci-mtk 1e1c0000.xhci: supply vusb33 not found, using dummy regulator 
 +[    8.308733] xhci-mtk 1e1c0000.xhci: xHCI Host Controller 
 +[    8.319369] xhci-mtk 1e1c0000.xhci: new USB bus registered, assigned bus number 1 
 +[    8.348589] xhci-mtk 1e1c0000.xhci: hcc params 0x01401198 hci version 0x96 quirks 0x0000000000290010 
 +[    8.366883] xhci-mtk 1e1c0000.xhci: irq 21, io mem 0x1e1c0000 
 +[    8.379683] hub 1-0:1.0: USB hub found 
 +[    8.387302] hub 1-0:1.0: 2 ports detected 
 +[    8.395959] xhci-mtk 1e1c0000.xhci: xHCI Host Controller 
 +[    8.406673] xhci-mtk 1e1c0000.xhci: new USB bus registered, assigned bus number 2 
 +[    8.421653] xhci-mtk 1e1c0000.xhci: Host supports USB 3.0 SuperSpeed 
 +[    8.434530] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. 
 +[    8.451593] hub 2-0:1.0: USB hub found 
 +[    8.459234] hub 2-0:1.0: 1 port detected 
 +[    8.474663] kmodloader: done loading kernel modules from /etc/modules-boot.d/
 +[    8.498790] init: - preinit - 
 +[    9.266446] random: jshn: uninitialized urandom read (4 bytes read) 
 +[    9.388244] random: jshn: uninitialized urandom read (4 bytes read) 
 +[    9.438952] random: jshn: uninitialized urandom read (4 bytes read) 
 +[    9.759679] mtk_soc_eth 1e100000.ethernet eth0: configuring for fixed/rgmii link mode 
 +[    9.775799] mtk_soc_eth 1e100000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx 
 +[    9.778956] mt7530 mdio-bus:1f lan1: configuring for phy/gmii link mode 
 +[    9.806136] 8021q: adding VLAN 0 to HW filter on device lan1 
 +[    9.820081] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready 
 +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 
 +[   12.022623] UBIFS (ubi0:1): Mounting in unauthenticated mode 
 +[   12.034320] UBIFS (ubi0:1): background thread "ubifs_bgt0_1" started, PID 631 
 +[   12.114641] UBIFS (ubi0:1): recovery needed 
 +[   12.310004] UBIFS (ubi0:1): recovery completed 
 +[   12.318989] UBIFS (ubi0:1): UBIFS: mounted UBI device 0, volume 1, name "rootfs_data" 
 +[   12.334585] UBIFS (ubi0:1): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes 
 +[   12.354331] UBIFS (ubi0:1): FS size: 73011200 bytes (69 MiB, 575 LEBs), journal size 3682304 bytes (3 MiB, 29 LEBs) 
 +[   12.375114] UBIFS (ubi0:1): reserved for root: 3448499 bytes (3367 KiB) 
 +[   12.388285] UBIFS (ubi0:1): media format: w5/r0 (latest is w5/r0), UUID 5A0BB14D-DD9F-49F5-B3A8-401D476EE4B2, small LPT model 
 +[   12.416992] mount_root: switching to ubifs overlay 
 +[   12.444873] urandom-seed: Seeding with /etc/urandom.seed 
 +[   12.552508] procd: - early - 
 +[   12.558692] procd: - watchdog - 
 +[   13.168591] procd: - watchdog - 
 +[   13.175514] procd: - ubus - 
 +[   13.263369] random: ubusd: uninitialized urandom read (4 bytes read) 
 +[   13.278012] random: ubusd: uninitialized urandom read (4 bytes read) 
 +[   13.291238] random: ubusd: uninitialized urandom read (4 bytes read) 
 +[   13.310593] procd: - init - 
 +Please press Enter to activate this console. 
 +[   13.915440] kmodloader: loading kernel modules from /etc/modules.d/
 +[   14.101600] urngd: v1.0.2 started. 
 +[   14.119724] Loading modules backported from Linux version v6.1-rc8-0-g76dcd734eca2 
 +[   14.134828] Backport generated by backports.git v5.15.81-1-41-g02e352527db5 
 +[   14.298033] random: crng init done 
 +[   14.304890] random: 31 urandom warning(s) missed due to ratelimiting 
 +[   14.349451] mt7621-pci 1e140000.pcie: bus=2 slot=1 irq=24 
 +[   14.360310] pci 0000:00:01.0: enabling device (0004 -> 0007) 
 +[   14.371612] mt7603e 0000:02:00.0: enabling device (0000 -> 0002) 
 +[   14.383764] mt7603e 0000:02:00.0: ASIC revision: 76030010 
 +[   15.419802] mt7603e 0000:02:00.0: Firmware Version: ap_pcie 
 +[   15.430942] mt7603e 0000:02:00.0: Build Time: 20160107100755 
 +[   15.478415] mt7603e 0000:02:00.0: firmware init done 
 +[   15.667266] mt7621-pci 1e140000.pcie: bus=1 slot=0 irq=23 
 +[   15.678120] pci 0000:00:00.0: enabling device (0004 -> 0007) 
 +[   15.689425] mt7615e 0000:01:00.0: enabling device (0000 -> 0002) 
 +[   15.772327] PPP generic driver version 2.4.2 
 +[   15.782611] NET: Registered protocol family 24 
 +[   15.801121] kmodloader: done loading kernel modules from /etc/modules.d/
 +[   15.836932] mt7615e 0000:01:00.0: HW/SW Version: 0x8a108a10, Build Time: 20180518100604a 
 +[   15.836932] 
 +[   16.159517] mt7615e 0000:01:00.0: N9 Firmware Version: _reserved_, Build Time: 20200814163649 
 +[   16.293311] mt7615e 0000:01:00.0: CR4 Firmware Version: _reserved_, Build Time: 20190415154149 
 +[   23.065957] mtk_soc_eth 1e100000.ethernet eth0: Link is Down 
 +[   23.086933] mtk_soc_eth 1e100000.ethernet eth0: configuring for fixed/rgmii link mode 
 +[   23.102949] mtk_soc_eth 1e100000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx 
 +[   23.106492] mt7530 mdio-bus:1f lan1: configuring for phy/gmii link mode 
 +[   23.133478] 8021q: adding VLAN 0 to HW filter on device lan1 
 +[   23.147790] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready 
 +[   23.161651] br-lan: port 1(lan1) entered blocking state 
 +[   23.172597] br-lan: port 1(lan1) entered disabled state 
 +[   23.184120] device lan1 entered promiscuous mode 
 +[   23.193661] device eth0 entered promiscuous mode 
 +[   23.232472] mt7530 mdio-bus:1f lan2: configuring for phy/gmii link mode 
 +[   23.246261] 8021q: adding VLAN 0 to HW filter on device lan2 
 +[   23.261108] br-lan: port 2(lan2) entered blocking state 
 +[   23.271636] br-lan: port 2(lan2) entered disabled state 
 +[   23.283406] device lan2 entered promiscuous mode 
 +[   23.306876] mt7530 mdio-bus:1f lan3: configuring for phy/gmii link mode 
 +[   23.320975] 8021q: adding VLAN 0 to HW filter on device lan3 
 +[   23.336259] br-lan: port 3(lan3) entered blocking state 
 +[   23.346803] br-lan: port 3(lan3) entered disabled state 
 +[   23.359639] device lan3 entered promiscuous mode 
 +[   23.381229] mt7530 mdio-bus:1f lan4: configuring for phy/gmii link mode 
 +[   23.395122] 8021q: adding VLAN 0 to HW filter on device lan4 
 +[   23.410763] br-lan: port 4(lan4) entered blocking state 
 +[   23.421303] br-lan: port 4(lan4) entered disabled state 
 +[   23.433390] device lan4 entered promiscuous mode 
 +[   23.462112] mtk_soc_eth 1e100000.ethernet wan: PHY [mdio-bus:00] driver [MediaTek MT7530 PHY] (irq=POLL) 
 +[   23.481079] mtk_soc_eth 1e100000.ethernet wan: configuring for phy/rgmii link mode 
 +[   25.578659] mtk_soc_eth 1e100000.ethernet wan: Link is Up - 100Mbps/Full - flow control rx/tx 
 +[   25.595703] IPv6: ADDRCONF(NETDEV_CHANGE): wan: link becomes ready 
 +[   25.911483] mt7530 mdio-bus:1f lan3: Link is Up - 1Gbps/Full - flow control rx/tx 
 +[   25.926590] br-lan: port 3(lan3) entered blocking state 
 +[   25.937059] br-lan: port 3(lan3) entered forwarding state 
 +[   25.949232] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready 
 + 
 + 
 + 
 +BusyBox v1.35.0 (2023-01-07 00:32:58 UTC) built-in shell (ash) 
 + 
 +  _______                     ________        __ 
 +       |.-----.-----.-----.|  |  |  |.----.|  |_ 
 +     ||  _  |  -__|     ||  |  |  ||   _||   _| 
 + |_______||   __|_____|__|__||________||__|  |____| 
 +          |__| W I R E L E S S   F R E E D O M 
 + ----------------------------------------------------- 
 + OpenWrt SNAPSHOT, r21714-9ac377d0e0 
 + ----------------------------------------------------- 
 +=== WARNING! ===================================== 
 +There is no root password defined on this device! 
 +Use the "passwd" command to set up a new password 
 +in order to prevent unauthorized SSH logins. 
 +-------------------------------------------------- 
 +root@OpenWrt:/# 
 +</nowiki>
 </WRAP>\\ </WRAP>\\
  
Line 938: Line 1591:
 ===== Tags ===== ===== Tags =====
 [[meta:tags|How to add tags]] [[meta:tags|How to add tags]]
-{{tag>EXAMPLETAG unsupported}}+
  • Last modified: 2024/02/12 10:03
  • by 127.0.0.1