Beeline SmartBox TURBO+

OEM/ODM name: Sercomm S3 CQR.

The Beeline SmartBox TURBO+ is a CPE wireless router based on the MT7621 platform is supplied by the Beeline provider on the territory of the Russian Federation. Made by OEM/ODM Sercomm on S3 platform (Beeline SmartBox TURBO, Etisalat Sercomm S3, Rostelecom RT-SF-1). Gigabit router with 802.11ac, MIMO 4×4 and ZigBee. It is easy to buy on the secondary market at a low price in the Russian Federation.

Beeline SmartBox TURBO+

SSH access for newcomers

Login to the web interface http://192.168.1.1/ (by default) under SuperUser (root) credentials. Password: SDXXXXXXXXXX, where SDXXXXXXXXXX is serial number of the device written on the backplate stick.

  Login:		SuperUser
  Password:		SDXXXXXXXXXX
  1. Turning on SSH. Navigate to:
    1. Advanced settings
    2. Others
    3. Access Control
    4. Users Root Select
    5. SSH Admin - Enable LAN
    6. Save
    7. Apply
  2. Connect SSH. Example on Linux without key saving.
    ssh -o "UserKnownHostsFile /dev/null" SuperUser@192.168.1.1
  3. Start shell
    view @ Smart Box TURBO+> sh

IP subnet 172.16.0.0/24 is used only as an example, you can replace it with any local one.

  1. Configure WAN. Navigate to:
    1. Setting
    2. WAN
    3. ADD
      • Name - WAN1
      • Connection Type - Static
      • IP Address - 172.16.0.1
      • Netmask - 255.255.255.0
    4. Save
    5. Apply
      1. Default WAN1
  2. Enable SSH and HTTP on WAN.
    1. Setting
    2. Remote control
    3. ADD
      • Protocol - SSH
      • Port - 22
      • IP Address - 172.16.0.1
      • Netmask - 255.255.255.0
      • WAN Interface - WAN1
    4. Save
    5. Apply
    6. ADD
      • Protocol - HTTP
      • Port - 80
      • IP Address - 172.16.0.1
      • Netmask - 255.255.255.0
      • WAN Interface - WAN1
    7. Save
    8. Apply
  3. Set up on PC
    • Connection Type - Static
    • IP Address - 172.16.0.2
    • Netmask - 255.255.255.0
    • Gateway - 172.16.0.1
  4. Connect PC cable to WAN TURBO+
  5. Connect SSH. Example on Linux without key saving.
    ssh -o "UserKnownHostsFile /dev/null" SuperUser@172.16.0.1
  6. Start shell
    view @ Smart Box TURBO+> sh

Setting up a TFTP server for TFTP Recovery/Install

It's recommended to make a backup before you start:

  1. Prepare TFTP server* on PC
  2. Connect via SSH
  3. Create dump mtd. Enter your address in the “IP=” variable.
CSN=$(hexdump -e '/2 "%1s"' -n 12 -s 135184 /dev/mtd2)
IP=192.168.1.2
cd /tmp
echo $CSN >> mtd.md5
for i in 0 1 2 3 4 5 6 7 8 9; do 
echo "===Dump mtd$i.bin backup===";
nanddump -f mtd$i.bin /dev/mtd$i;
tftp -l mtd$i.bin -p $IP;
md5sum mtd$i.bin >> mtd.md5;
rm mtd$i.bin; 
done
tftp -l mtd.md5 -p $IP
rm mtd.md5
echo "=== Finish backup ==="

192.168.1.2 - IP of the tftp server

* Check backups in your tftp root folder.

  1. Remove all dots from the factory image filename (except the dot before file extension)
  2. Upload and update the firmware via the original web interface
  3. Two options are possible after the reboot:
    • OpenWrt - that's OK, the mission accomplished
    • Stock firmware (after 3 unsuccessful boots bootloader will switch the slot) - install Stock firmware (to switch booflag from Sercomm0 to Sercomm1) and then OpenWrt factory image.
  1. Connect via SSH & Login to shell
  2. See which slot the OS is running from
    1. FW OEM v1.0.xx

      # hexdump -Cn 8 /dev/mtd3                                                       
      00000000  53 65 72 63 6f 6d 6d 30                           |Sercomm0|          
      00000008 

      FW OEM v2.0.xx

      # bootflag_utility -g    
      [bootflag_utility.c:get_bootflag:52] bootflag=Sercomm0
      get_bootflag=0
    2. If Sercomm0 - switch slot and reboot.
      1. FW OEM v1.0.xx

        printf 1 | dd bs=1 seek=7 count=1 of=/dev/mtdblock3
        reboot

        FW OEM v2.0.xx

        bootflag_utility -s 1
        reboot
    3. If Sercomm1 - continue.
  3. Remove dots from the OpenWrt factory image filename (except the dot before file extension)
  4. Flash the *-factory.img image from the web interface.

None so far.

generic.flashing.tftp

1. Compile sercomm-recovery under the Linux:

git clone https://github.com/danitool/sercomm-recovery.git
make

2. Connect the router with a cable and run sercomm-recovery:

sudo ./sercomm-recovery enp0s3 recovery.bin

where enp0s3 - network interface connected the router, ifconfig - list on available network interfaces

3. Wait until the router is flashed and rebooted.

Download ready recovery images for Sercomm devices.

How to make own recovery images

Contcat all mtd backup into one file:

cat mtd0 mtd1 mtd2 mtd3 mtd4 mtd5 mtd6 mtd7 mtd8 mtd9 mtd10 mtd11 > full.bin

Add OOB data:

bbe -b ":512" -e "A 0000000000000000" full.bin -o full-oob.bin

1. Run tftp server on IP 10.10.10.3/24

2. Rename initramfs OpenWrt image to test.bin and copy it to the tftp root

3. Connect UART, power on the router and interrupt the boot process by pressing any key

4. In U-Boot command console run:

tftpboot
bootm

5. Wait until OpenWrt boots

6. Make sysupgrade to install OpenWrt on NAND flash of the router

  1. Change the bootflag to Sercomm1 in OpenWrt CLI and then reboot:
    printf 1 | dd bs=1 seek=7 count=1 of=/dev/mtdblock3
  2. Optional: Update with any stock (Beeline) firmware if you want to overwrite OpenWrt in Slot 0 completely.
CPU Ram Flash Network WLAN USB Serial JTag
MediaTek MT7621A @ 880 MHz 128 MiB 128 MiB 5x 10/100/1000 a/b/g/n/ac 1x 3.0 Yes ?

Front:Back:Label:
Photo Beeline SmartBox TURBO+ of front of the casingPhoto Beeline SmartBox TURBO+ of back of the casingPhoto Beeline SmartBox TURBO+ of backside label

Insert photo of PCB

Front:Back:

Note: This will void your warranty!

Also SmartBox TURBO.

There are 2 crews behind the rubber feet. There are also clips around the edge of the case you will need to prize open, using, for example, a plastic card.

Beeline SmartBox TURBO case opening

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

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

FIXME Replace EXAMPLE by real values.

Serial connection parameters
for Beeline SmartBox TURBO+ @@Version@@
EXAMPLE 115200, 8N1, 3.3V

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

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

How to update the firmware on the ZigBee SoC, no physical access required

NOTE: This guide assumes that you already have OpenWrt up and running on your SmartBox TURBO+

  1. Install Elelabs Firmware Update Utility and run it to switch the ZigBee SoC to bootloader mode:
    opkg update
    opkg install git-http python3-pip
    cd /tmp
    git clone https://github.com/Elelabs/elelabs-zigbee-ezsp-utility.git
    cd elelabs-zigbee-ezsp-utility
    pip3 install -r requirements.txt
    python3 Elelabs_EzspFwUtility.py restart -m btl -p /dev/ttyS1 -b 57600


  2. Install minicom and lrzsz:
    opkg install minicom lrzsz


  3. Configure minicom:
    minicom -s
    1. In the configuration menu, select File transfer protocols and press Enter


    2. In the screen that opens, press C to select xmodem, then press Enter to advance to the Program column
    3. In the Program column, change /usr/bin/sx -vv to /usr/bin/lsx -vv
    4. Press Enter repeatedly to skip through the rest of the columns without changing their contents
    5. Press F to select xmodem, then press Enter to advance to the Program column
    6. In the Program column, change /usr/bin/rx -vv to /usr/bin/lrx -vv
    7. Press Enter repeatedly to skip through the rest of the columns without changing their contents
    8. Press Esc to return to the configuration menu


    9. In the configuration menu, select Serial port setup and press Enter
    10. Press A to select Serial device, then change the text to /dev/ttyS1 and press Enter
      IMPORTANT: Do not change any other parameters! The Bps/Par/Bits should remain at 115200 8N1
    11. Press Esc to return to the configuration menu


    12. In the configuration menu, select Save setup as dfl and press Enter
    13. Select Exit from Minicom and press Enter
      TIP: If you select Exit instead of Exit from Minicom and get stuck in minicom, press Ctl-A, then X to exit minicom

  4. Download a newer version of firmware for the ZigBee SoC by clicking the Download button on the file download page
    TIP: Before proceeding to the next step, make sure that the file you downloaded is binary and not HTML. Uploading a wrong file will brick your ZigBee SoC.

  5. Upload the firmware file (NCP_USW_EFR32MG1B-256_678_PA0-PA1-PB11.ebl) to the /root directory on your SmartBox TURBO+ (e.g. using WinSCP)
    1. Start minicom. This will take you to the bootloader screen.
      TIP: If you don't see the bootloader screen (and no error is displayed), press Enter to proceed to the bootloader screen.
    2. Press 1 to start uploading the firmware file to the ZigBee SoC


    3. Press Ctl-A, then S, and in the Upload menu that appears select xmodem and press Enter


    4. Press the arrow down key to move the cursor to the firmware file (NCP_USW_EFR32MG1B-256_678_PA0-PA1-PB11.ebl) and press Space to tag it, then press Enter


    5. File transfer will initiate, and the Xmodem sectors/kbytes sent will start increasing.
      NOTE: If file transfer does not start after 15 seconds and/or an error appears, press Ctrl-C and repeat the upload procedure as described above.


    6. Аfter the firmware upload is completed successfully, press Enter to go back to the bootloader screen.
    7. Press 2 to run the uploaded firmware. This will switch the ZigBee SoC from bootloader mode to normal mode.
      NOTE: ZigBee port (/dev/ttyS1) speed will be set at 115200 bps.
    8. Press Ctl-A, then X to exit minicom.

  6. (OPTIONAL) Now (before you reboot your SmartBox TURBO+) you can check whether the firmware update was successful:
    cd /tmp/elelabs-zigbee-ezsp-utility
    python3 Elelabs_EzspFwUtility.py probe -p /dev/ttyS1 -b 115200

The new firmware version is 6.7.8-117, EZSP v8.

NOTE: To use ZigBee in Home Assistant or other Smart Home systems, you can utilize port forwarding via ser2net in zigbee2mqtt.

Warning!
This section describes actions that might damage your device or firmware. Proceed with care!

Input conditions:

  • router with Breed bootloader installed

You will need:

  • PC or Virtual machine with Linux
  • mtd partitions backup (mtd0.bin - u-boot bootloader, mtd1.bin - dynamic partition map, mtd2.bin - Factory)
  • http server with mtd partitions backup (i.e. with IP 192.168.1.2)
  • recovery image (see sercomm-recovery)

U-Boot and stock firmware recovery steps

After executing each command, carefully read its output before executing the next one.

1. Enter the Breed telnet shell (IP: 192.168.1.1)

2. Download dynamic partition map backup from your http server and write it:

wget http://192.168.1.2/mtd1.bin
flash erase 0x100000 0x200000
flash write 0x100000 0x80001000 0x100000

2. Download Factory backup from your http server and write it:

wget http://192.168.1.2/mtd2.bin
flash write 0x200000 0x80001000 0x100000

3. Download u-boot bootloader backup from your http server and write it:

The most dangerous part of the instruction. Be extremely careful.

wget http://192.168.1.2/mtd0.bin
flash erase 0x0 0x100000
flash write 0x0 0x80001000 0x100000

4. Check written data and reboot:

flash dump 0x0
flash dump 0x100000
flash dump 0x200000

5. Use sercomm-recovery utility for stock firmware recovery

=================================================================== 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: 0x10, 1/0 = 599/425 41000000 PLL4 FB_DL: 0x16, 1/0 = 590/434 59000000 PLL2 FB_DL: 0x1c, 1/0 = 728/296 71000000 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 1 000E:| 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 000F:| 0 0 0 0 1 1 1 1 1 1 1 1 1 1 0 0 0010:| 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0011:| 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0012:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0013:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0014:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0015:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0016:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0017:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0018:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0019:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 001A:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 001B:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 001C:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 001D:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 001E:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 001F:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 rank 0 coarse = 15 rank 0 fine = 72 B:| 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 opt_dle value:9 DRAMC_R0DELDLY[018]=00001D1F ================================================================== RX DQS perbit delay software calibration ================================================================== 1.0-15 bit dq delay value ================================================================== bit| 0 1 2 3 4 5 6 7 8 9 -------------------------------------- 0 | 13 5 11 9 11 5 11 6 2 9 10 | 5 13 7 9 4 9 -------------------------------------- ================================================================== 2.dqs window x=pass dqs delay value (min~max)center y=0-7bit DQ of every group input delay:DQS0 =31 DQS1 = 29 ================================================================== bit DQS0 bit DQS1 0 (1~59)30 8 (1~54)27 1 (1~52)26 9 (1~56)28 2 (1~57)29 10 (1~56)28 3 (1~57)29 11 (2~54)28 4 (1~57)29 12 (1~57)29 5 (0~55)27 13 (1~56)28 6 (0~58)29 14 (1~58)29 7 (2~61)31 15 (1~56)28 ================================================================== 3.dq delay value last ================================================================== bit| 0 1 2 3 4 5 6 7 8 9 -------------------------------------- 0 | 14 10 13 11 13 9 13 6 4 10 10 | 6 14 7 10 4 10 ================================================================== ================================================================== TX perbyte calibration ================================================================== DQS loop = 15, cmp_err_1 = ffff2a01 DQS loop = 14, cmp_err_1 = ffff0a00 dqs_perbyte_dly.last_dqsdly_pass[0]=14, finish count=1 DQS loop = 13, cmp_err_1 = ffff0000 dqs_perbyte_dly.last_dqsdly_pass[1]=13, finish count=2 DQ loop=15, cmp_err_1 = ffff00a2 dqs_perbyte_dly.last_dqdly_pass[1]=15, finish count=1 DQ loop=14, cmp_err_1 = ffff0080 DQ loop=13, cmp_err_1 = ffff0000 dqs_perbyte_dly.last_dqdly_pass[0]=13, 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 6 2018 - 19:39:59) Board: Ralink APSoC DRAM: 128 MB rt2880 uboot v0.00e04 05/25/2006 SERIAL_CLOCK_DIVISOR =16 kaiker,,CONFIG_BAUDRATE =57600 SDRAM SIZE:08000000 Top of RAM usable for U-Boot at: 88000000 Reserving 426k for U-Boot at: 87f94000 Reserving 1028k for malloc() at: 87e93000 Reserving 44 Bytes for Board Info at: 87e92fd4 Reserving 36 Bytes for Global Data at: 87e92fb0 Reserving 128k for boot params() at: 87e72fb0 Stack Pointer at: 87e72f98 relocate_code Pointer at: 87f94000 Config XHCI 40M PLL ****************************** Software System Reset Occurred ****************************** Now running in RAM - U-Boot at: 87f94000 monitor_flash_len =117844 Command "mdio": 0xa0206b28 => 0x87f9ab28 Command "nand": 0xa020c460 => 0x87fa0460 Command "reset": 0xa0215ecc => 0x87fa9ecc Command "go": 0xa020de0c => 0x87fa1e0c Command "bootm": 0xa020e668 => 0x87fa2668 Command "loadb": 0xa020f328 => 0x87fa3328 Command "tftpboot": 0xa020f958 => 0x87fa3958 Command "nm": 0xa020ffe4 => 0x87fa3fe4 Command "mm": 0xa0210048 => 0x87fa4048 Command "md": 0xa02100ac => 0x87fa40ac Command "saveenv": 0xa0210624 => 0x87fa4624 Command "setenv": 0xa0210f94 => 0x87fa4f94 Command "printenv": 0xa0210674 => 0x87fa4674 Command "?": 0xa0211268 => 0x87fa5268 Command "help": 0xa0211268 => 0x87fa5268 Command "version": 0xa0211128 => 0x87fa5128 Command "sc_boot": 0xa0213ed4 => 0x87fa7ed4 Command "sc_nand": 0xa0213f0c => 0x87fa7f0c Command "sc_eth_test": 0xa0213f48 => 0x87fa7f48 Command "sc_phy": 0xa0213f84 => 0x87fa7f84 Command "sc_time": 0xa0213fc0 => 0x87fa7fc0 Command "sc_btver": 0xa0213ff8 => 0x87fa7ff8 Command "sc_fl_map": 0xa0214034 => 0x87fa8034 Command "sc_endian": 0xa0214070 => 0x87fa8070 Command "sc_ramtest": 0xa02140ac => 0x87fa80ac Command "sc_gpio": 0xa02140e8 => 0x87fa80e8 Command "sc_led": 0xa0214124 => 0x87fa8124 Command "sc_dl": 0xa0214160 => 0x87fa8160 Allocate 16 byte aligned buffer: 87fca810 Enable NFI Clock # MTK NAND # : Use HW ECC NAND ID [C2 F1 80 95 02] Device found in MTK table, ID: c2f1, EXT_ID: 809502 Support this Device in MTK table! c2f1 select_chip [NAND]select ecc bit:4, sparesize :64 spare_per_sector=16 Signature matched and data read! load_fact_bbt success 1023 load fact bbt success [mtk_nand] probe successfully! mtd->writesize=2048 mtd->oobsize=64, mtd->erasesize=131072 devinfo.iowidth=8 ============================================ Ralink UBoot Version: 5.0.0.0 -------------------------------------------- ASIC MT7621A DualCore (MAC to MT7530 Mode) DRAM_CONF_FROM: Auto-Detection DRAM_TYPE: DDR3 DRAM bus: 16 bit Xtal Mode=3 OCP Ratio=1/3 Flash component: NAND Flash Date:Mar 6 2018 Time:19:39:59 ============================================ icache: sets:256, ways:4, linesz:32 ,total:32768 dcache: sets:256, ways:4, linesz:32 ,total:32768 ##### The CPU freq = 880 MHZ #### estimate memory size =128 Mbytes #Reset_MT7530 set LAN/WAN 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 ****************************************** *************************************************** Sercomm Boot Version 2.0.0.0, at Mar 6 2018, 19:39:56 *************************************************** SC_DEBUG: Nand Partition Table Magic Found at 100000. Entering Firmware : Everything is OK. ************************************* Boot Flag : Sercomm0� ************************************* Kernel image header: Image Addr: 00400100 Image Len: 003A9FF4 Image CRC: E7ABA01F Start to calculate kernel_crc from 0x00400100 .... Kernel CRC verify OK! Kernel Addr : 0xbc400100 ## Booting image at bc400100 ... Image Name: Linux Kernel Image Image Type: MIPS Linux Kernel Image (lzma compressed) Data Size: 3841972 Bytes = 3.7 MB Load Address: 81001000 Entry Point: 8162c110 Verifying Checksum ... OK Uncompressing Kernel Image ... OK boot_count1 is FF write 1 to boot_count1 ranand_erase: start:320000, len:20000 .kernel addr :0xBC400100 No initrd ## Transferring control to Linux (at address 8162c110) ... ## Giving linux memsize in MB, 128 Starting kernel ... LINUX started... THIS IS ASIC SDK 5.0.S.0 Linux version 3.10.14+ (phil@ubuntu) (gcc version 4.6.3 (Buildroot 2012.11.1) ) #1 SMP Fri Jun 29 17:10:42 CST 2018 The CPU feqenuce set to 880 MHz GCMP present CPU0 revision is: 0001992f (MIPS 1004Kc) Software DMA cache coherency Determined physical RAM map: memory: 08000000 @ 00000000 (usable) Zone ranges: DMA [mem 0x00000000-0x00ffffff] Normal [mem 0x01000000-0x07ffffff] Movable zone start for each node Early memory node ranges node 0: [mem 0x00000000-0x07ffffff] 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 @81b70000 s6592 r8192 d13888 u32768 Built 1 zonelists in Zone order, mobility grouping on. Total pages: 32512 Kernel command line: console=ttyS1,57600n8 root=/dev/mtdblock5 root=ubi0:rootfs rootfstype=ubifs PID hash table entries: 512 (order: -1, 2048 bytes) Dentry cache hash table entries: 16384 (order: 4, 65536 bytes) Inode-cache hash table entries: 8192 (order: 3, 32768 bytes) Writing ErrCtl register=00001150 Readback ErrCtl register=00001150 Memory: 119136k/131072k available (6357k kernel code, 11936k reserved, 3252k data, 240k init, 0k highmem) 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 vgaarb: loaded 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: 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] 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: 1024 (order: 1, 8192 bytes) TCP bind hash table entries: 1024 (order: 1, 8192 bytes) TCP: Hash tables configured (established 1024 bind 1024) 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) fuse init (API version 7.22) msgmni has been set to 232 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 Ralink gpio driver initialized brd: module loaded MediaTek Nand driver init, version v2.1 Fix AHB virt2phys error Allocate 16 byte aligned buffer: 819b2d60 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 [NAND] pagesz:2048 , oobsz: 288,eccbytes: 32 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 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 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 SC_DEBUG: Go to read Magic at 100000 page: 200 SC_DEBUG: NAND Partition Table Magic Fount at 100000. page: 201 SC_DEBUG: part 0,real_offset 00000000, real_length 00100000 page: 201 SC_DEBUG: part 1,real_offset 00100000, real_length 00100000 page: 201 SC_DEBUG: part 2,real_offset 00200000, real_length 00100000 page: 201 SC_DEBUG: part 3,real_offset 00300000, real_length 00100000 page: 201 SC_DEBUG: part 4,real_offset 00400000, real_length 00600000 page: 201 SC_DEBUG: part 5,real_offset 00a00000, real_length 00600000 page: 201 SC_DEBUG: part 6,real_offset 01000000, real_length 02000000 page: 201 SC_DEBUG: part 7,real_offset 03000000, real_length 02000000 page: 201 SC_DEBUG: part 8,real_offset 05000000, real_length 01400000 page: 201 SC_DEBUG: part 9,real_offset 06400000, real_length 01b80000 page: 201 SC_DEBUG: part 10,real_offset ffffffff, real_length ffffffff Creating 11 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-0x000005000000 : "File System 2" 0x000005000000-0x000006400000 : "Configuration/log" 0x000006400000-0x000007f80000 : "application tmp buffer (Ftool)" 0x000007f80000-0x000007f7ffff : "bad block reserved" mtd: partition "bad block reserved" is out of reach -- disabled [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 = 3655800 === <-- RTMPAllocAdapterBlock, Status=0 get_wdev_by_idx: invalid idx(0) pAd->PciHif.CSRBaseAddress =0xc0080000, csr_addr=0xc0080000! get_wdev_by_idx: invalid idx(0) RTMPInitPCIeDevice():device_id=0x7615 DriverOwn()::Try to Clear FW Own... DriverOwn()::Success to clear FW Own mt_pci_chip_cfg(): HWVer=0x8a10, FWVer=0x8a10, pAd->ChipID=0x7615 mt_pci_chip_cfg(): HIF_SYS_REV=0x76150001 RtmpChipOpsHook(493): 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() ChipOpsMCUHook cut_through_token_list_init(): TokenList inited done!id_head/tail=0/4096 cut_through_token_list_init(): 87638608,87638608 cut_through_token_list_init(): TokenList inited done!id_head/tail=0/4096 cut_through_token_list_init(): 87638618,87638618 <-- RTMPAllocTxRxRingMemory, Status=0 get_wdev_by_idx: invalid idx(0) get_wdev_by_idx: invalid idx(0) get_wdev_by_idx: invalid idx(0) get_wdev_by_idx: invalid idx(0) get_wdev_by_idx: invalid idx(0) get_wdev_by_idx: invalid idx(0) get_wdev_by_idx: invalid idx(0) pci probe count=1 rdm_major = 253 GMAC1_MAC_ADRH -- : 0x0000000c GMAC1_MAC_ADRL -- : 0x432880ef Ralink APSoC Ethernet Driver Initilization. v3.1 4096 rx/tx descriptors allocated, mtu = 1500! GMAC1_MAC_ADRH -- : 0x0000000c GMAC1_MAC_ADRL -- : 0x432880d0 <0> !! create link_status PROC !!!!! PROC INIT OK! usbcore: registered new interface driver usb-storage Ralink APSoC Hardware Watchdog Timer mt_msdc_init: !!!!! SDXC Module Initialize Fail !!!!! GACT probability on Mirror/redirect action on Failed to load ipt action u32 classifier Performance counters on Actions configured nf_conntrack version 0.5.0 (1861 buckets, 7444 max) gre: GRE over IPv4 demultiplexor driver ip_tables: (C) 2000-2006 Netfilter Core Team Type=Linux TCP: cubic registered NET: Registered protocol family 10 sit: IPv6 over IPv4 tunneling driver NET: Registered protocol family 17 Ebtables v2.0 registered l2tp_core: L2TP core driver, V2.0 l2tp_ppp: PPPoL2TP kernel driver, V2.0 8021q: 802.1Q VLAN Support v1.8 boot image 1 UBI: attaching mtd6 to ubi0 UBI: scanning is finished UBI warning: print_rsvd_warning: cannot reserve enough PEBs for bad PEB handling, reserved 19, need 20 UBI: attached mtd6 (name "File System 1", size 32 MiB) to ubi0 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: 256, bad PEBs: 0, corrupted PEBs: 0 UBI: user volume: 1, internal volumes: 1, max. volumes count: 128 UBI: max/mean erase counter: 1/0, WL threshold: 4096, image sequence number: 0 UBI: available PEBs: 0, total reserved PEBs: 256, PEBs reserved for bad PEB handling: 19 UBI: background thread "ubi_bgt0d" started, PID 47 UBIFS: mounted UBI device 0, volume 0, name "rootfs", R/O mode UBIFS: LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes UBIFS: FS size: 28188672 bytes (26 MiB, 222 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 8175439C-8470-434F-99A4-24DDDD09C4A4, small LPT model VFS: Mounted root (ubifs filesystem) readonly on device 0:10. devtmpfs: mounted Freeing unused kernel memory: 240K (81964000 - 819a0000) init started: BusyBox v1.12.1 () starting pid 49, tty '': '/etc_ro/rcS' Algorithmics/MIPS FPU Emulator v1.5 mount: mounting usbfs on /proc/bus/usb failed: No such file or directory sc_drv: module license 'Sercomm' taints kernel. Disabling lock debugging due to kernel taint UBI: attaching mtd8 to ubi8 UBI: scanning is finished UBI error: ubi_read_volume_table: the layout volume was not found UBI error: ubi_attach_mtd_dev: failed to attach mtd8, error -22 ubiattach: error!: cannot attach mtd8 error 22 (Invalid argument) ubidetach: error!: cannot detach "/dev/mtd8" UBIFS error (pid 91): ubifs_mount: cannot open "ubi8_0", error -19 error 19 (No such device) DETACH was failed! (use -h for help)mount: mounting ubi8_0 on /tmp/sys_data failed: No such device UBI: attaching mtd8 to ubi8 UBI: scanning is finished UBI error: ubi_read_volume_table: the layout volume was not found UBI error: ubi_attach_mtd_dev: failed to attach mtd8, error -22 ubiattach: error!: cannot attach mtd8 error 22 (Invalid argumUBIFS error (pid 98): ubifs_mount: cannot open "ubi8_0", error -19 ent) ubidetach: error!: cannot detach "/dev/mtd8" error 19 (No such device) DETACH was failed! (use -h for help)mount: mounting ubi8_0 on /tmp/sys_data failed: No such device starting pid 104, tty '/dev/ttyS1': '/bin/sh' BusyBox v1.12.1 () built-in shell (ash) Enter 'help' for a list of built-in commands. # Build Time : 2018-07-02, 17:05:12 [util_brd.c][read_protected_data_to_ram][200]: key=miLETzFz Erasing 128 Kibyte @ 20000 -- 100 % complete ap_name=syslogd, action=start [main]read config /etc/default.xml success Fail to decompress default settings ap_name=coredump, action=start sh: cannot create /proc/sys/kernel/core_pattern: nonexistent directory Started WatchDog Timer. FFFFFFFF:FFFFFFFF:FFFFFFFF:FFFFFFFF:FFFFFFFF:FFFFFFFF Raeth v3.1 (Tasklet) set CLK_CFG_0 = 0x40a00020!!!!!!!!!!!!!!!!!!1 phy_free_head is 0xc18000!!! phy_free_tail_phy is 0xc19ff0!!! txd_pool=a0ca0000 phy_txd_pool=00CA0000 ei_local->skb_free start address is 0x877626cc. free_txd: 00ca0010, ei_local->cpu_ptr: 00CA0000 POOL HEAD_PTR | DMA_PTR | CPU_PTR ----------------+---------+-------- 0xa0ca0000 0x00CA0000 0x00CA0000 phy_qrx_ring = 0x00c0b000, qrx_ring = 0xa0c0b000 phy_rx_ring0 = 0x00cb0000, rx_ring[0] = 0xa0cb0000 MT7530 Reset Completed!! change HW-TRAP to 0x17c8f set LAN/WAN LLLLW GMAC1_MAC_ADRH -- : 0x0000749d GMAC1_MAC_ADRL -- : 0x79543210 GDMA2_MAC_ADRH -- : 0x0000000c GDMA2_MAC_ADRL -- : 0x43288097 eth3: ===> VirtualIF_open MT7621 GE2 link rate to 1G CDMA_CSG_CFG = 81000000 GDMA1_FWD_CFG = 20710000 GDMA2_FWD_CFG = 20710000 ESW: Link Status Changed - Port2 Link UP Chain 'FORWARD_WIFI' doesn't exist. *****run project phy. FM_OUT value: u4FmOut = 0(0x00000000) FM_OUT value: u4FmOut = 0(0x00000000) FM_OUT value: u4FmOut = 0(0x00000000) FM_OUT value: u4FmOut = 0(0x00000000) FM_OUT value: u4FmOut = 0(0x00000000) FM_OUT value: u4FmOut = 0(0x00000000) FM_OUT value: u4FmOut = 0(0x00000000) FM_OUT value: u4FmOut = 0(0x00000000) FM_OUT value: u4FmOut = 0(0x00000000) FM_OUT value: u4FmOut = 0(0x00000000) FM_OUT value: u4FmOut = 0(0x00000000) FM_OUT value: u4FmOut = 0(0x00000000) FM_OUT value: u4FmOut = 0(0x00000000) FM_OUT value: u4FmOut = 0(0x00000000) FM_OUT value: u4FmOut = 0(0x00000000) FM_OUT value: u4FmOut = 0(0x00000000) FM_OUT value: u4FmOut = 0(0x00000000) FM_OUT value: u4FmOut = 0(0x00000000) FM_OUT value: u4FmOut = 0(0x00000000) FM_OUT value: u4FmOut = 0(0x00000000) xhci-hcd xhci-hcd: xHCI Host Controller xhci-hcd xhci-hcd: new USB bus registered, assigned bus number 1 xhci-hcd xhci-hcd: irq 22, io mem 0x1e1c0000 hub 1-0:1.0: USB hub found hub 1-0:1.0: 2 ports detected xhci-hcd xhci-hcd: xHCI Host Controller xhci-hcd xhci-hcd: new USB bus registered, assigned bus number 2 hub 2-0:1.0: USB hub found hub 2-0:1.0: 1 port detected led=10, on=1, off=3600, blinks=1, reset=1, time=1 restore_ft_tool get ftool header sucess get ftool magic check failed ap_name=dnrd, acget_wdev_by_idx: invalid idx(0) tion=start ap_name=phy, action=start switch reg write offset=2004, value=ff0003 switch reg write offset=2104, value=ff0003 switch reg write offset=2204, value=ff0003 switch reg write offset=2304, value=ff0003 switch reg write offset=2404, value=ff0003 switch reg write offset=2504, value=ff0003 switch reg write offset=2604, value=ff0003 switch reg write offset=2010, value=810000c0 switch reg write offset=2110, value=810000c0 switch reg write offset=2210, value=810000c0 switch reg write offset=2310, value=810000c0 switch reg write offset=2410, value=810000c0 switch reg write offset=2510, value=810000c0 switch reg write offset=2610, value=81000000 switch reg write offset=2710, value=81000000 switch reg write offset=2704, value=20ff0003 switch reg write offset=2610, value=81000000 ap_name=iptv_bridge, action=start IPTV Port Mask 0000 old_vlan 1111 switch reg write offset=2014, value=10002 switch reg write offset=2114, value=10001 switch reg write offset=2214, value=10001 switch reg write offset=2314, value=10001 switch reg write offset=2414, value=10001 switch reg write offset=2514, value=10002 switch reg write offset=2614, value=10001 REG_ESW_WT_MAC_ATC is 0x7ff0002 done. device eth2 entered promiscuous mode Set: phy[31].reg[24] = 6ffff Set: phy[31].reg[12512] = 2125 ap_name=lanip, action=start br0: port 1(eth2) entered forwarding state br0: port 1(eth2) entered forwarding state Set: phy[1].reg[0] = 3300 info, udhcp server (v0.9.7) started Open file "/tmp/sys_data/dhcp_lease_info" failed, errno:2(No such file or directory). Read data from flash failed, errno:2(No such file or directory). Load dhcp lease info from flash failed. ESW: Link Status Changed - Port2 Link Down Set: phy[2].reg[0] = 3300 Set: phy[3].reg[0] = 3300 Set: phy[4].reg[0] = 3300 ap_name=telnetd, action=start ap_name=sshd, action=start ap_name=httpd, action=start ap_name=redirect, action=start bind: Address already in use ap_name=dnrd, action=start redirect ap_name=bftpd, action=start ap_name=firewall, action=start br0: port 1(eth2) entered forwarding state x_tables: ip_tables: LOG.0 target: invalid size 32 (kernel) != (user) 264 x_tables: ip_tables: LOG.0 target: invalid size 32 (kernel) != (user) 264 x_tables: ip_tables: LOG.0 target: invalid size 32 (kernel) != (user) 264 x_tables: ip_tables: LOG.0 target: invalid size 32 (kernel) != (user) 264 x_tables: ip_tables: LOG.0 target: invalid size 32 (kernel) != (user) 264 ESW: Link Status Changed - Port2 Link UP x_tables: ip_tables: LOG.0 target: invalid size 32 (kernel) != (user) 264 x_tables: ip_tables: LOG.0 target: invalid size 32 (kernel) != (user) 264 x_tables: ip_tables: LOG.0 target: invalid size 32 (kernel) != (user) 264 x_tables: ip_tables: LOG.0 target: invalid size 32 (kernel) != (user) 264 x_tables: ip_tables: LOG.0 target: invalid size 32 (kernel) != (user) 264 x_tables: ip_tables: LOG.0 target: invalid size 32 (kernel) != (user) 264 get inteface eth3 mtu failed get_wdev_by_idx: invalid idx(0) x_tables: ip_tables: LOG.0 target: invalid size 32 (kernel) != (user) 264 x_tables: ip_tables: LOG.0 target: invalid size 32 (kernel) != (user) 264 x_tables: ip_tables: LOG.0 target: invalid size 32 (kernel) != (user) 264 x_tables: ip_tables: LOG.0 target: invalid size 32 (kernel) != (user) 264 x_tables: ip_tables: LOG.0 target: invalid size 32 (kernel) != (user) 264 x_tables: ip_tables: LOG.0 target: invalid size 32 (kernel) != (user) 264 get inteface ppp1 mtu failed ap_name=srt, action=restart ap_name=rp, action=start ap_name=mediaserver, action=restart killall: minidlna: no process killed ap_name=udpecho, action=restart ap_name=ntp, action=start ap_name=hwim, action=start ap_name=cpm, action=start ap_name=wanip, action=stop 2 ap_name=dnrd, action=stop wid 2 ap_name=hw_nat, action=stop ap_name=fw_wan, action=restart 2 mss_wan get inteface eth3.12 mtu failed ap_name=wanip, action=stop 3 ap_name=igmp_proxy, action=stop 3 ap_name=dnrd, action=stop wid 3 ap_name=hw_nat, action=stop ap_name=fw_wan, action=restart 3 mss_wan get inteface eth3.11 mtu failed ap_name=web_notifier, action=start start_web_notifier: web notifier disable ap_name=igd_upnp, action=start register rlt_drv === pAd = c3c01000, size = 1417936 === <-- RTMPAllocTxRxRingMemory, Status=0, ErrorValue=0x <-- RTMPAllocAdapterBlock, Status=0 pAd->CSRBaseAddress =0xc3b00000, csr_addr=0xc3b00000! device_id =0x7603 RtmpChipOpsHook(507): Not support for HIF_MT yet! mt7603_init()--> mt_bcn_buf_init(224): Not support for HIF_MT yet! <--mt7603_init() ap_name=wlan, action=start interface ra1 does not exist! ifconfig: ioctl 0x8913 failed: No such device device ra0 is not a slave of br0 device rai0 is not a slave of br0 get_wdev_by_idx: invalid idx(0) get_wdev_by_idx: invalid idx(0) get_wdev_by_idx: invalid idx(0) get_wdev_by_idx: invalid idx(0) get_wdev_by_idx: invalid idx(0) get_wdev_by_idx: invalid idx(0) get_wdev_by_idx: invalid idx(0) DriverOwn()::Return since already in Driver Own... =============================== Current DevInfo Num: 0 =============================== =============================== Current BssInfo Num: 0 =============================== =============================== Current StaRec Num: 0 =============================== APWdsInitialize():WdsEntry[0] APWdsInitialize():WdsEntry[1] APWdsInitialize():WdsEntry[2] APWdsInitialize():WdsEntry[3] [wifi_fwd_set_cb_num] band_cb_offset=33, recv_from_cb_offset=34 RtmpOSFileOpen(): Error 2 opening /etc/Wireless/iNIC/iNIC_ap_5G.dat Open file "/etc/Wireless/iNIC/iNIC_ap_5G.dat" failed! E2pAccessMode=2 SSID[0]=Beeline_5G_876543, EdcaIdx=0 RTMPSetProfileParameters(): DBDC Mode=0 cfg_mode=14 cfg_mode=14 wmode_band_equal(): Band Equal! [TxPower] BAND0: 100 [PERCENTAGEenable] BAND0: 1 APEdca0 APEdca1 APEdca2 APEdca3 APSDCapable[0]=0 APSDCapable[1]=0 APSDCapable[2]=0 APSDCapable[3]=0 APSDCapable[4]=0 APSDCapable[5]=0 APSDCapable[6]=0 APSDCapable[7]=0 APSDCapable[8]=0 APSDCapable[9]=0 APSDCapable[10]=0 APSDCapable[11]=0 APSDCapable[12]=0 APSDCapable[13]=0 APSDCapable[14]=0 APSDCapable[15]=0 default ApCliAPSDCapable[0]=0 default ApCliAPSDCapable[1]=0 rtmp_read_wds_from_file(): WDS Profile APWdsInitialize():WdsEntry[0] APWdsInitialize():WdsEntry[1] APWdsInitialize():WdsEntry[2] APWdsInitialize():WdsEntry[3] WDS-Enable mode=0 HT: Ext Channel = BELOW HT: greenap_cap = 0 WtcSetMaxStaNum: MaxStaNum:87, BssidNum:1, WdsNum:4, ApcliNum:2, MaxNumChipRept:32, MinMcastWcid:125 Top Init Done! Use alloc_skb RX[0] DESC a0c14000 size = 8192 RX[1] DESC a0c16000 size = 8192 Hif Init Done! ctl->txq = c04f9400 ctl->rxq = c04f940c ctl->ackq = c04f9418 ctl->kickq = c04f9424 ctl->tx_doneq = c04f9430 ctl->rx_doneq = c04f943c mt7615_fw_prepare():FW(8a10), HW(8a10), CHIPID(7615)) mt7615_fw_prepare(2752): MT7615_E3, USE E3 patch and ram code binary image AndesMTLoadRomMethodFwDlRing(1036), cap->rom_patch_len(11150) AndesRestartCheck: Current TOP_MISC2(0x1) AndesRestartCheck: (TOP_MISC2 = 1), ready to continue...RET(0) 20170304031443a platform = ALPS hw/sw version = 8a108a10 patch version = 00000010 Patch SEM Status=2 MtCmdPatchSemGet:(ret = 0) Patch is not ready && get semaphore success, SemStatus(2) EventGenericEventHandler: CMD Success MtCmdAddressLenReq:(ret = 0) MtCmdPatchFinishReq EventGenericEventHandler: CMD Success Send checksum req.. Patch SEM Status=3 MtCmdPatchSemGet:(ret = 0) Release patch semaphore, SemStatus(3) AndesMTEraseRomPatch WfMcuHwInit: Before NICLoadFirmware, check IcapMode=0 AndesMTLoadFwMethodFwDlRing(810), cap->fw_len(459960) Build Date:_201705121437 Build Date:_201705121437 AndesRestartCheck: Current TOP_MISC2(0x1) AndesRestartCheck: (TOP_MISC2 = 1), ready to continue...RET(0) EventGenericEventHandler: CMD Success MtCmdAddressLenReq:(ret = 0) EventGenericEventHandler: CMD Success MtCmdAddressLenReq:(ret = 0) MtCmdFwStartReq: override = 1, address = 540672 EventGenericEventHandler: CMD Success Build Date:_201703141726 EventGenericEventHandler: CMD Success MtCmdAddressLenReq:(ret = 0) MtCmdFwStartReq: override = 4, address = 0 EventGenericEventHandler: CMD Success WfMcuHwInit: NICLoadFirmware OK, Check IcapMode=0 MCU Init Done! efuse_probe: efuse = 10000212 RtmpChipOpsEepromHook::e2p_type=2, inf_Type=5 RtmpEepromGetDefault::e2p_dafault=1 RtmpChipOpsEepromHook: E2P type(2), E2pAccessMode = 2, E2P default = 1 NVM is FLASH mode. dev_idx [1] FLASH OFFSET [0x8000] NICReadEEPROMParameters():Calling eeinit NICReadEEPROMParameters: EEPROM 0x52 b302 NICReadEEPROMParameters: EEPROM 0x52 b302 Country Region from e2p = 101 mt7615_antenna_default_reset(): TxPath = 4, RxPath = 4 mt7615_antenna_default_reset(): DBDC 2G TxPath = 2, 2G RxPath = 2 mt7615_antenna_default_reset(): DBDC 5G TxPath = 2, 2G RxPath = 2 rtmp_read_txpwr_from_eeprom(243): Don't Support this now! RTMPReadTxPwrPerRate(1382): Don't Support this now! RcRadioInit(): DbdcMode=0, ConcurrentBand=1 RcRadioInit(): pRadioCtrl=87639464,Band=0,rfcap=3,channel=1,PhyMode=2 MtCmdSetDbdcCtrl:(ret = 0) Band Rf: 1, Phy Mode: 2 AntCfgInit(2787): Not support for HIF_MT yet! MtSingleSkuLoadParam: RF_LOCKDOWN Feature ON !!! MtSingleSkuLoadParam: SKU Table index = 0 MtBfBackOffLoadTable: RF_LOCKDOWN Feature ON !!! MtBfBackOffLoadTable: BFBackoff Table index = 0 EEPROM Init Done! mt_mac_init()--> mt_mac_pse_init(2787): Don't Support this now! mt7615_init_mac_cr()--> mt7615_init_mac_cr(): TMAC_TRCR0=0x82783c8c mt7615_init_mac_cr(): TMAC_TRCR1=0x82783c8c MtAsicSetMacMaxLen(1313): Not finish Yet! <--mt_mac_init() CmdRxHdrTransBLUpdateRsp::EventExtCmdResult.u4Status = 0x0 CmdRxHdrTransBLUpdateRsp::EventExtCmdResult.u4Status = 0x0 CmdRxHdrTransBLUpdateRsp::EventExtCmdResult.u4Status = 0x0 MAC Init Done! MT7615BBPInit():BBP Initialization..... Band 0: valid=1, isDBDC=0, Band=2, CBW=1, CentCh/PrimCh=1/1, prim_ch_idx=0, txStream=2 Band 1: valid=0, isDBDC=0, Band=0, CBW=0, CentCh/PrimCh=0/0, prim_ch_idx=0, txStream=0 MT7615BBPInit() todo PHY Init Done! tx_pwr_comp_init():NotSupportYet! MtCmdSetMacTxRx:(ret = 0) CountryCode(2.4G/5G)=1/13, RFIC=25, PHY mode(2.4G/5G)=49/49, support 25 channels WifiSysOpen(), wdev idx = 0 wdev_attr_update(): wdevId0 = 74:9d:79:54:32:13 MtCmdSetDbdcCtrl:(ret = 0) ApAutoChannelAtBootUp-----------------> ApAutoChannelAtBootUp: AutoChannelBootup = 1, AutoChannelFlag = 1 MtCmdSetMacTxRx:(ret = 0) [DfsSwitchCheck]: DFS ByPass TX calibration. mt7615_apply_dcoc() : reload Central CH [42] BW [2] from cetral freq [5210] offset [1900] MtCmdGetRXDCOCCalResult:(ret = 0) mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload MtCmdChannelSwitch: control_chl = 36,control_ch2=0, central_chl = 42 DBDCIdx= 0, Band= 0 BW = 2,TXStream = 4, RXStream = 4, scan(1) [DfsSwitchCheck]: DFS ByPass TX calibration. mt7615_apply_dcoc() : reload Central CH [42] BW [2] from cetral freq [5210] offset [1900] MtCmdGetRXDCOCCalResult:(ret = 0) mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload MtCmdChannelSwitch: control_chl = 40,control_ch2=0, central_chl = 42 DBDCIdx= 0, Band= 0 BW = 2,TXStream = 4, RXStream = 4, scan(1) [DfsSwitchCheck]: DFS ByPass TX calibration. mt7615_apply_dcoc() : reload Central CH [42] BW [2] from cetral freq [5210] offset [1900] MtCmdGetRXDCOCCalResult:(ret = 0) mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload MtCmdChannelSwitch: control_chl = 44,control_ch2=0, central_chl = 42 DBDCIdx= 0, Band= 0 BW = 2,TXStream = 4, RXStream = 4, scan(1) [DfsSwitchCheck]: DFS ByPass TX calibration. mt7615_apply_dcoc() : reload Central CH [42] BW [2] from cetral freq [5210] offset [1900] MtCmdGetRXDCOCCalResult:(ret = 0) mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload MtCmdChannelSwitch: control_chl = 48,control_ch2=0, central_chl = 42 DBDCIdx= 0, Band= 0 BW = 2,TXStream = 4, RXStream = 4, scan(1) :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [DfsSwitchCheck]: DFS ByPass TX calibration. mt7615_apply_dcoc() : reload Central CH [58] BW [2] from cetral freq [5290] offset [1a00] MtCmdGetRXDCOCCalResult:(ret = 0) mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload MtCmdChannelSwitch: control_chl = 52,control_ch2=0, central_chl = 58 DBDCIdx= 0, Band= 0 BW = 2,TXStream = 4, RXStream = 4, scan(1) [DfsSwitchCheck]: DFS ByPass TX calibration. mt7615_apply_dcoc() : reload Central CH [58] BW [2] from cetral freq [5290] offset [1a00] MtCmdGetRXDCOCCalResult:(ret = 0) mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload MtCmdChannelSwitch: control_chl = 56,control_ch2=0, central_chl = 58 DBDCIdx= 0, Band= 0 BW = 2,TXStream = 4, RXStream = 4, scan(1) [DfsSwitchCheck]: DFS ByPass TX calibration. mt7615_apply_dcoc() : reload Central CH [58] BW [2] from cetral freq [5290] offset [1a00] MtCmdGetRXDCOCCalResult:(ret = 0) mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload MtCmdChannelSwitch: control_chl = 60,control_ch2=0, central_chl = 58 DBDCIdx= 0, Band= 0 BW = 2,TXStream = 4, RXStream = 4, scan(1) [DfsSwitchCheck]: DFS ByPass TX calibration. mt7615_apply_dcoc() : reload Central CH [58] BW [2] from cetral freq [5290] offset [1a00] MtCmdGetRXDCOCCalResult:(ret = 0) mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload MtCmdChannelSwitch: control_chl = 64,control_ch2=0, central_chl = 58 DBDCIdx= 0, Band= 0 BW = 2,TXStream = 4, RXStream = 4, scan(1) [DfsSwitchCheck]: DFS ByPass TX calibration. mt7615_apply_dcoc() : reload Central CH [106] BW [2] from cetral freq [5530] offset [1d00] MtCmdGetRXDCOCCalResult:(ret = 0) mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload MtCmdChannelSwitch: control_chl = 100,control_ch2=0, central_chl = 106 DBDCIdx= 0, Band= 0 BW = 2,TXStream = 4, RXStream = 4, scan(1) [DfsSwitchCheck]: DFS ByPass TX calibration. mt7615_apply_dcoc() : reload Central CH [106] BW [2] from cetral freq [5530] offset [1d00] MtCmdGetRXDCOCCalResult:(ret = 0) mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload MtCmdChannelSwitch: control_chl = 104,control_ch2=0, central_chl = 106 DBDCIdx= 0, Band= 0 BW = 2,TXStream = 4, RXStream = 4, scan(1) [DfsSwitchCheck]: DFS ByPass TX calibration. mt7615_apply_dcoc() : reload Central CH [106] BW [2] from cetral freq [5530] offset [1d00] MtCmdGetRXDCOCCalResult:(ret = 0) mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload MtCmdChannelSwitch: control_chl = 108,control_ch2=0, central_chl = 106 DBDCIdx= 0, Band= 0 BW = 2,TXStream = 4, RXStream = 4, scan(1) [DfsSwitchCheck]: DFS ByPass TX calibration. mt7615_apply_dcoc() : reload Central CH [106] BW [2] from cetral freq [5530] offset [1d00] MtCmdGetRXDCOCCalResult:(ret = 0) mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload MtCmdChannelSwitch: control_chl = 112,control_ch2=0, central_chl = 106 DBDCIdx= 0, Band= 0 BW = 2,TXStream = 4, RXStream = 4, scan(1) [DfsSwitchCheck]: DFS ByPass TX calibration. mt7615_apply_dcoc() : reload Central CH [122] BW [2] from cetral freq [5610] offset [1e00] MtCmdGetRXDCOCCalResult:(ret = 0) mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload MtCmdChannelSwitch: control_chl = 116,control_ch2=0, central_chl = 122 DBDCIdx= 0, Band= 0 BW = 2,TXStream = 4, RXStream = 4, scan(1) [DfsSwitchCheck]: DFS ByPass TX calibration. mt7615_apply_dcoc() : reload Central CH [122] BW [2] from cetral freq [5610] offset [1e00] MtCmdGetRXDCOCCalResult:(ret = 0) mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload MtCmdChannelSwitch: control_chl = 120,control_ch2=0, central_chl = 122 DBDCIdx= 0, Band= 0 BW = 2,TXStream = 4, RXStream = 4, scan(1) [DfsSwitchCheck]: DFS ByPass TX calibration. mt7615_apply_dcoc() : reload Central CH [122] BW [2] from cetral freq [5610] offset [1e00] MtCmdGetRXDCOCCalResult:(ret = 0) mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload MtCmdChannelSwitch: control_chl = 124,control_ch2=0, central_chl = 122 DBDCIdx= 0, Band= 0 BW = 2,TXStream = 4, RXStream = 4, scan(1) [DfsSwitchCheck]: DFS ByPass TX calibration. mt7615_apply_dcoc() : reload Central CH [122] BW [2] from cetral freq [5610] offset [1e00] MtCmdGetRXDCOCCalResult:(ret = 0) mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload MtCmdChannelSwitch: control_chl = 128,control_ch2=0, central_chl = 122 DBDCIdx= 0, Band= 0 BW = 2,TXStream = 4, RXStream = 4, scan(1) [DfsSwitchCheck]: DFS ByPass TX calibration. mt7615_apply_dcoc() : reload Central CH [138] BW [2] from cetral freq [5690] offset [1f00] MtCmdGetRXDCOCCalResult:(ret = 0) mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload MtCmdChannelSwitch: control_chl = 132,control_ch2=0, central_chl = 138 DBDCIdx= 0, Band= 0 BW = 2,TXStream = 4, RXStream = 4, scan(1) [DfsSwitchCheck]: DFS ByPass TX calibration. mt7615_apply_dcoc() : reload Central CH [138] BW [2] from cetral freq [5690] offset [1f00] MtCmdGetRXDCOCCalResult:(ret = 0) mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload MtCmdChannelSwitch: control_chl = 136,control_ch2=0, central_chl = 138 DBDCIdx= 0, Band= 0 BW = 2,TXStream = 4, RXStream = 4, scan(1) [DfsSwitchCheck]: DFS ByPass TX calibration. mt7615_apply_dcoc() : reload Central CH [138] BW [2] from cetral freq [5690] offset [1f00] MtCmdGetRXDCOCCalResult:(ret = 0) mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload MtCmdChannelSwitch: control_chl = 140,control_ch2=0, central_chl = 138 DBDCIdx= 0, Band= 0 BW = 2,TXStream = 4, RXStream = 4, scan(1) [DfsSwitchCheck]: DFS ByPass TX calibration. mt7615_apply_dcoc() : reload Central CH [138] BW [2] from cetral freq [5690] offset [1f00] MtCmdGetRXDCOCCalResult:(ret = 0) mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload MtCmdChannelSwitch: control_chl = 144,control_ch2=0, central_chl = 138 DBDCIdx= 0, Band= 0 BW = 2,TXStream = 4, RXStream = 4, scan(1) [DfsSwitchCheck]: DFS ByPass TX calibration. mt7615_apply_dcoc() : reload Central CH [155] BW [2] from cetral freq [5775] offset [2000] MtCmdGetRXDCOCCalResult:(ret = 0) mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload MtCmdChannelSwitch: control_chl = 149,control_ch2=0, central_chl = 155 DBDCIdx= 0, Band= 0 BW = 2,TXStream = 4, RXStream = 4, scan(1) [DfsSwitchCheck]: DFS ByPass TX calibration. mt7615_apply_dcoc() : reload Central CH [155] BW [2] from cetral freq [5775] offset [2000] MtCmdGetRXDCOCCalResult:(ret = 0) mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload MtCmdChannelSwitch: control_chl = 153,control_ch2=0, central_chl = 155 DBDCIdx= 0, Band= 0 BW = 2,TXStream = 4, RXStream = 4, scan(1) [DfsSwitchCheck]: DFS ByPass TX calibration. mt7615_apply_dcoc() : reload Central CH [155] BW [2] from cetral freq [5775] offset [2000] MtCmdGetRXDCOCCalResult:(ret = 0) mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload MtCmdChannelSwitch: control_chl = 157,control_ch2=0, central_chl = 155 DBDCIdx= 0, Band= 0 BW = 2,TXStream = 4, RXStream = 4, scan(1) [DfsSwitchCheck]: DFS ByPass TX calibration. mt7615_apply_dcoc() : reload Central CH [155] BW [2] from cetral freq [5775] offset [2000] MtCmdGetRXDCOCCalResult:(ret = 0) mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload MtCmdChannelSwitch: control_chl = 161,control_ch2=0, central_chl = 155 DBDCIdx= 0, Band= 0 BW = 2,TXStream = 4, RXStream = 4, scan(1) ==================================================================== Channel 36 : Busy Time = 2782, Skip Channel = FALSE, BwCap = TRUE Channel 40 : Busy Time = 3088, Skip Channel = FALSE, BwCap = TRUE Channel 44 : Busy Time = 469, Skip Channel = FALSE, BwCap = TRUE Channel 48 : Busy Time = 301, Skip Channel = FALSE, BwCap = TRUE ==================================================================== Rule 3 Channel Busy time value : Select Primary Channel 48 Rule 3 Channel Busy time value : Min Channel Busy = 3088 Rule 3 Channel Busy time value : BW = 80 AutoChSelUpdateChannel(): Update channel for wdev0 for this band PhyMode = 49,Channel = 48 ApAutoChannelAtBootUp<----------------- Current Channel is 48. DfsZeroWaitSupport=0 MtAsicSetChBusyStat(865): Not support for HIF_MT yet! [PMF]APPMFInit:: apidx=0, MFPC=0, MFPR=0, SHA256=0 [PMF]WPAMakeRsnIeCap: RSNIE Capability MFPC=0, MFPR=0 HcUpdatePhyMode(): Update PhyMode for all wdev for this band PhyMode:49,Channel=48 CountryCode(2.4G/5G)=1/13, RFIC=25, PHY mode(2.4G/5G)=49/49, support 25 channels Enable 20/40 BSSCoex Channel Scan(BssCoex=1) wtc_acquire_groupkey_wcid: Found a non-occupied wtbl_idx:127 for WDEV_TYPE:1 LinkToOmacIdx = 0, LinkToWdevType = 1 bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 8192, CmdBssInfoBmcRate.u2McTransmit = 8196 [RadarStateCheck]Set into RD_NORMAL_MODE MtCmdTxPowerSKUCtrl: fgTxPowerSKUEn: 0, BandIdx: 0 MtCmdTxPowerPercentCtrl: fgTxPowerPercentEn: 1, BandIdx: 0 MtCmdTxBfBackoffCtrl: fgTxBFBackoffEn: 0, BandIdx: 0 mt7615_bbp_adjust():rf_bw=2, ext_ch=3, PrimCh=48, HT-CentCh=46, VHT-CentCh=42 mt7615_apply_dcoc() : reload Central CH [42] BW [2] from cetral freq [5210] offset [1900] MtCmdGetRXDCOCCalResult:(ret = 0) mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload MtCmdChannelSwitch: control_chl = 48,control_ch2=0, central_chl = 42 DBDCIdx= 0, Band= 0 BW = 2,TXStream = 4, RXStream = 4, scan(0) ap_phy_rrm_init_byRf(): AP Set CentralFreq at 42(Prim=48, HT-CentCh=46, VHT-CentCh=42, BBP_BW=2) [WrapDfsRadarDetectStart]: Band0Ch is 48[WrapDfsRadarDetectStart]: Band1Ch is 0LeadTimeForBcn, OmacIdx = 0, WDEV_WITH_BCN_ABILITY MtAsicSetRalinkBurstMode(2618): Not support for HIF_MT yet! MtAsicSetPiggyBack(802): Not support for HIF_MT yet! MtAsicSetTxPreamble(2597): Not support for HIF_MT yet! WifiFwdSet::disabled=0 Main bssid = 74:9d:79:54:32:13 AsicRadioOnOffCtrl(): DbdcIdx=0 RadioOn MtCmdSetMacTxRx:(ret = 0) fdb_enable() MCS Set = ff ff ff ff 01 <==== mt_wifi_init, Status=0 MtCmdEDCCACtrl: BandIdx: 0, EDCCACtrl: 1 MtCmdEDCCACtrl: BandIdx: 1, EDCCACtrl: 1 WDS_Init(): The new WDS interface MAC = FF:FF:FF:FF:FF:FF MacTabMatchWCID = 0 The new WDS interface MAC = FF:FF:FF:FF:FF:FF MacTabMatchWCID = 0 The new WDS interface MAC = FF:FF:FF:FF:FF:FF MacTabMatchWCID = 0 The new WDS interface MAC = FF:FF:FF:FF:FF:FF MacTabMatchWCID = 0 Total allocated 4 WDS interfaces! WtcSetMaxStaNum: MaxStaNum:87, BssidNum:1, WdsNum:4, ApcliNum:2, MaxNumChipRept:32, MinMcastWcid:125 red_is_enabled: set CR4/N9 RED Enable to 1. cp_support_is_enabled: set CR4 CP_SUPPORT to Mode 2. Correct apidx from 0 to 0 for WscUUIDInit Generate UUID for apidx(0) UUID: c01b35a0, len = 16 0x0000 : bc 32 9e 00 1d d8 11 b2 86 01 74 9d 79 54 32 13 device rai0 entered promiscuous mode br0: port 2(rai0) entered forwarding state br0: port 2(rai0) entered forwarding state TX_BCN DESC a0cc4000 size = 320 RX[0] DESC a0cc8000 size = 2048 RX[1] DESC a0cc9000 size = 2048 E2pAccessMode=2 cfg_mode=9 cfg_mode=9 wmode_band_equal(): Band Equal! APSDCapable[0]=0 APSDCapable[1]=0 APSDCapable[2]=0 APSDCapable[3]=0 APSDCapable[4]=0 APSDCapable[5]=0 APSDCapable[6]=0 APSDCapable[7]=0 APSDCapable[8]=0 APSDCapable[9]=0 APSDCapable[10]=0 APSDCapable[11]=0 APSDCapable[12]=0 APSDCapable[13]=0 APSDCapable[14]=0 APSDCapable[15]=0 default ApCliAPSDCapable[0]=0 Key1Str is Invalid key length(0) or Type(0) Key1Str is Invalid key length(0) or Type(0) Key2Str is Invalid key length(0) or Type(0) Key2Str is Invalid key length(0) or Type(0) Key3Str is Invalid key length(0) or Type(0) Key3Str is Invalid key length(0) or Type(0) Key4Str is Invalid key length(0) or Type(0) Key4Str is Invalid key length(0) or Type(0) FW Version:ap_pcie FW Build Date:20160107100755 CmdAddressLenReq:(ret = 0) CmdFwStartReq: override = 1, address = 1048576 CmdStartDLRsp: WiFI FW Download Success AsicDMASchedulerInit(): DMA Scheduler Mode=0(LMAC) efuse_probe: efuse = 10000002 RtmpChipOpsEepromHook::e2p_type=2, inf_Type=5 RtmpEepromGetDefault::e2p_dafault=1 RtmpChipOpsEepromHook: E2P type(2), E2pAccessMode = 2, E2P default = 1 NVM is FLASH mode, flash_offset = 0x0 1. Phy Mode = 14 @@@ NICReadEEPROMParameters : pAd->FWLoad=0 Country Region from e2p = ffff tssi_1_target_pwr_g_band = 36 2. Phy Mode = 14 3. Phy Mode = 14 NICInitPwrPinCfg(14): Not support for HIF_MT yet! NICInitializeAsic(584): Not support rtmp_mac_sys_reset () for HIF_MT yet! mt_mac_init()--> mt7603_init_mac_cr()--> AsicSetMacMaxLen(1826): Set the Max RxPktLen=1024! <--mt_mac_init() WTBL Segment 1 info: MemBaseAddr/FID:0x28000/0 EntrySize/Cnt:32/128 WTBL Segment 2 info: MemBaseAddr/FID:0x40000/0 EntrySize/Cnt:64/128 WTBL Segment 3 info: MemBaseAddr/FID:0x42000/64 EntrySize/Cnt:64/128 WTBL Segment 4 info: MemBaseAddr/FID:0x44000/128 EntrySize/Cnt:32/128 MtAsicACQueue: Write CR:21510, Value=10421 MtAsicACQueue: Write CR:21500, Value=10421 AntCfgInit(2567): Not support for HIF_MT yet! RTMPSetPhyMode(): channel out of range, use first ch=0 MCS Set = ff ff 00 00 01 br0: port 2(rai0) entered forwarding state [PMF]ap_pmf_init:: apidx=0, MFPC=0, MFPR=0, SHA256=0 [PMF]RTMPMakeRsnIeCap: RSNIE Capability MFPC=0, MFPR=0 [PMF]ap_pmf_init:: apidx=1, MFPC=0, MFPR=0, SHA256=0 AsicSetRalinkBurstMode(4148): Not support for HIF_MT yet! RTMPSetPiggyBack(876): Not support for HIF_MT yet! AsicSetTxPreamble(4135): Not support for HIF_MT yet! AsicAddSharedKeyEntry(1992): Not support for HIF_MT yet! The 4-BSSID mode is enabled, the BSSID byte5 MUST be the multiple of 4 AsicSetPreTbtt(): bss_idx=0, PreTBTT timeout = 0xa0 Main bssid = 74:9d:79:54:32:12 <==== rt28xx_init, Status=0 @@@ ed_monitor_init : ===> @@@ ed_monitor_init : <=== mt7603_set_ed_cca: TURN ON EDCCA mac 0x10618 = 0xd7c87d0f, EDCCA_Status=1 WiFi Startup Cost (ra0): 3.528s device ra0 entered promiscuous mode br0: port 3(ra0) entered forwarding state br0: port 3(ra0) entered forwarding state route: ioctl 0x890c failed: No such process RTNETLINK answers: No such file or directory RTNETLINK answers: No such file or directory RTNETLINK answers: No such file or directory ap_name=wlan_guest_portal, action=start ap_name=qtbl, action=start Insert quick routing module ... <0> ######DUMP QUICK TABLE FUNC ADDR####### <0> skb_dev_in_qtl:c3d9ff7c <0> CheckSumModify:c3d9f000 <0> update_conntrack_time:c3da0368 <0> matchFromLan:c3da07d4 <0> matchFromWan:c3da0414 <0> doMatch:c3da0b8c <0> MyCheckSum:c3d9f104 <0> CheckSumDlt:c3d9f14c <0> checkEntry:c3d9fdcc <0> delEntry:c3d9f6f4 <0> addEntry:c3d9fc14 <0> checkValidQTEntry:c3d9f2f8 <0> updateQtlWhenPktXmit:c3da0000 <0> qtbl_read_proc:c3d9f904 <0> qtbl_write_proc:c3d9f6a4 <0> ######DUMP QUICK TABLE FUNC ADDR END####### ap_name=hw_nat, action=start Ralink HW NAT Module Enabled eth2 ifindex =5 eth3 ifindex =8 <0> file:net/nat/hw_nat/hwnat_ioctl.c, line:259, result:0. Device Instance WDEV 00: Name:rai0 Wdev(list) Idx:0 Idx:4 ***********dev->ifindex = 4 WDEV 01: Name:wdsi0 Wdev(list) Idx:1 Idx:10 ***********dev->ifindex = a WDEV 02: Name:wdsi1 Wdev(list) Idx:2 Idx:11 ***********dev->ifindex = b WDEV 03: Name:wdsi2 Wdev(list) Idx:3 Idx:12 ***********dev->ifindex = c WDEV 04: Name:wdsi3 Wdev(list) Idx:4 Idx:13 ***********dev->ifindex = d WDEV 05: Name:apclii0 Wdev(list) Idx:5 Idx:14 ***********dev->ifindex = e WDEV 06: WDEV 07: WDEV 08: WDEV 09: WDEV 10: WDEV 11: WDEV 12: WDEV 13: WDEV 14: WDEV 15: WDEV 16: WDEV 17: WDEV 18: WDEV 19: WDEV 20: WDEV 21: Set HwnatEn = 1 ap_name=cron, action=start ap_name=networkmap, action=start sh: cannot create /proc/sys/kernel/disable_kswapd: nonexistent directory nmap_main.c[main][82][47]:main pid 1972 ppid 1 nmap_active_detect.c[nmap_other_subnet_detect_func][592][47]:other subnet detect pid 1995 ppid 1994 nmap_main.c[nmap_wait_and_process_thread_func][449][47]:packet handle process pid 1999 ppid 1994 nmap_main.c[nmap_wait_and_process_thread_func][449][47]:packet handle process pid 1998 ppid 1994 nmap_main.c[nmap_wait_and_process_thread_func][449][47]:packet handle process pid 2001 ppid 1994 nmap_main.c[nmap_wait_and_process_thread_func][449][47]:packet handlbr0: port 3(ra0) entered forwarding state e process pid 2000 ppid 1994 nmap_main.c[nmap_wait_and_process_thread_func][449][47]:packet handle process pid 2002 ppid 1994 nmap_main.c[nmap_detect_thread_func][391][47]:active detect process pid 2003 ppid 1994 nmap_main.c[nmap_refresh_thread_func][403][47]:refresh process pid 2004 ppid 1994 nmap_main.c[nmap_server_thread_func][468][47]:server process pid 2005 ppid 1994 nmap_main.c[nmap_monitor_thread_func][458][47]:monitor process pid 2006 ppid 1994 ap_name=switch, action=start ESW: Link Status Changed - Port2 Link Down ap_name=qos_service, action=start ACL start return num of index list == 7 ruleNum == 7 patternNum == 8 switch reg write offset=44, value=161117 switch reg write offset=2004, value=1ff0403 switch reg write offset=2104, value=2ff0403 switch reg write offset=2204, value=2ff0403 switch reg write offset=2304, value=2ff0403 switch reg write offset=2404, value=2ff0403 switch reg write offset=1600, value=80000000 switch reg write offset=1608, value=80000000 switch reg write offset=1610, value=80000000 switch reg write offset=1618, value=80000000 switch reg write offset=1620, value=80000000 switch reg write offset=1628, value=80000000 switch reg write offset=1630, value=80000000 switch reg write offset=1638, value=80000000 switch reg write offset=1500, value=80000000 switch reg write offset=1508, value=80000000 switch reg write offset=1510, value=80000000 switch reg write offset=1518, value=80000000 switch reg write offset=1520, value=80000000 switch reg write offset=1528, value=80000000 switch reg write offset=1530, value=80000000 switch reg write offset=1538, value=80000000 switch reg write offset=48, value=9080000 switch reg write offset=4c, value=1b581250 switch reg write offset=50, value=2da824a0 switch reg write offset=54, value=3ff836f0 Set: phy[0].reg[4] = 01e1 Set: phy[1].reg[4] = 01e1 Set: phy[2].reg[4] = 01e1 Set: phy[3].reg[4] = 01e1 Set: phy[4].reg[4] = 01e1 switch reg read offset=3608, value=3b switch reg read offset=3508, value=3b switch reg write offset=94, value=f000000 switch reg write offset=98, value=a1f00 switch reg write offset=90, value=8000503c switch reg write offset=94, value=0 switch reg write offset=98, value=10000000 switch reg write offset=90, value=8000901e switch reg write offset=94, value=1a000007 switch reg write offset=98, value=0 switch reg write offset=90, value=8Init Ingress Classify module ... 000b01e switch reg write offset=94, value=ffff7Change WAN TR069 match from <0> to <1> 49d switch reg write offset=98, value=80f00 swChange l2tp control match from <0> to <1> itch reg write offset=90, value=8000503d switchChange iptv packet classify from <0> to <1> reg write offset=94, value=ffff7954 switch regChange non ip packet classify from <0> to <0> write offset=98, value=80f02 switch reg write Change dscp match from <0> to <1> offset=90, value=8000503e switch reg write offset=94, value=fffAdd dscp match from range idx=0,start_dscp=34,end_dscp=34 f3210 switch reg write offset=98, value=80f04 switch reg write offset=90, value=8000503f switch reg write offset=94, value=ffff1d7b Change RxRingThrehold from <512> to <1024> switch reg write offset=90, value=80005008 switch reg write offset=94, value=fc0088 switch reg write offset=98, value=a1e00 switch reg write offset=90, value=80005007 switch reg write offset=94, value=1000100 switch reg write offset=98, value=81f00 switch reg write offset=90, value=80005006 switch reg write offset=94, value=ffff0035 switch reg write offset=98, value=cff00 switch reg write offset=90, value=80005005 switch reg write offset=94, value=ffffc021 switch reg write offset=98, value=d010a switch reg write offset=90, value=80005004 switch reg write offset=94, value=ffffff03 switch reg write offset=98, value=d0108 switch reg write offset=90, value=80005003 switch reg write offset=94, value=80008000 switch reg write offset=98, value=d0100 switch reg write offset=90, value=80005002 switch reg write offset=94, value=ffff06a5 switch reg write offset=98, value=c0100 switch reg write offset=90, value=80005001 switch reg write offset=94, value=0 switch reg write offset=98, value=e0000000 switch reg write offset=90, value=8000901f switch reg write offset=94, value=8000000 switch reg write offset=98, value=0 switch reg write offset=90, value=8000b01f switch reg write offset=94, value=80 switch reg write offset=98, value=0 switch reg write offset=90, value=80009006 switch reg write offset=94, value=c000040 switch reg write offset=98, value=0 switch reg write offset=90, value=8000b006 switch reg write offset=94, value=40 switch reg write offset=98, value=0 switch reg write offset=90, value=80009005 switch reg write offset=94, value=e000060 switch reg write offset=98, value=0 switch reg write offset=90, value=8000b005 switch reg write offset=94, value=120 switch reg write offset=98, value=0 switch reg write offset=90, value=80009004 switch reg write offset=94, value=d000050 switch reg write offset=98, value=0 switch reg write offset=90, value=8000b004 switch reg write offset=94, value=2 switch reg write offset=98, value=0 switch reg write offset=90, value=80009003 switch reg write offset=94, value=b000030 switch reg write offset=98, value=0 switch reg write offset=90, value=8000b003 switch reg write offset=94, value=1a switch reg write offset=98, value=0 switch reg write offset=90, value=80009002 switch reg write offset=94, value=f000070 switch reg write offset=98, value=0 switch reg write offset=90, value=8000b002 switch reg write offset=94, value=6 switch reg write offset=98, value=0 switch reg write offset=90, value=80009001 switch reg write offset=94, value=f000070 switch reg write offset=98, value=0 switch reg write offset=90, value=8000b001 ESW: Link Status Changed - Port2 Link UP check iptablesbles and proc success # sc_cli Smart Box TURBO+ login: SuperUser Password: Welcome to IAD2 CLI, you can type '?' to find usage view @ Smart Box TURBO+> show sysinfo Vendor: Sercomm Model: Smart Box TURBO+ Firmware Version: v1.0.10 Build Time: 2018-07-02, 17:05:12 Hardware Version: v1 Bootloader Version: 2000 Serial Number: Time Since Last Boot: 0:06:24 Current Time: 1970-01-01 00:06:24


=================================================================== 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: 0x10, 1/0 = 616/408 41000000 PLL4 FB_DL: 0x16, 1/0 = 531/493 59000000 PLL2 FB_DL: 0x1c, 1/0 = 734/290 71000000 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 1 000E:| 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 000F:| 0 0 0 0 1 1 1 1 1 1 1 1 1 1 0 0 0010:| 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0011:| 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0012:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0013:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0014:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0015:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0016:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0017:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0018:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0019:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 001A:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 001B:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 001C:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 001D:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 001E:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 001F:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 rank 0 coarse = 15 rank 0 fine = 72 B:| 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 opt_dle value:9 DRAMC_R0DELDLY[018]=00001D1F ================================================================== RX DQS perbit delay software calibration ================================================================== 1.0-15 bit dq delay value ================================================================== bit| 0 1 2 3 4 5 6 7 8 9 -------------------------------------- 0 | 13 5 11 9 11 6 12 6 2 9 10 | 5 13 6 9 4 9 -------------------------------------- ================================================================== 2.dqs window x=pass dqs delay value (min~max)center y=0-7bit DQ of every group input delay:DQS0 =31 DQS1 = 29 ================================================================== bit DQS0 bit DQS1 0 (1~59)30 8 (1~53)27 1 (1~52)26 9 (1~57)29 2 (1~58)29 10 (1~56)28 3 (1~56)28 11 (2~54)28 4 (1~57)29 12 (0~56)28 5 (2~57)29 13 (1~54)27 6 (1~59)30 14 (1~57)29 7 (2~60)31 15 (1~56)28 ================================================================== 3.dq delay value last ================================================================== bit| 0 1 2 3 4 5 6 7 8 9 -------------------------------------- 0 | 14 10 13 12 13 8 13 6 4 9 10 | 6 14 7 11 4 10 ================================================================== ================================================================== TX perbyte calibration ================================================================== DQS loop = 15, cmp_err_1 = ffff2a01 DQS loop = 14, cmp_err_1 = ffff0800 dqs_perbyte_dly.last_dqsdly_pass[0]=14, finish count=1 DQS loop = 13, cmp_err_1 = ffff0000 dqs_perbyte_dly.last_dqsdly_pass[1]=13, finish count=2 DQ loop=15, cmp_err_1 = ffff00aa dqs_perbyte_dly.last_dqdly_pass[1]=15, finish count=1 DQ loop=14, cmp_err_1 = ffff0080 DQ loop=13, cmp_err_1 = ffff0000 dqs_perbyte_dly.last_dqdly_pass[0]=13, 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 6 2018 - 19:39:59) Board: Ralink APSoC DRAM: 128 MB rt2880 uboot v0.00e04 05/25/2006 SERIAL_CLOCK_DIVISOR =16 kaiker,,CONFIG_BAUDRATE =57600 SDRAM SIZE:08000000 Top of RAM usable for U-Boot at: 88000000 Reserving 426k for U-Boot at: 87f94000 Reserving 1028k for malloc() at: 87e93000 Reserving 44 Bytes for Board Info at: 87e92fd4 Reserving 36 Bytes for Global Data at: 87e92fb0 Reserving 128k for boot params() at: 87e72fb0 Stack Pointer at: 87e72f98 relocate_code Pointer at: 87f94000 Config XHCI 40M PLL ****************************** Software System Reset Occurred ****************************** Now running in RAM - U-Boot at: 87f94000 monitor_flash_len =117844 Command "mdio": 0xa0206b28 => 0x87f9ab28 Command "nand": 0xa020c460 => 0x87fa0460 Command "reset": 0xa0215ecc => 0x87fa9ecc Command "go": 0xa020de0c => 0x87fa1e0c Command "bootm": 0xa020e668 => 0x87fa2668 Command "loadb": 0xa020f328 => 0x87fa3328 Command "tftpboot": 0xa020f958 => 0x87fa3958 Command "nm": 0xa020ffe4 => 0x87fa3fe4 Command "mm": 0xa0210048 => 0x87fa4048 Command "md": 0xa02100ac => 0x87fa40ac Command "saveenv": 0xa0210624 => 0x87fa4624 Command "setenv": 0xa0210f94 => 0x87fa4f94 Command "printenv": 0xa0210674 => 0x87fa4674 Command "?": 0xa0211268 => 0x87fa5268 Command "help": 0xa0211268 => 0x87fa5268 Command "version": 0xa0211128 => 0x87fa5128 Command "sc_boot": 0xa0213ed4 => 0x87fa7ed4 Command "sc_nand": 0xa0213f0c => 0x87fa7f0c Command "sc_eth_test": 0xa0213f48 => 0x87fa7f48 Command "sc_phy": 0xa0213f84 => 0x87fa7f84 Command "sc_time": 0xa0213fc0 => 0x87fa7fc0 Command "sc_btver": 0xa0213ff8 => 0x87fa7ff8 Command "sc_fl_map": 0xa0214034 => 0x87fa8034 Command "sc_endian": 0xa0214070 => 0x87fa8070 Command "sc_ramtest": 0xa02140ac => 0x87fa80ac Command "sc_gpio": 0xa02140e8 => 0x87fa80e8 Command "sc_led": 0xa0214124 => 0x87fa8124 Command "sc_dl": 0xa0214160 => 0x87fa8160 Allocate 16 byte aligned buffer: 87fca810 Enable NFI Clock # MTK NAND # : Use HW ECC NAND ID [C2 F1 80 95 02] Device found in MTK table, ID: c2f1, EXT_ID: 809502 Support this Device in MTK table! c2f1 select_chip [NAND]select ecc bit:4, sparesize :64 spare_per_sector=16 Signature matched and data read! load_fact_bbt success 1023 load fact bbt success [mtk_nand] probe successfully! mtd->writesize=2048 mtd->oobsize=64, mtd->erasesize=131072 devinfo.iowidth=8 ============================================ Ralink UBoot Version: 5.0.0.0 -------------------------------------------- ASIC MT7621A DualCore (MAC to MT7530 Mode) DRAM_CONF_FROM: Auto-Detection DRAM_TYPE: DDR3 DRAM bus: 16 bit Xtal Mode=3 OCP Ratio=1/3 Flash component: NAND Flash Date:Mar 6 2018 Time:19:39:59 ============================================ icache: sets:256, ways:4, linesz:32 ,total:32768 dcache: sets:256, ways:4, linesz:32 ,total:32768 ##### The CPU freq = 880 MHZ #### estimate memory size =128 Mbytes #Reset_MT7530 set LAN/WAN 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 ****************************************** *************************************************** Sercomm Boot Version 2.0.0.0, at Mar 6 2018, 19:39:56 *************************************************** SC_DEBUG: Nand Partition Table Magic Found at 100000. Entering Firmware : Everything is OK. ************************************* Boot Flag : Sercomm0� ************************************* Kernel image header: Image Addr: 00400100 Image Len: 0029C22E Image CRC: ACF84EF4 Start to calculate kernel_crc from 0x00400100 .... Kernel CRC verify OK! Kernel Addr : 0xbc400100 ## Booting image at bc400100 ... Image Name: MIPS OpenWrt Linux-5.10.120 Image Type: MIPS Linux Kernel Image (lzma compressed) Data Size: 2736622 Bytes = 2.6 MB Load Address: 81001000 Entry Point: 81001000 Verifying Checksum ... OK Uncompressing Kernel Image ... OK boot_count1 is FF write 1 to boot_count1 ranand_erase: start:320000, len:20000 .kernel addr :0xBC400100 No initrd ## Transferring control to Linux (at address 81001000) ... ## Giving linux memsize in MB, 128 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.120 (builder@buildhost) (mipsel-openwrt-linux-musl-gcc (OpenWrt GCC 11.2.0 r19426-2b1941e47d) 11.2.0, GNU ld (GNU Binutils) 2.37) #0 SMP Fri Jun 10 07:20:21 2022 [ 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 Beeline SmartBox TURBO+ [ 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-0x0000000007ffffff] [ 0.000000] HighMem empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000000000-0x0000000007ffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000007ffffff] [ 0.000000] percpu: Embedded 15 pages/cpu s30256 r8192 d22992 u61440 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 32480 [ 0.000000] Kernel command line: console=ttyS0,57600 rootfstype=squashfs,jffs2 [ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes, linear) [ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes, linear) [ 0.000000] Writing ErrCtl register=00001150 [ 0.000000] Readback ErrCtl register=00001150 [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] Memory: 119532K/131072K available (6999K kernel code, 628K rwdata, 824K rodata, 1264K init, 244K bss, 11540K 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.000014] sched_clock: 64 bits at 880MHz, resolution 1ns, wraps every 4398046511103ns [ 0.015858] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 4343773742 ns [ 0.033805] Calibrating delay loop... 586.13 BogoMIPS (lpj=2930688) [ 0.106124] pid_max: default: 32768 minimum: 301 [ 0.115433] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.129839] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.148085] rcu: Hierarchical SRCU implementation. [ 0.157888] dyndbg: Ignore empty _ddebug table in a CONFIG_DYNAMIC_DEBUG_CORE build [ 0.173454] smp: Bringing up secondary CPUs ... [ 0.183189] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. [ 0.183200] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes [ 0.183212] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. [ 0.183287] CPU1 revision is: 0001992f (MIPS 1004Kc) [ 0.243292] Synchronize counters for CPU 1: done. [ 0.305410] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. [ 0.305420] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes [ 0.305429] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. [ 0.305474] CPU2 revision is: 0001992f (MIPS 1004Kc) [ 0.364389] Synchronize counters for CPU 2: done. [ 0.424709] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. [ 0.424717] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes [ 0.424726] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. [ 0.424778] CPU3 revision is: 0001992f (MIPS 1004Kc) [ 0.483965] Synchronize counters for CPU 3: done. [ 0.543576] smp: Brought up 1 node, 4 CPUs [ 0.556031] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.575542] futex hash table entries: 1024 (order: 3, 32768 bytes, linear) [ 0.589364] pinctrl core: initialized pinctrl subsystem [ 0.602028] NET: Registered protocol family 16 [ 0.611944] thermal_sys: Registered thermal governor 'step_wise' [ 0.613176] cpuidle: using governor teo [ 0.672098] clocksource: Switched to clocksource GIC [ 0.683900] NET: Registered protocol family 2 [ 0.692869] IP idents hash table entries: 2048 (order: 2, 16384 bytes, linear) [ 0.708753] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear) [ 0.725367] TCP established hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.740496] TCP bind hash table entries: 1024 (order: 1, 8192 bytes, linear) [ 0.754487] TCP: Hash tables configured (established 1024 bind 1024) [ 0.767240] UDP hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.780122] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.794239] NET: Registered protocol family 1 [ 0.802810] PCI: CLS 0 bytes, default 32 [ 0.812922] workingset: timestamp_bits=14 max_order=15 bucket_order=1 [ 0.829961] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.841453] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. [ 0.861891] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 0.878298] mt7621_gpio 1e000600.gpio: registering 32 gpios [ 0.889673] mt7621_gpio 1e000600.gpio: registering 32 gpios [ 0.901045] mt7621_gpio 1e000600.gpio: registering 32 gpios [ 0.913043] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled [ 0.929894] printk: console [ttyS0] disabled [ 0.938396] 1e000c00.uartlite: ttyS0 at MMIO 0x1e000c00 (irq = 19, base_baud = 3125000) is a 16550A [ 0.956314] printk: console [ttyS0] enabled [ 0.956314] printk: console [ttyS0] enabled [ 0.972862] printk: bootconsole [early0] disabled [ 0.972862] printk: bootconsole [early0] disabled [ 0.992473] 1e000e00.uartlite3: ttyS1 at MMIO 0x1e000e00 (irq = 20, base_baud = 3125000) is a 16550A [ 1.013784] mt7621-nand 1e003000.nand: Using programmed access timing: 31c07388 [ 1.028612] nand: device found, Manufacturer ID: 0xc2, Chip ID: 0xf1 [ 1.041311] nand: Macronix MX30LF1G18AC [ 1.048952] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64 [ 1.064030] mt7621-nand 1e003000.nand: ECC strength adjusted to 4 bits [ 1.077094] mt7621-nand 1e003000.nand: Using programmed access timing: 21005134 [ 1.091649] mt7621-nand 1e003000.nand: Using programmed access timing: 21005134 [ 1.106203] Scanning device for bad blocks [ 2.448876] scpart: Valid 'SC PART MAP' (10 partitions) found at 0x100000 [ 2.462441] scpart: No partition in OF matches partition ID with 'SC PART MAP'. [ 2.477057] 10 fixed-partitions partitions found on MTD device mt7621-nand [ 2.490744] Creating 10 MTD partitions on "mt7621-nand": [ 2.501331] 0x000000000000-0x000000100000 : "Boot Loader" [ 2.513224] 0x000000100000-0x000000200000 : "dynamic partition map" [ 2.527017] 0x000000200000-0x000000300000 : "Factory" [ 2.538066] 0x000000300000-0x000000400000 : "Boot Flag" [ 2.549490] 0x000000400000-0x000000a00000 : "kernel" [ 2.560380] 0x000000a00000-0x000001000000 : "Kernel 2" [ 2.571605] 0x000001000000-0x000003000000 : "File System 1" [ 2.583813] 0x000003000000-0x000005000000 : "File System 2" [ 2.595944] 0x000005000000-0x000006400000 : "Configuration/log" [ 2.608835] 0x000006400000-0x000007f80000 : "application tmp buffer (Ftool)" [ 2.630189] Concatenating MTD devices: [ 2.637738] (0): "File System 1" [ 2.644189] (1): "Configuration/log" [ 2.651288] (2): "application tmp buffer (Ftool)" [ 2.660657] into device "ubi-concat" [ 2.667830] 1 fixed-partitions partitions found on MTD device ubi-concat [ 2.681174] Creating 1 MTD partitions on "ubi-concat": [ 2.691423] 0x000000000000-0x000004f80000 : "ubi" [ 2.743855] mt7530 mdio-bus:1f: MT7530 adapts as multi-chip module [ 2.760182] mtk_soc_eth 1e100000.ethernet eth0: mediatek frame engine at 0xbe100000, irq 22 [ 2.777753] i2c /dev entries driver [ 2.787127] mt7621-pci 1e140000.pcie: host bridge /pcie@1e140000 ranges: [ 2.800540] mt7621-pci 1e140000.pcie: No bus range found for /pcie@1e140000, using [bus 00-ff] [ 2.818085] mt7621-pci 1e140000.pcie: MEM 0x0060000000..0x006fffffff -> 0x0000000000 [ 2.834391] mt7621-pci 1e140000.pcie: IO 0x001e160000..0x001e16ffff -> 0x0000000000 [ 2.850771] mt7621-pci 1e140000.pcie: Parsing DT failed [ 2.863595] NET: Registered protocol family 10 [ 2.874190] Segment Routing with IPv6 [ 2.881571] NET: Registered protocol family 17 [ 2.890579] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 2.916757] 8021q: 802.1Q VLAN Support v1.8 [ 2.928474] mt7530 mdio-bus:1f: MT7530 adapts as multi-chip module [ 2.965681] mt7530 mdio-bus:1f wan (uninitialized): PHY [mt7530-0:00] driver [MediaTek MT7530 PHY] (irq=27) [ 2.987529] mt7530 mdio-bus:1f lan1 (uninitialized): PHY [mt7530-0:01] driver [MediaTek MT7530 PHY] (irq=28) [ 3.009526] mt7530 mdio-bus:1f lan2 (uninitialized): PHY [mt7530-0:02] driver [MediaTek MT7530 PHY] (irq=29) [ 3.031563] mt7530 mdio-bus:1f lan3 (uninitialized): PHY [mt7530-0:03] driver [MediaTek MT7530 PHY] (irq=30) [ 3.053643] mt7530 mdio-bus:1f lan4 (uninitialized): PHY [mt7530-0:04] driver [MediaTek MT7530 PHY] (irq=31) [ 3.075991] mt7530 mdio-bus:1f: configuring for fixed/rgmii link mode [ 3.092840] DSA: tree 0 setup [ 3.099041] rt2880-pinmux pinctrl: pcie is already enabled [ 3.110082] mt7621-pci 1e140000.pcie: host bridge /pcie@1e140000 ranges: [ 3.123457] mt7621-pci 1e140000.pcie: No bus range found for /pcie@1e140000, using [bus 00-ff] [ 3.140976] mt7621-pci 1e140000.pcie: MEM 0x0060000000..0x006fffffff -> 0x0000000000 [ 3.157293] mt7621-pci 1e140000.pcie: IO 0x001e160000..0x001e16ffff -> 0x0000000000 [ 3.173673] mt7621-pci-phy 1e149000.pcie-phy: PHY for 0xbe149000 (dual port = 1) [ 3.188762] mt7621-pci-phy 1e14a000.pcie-phy: PHY for 0xbe14a000 (dual port = 0) [ 3.203787] mt7621-pci 1e140000.pcie: failed to parse bus ranges property: -22 [ 3.318373] mt7621-pci-phy 1e149000.pcie-phy: Xtal is 40MHz [ 3.329500] mt7621-pci-phy 1e14a000.pcie-phy: Xtal is 40MHz [ 3.440744] mt7621-pci 1e140000.pcie: pcie2 no card, disable it (RST & CLK) [ 3.454621] mt7621-pci 1e140000.pcie: PCIE0 enabled [ 3.464331] mt7621-pci 1e140000.pcie: PCIE1 enabled [ 3.474052] mt7621-pci 1e140000.pcie: PCI coherence region base: 0x60000000, mask/settings: 0xf0000002 [ 3.492749] mt7621-pci 1e140000.pcie: PCI host bridge to bus 0000:00 [ 3.505431] pci_bus 0000:00: root bus resource [io 0x1e160000-0x1e16ffff] [ 3.519135] pci_bus 0000:00: root bus resource [mem 0x60000000-0x6fffffff] [ 3.532835] pci_bus 0000:00: root bus resource [bus 00-ff] [ 3.543761] pci_bus 0000:00: root bus resource [mem 0x60000000-0x6fffffff] (bus address [0x00000000-0x0fffffff]) [ 3.564075] pci 0000:00:00.0: [0e8d:0801] type 01 class 0x060400 [ 3.576059] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x7fffffff] [ 3.588542] pci 0000:00:00.0: reg 0x14: [mem 0x60400000-0x6040ffff] [ 3.601088] pci 0000:00:00.0: supports D1 [ 3.609072] pci 0000:00:00.0: PME# supported from D0 D1 D3hot [ 3.621111] pci 0000:00:01.0: [0e8d:0801] type 01 class 0x060400 [ 3.633137] pci 0000:00:01.0: reg 0x10: [mem 0x00000000-0x7fffffff] [ 3.645625] pci 0000:00:01.0: reg 0x14: [mem 0x60410000-0x6041ffff] [ 3.658169] pci 0000:00:01.0: supports D1 [ 3.666153] pci 0000:00:01.0: PME# supported from D0 D1 D3hot [ 3.679339] pci 0000:01:00.0: [14c3:7615] type 00 class 0x000280 [ 3.691368] pci 0000:01:00.0: reg 0x10: initial BAR value 0x00000000 invalid [ 3.705422] pci 0000:01:00.0: reg 0x10: [mem size 0x00100000 64bit] [ 3.718069] 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) [ 3.749173] pci 0000:00:00.0: PCI bridge to [bus 01-ff] [ 3.759613] pci 0000:00:00.0: bridge window [io 0x0000-0x0fff] [ 3.771757] pci 0000:00:00.0: bridge window [mem 0x60000000-0x600fffff] [ 3.785283] pci 0000:00:00.0: bridge window [mem 0x60100000-0x601fffff pref] [ 3.799668] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01 [ 3.813095] pci 0000:02:00.0: [14c3:7603] type 00 class 0x028000 [ 3.825107] pci 0000:02:00.0: reg 0x10: initial BAR value 0x00000000 invalid [ 3.839146] pci 0000:02:00.0: reg 0x10: [mem size 0x00100000] [ 3.850729] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold [ 3.864402] pci 0000:00:01.0: PCI bridge to [bus 02-ff] [ 3.874841] pci 0000:00:01.0: bridge window [io 0x0000-0x0fff] [ 3.886984] pci 0000:00:01.0: bridge window [mem 0x60200000-0x602fffff] [ 3.900501] pci 0000:00:01.0: bridge window [mem 0x60300000-0x603fffff pref] [ 3.914893] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 02 [ 3.928111] pci 0000:00:00.0: BAR 0: no space for [mem size 0x80000000] [ 3.941286] pci 0000:00:00.0: BAR 0: failed to assign [mem size 0x80000000] [ 3.955161] pci 0000:00:01.0: BAR 0: no space for [mem size 0x80000000] [ 3.968335] pci 0000:00:01.0: BAR 0: failed to assign [mem size 0x80000000] [ 3.982209] pci 0000:00:00.0: BAR 8: assigned [mem 0x60000000-0x600fffff] [ 3.995733] pci 0000:00:00.0: BAR 9: assigned [mem 0x60100000-0x601fffff pref] [ 4.010114] pci 0000:00:01.0: BAR 8: assigned [mem 0x60200000-0x602fffff] [ 4.023651] pci 0000:00:01.0: BAR 9: assigned [mem 0x60300000-0x603fffff pref] [ 4.038032] pci 0000:00:00.0: BAR 1: assigned [mem 0x60400000-0x6040ffff] [ 4.051555] pci 0000:00:01.0: BAR 1: assigned [mem 0x60410000-0x6041ffff] [ 4.065082] pci 0000:00:00.0: BAR 7: assigned [io 0x1e160000-0x1e160fff] [ 4.078603] pci 0000:00:01.0: BAR 7: assigned [io 0x1e161000-0x1e161fff] [ 4.092145] pci 0000:01:00.0: BAR 0: assigned [mem 0x60000000-0x600fffff 64bit] [ 4.106709] pci 0000:00:00.0: PCI bridge to [bus 01] [ 4.116601] pci 0000:00:00.0: bridge window [io 0x1e160000-0x1e160fff] [ 4.130118] pci 0000:00:00.0: bridge window [mem 0x60000000-0x600fffff] [ 4.143644] pci 0000:00:00.0: bridge window [mem 0x60100000-0x601fffff pref] [ 4.158040] pci 0000:02:00.0: BAR 0: assigned [mem 0x60200000-0x602fffff] [ 4.171559] pci 0000:00:01.0: PCI bridge to [bus 02] [ 4.181444] pci 0000:00:01.0: bridge window [io 0x1e161000-0x1e161fff] [ 4.194968] pci 0000:00:01.0: bridge window [mem 0x60200000-0x602fffff] [ 4.208489] pci 0000:00:01.0: bridge window [mem 0x60300000-0x603fffff pref] [ 4.225279] UBI: auto-attach mtd10 [ 4.232131] ubi0: attaching mtd10 [ 4.242458] mt7530 mdio-bus:1f: Link is Up - 1Gbps/Full - flow control rx/tx [ 5.052810] ubi0: scanning is finished [ 5.077176] ubi0: attached mtd10 (name "ubi", size 79 MiB) [ 5.088133] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes [ 5.101834] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048 [ 5.115353] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096 [ 5.129212] ubi0: good PEBs: 636, bad PEBs: 0, corrupted PEBs: 0 [ 5.141177] ubi0: user volume: 2, internal volumes: 1, max. volumes count: 128 [ 5.155561] ubi0: max/mean erase counter: 2/0, WL threshold: 4096, image sequence number: 1654845621 [ 5.173745] ubi0: available PEBs: 0, total reserved PEBs: 636, PEBs reserved for bad PEB handling: 13 [ 5.192145] ubi0: background thread "ubi_bgt0d" started, PID 469 [ 5.194689] block ubiblock0_0: created from ubi0:0(rootfs) [ 5.215132] ubiblock: device ubiblock0_0 (rootfs) set to be root filesystem [ 5.236395] VFS: Mounted root (squashfs filesystem) readonly on device 254:0. [ 5.254789] Freeing unused kernel memory: 1264K [ 5.263876] This architecture does not have kernel memory protection. [ 5.276721] Run /sbin/init as init process [ 5.834478] init: Console is alive [ 5.841618] init: - watchdog - [ 6.652397] kmodloader: loading kernel modules from /etc/modules-boot.d/* [ 6.784402] usbcore: registered new interface driver usbfs [ 6.795508] usbcore: registered new interface driver hub [ 6.806286] usbcore: registered new device driver usb [ 6.826807] xhci-mtk 1e1c0000.xhci: supply vbus not found, using dummy regulator [ 6.841856] xhci-mtk 1e1c0000.xhci: supply vusb33 not found, using dummy regulator [ 6.857232] xhci-mtk 1e1c0000.xhci: xHCI Host Controller [ 6.867875] xhci-mtk 1e1c0000.xhci: new USB bus registered, assigned bus number 1 [ 6.892235] xhci-mtk 1e1c0000.xhci: hcc params 0x01401198 hci version 0x96 quirks 0x0000000000290010 [ 6.910507] xhci-mtk 1e1c0000.xhci: irq 21, io mem 0x1e1c0000 [ 6.923340] hub 1-0:1.0: USB hub found [ 6.930948] hub 1-0:1.0: 2 ports detected [ 6.939671] xhci-mtk 1e1c0000.xhci: xHCI Host Controller [ 6.950317] xhci-mtk 1e1c0000.xhci: new USB bus registered, assigned bus number 2 [ 6.965263] xhci-mtk 1e1c0000.xhci: Host supports USB 3.0 SuperSpeed [ 6.978148] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. [ 6.995199] hub 2-0:1.0: USB hub found [ 7.002834] hub 2-0:1.0: 1 port detected [ 7.017895] kmodloader: done loading kernel modules from /etc/modules-boot.d/* [ 7.042470] init: - preinit - [ 7.824682] random: jshn: uninitialized urandom read (4 bytes read) [ 7.907740] random: jshn: uninitialized urandom read (4 bytes read) [ 7.953661] random: jshn: uninitialized urandom read (4 bytes read) [ 8.216449] mtk_soc_eth 1e100000.ethernet eth0: configuring for fixed/rgmii link mode [ 8.232666] mtk_soc_eth 1e100000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx [ 8.242596] mt7530 mdio-bus:1f lan1: configuring for phy/gmii link mode [ 8.263002] 8021q: adding VLAN 0 to HW filter on device lan1 [ 8.276934] 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.476044] UBIFS (ubi0:1): Mounting in unauthenticated mode [ 12.487647] UBIFS (ubi0:1): background thread "ubifs_bgt0_1" started, PID 598 [ 12.567976] UBIFS (ubi0:1): recovery needed [ 12.718148] UBIFS (ubi0:1): recovery completed [ 12.727189] UBIFS (ubi0:1): UBIFS: mounted UBI device 0, volume 1, name "rootfs_data" [ 12.742788] UBIFS (ubi0:1): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes [ 12.762531] UBIFS (ubi0:1): FS size: 72884224 bytes (69 MiB, 574 LEBs), journal size 3682304 bytes (3 MiB, 29 LEBs) [ 12.783315] UBIFS (ubi0:1): reserved for root: 3442501 bytes (3361 KiB) [ 12.796488] UBIFS (ubi0:1): media format: w5/r0 (latest is w5/r0), UUID 781CB539-0C11-4685-AD4B-3B20B8AB0F55, small LPT model [ 12.830285] mount_root: switching to ubifs overlay [ 12.858926] urandom-seed: Seeding with /etc/urandom.seed [ 13.003323] procd: - early - [ 13.009294] procd: - watchdog - [ 13.662286] procd: - watchdog - [ 13.774622] procd: - ubus - [ 13.923168] urandom_read_iter: 7 callbacks suppressed [ 13.923181] random: ubusd: uninitialized urandom read (4 bytes read) [ 13.947989] random: ubusd: uninitialized urandom read (4 bytes read) [ 13.961251] random: ubusd: uninitialized urandom read (4 bytes read) [ 13.980196] procd: - init - Please press Enter to activate this console. [ 14.853457] kmodloader: loading kernel modules from /etc/modules.d/* [ 15.040088] urngd: v1.0.2 started. [ 15.161871] Loading modules backported from Linux version v5.15.33-0-g06f50ca83ace [ 15.177033] Backport generated by backports.git v5.15.33-1-0-g183c4ab2 [ 15.222762] random: crng init done [ 15.229555] random: 23 urandom warning(s) missed due to ratelimiting [ 15.406385] mt7621-pci 1e140000.pcie: bus=2 slot=1 irq=24 [ 15.417265] pci 0000:00:01.0: enabling device (0006 -> 0007) [ 15.428565] mt7603e 0000:02:00.0: enabling device (0000 -> 0002) [ 15.440722] mt7603e 0000:02:00.0: ASIC revision: 76030010 [ 16.483481] mt7603e 0000:02:00.0: Firmware Version: ap_pcie [ 16.494622] mt7603e 0000:02:00.0: Build Time: 20160107100755 [ 16.542088] mt7603e 0000:02:00.0: firmware init done [ 16.729099] mt7621-pci 1e140000.pcie: bus=1 slot=0 irq=23 [ 16.739961] pci 0000:00:00.0: enabling device (0006 -> 0007) [ 16.751261] mt7615e 0000:01:00.0: enabling device (0000 -> 0002) [ 16.859101] PPP generic driver version 2.4.2 [ 16.870966] NET: Registered protocol family 24 [ 16.890823] kmodloader: done loading kernel modules from /etc/modules.d/* [ 16.906969] mt7615e 0000:01:00.0: HW/SW Version: 0x8a108a10, Build Time: 20180518100604a [ 16.906969] [ 17.241755] mt7615e 0000:01:00.0: N9 Firmware Version: _reserved_, Build Time: 20200814163649 [ 17.360411] mt7615e 0000:01:00.0: CR4 Firmware Version: _reserved_, Build Time: 20190121161307 [ 25.463508] mtk_soc_eth 1e100000.ethernet eth0: Link is Down [ 25.487318] mtk_soc_eth 1e100000.ethernet eth0: configuring for fixed/rgmii link mode [ 25.503334] mtk_soc_eth 1e100000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx [ 25.515299] mt7530 mdio-bus:1f lan1: configuring for phy/gmii link mode [ 25.533791] 8021q: adding VLAN 0 to HW filter on device lan1 [ 25.549100] br-lan: port 1(lan1) entered blocking state [ 25.559844] br-lan: port 1(lan1) entered disabled state [ 25.571414] device lan1 entered promiscuous mode [ 25.580814] device eth0 entered promiscuous mode [ 25.593895] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 25.624803] mt7530 mdio-bus:1f lan2: configuring for phy/gmii link mode [ 25.638719] 8021q: adding VLAN 0 to HW filter on device lan2 [ 25.655020] br-lan: port 2(lan2) entered blocking state [ 25.665570] br-lan: port 2(lan2) entered disabled state [ 25.677379] device lan2 entered promiscuous mode [ 25.700338] mt7530 mdio-bus:1f lan3: configuring for phy/gmii link mode [ 25.714074] 8021q: adding VLAN 0 to HW filter on device lan3 [ 25.729136] br-lan: port 3(lan3) entered blocking state [ 25.739740] br-lan: port 3(lan3) entered disabled state [ 25.752278] device lan3 entered promiscuous mode [ 25.776820] mt7530 mdio-bus:1f lan4: configuring for phy/gmii link mode [ 25.790744] 8021q: adding VLAN 0 to HW filter on device lan4 [ 25.805518] br-lan: port 4(lan4) entered blocking state [ 25.816281] br-lan: port 4(lan4) entered disabled state [ 25.829073] device lan4 entered promiscuous mode [ 25.858577] mt7530 mdio-bus:1f wan: configuring for phy/gmii link mode [ 25.872468] 8021q: adding VLAN 0 to HW filter on device wan [ 27.158887] mt7530 mdio-bus:1f lan2: Link is Up - 100Mbps/Full - flow control off [ 27.189445] br-lan: port 2(lan2) entered blocking state [ 27.199934] br-lan: port 2(lan2) entered forwarding state [ 27.212194] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready [ 28.705671] mt7530 mdio-bus:1f wan: Link is Up - 1Gbps/Full - flow control rx/tx [ 28.720475] IPv6: ADDRCONF(NETDEV_CHANGE): wan: link becomes ready BusyBox v1.35.0 (2022-06-10 07:20:21 UTC) built-in shell (ash) _______ ________ __ | |.-----.-----.-----.| | | |.----.| |_ | - || _ | -__| || | | || _|| _| |_______|| __|_____|__|__||________||__| |____| |__| W I R E L E S S F R E E D O M ----------------------------------------------------- OpenWrt 22.03.0-rc4, r19426-2b1941e47d ----------------------------------------------------- === 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:/# ubus call system board { "kernel": "5.10.120", "hostname": "OpenWrt", "system": "MediaTek MT7621 ver:1 eco:3", "model": "Beeline SmartBox TURBO+", "board_name": "beeline,smartbox-turbo-plus", "rootfs_type": "squashfs", "release": { "distribution": "OpenWrt", "version": "22.03.0-rc4", "revision": "r19426-2b1941e47d", "target": "ramips/mt7621", "description": "OpenWrt 22.03.0-rc4 r19426-2b1941e47d" } }


Subnamespaces:

No subnamespaces.

Pages in this namespace:

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