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:10] – [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           |
 ^ USB             | 1x 3.0             | ^ USB             | 1x 3.0             |
-^ Serial          | Yes 57600 8n1      |+^ Serial          | Yes 57600 8N1      |
 ^ JTAG            | Not populated      | ^ JTAG            | Not populated      |
  
  
-/*** 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 =====
 ==== OEM bootlog ==== ==== OEM bootlog ====
 <WRAP bootlog> <WRAP bootlog>
-<nowiki>COPY HERE THE BOOTLOG WITH THE ORIGINAL FIRMWARE</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 = 551/473 2D000000 
 +PLL2 FB_DL: 0x13, 1/0 = 513/511 4D000000 
 +PLL4 FB_DL: 0x13, 1/0 = 515/509 4D000000 
 +do DDR setting..[00320381] 
 +Apply DDR3 Setting...(use customer AC) 
 +          0    8   16   24   32   40   48   56   64   72   80   88   96  104  112  120 
 +      -------------------------------------------------------------------------------- 
 +0000:   0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0 
 +0001:   0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0 
 +0002:   0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0 
 +0003:   0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0 
 +0004:   0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0 
 +0005:   0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0 
 +0006:   0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0 
 +0007:   0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0 
 +0008:   0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0 
 +0009:   0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0 
 +000A:   0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0 
 +000B:   0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0 
 +000C:   0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0 
 +000D:   0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0 
 +000E:   0    0    0    0    0    0    0    0    0    0    1    1    1    1    1    1 
 +000F:   0    0    0    0    0    1    1    1    1    1    1    1    1    1    1    0 
 +0010:   1    1    1    1    1    1    1    1    1    1    0    0    0    0    0    0 
 +0011:   1    1    1    1    1    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    0    1    1    1    0    0    0    0    0 
 +opt_dle value:9 
 +DRAMC_R0DELDLY[018]=00001E1E 
 +================================================================== 
 +                RX      DQS perbit delay software calibration 
 +================================================================== 
 +1.0-15 bit dq delay value 
 +================================================================== 
 +bit|      1  2  3  4  5  6  7  8  9 
 +-------------------------------------- 
 +0 |    13 7 13 10 12 7 11 5 3 9 
 +10 |    6 12 7 9 3 10 
 +-------------------------------------- 
 + 
 +================================================================== 
 +2.dqs window 
 +x=pass dqs delay value (min~max)center 
 +y=0-7bit DQ of every group 
 +input delay:DQS0 =30 DQS1 = 30 
 +================================================================== 
 +bit     DQS0     bit      DQS1 
 +0  (1~60)30  8  (1~57)29 
 +1  (1~56)28  9  (1~58)29 
 +2  (1~59)30  10  (1~60)30 
 +3  (1~57)29  11  (1~57)29 
 +4  (1~58)29  12  (1~59)30 
 +5  (1~59)30  13  (1~58)29 
 +6  (1~58)29  14  (1~60)30 
 +7  (0~58)29  15  (1~58)29 
 +================================================================== 
 +3.dq delay value last 
 +================================================================== 
 +bit|    0  1  2  3  4  5  6  7  8   9 
 +-------------------------------------- 
 +0 |    13 9 13 11 13 7 12 6 4 10 
 +10 |    6 13 7 10 3 11 
 +================================================================== 
 +================================================================== 
 +     TX  perbyte calibration 
 +================================================================== 
 +DQS loop = 15, cmp_err_1 = ffffba00 
 +dqs_perbyte_dly.last_dqsdly_pass[0]=15,  finish count=1 
 +DQS loop = 14, cmp_err_1 = ffff2a00 
 +DQS loop = 13, cmp_err_1 = ffff2800 
 +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 
 +*** Warning - bad CRC, using default environment 
 + 
 +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: 0x67ed9adf, crc32 result: 0x67ed9adf, Fw header CRC check OK! 
 +kernel : real offset: 0x00a00100, data length: 0x003b772b,checksum :0xcd873b74 
 +kernel result: 0xcd873b74, kernel check sum ok! 
 +rootfs:  real offset: 0x03000000, data length: 0x00ea4000, checksum :0xa0bc104a 
 +rootfs result: 0xa0bc104a, rootfs check sum ok! 
 +Kernel Addr : 0xbca00100 
 +## Booting image at bca00100 ... 
 +   Image Name:   Linux Kernel Image 
 +   Image Type:   MIPS Linux Kernel Image (lzma compressed) 
 +   Data Size:    3897067 Bytes =  3.7 MB 
 +   Load Address: 81001000 
 +   Entry Point:  81721b00 
 +   Verifying Checksum ... OK 
 +   Uncompressing Kernel Image ... OK 
 +kernel addr :0xBCA00100 
 +No initrd 
 +## Transferring control to Linux (at address 81721b00) ... 
 +## Giving linux memsize in MB, 256 
 + 
 +Starting kernel ... 
 + 
 + 
 +LINUX started... 
 + 
 + THIS IS ASIC 
 + 
 +SDK 5.0.S.0 
 +Linux version 3.10.14 (scof@ubuntu) (gcc version 4.6.3 (Buildroot 2012.11.1) ) #1 SMP Sun Sep 27 05:34:50 MSK 2020 
 + 
 + The CPU feqenuce set to 880 MHz 
 +GCMP present 
 +CPU0 revision is: 0001992f (MIPS 1004Kc) 
 +Software DMA cache coherency 
 +Determined physical RAM map: 
 + memory: 0fffc000 @ 00000000 (usable) 
 + memory: 00004000 @ 0fffc000 (reserved) 
 +Zone ranges: 
 +  DMA      [mem 0x00000000-0x00ffffff] 
 +  Normal   [mem 0x01000000-0x0fffbfff] 
 +Movable zone start for each node 
 +Early memory node ranges 
 +  node   0: [mem 0x00000000-0x0fffbfff] 
 +Detected 3 available secondary CPU(s) 
 +Primary instruction cache 32kB, 4-way, VIPT, linesize 32 bytes. 
 +Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes 
 +MIPS secondary cache 256kB, 8-way, linesize 32 bytes. 
 +PERCPU: Embedded 7 pages/cpu @81d5e000 s6720 r8192 d13760 u32768 
 +Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 65020 
 +Kernel command line: console=ttyS1,57600n8 root=/dev/mtdblock5 rootfstype=squashfs 
 +PID hash table entries: 1024 (order: 0, 4096 bytes) 
 +Dentry cache hash table entries: 32768 (order: 5, 131072 bytes) 
 +Inode-cache hash table entries: 16384 (order: 4, 65536 bytes) 
 +Writing ErrCtl register=00053ed8 
 +Readback ErrCtl register=00053ed8 
 +Memory: 248120k/262128k available (7341k kernel code, 14008k reserved, 3137k data, 268k init, 0k highmem) 
 +SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 
 +Hierarchical RCU implementation. 
 +NR_IRQS:128 
 +console [ttyS1] enabled 
 +Calibrating delay loop... 577.53 BogoMIPS (lpj=1155072) 
 +pid_max: default: 32768 minimum: 301 
 +Mount-cache hash table entries: 512 
 +launch: starting cpu1 
 +launch: cpu1 gone! 
 +CPU1 revision is: 0001992f (MIPS 1004Kc) 
 +Primary instruction cache 32kB, 4-way, VIPT, linesize 32 bytes. 
 +Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes 
 +MIPS secondary cache 256kB, 8-way, linesize 32 bytes. 
 +Synchronize counters for CPU 1: done. 
 +launch: starting cpu2 
 +launch: cpu2 gone! 
 +CPU2 revision is: 0001992f (MIPS 1004Kc) 
 +Primary instruction cache 32kB, 4-way, VIPT, linesize 32 bytes. 
 +Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes 
 +MIPS secondary cache 256kB, 8-way, linesize 32 bytes. 
 +Synchronize counters for CPU 2: done. 
 +launch: starting cpu3 
 +launch: cpu3 gone! 
 +CPU3 revision is: 0001992f (MIPS 1004Kc) 
 +Primary instruction cache 32kB, 4-way, VIPT, linesize 32 bytes. 
 +Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes 
 +MIPS secondary cache 256kB, 8-way, linesize 32 bytes. 
 +Synchronize counters for CPU 3: done. 
 +Brought up 4 CPUs 
 +devtmpfs: initialized 
 +NET: Registered protocol family 16 
 +release PCIe RST: RALINK_RSTCTRL = 7000000 
 +PCIE PHY initialize 
 +***** Xtal 40MHz ***** 
 +start MT7621 PCIe register access 
 +RALINK_RSTCTRL = 7000000 
 +RALINK_CLKCFG1 = 77ffeff8 
 + 
 +*************** MT7621 PCIe RC mode ************* 
 +PCIE2 no card, disable it(RST&CLK) 
 +pcie_link status = 0x3 
 +RALINK_RSTCTRL= 3000000 
 +*** Configure Device number setting of Virtual PCI-PCI bridge *** 
 +RALINK_PCI_PCICFG_ADDR = 21007f2 -> 21007f2 
 +PCIE0 enabled 
 +PCIE1 enabled 
 +interrupt enable status: 300000 
 +Port 1 N_FTS = 1b105000 
 +Port 0 N_FTS = 1b105000 
 +config reg done 
 +init_rt2880pci done 
 +bio: create slab <bio-0> at 0 
 +SCSI subsystem initialized 
 +usbcore: registered new interface driver usbfs 
 +usbcore: registered new interface driver hub 
 +usbcore: registered new device driver usb 
 +PCI host bridge to bus 0000:00 
 +pci_bus 0000:00: root bus resource [mem 0x60000000-0x6fffffff] 
 +pci_bus 0000:00: root bus resource [io  0x1e160000-0x1e16ffff] 
 +pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff] 
 +pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring 
 +pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring 
 +pci 0000:00:00.0: BAR 0: can't assign mem (size 0x80000000) 
 +pci 0000:00:01.0: BAR 0: can't assign mem (size 0x80000000) 
 +pci 0000:00:00.0: BAR 8: assigned [mem 0x60000000-0x600fffff] 
 +pci 0000:00:01.0: BAR 8: assigned [mem 0x60100000-0x601fffff] 
 +pci 0000:00:00.0: BAR 1: assigned [mem 0x60200000-0x6020ffff] 
 +pci 0000:00:01.0: BAR 1: assigned [mem 0x60210000-0x6021ffff] 
 +pci 0000:01:00.0: BAR 0: assigned [mem 0x60000000-0x600fffff 64bit] 
 +pci 0000:00:00.0: PCI bridge to [bus 01] 
 +pci 0000:00:00.0:   bridge window [mem 0x60000000-0x600fffff] 
 +pci 0000:02:00.0: BAR 0: assigned [mem 0x60100000-0x601fffff] 
 +pci 0000:00:01.0: PCI bridge to [bus 02] 
 +pci 0000:00:01.0:   bridge window [mem 0x60100000-0x601fffff] 
 +PCI: Enabling device 0000:00:00.0 (0004 -> 0006) 
 +PCI: Enabling device 0000:00:01.0 (0004 -> 0006) 
 +BAR0 at slot 0 = 0 
 +bus=0x0, slot = 0x0 
 +res[0]->start = 0 
 +res[0]->end = 0 
 +res[1]->start = 60200000 
 +res[1]->end = 6020ffff 
 +res[2]->start = 0 
 +res[2]->end = 0 
 +res[3]->start = 0 
 +res[3]->end = 0 
 +res[4]->start = 0 
 +res[4]->end = 0 
 +res[5]->start = 0 
 +res[5]->end = 0 
 +BAR0 at slot 1 = 0 
 +bus=0x0, slot = 0x1 
 +res[0]->start = 0 
 +res[0]->end = 0 
 +res[1]->start = 60210000 
 +res[1]->end = 6021ffff 
 +res[2]->start = 0 
 +res[2]->end = 0 
 +res[3]->start = 0 
 +res[3]->end = 0 
 +res[4]->start = 0 
 +res[4]->end = 0 
 +res[5]->start = 0 
 +res[5]->end = 0 
 +bus=0x1, slot = 0x0, irq=0x4 
 +res[0]->start = 60000000 
 +res[0]->end = 600fffff 
 +res[1]->start = 0 
 +res[1]->end = 0 
 +res[2]->start = 0 
 +res[2]->end = 0 
 +res[3]->start = 0 
 +res[3]->end = 0 
 +res[4]->start = 0 
 +res[4]->end = 0 
 +res[5]->start = 0 
 +res[5]->end = 0 
 +bus=0x2, slot = 0x1, irq=0x18 
 +res[0]->start = 60100000 
 +res[0]->end = 601fffff 
 +res[1]->start = 0 
 +res[1]->end = 0 
 +res[2]->start = 0 
 +res[2]->end = 0 
 +res[3]->start = 0 
 +res[3]->end = 0 
 +res[4]->start = 0 
 +res[4]->end = 0 
 +res[5]->start = 0 
 +res[5]->end = 0 
 +Switching to clocksource MIPS 
 +NET: Registered protocol family 2 
 +TCP established hash table entries: 2048 (order: 2, 16384 bytes) 
 +TCP bind hash table entries: 2048 (order: 2, 16384 bytes) 
 +TCP: Hash tables configured (established 2048 bind 2048) 
 +TCP: reno registered 
 +UDP hash table entries: 256 (order: 1, 8192 bytes) 
 +UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) 
 +NET: Registered protocol family 1 
 +4 CPUs re-calibrate udelay(lpj = 1167360) 
 +squashfs: version 4.0 (2009/01/31) Phillip Lougher 
 +NTFS driver 2.1.30 [Flags: R/W]. 
 +fuse init (API version 7.22) 
 +msgmni has been set to 484 
 +io scheduler noop registered (default) 
 +reg_int_mask=0, INT_MASK= 0 
 +HSDMA_init 
 + 
 + hsdma_phy_tx_ring0 = 0x00c00000, hsdma_tx_ring0 = 0xa0c00000 
 + 
 + hsdma_phy_rx_ring0 = 0x00c04000, hsdma_rx_ring0 = 0xa0c04000 
 +TX_CTX_IDX0 = 0 
 +TX_DTX_IDX0 = 0 
 +RX_CRX_IDX0 = 3ff 
 +RX_DRX_IDX0 = 0 
 +set_fe_HSDMA_glo_cfg 
 +HSDMA_GLO_CFG = 465 
 +Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled 
 +serial8250: ttyS0 at MMIO 0x1e000d00 (irq = 27) is a 16550A 
 +serial8250: ttyS1 at MMIO 0x1e000c00 (irq = 26) is a 16550A 
 +serial8250: ttyS2 at MMIO 0x1e000e00 (irq = 28) is a 16550A 
 +brd: module loaded 
 +MediaTek Nand driver init, version v2.1 Fix AHB virt2phys error 
 +Allocate 16 byte aligned buffer: 81a97e00 
 +Enable NFI Clock 
 +# MTK NAND # : Use HW ECC 
 +NAND ID [C2 F1 80 95 02, 00809502] 
 +Device found in MTK table, ID: c2f1, EXT_ID: 809502 
 +alloctare : (mtd->writesize + mtd->oobsize) * page_per_block is 135168 
 +Support this Device in MTK table! c2f1 
 +NAND device: Manufacturer ID: 0xc2, Chip ID: 0xf1 (Macronix NAND 128MiB 3,3V 8-bit), 128MiB, page size: 2048, OOB size: 64 
 +[NAND]select ecc bit:4, sparesize :64 spare_per_sector=16 
 +Scanning device for bad blocks 
 +Bad eraseblock 544 at 0x000004400000 
 +Signature matched and data read! 
 +load_fact_bbt success 1023 
 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
 +00 00 00 00 00 00 00 00 03 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
 +page: 200 
 +Found dynamic partition map at 100000: 
 +page: 201 
 +        <0> offset: 00000000, length: 00100000 
 +page: 201 
 +        <1> offset: 00100000, length: 00100000 
 +page: 201 
 +        <2> offset: 00200000, length: 00100000 
 +page: 201 
 +        <3> offset: 00300000, length: 00100000 
 +page: 201 
 +        <4> offset: 00400000, length: 00600000 
 +page: 201 
 +        <5> offset: 00A00000, length: 00600000 
 +page: 201 
 +        <6> offset: 01000000, length: 02000000 
 +page: 201 
 +        <7> offset: 03000000, length: 02020000 
 +page: 201 
 +        <8> offset: 05020000, length: 01400000 
 +page: 201 
 +        <9> offset: 06420000, length: 01B60000 
 +Creating 10 MTD partitions on "MT7621-NAND": 
 +0x000000000000-0x000000100000 : "Boot Loader" 
 +0x000000100000-0x000000200000 : "dynamic partition map" 
 +0x000000200000-0x000000300000 : "Factory" 
 +0x000000300000-0x000000400000 : "Boot Flag" 
 +0x000000400000-0x000000a00000 : "Kernel 1" 
 +0x000000a00000-0x000001000000 : "Kernel 2" 
 +0x000001000000-0x000003000000 : "File System 1" 
 +0x000003000000-0x000005020000 : "File System 2" 
 +0x000005020000-0x000006420000 : "Configuration/log" 
 +0x000006420000-0x000007f80000 : "Debug (Ftool)" 
 +[mtk_nand] probe successfully! 
 +PPP generic driver version 2.4.2 
 +PPP BSD Compression module registered 
 +PPP MPPE Compression module registered 
 +NET: Registered protocol family 24 
 +PPTP driver version 0.8.5 
 +register mt_drv 
 + 
 +== pAd = c0181000, size = 5763200, Status=0 == 
 +pAd->PciHif.CSRBaseAddress =0xc0080000, csr_addr=0xc0080000! 
 +RTMPInitPCIeDevice():device_id=0x7615 
 +mt_pci_chip_cfg(): HWVer=0x8a10, FWVer=0x8a10, pAd->ChipID=0x7615 
 +mt_pci_chip_cfg(): HIF_SYS_REV=0x76150001 
 +AP Driver version-5.0.4.0 
 +RtmpChipOpsHook(223): Not support for HIF_MT yet! MACVersion=0x0 
 +mt7615_init()--> 
 +Use 1st iPAiLNA default bin. 
 +Use 0st /etc_ro/wlan/MT7615E_EEPROM1.bin default bin. 
 +<--mt7615_init() 
 +<-- RTMPAllocTxRxRingMemory, Status=0 
 +rdm_major = 253 
 +set CLK_CFG_0 = 0x40a00020!!!!!!!!!!!!!!!!!!1 
 +GMAC1_MAC_ADRH -- : 0x0000000c 
 +GMAC1_MAC_ADRL -- : 0x43288071 
 +Ralink APSoC Ethernet Driver Initilization. v3.1  4096 rx/tx descriptors allocated, mtu = 1500! 
 +set CLK_CFG_0 = 0x40a00020!!!!!!!!!!!!!!!!!!1 
 +GMAC1_MAC_ADRH -- : 0x0000000c 
 +GMAC1_MAC_ADRL -- : 0x43288091 
 +<0>  !! create link_status PROC !!!!! 
 +PROC INIT OK! 
 +usbcore: registered new interface driver catc 
 +usbcore: registered new interface driver kaweth 
 +pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II USB Ethernet driver 
 +usbcore: registered new interface driver pegasus 
 +usbcore: registered new interface driver rtl8150 
 +usbcore: registered new interface driver r8152 
 +usbcore: registered new interface driver asix 
 +usbcore: registered new interface driver ax88179_178a 
 +usbcore: registered new interface driver cdc_ether 
 +usbcore: registered new interface driver cdc_eem 
 +usbcore: registered new interface driver dm9601 
 +usbcore: registered new interface driver smsc75xx 
 +usbcore: registered new interface driver smsc95xx 
 +usbcore: registered new interface driver gl620a 
 +usbcore: registered new interface driver net1080 
 +usbcore: registered new interface driver plusb 
 +usbcore: registered new interface driver rndis_host 
 +usbcore: registered new interface driver cdc_subset 
 +usbcore: registered new interface driver zaurus 
 +usbcore: registered new interface driver MOSCHIP usb-ethernet driver 
 +usbcore: registered new interface driver int51x1 
 +usbcore: registered new interface driver kalmia 
 +usbcore: registered new interface driver ipheth 
 +usbcore: registered new interface driver sierra_net 
 +usbcore: registered new interface driver cx82310_eth 
 +usbcore: registered new interface driver cdc_ncm 
 +usbcore: registered new interface driver lg-vl600 
 +usbcore: registered new interface driver qmi_wwan 
 +usbcore: registered new interface driver cdc_mbim 
 +ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver 
 +ehci-pci: EHCI PCI platform driver 
 +ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver 
 +uhci_hcd: USB Universal Host Controller Interface driver 
 +usbcore: registered new interface driver cdc_acm 
 +cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters 
 +usbcore: registered new interface driver usblp 
 +usbcore: registered new interface driver cdc_wdm 
 +usbcore: registered new interface driver usb-storage 
 +Ralink APSoC Hardware Watchdog Timer 
 +Init Ingress Classify module ... 
 +GACT probability on 
 +Mirror/redirect action on 
 +Failed to load ipt action 
 +u32 classifier 
 +    Performance counters on 
 +    Actions configured 
 +Netfilter messages via NETLINK v0.30. 
 +nf_conntrack version 0.5.0 (3876 buckets, 15504 max) 
 +ctnetlink v0.93: registering with nfnetlink. 
 +NF_TPROXY: Transparent proxy support initialized, version 4.1.0 
 +NF_TPROXY: Copyright (c) 2006-2007 BalaBit IT Ltd. 
 +gre: GRE over IPv4 demultiplexor driver 
 +ip_tables: (C) 2000-2006 Netfilter Core Team 
 +Type=Linux 
 +arp_tables: (C) 2002 David S. Miller 
 +TCP: cubic registered 
 +NET: Registered protocol family 10 
 +ip6_tables: (C) 2000-2006 Netfilter Core Team 
 +NET: Registered protocol family 17 
 +l2tp_core: L2TP core driver, V2.0 
 +l2tp_ppp: PPPoL2TP kernel driver, V2.0 
 +8021q: 802.1Q VLAN Support v1.8 
 +Sercomm dual images: bootflag=Sercomm1, choose /dev/mtdblock7 as rootfs 
 +VFS: Mounted root (squashfs filesystem) readonly on device 31:7. 
 +devtmpfs: mounted 
 +Freeing unused kernel memory: 268K (81a3d000 - 81a80000) 
 +init started: BusyBox v1.15.3 () 
 +starting pid 52, tty '': '/etc/rcS' 
 +mount: mounting usbfs on /proc/bus/usb failed: No such file or directory 
 +register rlt_drv 
 + 
 + 
 +=== pAd = c0e01000, size = 2224152 === 
 + 
 +<-- RTMPAllocTxRxRingMemory, Status=0, ErrorValue=0x 
 +<-- RTMPAllocAdapterBlock, Status=0 
 +pAd->CSRBaseAddress =0xc0d00000, csr_addr=0xc0d00000! 
 +device_id =0x7603 
 +RtmpChipOpsHook(474): Not support for HIF_MT yet! 
 +mt7603_init()--> 
 +mt_bcn_buf_init(224): Not support for HIF_MT yet! 
 +<--mt7603_init() 
 +load_dev_l1profile()--> 
 +match_index_by_chipname() MT7603 found as INDEX0 
 +l1set_profile_path() profile remain /etc/Wireless/RT2860/RT2860.dat 
 +l1set_eeprom_offset() eeprom offset remain 0x0 
 +l1set_eeprom_size() eeprom size remain 0x200 
 +l1set_ifname() ifname rename from ra0 to ra 
 +l1set_ifname() ifname remain ra 
 +l1set_ifname() ifname remain ra 
 +l1set_ifname() ifname remain apcli 
 +hal_wd: module license 'sercomm' taints kernel. 
 +Disabling lock debugging due to kernel taint 
 +Init system monitor... 
 +Sercomm HWIO Driver: loaded successfully 
 +nnat46: module (version Sep 27 2020 06:28:44) loaded. 
 +UBI: attaching mtd8 to ubi8 
 +UBI: scanning is finished 
 +UBI: attached mtd8 (name "Configuration/log", size 20 MiB) to ubi8 
 +UBI: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes 
 +UBI: min./max. I/O unit sizes: 2048/2048, sub-page size 2048 
 +UBI: VID header offset: 2048 (aligned 2048), data offset: 4096 
 +UBI: good PEBs: 160, bad PEBs: 0, corrupted PEBs: 0 
 +UBI: user volume: 1, internal volumes: 1, max. volumes count: 128 
 +UBI: max/mean erase counter: 192/128, WL threshold: 4096, image sequence number: 583894523 
 +UBI: available PEBs: 0, total reserved PEBs: 160, PEBs reserved for bad PEB handling: 20 
 +UBI: background thread "ubi_bgt8d" started, PID 100 
 +UBI device number 8, total 160 LEBs (20316160 bytes, 19.4 MiB), UBIFS: background thread "ubifs_bgt8_0" started, PID 102 
 +available 0 LEBs (0 bytes), LEB size 126976 bytes (124.0 KiB) 
 +UBIFS: recovery needed 
 +UBIFS: recovery completed 
 +UBIFS: mounted UBI device 8, volume 0, name "0" 
 +UBIFS: LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes 
 +UBIFS: FS size: 15872000 bytes (15 MiB, 125 LEBs), journal size 9023488 bytes (8 MiB, 72 LEBs) 
 +UBIFS: reserved for root: 0 bytes (0 KiB) 
 +UBIFS: media format: w4/r0 (latest is w4/r0), UUID D24B7CE9-C688-4B5E-8DC8-7EEC373BEB60, small LPT model 
 +net/nat/hw_nat/get_mem.c InitMod:40: Ralink HW NAT allocate DMA memory area 
 +net/nat/hw_nat/get_mem.c InitMod:46: The DMA memory area has been allocated a0e00000 00e00000 
 +Started WatchDog Timer. 
 +get boot version from flash 0210 
 +Bootloader has already been recovered 
 +switch register base addr to 0xb0100a00 
 +write offset 0x80, value 0x5d805d80 
 +write offset 0x84, value 0x1d801d80 
 +SERIAL NUMBER: ET2FF5FF15246 
 +FFFFFFFF:FFFFFFFF:FFFFFFFF:FFFFFFFF:FFFFFFFF:FFFFFFFF 
 + 
 +Raeth v3.1 (Tasklet) 
 +phy_free_head is 0xc92000!!! 
 +phy_free_tail_phy is 0xc93ff0!!! 
 +txd_pool=a0c98000 phy_txd_pool=00C98000 
 +ei_local->skb_free start address is 0x8ede26cc. 
 +free_txd: 00c98010, ei_local->cpu_ptr: 00C98000 
 + POOL  HEAD_PTR | DMA_PTR | CPU_PTR 
 +----------------+---------+-------- 
 +     0xa0c98000 0x00C98000 0x00C98000 
 + 
 +phy_qrx_ring = 0x00c94000, qrx_ring = 0xa0c94000 
 + 
 +phy_rx_ring0 = 0x00ca0000, rx_ring[0] = 0xa0ca0000 
 +MT7530 Reset Completed!! 
 +change HW-TRAP to 0x117c8f 
 +set LAN/WAN WLLLL 
 +GMAC1_MAC_ADRH -- : 0x00001050 
 +GMAC1_MAC_ADRL -- : 0x7260325c 
 +GDMA2_MAC_ADRH -- : 0x0000000c 
 +GDMA2_MAC_ADRL -- : 0x43288014 
 +eth3: ===> VirtualIF_open 
 +MT7621 GE2 link rate to 1G 
 +CDMA_CSG_CFG = 81000000 
 +GDMA1_FWD_CFG = 20710000 
 +GDMA2_FWD_CFG = 20710000 
 +sc_lan_vlan_id = 1 
 +sc_wan_vlan_id = 2 
 +sc_special_vlan_id = 3 
 +sc_host_queue = 3 
 +rc_cmd=/usr/sbin/rc syslogd start 
 +mirror_interface =  wizard_active = 1 
 +Turn off bs due to wizard flag 
 +rc_cmd=rc lan_isolation start 
 +rc_cmd=/usr/sbin/rc prpl_hl start 
 +rc_cmd=/usr/sbin/rc wan_switch start 
 +rc_cmd=/usr/sbin/rc lan_switch start 
 +rc_cmd=/usr/sbin/rc dnrd start 
 +rc_cmd=/usr/sbin/rc wlan start 
 +prpl_hl: wait connection to UBUSD server... 
 +Interface doesn't accept private ioctl... 
 +set (8BE2): Invalid argument 
 +Interface doesn't accept private ioctl... 
 +set (8BE2): Invalid argument 
 +Interface doesn't accept private ioctl... 
 +set (8BE2): Invalid argument 
 +============guest<2> is disabled============ 
 +============guest<3> is disabled============ 
 +============guest<4> is disabled============ 
 +============guest<6> is disabled============ 
 +============guest<7> is disabled============ 
 +============guest<8> is disabled============ 
 +rc_cmd=/usr/sbin/rc lanip start init 
 +rc_cmd=/usr/sbin/rc firewall start 
 +ScDrvDev_ioctl: CMD: (23) is not supported 
 +Jan/01/1970 00:00:38: dhcp6_ctl_authinit: failed to open /tmp/dhcp6sctlkey: No such file or directory 
 +iptables: Bad rule (does a matching rule exist in that chain?). 
 +rc_cmd=rc lan_isolation start 
 +rc_cmd=rc lan_isolation start 
 +[Jan 01 00:00:40] radvd: no linklocal address configured for br0 
 +[Jan 01 00:00:40] radvd: can't join ipv6-allrouters on br0 
 +rc_cmd=/usr/sbin/rc networkmap start init 
 +modprobe: module networkmap not found in modules.dep 
 +rc_cmd=/usr/sbin/rc qos start 
 +rc_cmd=/usr/sbin/rc cpm start init 
 +Sun Sep 27 06:31:51 UTC 2020 
 +rc_cmd=/usr/sbin/rc httpd start 
 +rc: invalid command /usr/sbin/rc coredump start 
 +Usage: rc <app> <start|stop|restart|create> [COMMON OPTIONS] 
 +e.g.: rc firewall start dmz 
 +bind: Address already in use 
 +bind: Address already in use 
 +rc_cmd=/usr/sbin/rc ieee_802_1x start 
 +rc_cmd=/usr/sbin/rc srt restart 
 +rc_cmd=/usr/sbin/rc rp start 
 +rc_cmd=/usr/sbin/rc udpecho start 
 +rc_cmd=/usr/sbin/rc ingress_qos start 
 +Sep/27/2020 06:31:51: server6_send: transmit advertise to fe80::c07e:2db1:d2f3:c1ff failed 
 +rc_cmd=/usr/sbin/rc ingress_classify start 
 +rc_cmd=/usr/sbin/rc qos_remark start 
 +rc_cmd=/usr/sbin/rc ipv6wd start 
 +rc_cmd=/usr/sbin/rc pppoe_relay start 
 +rc_cmd=/usr/sbin/rc telnetd start 
 +rc_cmd=/usr/sbin/rc igd_upnp start 
 +rc_cmd=/usr/sbin/rc dnsr start 
 +rc_cmd=/usr/sbin/rc cron start 
 +Sep/27/2020 06:31:52: server6_send: transmit advertise to fe80::c07e:2db1:d2f3:c1ff failed 
 +rc_cmd=/usr/sbin/rc prpl_timers start 
 +rc_cmd=/usr/sbin/rc cups start 
 +rc_cmd=/usr/sbin/rc umtsd start 
 +[umtsd] Init daemon 
 +[umtsd] Setup signal handlers 
 +[umtsd] Start daemon loop, initial state = DISCONNECTED 
 +rc_cmd=/usr/sbin/rc cwmp_stun start 
 +rc_cmd=/usr/sbin/rc mesh start 
 +rc_cmd=/usr/sbin/rc sshd start 
 +rc_cmd=rc igd_upnp restart 
 +Erasing 128 Kibyte @ 20000 -- 100 % complete 
 +rc_cmd=rc event_m start 
 +starting pid 907, tty '': '/sbiCould not load host key: /etc/ssh/ssh_host_ed25519_key 
 + 
 +Etisalat-S3 login: crc = 0xcd873b74 
 +crc = 0xa0bc104a 
 +DualImage Sync: images are the same, skip sync 
 +crc = 0xcd873b74 
 +crc = 0xa0bc104a 
 +crc = 0xcd873b74 
 +crc = 0xa0bc104a 
 +crc = 0xd1416571 
 + 
 +</nowiki>
 </WRAP>\\ </WRAP>\\
  
 ==== 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 192: 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