UniElec U7623

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

The UniElec U7623 is a quad-core ARM Cortex-A7 based on the MediaTek MT7623 SoC, with 5 Gigabit Ethernet ports and two mini-PCIe slots for wireless. It is offered for sale with various combinations of 2.4GHz/5GHz wireless boards:

  • 2×2 2.4G MT7603E (300Mbps)
  • 2×2 2.4G/5G MT7612E (867Mbps)
  • Dual 2×2 MT7603E (300Mbps) + MT7612E (867Mbps)
  • 4×4 MT7615 (1733Mbps)

It supports hardware NAT offload and hardware crypto acceleration.

UniElec U7623

FIXME

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

The U7623 comes with a vendor firmware based on OpenWrt 14.07. You can use the built-in sysupgrade functionality to upgrade to OpenWrt 21.02 or later using the “legacy” sysupgrade image (unielec_u7623-02-emmc-512m-legacy-squashfs-sysupgrade-emmc.bin.gz), although the configuration will not be preserved.

The legacy image preserves the vendor-installed U-Boot and the (invalid) partition table on the eMMC. This means that the kernel will not use the full amount of memory on board with more than 512MiB of RAM, and the partitions are hard-coded on the kernel command line for compatibility.

Once running that, it is possible to sysupgrade again into the full, not 'legacy', image including new U-Boot (unielec_u7623-emmc-squashfs-img.gz), which gives use of all the system RAM and uses the partition table correctly.

Note that these images do not contain any wireless driver or USB driver kernel modules.

MediaTek publishes a Smart Phone Flash Tool which can be used to reflash various MediaTek SoC boards over USB from a Windows or Linux host. It requires three files:

  • A “scatter file” describing the device and the regions to be flashed. This is provided as unielec_u7623-emmc-scatter.txt with the download artifacts
  • The decompressed flash image itself, unielec_u7623-emmc-squashfs-img.
  • The “preloader” binary which initialises the SoC. This can be extracted from the /dev/mmcblk0boot0 region of the installed board prior to upgrading, or downloaded.

To extract the preloader, you will need a working device you can telnet or ssh into and get a file off of. In broad strokes you must:

  1. Start up the device and telnet or ssh into it
  2. Create an image of the boot area:
    dd if=/dev/mmcblk0boot0 of=mmcblk0boot0.img
  3. You should end up with a 4MB image file. Copy that file off of the device to a computer with a hex editor.
  4. Hex edit the resulting file. Specifically you need to delete everything before the bytes MMM at offset ~0x800 (so that it begins with the MMM), and to delete everything after approximately offset ~0x16B50 where the series of 0xFF bytes begin.
  5. Save the hex edited file, this is the preloader required above.

The Smart Phone Flash tool will do some basic checks on the preloader when you select it. If you get the message “Please check the load image file is correct or not” when you attempt to select the preloader, then the extraction has not been done correctly.

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

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

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

This section deals with

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

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

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

Specific values needed for tftp

FIXME Enter values for “FILL-IN” below

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

generic.sysupgrade

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

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

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

  • sysupgrade
  • mtd

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

sysupgrade

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

mtd

If sysupgrade does not support this router, use mtd.

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

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

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

The default network configuration is:

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

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

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

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

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

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

The UniElec U7623 has the following buttons:

BUTTON Event
EXAMPLE Reset reset
EXAMPLE Secure Easy Setup ses
EXAMPLE No buttons at all. -

Front:
Insert photo of front of the casing

Back:
Insert photo of back of the casing

Backside label:
Insert photo of backside label

Note: This will void your warranty!

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

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

Main PCB:
Insert photo of PCB

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 UniElec U7623
EXAMPLE 115200, 8N1

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

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

None so far.

[USBD] USB PRB0 LineState: 0 [USBD] USB cable/ No Cable inserted! [PLFM] Keep stay in USB Mode Platform initialization is ok wait for frequency meter finish, CLK26CALI = 0x81 mt_pll_post_init: mt_get_cpu_freq = 1040000Khz wait for frequency meter finish, CLK26CALI = 0x90 mt_pll_post_init: mt_get_bus_freq = 273000Khz wait for frequency meter finish, CLK26CALI = 0x81 mt_pll_post_init: mt_get_mem_freq = 133250Khz [PWRAP] pwrap_init_preloader [PWRAP] pwrap_init [PWRAP] _pwrap_init_sistrobe [Read Test] fail,index=0,rdata=2D52 [PWRAP] _pwrap_init_sistrobe [Read Test] fail,index=1,rdata=C00 [PWRAP] _pwrap_init_sistrobe [Read Test] pass,index=2 rdata=5AA5 [PWRAP] _pwrap_init_sistrobe [Read Test] pass,index=3 rdata=5AA5 [PWRAP] _pwrap_init_sistrobe [Read Test] pass,index=4 rdata=5AA5 [PWRAP] _pwrap_init_sistrobe [Read Test] pass,index=5 rdata=5AA5 [PWRAP] _pwrap_init_sistrobe [Read Test] pass,index=6 rdata=5AA5 [PWRAP] _pwrap_init_sistrobe [Read Test] pass,index=7 rdata=5AA5 [PWRAP] _pwrap_init_sistrobe [Read Test] pass,index=8 rdata=5AA5 [PWRAP] _pwrap_init_sistrobe [Read Test] fail,index=9,rdata=1001 [PWRAP] _pwrap_init_sistrobe [Read Test] fail,index=10,rdata=B54B [PWRAP] _pwrap_init_sistrobe [Read Test] fail,index=11,rdata=B54B [PWRAP] _pwrap_init_sistrobe [Read Test] fail,index=12,rdata=B54B [PWRAP] _pwrap_init_sistrobe [Read Test] fail,index=13,rdata=B54B [PWRAP] _pwrap_init_sistrobe [Read Test] fail,index=14,rdata=B54B [PWRAP] _pwrap_init_sistrobe [Read Test] fail,index=15,rdata=B54B [PWRAP] _pwrap_init_sistrobe [Read Test] fail,index=16,rdata=B54B [PWRAP] _pwrap_init_sistrobe [Read Test] fail,index=17,rdata=2003 [PWRAP] _pwrap_init_sistrobe [Read Test] fail,index=18,rdata=6A97 [PWRAP] _pwrap_init_sistrobe [Read Test] fail,index=19,rdata=6A97 [PWRAP] _pwrap_init_sistrobe [Read Test] fail,index=20,rdata=6A97 [PWRAP] _pwrap_init_sistrobe [Read Test] fail,index=21,rdata=6A97 [PWRAP] _pwrap_init_sistrobe [Read Test] fail,index=22,rdata=6A97 [PWRAP] _pwrap_init_sistrobe [Read Test] fail,index=23,rdata=6A97 [PWRAP] _pwrap_init_reg_clock [PMIC_WRAP]wrap_init pass,the return value=0. [pmic6323_init] Preloader Start.................. [pmic6323_init] PMIC CHIP Code = 0x2023 INT_MISC_CON: 0 TOP_RST_MISC: 0 pl pmic powerkey Press [pmic6323_init] powerKey = 1 [pmic6323_init] is USB in = 0xB004 [pmic6323_init] Reg[0x11A]=0x1B [pmic6323_init] Done................... mt7623 disable long press reset ->>>>> mt7623 disable long press reset <<<<<- mt7623 VPA supplied by 1.0V to MT7530 -> mt7623 VPA supplied by 1.0V to MT7530 <- mt7623 enables RG_VGP1_EN for LCM -> mt7623 enables RG_VGP1_EN for LCM <- MT7623 E2 setting => MT7623 E2 setting <= [PLFM] Init I2C: OK(0) [PLFM] Init PWRAP: OK(0) [PLFM] Init PMIC: OK(0) [PLFM] chip[CA00] [BLDR] Build Time: 20151226-103315 ==== Dump RGU Reg ======== RGU MODE: 4D RGU LENGTH: FFE0 RGU STA: 0 RGU INTERVAL: FFF RGU SWSYSRST: 0 ==== Dump RGU Reg End ==== RGU: g_rgu_satus:0 mtk_wdt_mode_config mode value=10, tmp:22000010 PL P ON WDT does not trigger reboot RGU mtk_wdt_init:MTK_WDT_DEBUG_CTL(590200F3) kpd read addr: 0x0040: data:0x4001 Enter mtk_kpd_gpio_set! kpd debug column : 0, 0, 0, 0, 0, 0, 0, 0 kpd debug row : 0, 0, 0, 0, 0, 0, 0, 0 after set KP enable: KP_SEL = 0x0 ! MTK_PMIC_RST_KEY is used for this project! [RTC] get_frequency_meter: input=0x0, ouput=5 [RTC] get_frequency_meter: input=0x0, ouput=3967 [RTC] get_frequency_meter: input=0x0, ouput=5 [RTC] get_frequency_meter: input=0x0, ouput=0 [RTC] get_frequency_meter: input=0x0, ouput=0 [RTC] bbpu = 0x1, con = 0x8427 rtc_first_boot_init [RTC] get_frequency_meter: input=0x0, ouput=5 [RTC] get_frequency_meter: input=0x0, ouput=3967 [RTC] get_frequency_meter: input=0x0, ouput=5 [RTC] get_frequency_meter: input=0x0, ouput=0 [RTC] get_frequency_meter: input=0x0, ouput=0 rtc_2sec_stat_clear rtc_2sec_reboot_check cali=1536 [RTC] irqsta = 0x0, pdn1 = 0x0, pdn2 = 0x201, spar0 = 0xC0, spar1 = 0x800 [RTC] new_spare0 = 0x0, new_spare1 = 0x1, new_spare2 = 0x1, new_spare3 = 0x1 [RTC] bbpu = 0x1, con = 0x426, cali = 0x600 pl pmic powerkey Press power key is pressed [PLFM] Power key boot! [RTC] rtc_bbpu_power_on done [EMI] mcp_dram_num:0,discrete_dram_num:1,enable_combo_dis:0 [EMI] PCDDR3 [Check]mt_get_mdl_number 0x0 [EMI] eMMC/NAND ID = 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 [EMI] MDL number = 0 [EMI] emi_set eMMC/NAND ID = 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 [EMI][Vcore]0x21E=0x48,0x220=0x48 [EMI][Vmem]0x554=0x0 wait for frequency meter finish, CLK26CALI = 0x81 [EMI] PCDDR3 DRAM Clock = 1600012 KHz, MEMPLL MODE = 2 [EMI] PCDDR3 RXTDN Calibration: Start REXTDN SW calibration... drvp=0xB,drvn=0x9 [EMI] pinmux = 4 =============================================================================== dramc_write_leveling_swcal =============================================================================== delay byte0 byte1 byte2 byte3 ----------------------------- 0 0 0 0 0 1 0 0 0 0 2 0 0 0 0 3 0 0 0 0 4 0 0 0 0 5 0 0 0 0 6 0 0 0 0 7 0 0 0 0 8 0 0 0 0 9 0 0 0 0 10 0 0 1 1 11 0 0 1 1 12 0 0 1 1 13 0 0 1 1 14 1 1 1 1 15 1 1 1 1 pass bytecount = 4 byte_i status best delay 0 2 14 1 2 14 2 2 10 3 2 10 ======================================== [write leveling]DQS: 0xAAEE, DQM: 0xAAEE [write leveling after remap]DQ byte0 reg: 0x200 val: 0xEEEEEEEE [write leveling after remap]DQ byte1 reg: 0x204 val: 0xEEEEEEEE [write leveling after remap]DQ byte2 reg: 0x208 val: 0xAAAAAAAA [write leveling after remap]DQ byte3 reg: 0x20C val: 0xAAAAAAAA ============================================= X-axis: DQS Gating Window Delay (Fine Scale) Y-axis: DQS Gating Window Delay (Coarse Scale) ============================================= 0 8 16 24 32 40 48 56 64 72 80 88 96 104 112 120 -------------------------------------------------------------------------------- 0000:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0001:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0002:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0003:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0004:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0005:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0006:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0007:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0008:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0009:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 000A:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 000B:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 000C:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 000D:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 000E:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 000F:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0010:| 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0011:| 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 0012:| 0 0 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0013:| 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0014:| 1 1 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 tune value selection : 18, 18 18 56 rank 0 coarse = 18 rank 0 fine = 56 00:| 0 0 0 0 0 0 0 0 1 1 1 0 opt_dle value:13 ================================================================== RX DQS perbit delay software calibration ================================================================== 1.0-31 bit dq delay value ================================================================== bit| 0 1 2 3 4 5 6 7 8 9 -------------------------------------- 0 | 0 0 0 0 0 0 0 0 0 0 10 | 0 0 0 0 0 0 0 0 0 0 20 | 0 0 0 0 0 0 0 0 0 0 30 | 0 0 -------------------------------------- ================================================================== 2.dqs window x=pass dqs delay value (min~max)center y=0-7bit DQ of every group input delay:DQS0 =43 DQS1 = 34 DQS2 =46 DQS3 = 37 ================================================================== bit DQS0 bit DQS1 bit DQS2 bit DQS3 0 (15~60)37 8 (8~53)30 16 (23~60)41 24 (7~50)28 1 (19~61)40 9 (3~50)26 17 (21~62)41 25 (11~53)32 2 (20~66)43 10 (10~53)31 18 (19~58)38 26 (10~50)30 3 (17~63)40 11 (5~51)28 19 (17~62)39 27 (13~58)35 4 (21~66)43 12 (9~57)33 20 (23~69)46 28 (15~60)37 5 (17~58)37 13 (8~50)29 21 (19~58)38 29 (13~50)31 6 (19~64)41 14 (8~58)33 22 (23~66)44 30 (11~56)33 7 (21~65)43 15 (11~58)34 23 (24~66)45 31 (14~58)36 ================================================================== 3.dq delay value last ================================================================== bit| 0 1 2 3 4 5 6 7 8 9 -------------------------------------- 0 | 6 3 0 3 0 6 2 0 4 8 10 | 3 6 1 5 1 0 5 5 8 7 20 | 0 8 2 1 9 5 7 2 0 6 30 | 4 1 ================================================================== *DQIDLY1 = 0x3000306 *DQIDLY2 = 0x20600 *DQIDLY3 = 0x6030804 *DQIDLY4 = 0x10501 *DQIDLY5 = 0x7080505 *DQIDLY6 = 0x1020800 *DQIDLY7 = 0x2070509 *DQIDLY8 = 0x1040600 *DRAMC_R0DELDLY = 0x252E222B [MEM]CONA:3122,conf1:F07486A3 DM4BitMux = 1 DQSO 0 in TX per-bit = 0 <= DQSO 0 in WL = 14 DQSO 1 in TX per-bit = 0 <= DQSO 1 in WL = 14 DQSO 2 in TX per-bit = 3 <= DQSO 2 in WL = 10 DQSO 3 in TX per-bit = 1 <= DQSO 3 in WL = 10 Tx DQM dly = 0xA952 Tx DQM dly bit4 = 0x3 DRAMC_DQODLY1=33447265h DRAMC_DQODLY2=45673024h DRAMC_DQODLY3=97B9A9ABh DRAMC_DQODLY4=AACACAAAh Tx DQ dly bit4 = 0xFFFF Tx DQS dly = 0xAAEE Tx DQS dly bit4 = 0x0 TX Byte0: DQ - 19, DQS - 9. win_sum= 27 TX Byte1: DQ - 22, DQS - 8. win_sum= 29 TX Byte2: DQ - 14, DQS - 15. win_sum= 28 TX Byte3: DQ - 18, DQS - 16. win_sum= 33 DRAMC calibration takes 651026648 CPU cycles [EMI] DRAMC calibration passed [MEM] complex R/W mem test pass 0:dram_rank_size:40000000 [Dram_Buffer] dram size:1073741824 [Dram_Buffer] structure size: 1725560 [Dram_Buffer] MAX_TEE_DRAM_SIZE: 0 [PLFM] Init Boot Device: OK(0) [PART] blksz: 512B [PART] [0x0000000000000000-0x000000000003FFFF] "PRELOADER" (512 blocks) [PART] [0x0000000000000000-0x000000000003FFFF] "MBR" (512 blocks) [PART] [0x0000000000040000-0x00000000000BFFFF] "UBOOT" (1024 blocks) [PART] [0x00000000000C0000-0x00000000000FFFFF] "CONFIG" (512 blocks) [PART] [0x0000000000100000-0x000000000013FFFF] "FACTORY" (512 blocks) [PART] [0x0000000000140000-0x000000000213FFFF] "BOOTIMG" (65536 blocks) [PART] [0x0000000002140000-0x000000000413FFFF] "RECOVERY" (65536 blocks) [PART] [0x0000000004140000-0x000000004413FFFF] "ROOTFS" (2097152 blocks) [PART] [0x0000000044140000-0x000001FFC413FFFF] "USER" (-4194304 blocks) [platform_vusb_on] PASS [TOOL] PMIC not dectect usb cable! [TOOL] <UART> listen ended, receive size:0! [TOOL] <UART> wait sync time 150ms->5ms [TOOL] <UART> receieved data: () Device APC domain init setup: bootloader load uboot ,the address of uboot is 81E00000 [PART]partition name UBOOT [PART]partition start block 0x200 [PART]partition size 0x80000 [PART]partition blks 0x400 [PART]partition flags 0x0 [PART]partition name 0x8 [bean] part->startblk(0x200) bdev->blksz(0x200) part->part_id(8) hdr(0xBFB50000) [BlkDev.c 101 ]partition block size 0x200 ,blks:0xE90000 [BlkDev.c 101 ]partition block erase size 0x200 [PART] Image with part header [PART] name : LK [PART] addr : FFFFFFFFh [PART] size : 194184 [PART] magic: 58881688h [BlkDev.c 101 ]partition block size 0x200 ,blks:0xE90000 [BlkDev.c 101 ]partition block erase size 0x200 [PART] load "UBOOT" from 0x0000000000040200 (dev) to 0x81E00000 (mem) [SUCCESS] [PART] load speed: 8619KB/s, 194184 bytes, 22ms [BT_SD_PG] device info 0x8590 0x8A00 0xCB01 0x102 0:dram_rank_size:40000000 [PLFM] md_type[0] = 53 [PLFM] md_type[1] = 48 [PLFM] boot reason: 0 [PLFM] boot mode: 0 [PLFM] META COM0: 0 [PLFM] <0xBFB7CC10>: 0x0 [PLFM] boot time: 2523ms [PLFM] DDR reserve mode: enable = 0, success = 0 [BLDR] jump to 0x81E00000 [BLDR] <0x81E00000>=0xEA00000F [BLDR] <0x81E00004>=0xE59FF014 U-Boot 2014.04-rc1 (Dec 26 2015 - 11:46:02) DRAM: 256 MiB WARNING: Caches not enabled dev_num = 0 ***size=4096, offset=1536, blk_start=3, blk_cnt=8 *** Warning - bad CRC, using default environment In: serial Out: serial Err: serial dev_num = 0 ***size=4096, offset=1536, blk_start=3, blk_cnt=8 *** Warning - bad CRC, using default environment bootargs = console=tty0 console=ttyMT2,115200n1 root=/dev/ram lcm=1-hx8392a_vdo_cmd fps=4433 vram=13631488 androidboot.selinux=disabled bootprof.pl_t=1149 bootprof.lk_t=9849 printk.disable_uart=0 boot_reason=0 androidboot.serialno=0123456789ABCDEF androidboot.bootreason=power_key Net: Eth0 *** U-Boot Boot Menu *** Press UP/DOWN to move, ENTER to select 1. System Load Linux to SDRAM via TFTP. 2. System Load Linux Kernel then write to Flash via TFTP. 3. Boot system code via Flash. 4. System Load Boot Loader then write to Flash via TFTP. 5. System Load Linux Kernel then write to Flash via Serial. 6. System Load Boot Loader then write to Flash via Serial. U-Boot console Hit any key to stop autoboot: 0 mmc0 is current device mmc0 operation dev_num = 0 MMC read: dev # 0, block # 2560, count 1 ... 1 blocks read: OK mmc0 operation dev_num = 0 MMC read: dev # 0, block # 2560, count 5087 ... 5087 blocks read: OK bootm flag=0, states=70f ## Booting kernel from Legacy Image at 84000000 ... Image Name: OpenWrt Linux-3.10.20 Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 2604040 Bytes = 2.5 MiB Load Address: 80008000 Entry Point: 80008000 Verifying Checksum ... OK Loading Kernel Image ... OK Starting kernel ... [ 0.000000]-(0)[0:swapper]Linux version 3.10.20 (root@ubuntu) (gcc version 4.8.3 (OpenWrt/Linaro GCC 4.8-2014.04 unknown) ) #1 SMP PREEMPT Fri Apr 27 21:29:51 PDT 2018 [ 0.000000]-(0)[0:swapper]CPU: ARMv7 Processor [410fc073] revision 3 (ARMv7), cr=10c5387d [ 0.000000]-(0)[0:swapper]CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [ 0.000000]-(0)[0:swapper]Linux version 3.10.20 (root@ubuntu) (gcc version 4.8.3 (OpenWrt/Linaro GCC 4.8-2014.04 unknown) ) #1 SMP PREEMPT Fri Apr 27 21:29:51 PDT 2018 [ 0.000000]-(0)[0:swapper]CPU: ARMv7 Processor [410fc073] revision 3 (ARMv7), cr=10c5387d [ 0.000000]-(0)[0:swapper]CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [ 0.000000]-(0)[0:swapper]Machine: MT7623 [ 0.000000]-(0)[0:swapper] [ 0.000000]SDK 5.0.S.0 [ 0.000000]-(0)[0:swapper][PHY layout]mtk_wcn_consys_memory_reserve : 0x8ff00000 - 0x8fffffff (0x00100000) [ 0.000000]-(0)[0:swapper][WMT-CONSYS-HW][I]mtk_wcn_consys_memory_reserve:memblock done: 0x8ff00000 [ 0.000000]-(0)[0:swapper]Memory policy: ECC disabled, Data cache writealloc [ 0.000000]-(0)[0:swapper][PHY layout]kernel : 0x80000000 - 0x8fefffff (0x0ff00000) [ 0.000000]-(0)[0:swapper]creating mapping start pa: 0x80000000 @ 0xc0000000 , end pa: 0x8ff00000 @ 0xcff00000 [ 0.000000]-(0)[0:swapper][CORE] num:4 [ 0.359004]-(0)[1:swapper/0]SCHED: intersects new_mask: 4, cpu_active_mask: 3 [ 0.365977]-(0)[1:swapper/0]SCHED: intersects new_mask: 4, cpu_active_mask: 3 [ 0.373041] (0)[1:swapper/0]Boot slave CPU [ 0.377032] (0)[1:swapper/0][Power/hotplug] boot_secondary, cpu: 2 [ 0.383161] (0)[1:swapper/0][Power/hotplug] SLAVE2_MAGIC_NUM:4c415332 [ 0.389524] (0)[1:swapper/0]mt_wakeup_cpu: first boot!(2) [ 0.475073]-(0)[1:swapper/0]SCHED: intersects new_mask: 8, cpu_active_mask: 7 [ 0.482055]-(0)[1:swapper/0]SCHED: intersects new_mask: 8, cpu_active_mask: 7 [ 0.489108] (0)[1:swapper/0]Boot slave CPU [ 0.493101] (0)[1:swapper/0][Power/hotplug] boot_secondary, cpu: 3 [ 0.499230] (0)[1:swapper/0][Power/hotplug] SLAVE3_MAGIC_NUM:41534c33 [ 0.505593] (0)[1:swapper/0]mt_wakeup_cpu: first boot!(3) [ 0.582519] (1)[1:swapper/0][PWRAP] common driver init, version $Revision$ [ 0.589964] (1)[1:swapper/0][Power/PM_INIT] Bus Frequency = 273000 KHz [ 0.597506] (1)[1:swapper/0][SPM] PWAKE_EN:1, PCMWDT_EN:1, BYPASS_SYSPWREQ:0 [ 0.604347] (1)[1:swapper/0][SLP] SLEEP_DPIDLE_EN:1, REPLACE_DEF_WAKESRC:0, SUSPEND_LOG_EN:1 [ 0.612791] (1)[1:swapper/0][mt_subsys_init]SYS_ISP, change state: (1->0) [ 0.619422] (1)[1:swapper/0][sys_disable_locked]: Start. sys->name=SYS_ISP, sys->state=1, force_off=1 [ 0.628542] (1)[1:swapper/0][isp_sys_disable_op]: sys->name=SYS_ISP [ 0.634754] (1)[1:swapper/0][larb_backup]: start to backup larb2 [ 0.640696] (1)[1:swapper/0][sys_disable_locked]: End. sys->name=SYS_ISP, sys->state=0, force_off=1 [ 0.649661] (1)[1:swapper/0][mt_subsys_init]SYS_ETH, change state: (0->1) [ 0.656370] (1)[1:swapper/0][sys_enable_locked]: Start. sys->name=SYS_ETH, sys->state=0 [ 0.664306] (1)[1:swapper/0][eth_sys_enable_op]: sys->name=SYS_ETH [ 0.670418] (1)[1:swapper/0][sys_enable_locked]: End. sys->name=SYS_ETH, sys->state=1 [ 0.678175] (1)[1:swapper/0][mt_subsys_init]SYS_HIF, change state: (0->1) [ 0.684886] (1)[1:swapper/0][sys_enable_locked]: Start. sys->name=SYS_HIF, sys->state=0 [ 0.692819] (1)[1:swapper/0][hif_sys_enable_op]: sys->name=SYS_HIF [ 0.698935] (1)[1:swapper/0][sys_enable_locked]: End. sys->name=SYS_HIF, sys->state=1 [ 0.707282] (1)[1:swapper/0][Power/dcm] [mt_dcm_init]entry!!, ALL_DCM=511 [ 0.713851] (1)[1:swapper/0][Power/dcm] [dcm_enable]type:0x000001ff [ 0.720065] (1)[1:swapper/0][Power/dcm] [dcm_enable][CPU_DCM ]=0x00000001 [ 0.727120] (1)[1:swapper/0][Power/dcm] [dcm_enable][TOPCKGEN_DCM]=0x00000100 [ 0.734194] (1)[1:swapper/0][Power/dcm] [dcm_enable][IFR_DCM ]=0x00000002 [ 0.741250] (1)[1:swapper/0][Power/dcm] [dcm_enable][PER_DCM ]=0x00000004 [ 0.748330] (1)[1:swapper/0][Power/dcm] [dcm_enable][SMI_DCM ]=0x00000008 [ 0.755381] (1)[1:swapper/0][Power/dcm] [dcm_enable][MFG_DCM ]=0x00000010, subsys_is_on(SYS_MFG)=0 [ 0.764606] (1)[1:swapper/0][Power/dcm] [dcm_enable][DIS_DCM ]=0x00000020, subsys_is_on(SYS_DIS)=1 [ 0.773817] (1)[1:swapper/0][Power/dcm] [dcm_enable][ISP_DCM ]=0x00000040, subsys_is_on(SYS_ISP)=0 [ 0.783042] (1)[1:swapper/0][Power/dcm] [dcm_enable][VDE_DCM ]=0x00000080, subsys_is_on(SYS_VDE)=1 [ 0.792259] (1)[1:swapper/0][Power/swap] [mt_idle_init]entry!! [ 0.798220] (1)[1:swapper/0]CIRQ init... [ 0.801956]CIRQ handler init success.CIRQ init done... [ 0.807296] (1)[1:swapper/0]Fail to enable interrupt 13 [ 0.812347]-(3)[0:swapper/3]Fail to enable interrupt 13 [ 0.812353]-(2)[0:swapper/2]Fail to enable interrupt 13 [ 0.812359]-(0)[0:swapper/0]Fail to enable interrupt 13 [ 0.828547] (1)[1:swapper/0]########## PCIe Host Contoller ########## [ 0.834973] (1)[1:swapper/0]########## PCIe Host Initialization ########## [ 0.901726]PCIe Port0 FC credit = 0 ---> 806c0000 [ 0.906231]PCIe Port1 FC credit = 0 ---> 806c0000 [ 0.910876]PCIe Port2 FC credit = 0 ---> 806c0000 [ 1.435612] (1)[1:swapper/0]########## PCIe Link Status ########## [ 1.441583] (1)[1:swapper/0]PCIE0 Link up [ 1.445539] (1)[1:swapper/0]PCIE1 Link up [ 1.449502] (1)[1:swapper/0]PCIE2 Link up [ 1.453472] (1)[1:swapper/0]PCIe Link Status = 0x7 [ 1.458204] (1)[1:swapper/0]PCIE0 Setup OK [ 1.462253] (1)[1:swapper/0]PCIE1 Setup OK [ 1.466308] (1)[1:swapper/0]PCIE2 Setup OK [ 1.470355] (1)[1:swapper/0]Bus0-Slot2 N_FTS = 1b605000 [ 1.475524] (1)[1:swapper/0]Bus0-Slot1 N_FTS = 1b605000 [ 1.480700] (1)[1:swapper/0]Bus0-Slot0 N_FTS = 1b605000 [ 1.485859] (1)[1:swapper/0]########## PCIe Initialization Done ########## [ 1.496040] (1)[1:swapper/0]BAR0 at bus 0, slot 0 [ 1.500555] (1)[1:swapper/0]BAR0 at bus 0, slot 1 [ 1.505221] (1)[1:swapper/0]BAR0 at bus 0, slot 2 [ 1.509858] (1)[1:swapper/0]bus=0x1, slot = 0x0, pin=0x1, irq=0xe1 [ 1.515992] (1)[1:swapper/0]bus=0x2, slot = 0x1, pin=0x1, irq=0xe2 [ 1.522103] (1)[1:swapper/0]bus=0x3, slot = 0x2, pin=0x1, irq=0xe3 [ 1.549956][Power/RTC] rtc_init [ 1.553211] (1)[1:swapper/0][Power/RTC] read al time = 1970/01/01 00:00:00 (0) [ 1.560930] (1)[1:swapper/0][Power/PMIC] ******** MT6323 pmic driver probe!! ******** [ 1.568565] (1)[1:swapper/0][Power/PMIC] MT6323 PMIC CID=0x2023 [ 1.574428] (1)[1:swapper/0][Power/PMIC] [pmic6323_init] TOP MISC RESET [0x11a]=0x83 [ 1.582075] (1)[1:swapper/0][Power/PMIC] set the vproc vosec... to 1.31v begin [ 1.589236] (1)[1:swapper/0][Power/PMIC] [VPROC 1.30] VPROC setting 0x60, should be 0x60 [ 1.597225] (1)[1:swapper/0][Power/PMIC] set the vproc vosec... to 1.31v finish [ 1.604471] (1)[1:swapper/0][Power/PMIC] set VPA 1.0v, moved to preloader stage [ 1.611716] (1)[1:swapper/0][Power/PMIC] [Kernel_PMIC_INIT_SETTING_V1] PMIC Chip = 2023 [ 1.619649] (1)[1:swapper/0][Power/PMIC] [Kernel_PMIC_INIT_SETTING_V1] 20130604_0.85v [ 1.627762] (1)[1:swapper/0][Power/PMIC] [PMIC_INIT_SETTING_V1] Done [ 1.633910] (1)[1:swapper/0][Power/PMIC] [PMIC_CUSTOM_SETTING_V1] Done [ 1.640374] (1)[1:swapper/0][Power/PMIC] [PMIC_EINT_SETTING] start: CUST_EINT_MT6323_PMIC_NUM=150 [ 1.649250] (1)[1:swapper/0]eint register for 150 [ 1.653805] (1)[1:swapper/0][Power/PMIC] [CUST_EINT] CUST_EINT_MT6323_PMIC_NUM=150 [ 1.654827]-(0)[0:swapper/0][Power/PMIC] [mt6323_pmic_eint_irq] receive interrupt [ 1.654833]-(0)[0:swapper/0][Power/PMIC] [wake_up_pmic] [ 1.673975] (1)[1:swapper/0][Power/PMIC] [CUST_EINT] CUST_EINT_MT6323_PMIC_DEBOUNCE_CN=1 [ 1.681985] (1)[1:swapper/0][Power/PMIC] [CUST_EINT] CUST_EINT_MT6323_PMIC_TYPE=4 [ 1.689395] (1)[1:swapper/0][Power/PMIC] [CUST_EINT] CUST_EINT_MT6323_PMIC_DEBOUNCE_EN=1 [ 1.697401] (1)[1:swapper/0][Power/PMIC] [PMIC_EINT_SETTING] Done [ 1.703541] (1)[1:swapper/0][Power/PMIC] [pmic_thread_kthread] Done [ 1.703553] (0)[259:pmic_thread_kth][Power/PMIC] [pmic_thread_kthread] enter [ 1.703559] (0)[259:pmic_thread_kth][Power/PMIC] [pmic_thread_kthread] running [ 1.703570] (0)[259:pmic_thread_kth][Power/PMIC] [INT] int_status_val_0=0x20 [ 1.703576] (0)[259:pmic_thread_kth][Power/PMIC] [pwrkey_int_handler].... [ 1.703586] (0)[259:pmic_thread_kth][Power/PMIC] [pwrkey_int_handler] Press pwrkey [ 1.703590] (0)[259:pmic_thread_kth]kpd: Power Key generate, pressed=1 [ 1.703594] (0)[259:pmic_thread_kth]KPD input device not ready [ 1.703614] (0)[259:pmic_thread_kth][Power/PMIC] [INT] int_status_val_1=0x0 [ 1.704723] (0)[259:pmic_thread_kth][Power/PMIC] [INT] after ,int_status_val_0=0x0 [ 1.704732] (0)[259:pmic_thread_kth][Power/PMIC] [INT] after ,int_status_val_1=0x0 [ 1.704741] (0)[259:pmic_thread_kth][Power/PMIC] [pmic_thread_kthread] running [ 1.704750] (0)[259:pmic_thread_kth][Power/PMIC] [INT] int_status_val_0=0x0 [ 1.704759] (0)[259:pmic_thread_kth][Power/PMIC] [INT] int_status_val_1=0x0 [ 1.705863] (0)[259:pmic_thread_kth][Power/PMIC] [INT] after ,int_status_val_0=0x0 [ 1.705872] (0)[259:pmic_thread_kth][Power/PMIC] [INT] after ,int_status_val_1=0x0 [ 1.815021] (1)[1:swapper/0]********** ldo status dump [1:ON,0:OFF]********** [ 1.822067]VRTC =1, VA =1, VCAMA =0, VCAMD =0 [ 1.827398]VCAM_AF =1, VCAM_IO =0, VCN28 =0, VCN33 =0 [ 1.832739]VCN_1V8 =0, VEMC_3V3=1, VGP1 =1, VGP2 =0 [ 1.838080]VGP3 =0, VIBR =0, VIO18 =1, VIO28 =1 [ 1.843422]VM =1, VMC =1, VMCH =1, VRF18 =1 [ 1.848773]VSIM1 =0, VSIM2 =0, VTCXO =1, VUSB =1 [ 1.854129] (1)[1:swapper/0][Power/PMIC] [PMIC] pmic_debug_init : done. [ 1.861041] (1)[1:swapper/0][Power/PMIC] ******** mt_pmic_probe!! ******** [ 1.867969] (1)[1:swapper/0][Power/PMIC] ****[pmic_mt6323_init] Initialization : DONE !! [ 1.877729] (1)[1:swapper/0]GPT: iniit [ 1.881672] (1)[1:swapper/0][BOOT] CHIP = 0x8590 0x8a00 [ 1.886693][Power/hotplug] mt_hotplug_mechanism_init [ 1.892205] (1)[1:swapper/0][Power/DVFS] cpufreq driver registration done [ 1.898792] (1)[1:swapper/0][Power/DVFS] g_cpufreq_get_ptp_level = 0 [ 1.905658] (1)[1:swapper/0]nvram driver (major 250) installed [ 1.912002] (1)[1:swapper/0]type=2000 audit(1.850:1): initialized [ 1.918203] (1)[1:swapper/0]@@@@@@ [compaction_init] Register early suspend callback @@@@@@ [ 1.936585] (1)[1:swapper/0]#################mediatek_gpio_init [ 1.942351] (1)[1:swapper/0]mediatek gpio driver initialized [ 1.952947] (1)[1:swapper/0]MTK-BTIF[I]hal_btif_info_get:_btif_tx_fifo_init succeed [ 1.960441] (1)[1:swapper/0]MTK-BTIF[W]_btif_vfifo_init:Null dev pointer!!!! [ 1.967369] (1)[1:swapper/0]MTK-BTIF[I]_btif_vfifo_init:alloc vFIFO for BTIF succeed in arch32,vir addr:0xcec00000, phy addr:0x8ec00000 [ 1.979445] (1)[1:swapper/0]MTK-BTIF[W]_btif_vfifo_init:Null dev pointer!!!! [ 1.986407] (1)[1:swapper/0]MTK-BTIF[I]_btif_vfifo_init:alloc vFIFO for BTIF succeed in arch32,vir addr:0xcec02000, phy addr:0x8ec02000 [ 1.998567] (1)[1:swapper/0]MTK-BTIF[I]_btif_rx_btm_init:btif_rxd start to work! [ 2.005784] (1)[1:swapper/0]MTK-BTIF[I]_btif_rx_btm_init:rx_spin_lock init succeed [ 2.013295] (1)[1:swapper/0]MTK-BTIF[I]_btif_tx_ctx_init:nothing is done when btif tx in user's thread [ 2.022508] (1)[1:swapper/0]MTK-BTIF[I]_btif_tx_ctx_init:succeed [ 2.028455] (1)[1:swapper/0]MTK-BTIF[I]btif_chrdev_init:devuce number allocation succeed [ 2.036459] (1)[1:swapper/0]MTK-BTIF[I]btif_chrdev_init:add btif dev to kernel succeed [ 2.044536] (1)[1:swapper/0]MTK-BTIF[I]btif_chrdev_init:create class for btif succeed [ 2.052328] (1)[1:swapper/0]MTK-BTIF[I]btif_chrdev_init:create device for btif succeed [ 2.060033] (1)[1:swapper/0]dumchar_int [ 2.063828] (1)[1:swapper/0]dumchar: register /proc/dumchar_info success [ 2.070603] (1)[1:swapper/0]DumChar: init USIF Done! [ 2.076164] (1)[1:swapper/0][PMT] [pmt_init]success to register /proc/sd_upgrade [ 2.083956] (1)[1:swapper/0]MT_SCHED: Init complete, device major number = 247 [ 2.092917][mtktscpu_init] [ 2.095357] (1)[1:swapper/0][Power/CPU_Thermal] [Thermal calibration] temp0=0x0, temp1=0x0 [ 2.103726] (1)[1:swapper/0]This sample is not Thermal calibrated [ 2.109750] (1)[1:swapper/0][Power/CPU_Thermal] [Thermal calibration] g_adc_ge_t = 0x200 [ 2.118194] (1)[1:swapper/0][Power/CPU_Thermal] [Thermal calibration] g_adc_oe_t = 0x200 [ 2.126625] (1)[1:swapper/0][Power/CPU_Thermal] [Thermal calibration] g_degc_cali = 0x28 [ 2.134993] (1)[1:swapper/0][Power/CPU_Thermal] [Thermal calibration] g_adc_cali_en_t = 0x0 [ 2.143303] (1)[1:swapper/0][Power/CPU_Thermal] [Thermal calibration] g_o_slope = 0x0 [ 2.151539] (1)[1:swapper/0][Power/CPU_Thermal] [Thermal calibration] g_o_slope_sign = 0x0 [ 2.159807] (1)[1:swapper/0][Power/CPU_Thermal] [Thermal calibration] g_id = 0x0 [ 2.168066] (1)[1:swapper/0][Power/CPU_Thermal] [Thermal calibration] g_o_vtsmcu1 = 0x104 [ 2.176518] (1)[1:swapper/0][Power/CPU_Thermal] [Thermal calibration] g_o_vtsmcu2 = 0x104 [ 2.184961] (1)[1:swapper/0][Power/CPU_Thermal] [Thermal calibration] g_o_vtsabb = 0x104 [ 2.193403] (1)[1:swapper/0]Not Calibration [ 2.197532] (1)[1:swapper/0][Power/CPU_Thermal] [Thermal calibration] g_ge = 0x0 [ 2.205379] (1)[1:swapper/0][Power/CPU_Thermal] [Thermal calibration] g_gain = 0x2710 [ 2.213484] (1)[1:swapper/0][Power/CPU_Thermal] [Thermal calibration] g_gain = 0x2710 [ 2.221576] (1)[1:swapper/0][Power/CPU_Thermal] [Thermal calibration] g_x_roomt1 = 0x226d [ 2.229677] (1)[1:swapper/0][Power/CPU_Thermal] [Thermal calibration] g_x_roomt2 = 0x226d [ 2.237764] (1)[1:swapper/0][Reset and init thermal controller] [ 2.243662] (1)[1:swapper/0][Set_thermal_ctrl_trigger_SPM]: temperature=117000 [ 2.254015] (1)[1:swapper/0][Set_thermal_ctrl_trigger_SPM]: temperature=117000 [ 2.261060] (1)[1:swapper/0][mtktscpu_bind] binding OK, 0 [ 2.266378] (1)[1:swapper/0][mtktscpu_bind] binding OK, 1 [ 2.271730] (1)[1:swapper/0][mtktscpu_bind] binding OK, 2 [ 2.277057] (1)[1:swapper/0][mtktscpu_bind] binding OK, 3 [ 2.282410] (1)[1:swapper/0][mtktscpu_bind] binding OK, 4 [ 2.287740] (1)[1:swapper/0][mtktscpu_bind] binding OK, 5 [ 2.293092] (1)[1:swapper/0][mtktscpu_bind] binding OK, 6 [ 2.298435] (1)[1:swapper/0][mtktscpu_bind] binding OK, 7 [ 2.303765] (1)[1:swapper/0][mtktscpu_bind] binding OK, 8 [ 2.309121] (1)[1:swapper/0][mtktscpu_bind] binding OK, 9 [ 2.314556] (1)[1:swapper/0]Power/PMIC_Thermal: Reg(0x63a)=0x1bda, Reg(0x63c)=0xc00f [ 2.322132] (1)[1:swapper/0]Power/PMIC_Thermal: g_ver= 0x2023, g_o_vts = 0xf1b, g_degc_cali = 0x36, g_adc_cali_en = 0x1, g_o_slope = 0x0, g_o_slope_sign = 0x0, g_id = 0x1 [ 2.337197] (1)[1:swapper/0][Power/PMIC_Thermal] [Thermal calibration] SLOPE1=100000 SLOPE2=-171 INTERCEPT=443374, Vbe = -712000 [ 2.369410] (1)[1:swapper/0]<BATCHDEV> batch_init [ 2.374799] (1)[1:swapper/0][WMT-DETECT][I]wmt_detect_init:driver(major 154) installed success [ 2.383319] (1)[1:swapper/0][SDIO-DETECT][I]sdio_detect_init:sdio_register_driver() ret=0 [ 2.391955] (1)[1:swapper/0]INIT: KN@MSDC mtk-msdc: MediaTek MSDC Driver [ 2.391955] <- L<10646> PID<swapper/0><0x1> [ 2.402606] (1)[1:swapper/0]DBGDRV: KN@MSDC [msdc_debug_proc_init]: successfully create /proc/msdc_debug [ 2.402606] <- L<2345> PID<swapper/0><0x1> [ 2.416037] (1)[1:swapper/0]DBGDRV: KN@MSDC [msdc_debug_proc_init]: successfully create /proc/msdc_help [ 2.416037] <- L<2354> PID<swapper/0><0x1> [ 2.429394] (1)[1:swapper/0]DBGDRV: KN@MSDC [msdc_debug_proc_init]: successfully create /proc/msdc_FT [ 2.429394] <- L<2364> PID<swapper/0><0x1> [ 2.442572] (1)[1:swapper/0]DBGDRV: KN@MSDC [msdc_debug_proc_init]: successfully create /proc/msdc_tune [ 2.442572] <- L<2373> PID<swapper/0><0x1> [ 2.455972] (1)[1:swapper/0]DBGDRV: KN@MSDC [msdc_debug_proc_init]: successfully create /proc/msdc_tune_flag [ 2.455972] <- L<2380> PID<swapper/0><0x1> [ 2.469732] (1)[1:swapper/0]INIT: KN@MSDC set the gpio -> [ 2.469732] <- L<10651> PID<swapper/0><0x1> [ 2.479735] (1)[1:swapper/0]******** MTK WDT driver probe!! ******** [ 2.485878] (1)[1:swapper/0]******** MTK WDT register fiq ******** [ 2.492015] (1)[1:swapper/0]mtk_wdt_probe : Success to request irq [ 2.498423] (1)[1:swapper/0]mtk_wdt_probe : Initialize to dual mode [ 2.505473] (1)[1:swapper/0]mtk_wdt_probe : done WDT_MODE(5c), MTK_WDT_DEGLITCH_EN(67d2a357) [ 2.513835] (1)[1:swapper/0]mtk_wdt_probe : done MTK_WDT_REQ_MODE(380003) [ 2.520549] (1)[1:swapper/0]mtk_wdt_probe : done MTK_WDT_REQ_IRQ_EN(380000) [ 2.527421] (1)[1:swapper/0]mtk_wdt_init ok [ 2.532244] (1)[1:swapper/0]mtd_writeable success [ 2.536757] (1)[1:swapper/0]mtd_change success [ 2.541218] (1)[1:swapper/0]rdm_major = 263 [ 2.545358] (1)[1:swapper/0]drivers/misc/mediatek/mtk-emmc/mtk_emmc.c 88: ERROR! failed to open!! [ 2.554130] (1)[1:swapper/0]GMAC1_MAC_ADRH -- : 0x0000000c [ 2.559506] (1)[1:swapper/0]GMAC1_MAC_ADRL -- : 0x432880bf [ 2.564924] (1)[1:swapper/0]Ralink APSoC Ethernet Driver Initilization. v3.1 2048 rx/tx descriptors allocated, mtu = 1500! [ 2.575983] (1)[1:swapper/0]drivers/misc/mediatek/mtk-emmc/mtk_emmc.c 88: ERROR! failed to open!! [ 2.584750] (1)[1:swapper/0]GMAC1_MAC_ADRH -- : 0x0000000c [ 2.590173] (1)[1:swapper/0]GMAC1_MAC_ADRL -- : 0x432880bb [ 2.596301] (1)[1:swapper/0]PROC INIT OK! [ 2.600195] (1)[1:swapper/0]ETH already turn on and power on flow will be skipped... [ 2.607783] (1)[1:swapper/0]HIF already turn on and power on flow will be skipped... [ 2.616570] (1)[1:swapper/0]***mtk_u3h_init: port0*** [ 2.621633] (1)[1:swapper/0]*** mtk_u3h_phy_init *** [ 2.626403] (1)[1:swapper/0]*** USB port0 slew rate calibration *** [ 2.632621] (1)[1:swapper/0]Port0 FM_OUT value: u4FmOut = 0(0x00000000) [ 2.658128] (1)[1:swapper/0]Port0 FM_OUT value: u4FmOut = 0(0x00000000) [ 2.678137] (1)[1:swapper/0]Port0 FM_OUT value: u4FmOut = 0(0x00000000) [ 2.698133] (1)[1:swapper/0]Port0 FM_OUT value: u4FmOut = 0(0x00000000) [ 2.718131] (1)[1:swapper/0]Port0 FM_OUT value: u4FmOut = 0(0x00000000) [ 2.738139] (1)[1:swapper/0]Port0 FM_OUT value: u4FmOut = 0(0x00000000) [ 2.758131] (1)[1:swapper/0]Port0 FM_OUT value: u4FmOut = 0(0x00000000) [ 2.778137] (1)[1:swapper/0]Port0 FM_OUT value: u4FmOut = 0(0x00000000) [ 2.798137] (1)[1:swapper/0]Port0 FM_OUT value: u4FmOut = 0(0x00000000) [ 2.818137] (1)[1:swapper/0]Port0 FM_OUT value: u4FmOut = 0(0x00000000) [ 2.858129] (1)[1:swapper/0]=== USB port0 phy init === [ 2.863115] (1)[1:swapper/0]*** xhci_plat_probe *** [ 2.867899] (1)[1:swapper/0] [ 2.867899]hcd_rsrc_start=1a1c0000 hcd_regs=fa1c0000 [ 2.890976] (3)[1:swapper/0]Execute recovery function! [ 2.905787] (3)[1:swapper/0]Registering SWP/SWPB emulation handler [ 2.911837] (3)[1:swapper/0]ETH already turn on and power on flow will be skipped... [ 2.919433] (3)[1:swapper/0]HIF already turn on and power on flow will be skipped... [ 2.927658][ 0] cec04000 (1024) ;[ 1] cec05000 (1024) ; [ 2.932684] (3)[1:swapper/0]register uart device [ 2.937698][ 2] cec06000 (8192) ;[ 3] cec08000 (8192) ; [ 2.942721] (3)[1:swapper/0]register uart device [ 2.947784][ 4] cec0a000 (8192) ;[ 5] cec0c000 (8192) ; [ 2.952812] (3)[1:swapper/0]register uart device [ 2.957893] (3)[1:swapper/0][UART 3] not support VFF, Cancel alloc [ 2.963883] (3)[1:swapper/0]register uart device <hit enter to activate fiq debugger> [ 2.972505] (3)[1:swapper/0]kpd: init_keymap_state done: ffff ffff ffff ffff ff! [ 2.980777] (3)[1:swapper/0]INIT: KN@MSDC +msdc_drv_probe MSDC0 driver is probed currently [ 2.980777] <- L<10062> PID<swapper/0><0x1> [ 2.993045] (3)[1:swapper/0]INIT: KN@MSDC MSDC0 efuse(0xf02061c0) current Enable [ 2.993045] <- L<10071> PID<swapper/0><0x1> [ 2.993071] (3)[1:swapper/0]INIT: KN@MSDC MSDC0 io:0xf1230000, irq: 71 [ 2.993071] <- L<10142> PID<swapper/0><0x1> [ 2.993084] (3)[1:swapper/0]INIT: KN@MSDC MSDC0 fpga_gpio:0xf0001e84 [ 2.993084] <- L<10156> PID<swapper/0><0x1> [ 2.993091] (3)[1:swapper/0]INIT: KN@MSDC MSDC0 gpio:0xf0005000 [ 2.993091] <- L<10166> PID<swapper/0><0x1> [ 2.993098] (3)[1:swapper/0]INIT: KN@MSDC MSDC0 ckgenio:0xf0000000 [ 2.993098] <- L<10175> PID<swapper/0><0x1> [ 3.004779] (3)[1:swapper/0]INFO: KN@MSDC Bus Width = 1 <- L<8399> PID<swapper/0><0x1> [ 3.054376] (3)[1:swapper/0]INFO: KN@MSDC Bus Width = 1 <- L<8399> PID<swapper/0><0x1> [ 3.088139] (3)[1:swapper/0]INFO: KN@MSDC Bus Width = 1 <- L<8399> PID<swapper/0><0x1> [ 3.095830] (3)[1:swapper/0][msdc_set_mclk] hz = 400000 [ 3.118159] (3)[1:swapper/0]INIT: KN@MSDC -msdc_drv_probe MSDC0 driver is probed currently [ 3.118159] <- L<10473> PID<swapper/0><0x1> [ 3.119577] (0)[6:kworker/u8:0]INFO: KN@MSDC Bus Width = 1 <- L<8399> PID<kworker/u8:0><0x6> [ 3.122463] (0)[6:kworker/u8:0]INFO: KN@MSDC Bus Width = 1 <- L<8399> PID<kworker/u8:0><0x6> [ 3.129754] (0)[6:kworker/u8:0]sd card rocr <0x0> [ 3.129762] (0)[6:kworker/u8:0]INFO: KN@MSDC Bus Width = 1 <- L<8399> PID<kworker/u8:0><0x6> [ 3.130309] (0)[6:kworker/u8:0]INFO: KN@MSDC Bus Width = 1 <- L<8399> PID<kworker/u8:0><0x6> [ 3.130317] (0)[6:kworker/u8:0]INFO: KN@MSDC Bus Width = 1 <- L<8399> PID<kworker/u8:0><0x6> [ 3.130324] (0)[6:kworker/u8:0]INFO: KN@MSDC Bus Width = 1 <- L<8399> PID<kworker/u8:0><0x6> [ 3.133206] (0)[6:kworker/u8:0]INFO: KN@MSDC Bus Width = 1 <- L<8399> PID<kworker/u8:0><0x6> [ 3.170243] (0)[6:kworker/u8:0]INFO: KN@MSDC Bus Width = 1 <- L<8399> PID<kworker/u8:0><0x6> [ 3.195218] (0)[6:kworker/u8:0]INFO: KN@MSDC Bus Width = 1 <- L<8399> PID<kworker/u8:0><0x6> [ 3.195226] (0)[6:kworker/u8:0]INFO: KN@MSDC Bus Width = 1 <- L<8399> PID<kworker/u8:0><0x6> [ 3.195234] (0)[6:kworker/u8:0][msdc_set_mclk] hz = 50000000 [ 3.198536] (0)[6:kworker/u8:0]INFO: KN@MSDC Bus Width = 3 <- L<8399> PID<kworker/u8:0><0x6> [ 3.199013] (0)[6:kworker/u8:0]l_reserve = 0x1000 [ 3.199835] (0)[6:kworker/u8:0][mmc_blk_probe]: mmcblk0 by manufacturer settings, quirks=0x0 [ 3.246006] (3)[1:swapper/0]INIT: KN@MSDC +msdc_drv_probe MSDC1 driver is probed currently [ 3.246006] <- L<10062> PID<swapper/0><0x1> [ 3.258240] (3)[1:swapper/0]INIT: KN@MSDC MSDC1 io:0xf1240000, irq: 72 [ 3.258240] <- L<10142> PID<swapper/0><0x1> [ 3.268883] (3)[1:swapper/0]INIT: KN@MSDC MSDC1 fpga_gpio:0xf0001e84 [ 3.268883] <- L<10184> PID<swapper/0><0x1> [ 3.279390] (3)[1:swapper/0]INIT: KN@MSDC MSDC1 gpio:0xf0005000 [ 3.279390] <- L<10193> PID<swapper/0><0x1> [ 3.289470] (3)[1:swapper/0]INIT: KN@MSDC MSDC1 ckgenio:0xf0000000 [ 3.289470] <- L<10202> PID<swapper/0><0x1> [ 3.299817] (3)[1:swapper/0]MT6323_POWER_LDO_VMC, MT6323_POWER_LDO_VMCH on=0 [ 3.306850] (3)[1:swapper/0]MT6323_POWER_LDO_VMC, MT6323_POWER_LDO_VMCH on=0 [ 3.314059] (3)[1:swapper/0]INFO: KN@MSDC Bus Width = 1 <- L<8399> PID<swapper/0><0x1> [ 3.321797] (3)[1:swapper/0]eint register for 146 [ 3.326658] (3)[1:swapper/0]INFO: KN@MSDC Bus Width = 1 <- L<8399> PID<swapper/0><0x1> [ 3.334380] (3)[1:swapper/0]MT6323_POWER_LDO_VMC, MT6323_POWER_LDO_VMCH on=0 [ 3.368139] (3)[1:swapper/0]INFO: KN@MSDC Bus Width = 1 <- L<8399> PID<swapper/0><0x1> [ 3.375830] (3)[1:swapper/0][msdc_set_mclk] hz = 400000 [ 3.378384]-(0)[0:swapper/0]WARN: Stalled endpoint [ 3.378447]-(0)[0:swapper/0]WARN: Stalled endpoint [ 3.378506]-(0)[0:swapper/0]WARN: Stalled endpoint [ 3.396456] (0)[220:khubd] [ 3.396456] [ 3.396456]Unsupported Device! [ 3.396456]Vendor=658 ProdID=200 [ 3.396456]Manufacturer= Product= [ 3.396456] [ 3.408167] (3)[1:swapper/0]INIT: KN@MSDC -msdc_drv_probe MSDC1 driver is probed currently [ 3.408167] <- L<10473> PID<swapper/0><0x1> [ 3.411287] (1)[6:kworker/u8:0]INFO: KN@MSDC Bus Width = 1 <- L<8399> PID<kworker/u8:0><0x6> [ 3.411522] (3)[1:swapper/0]MTK-BTIF[I]mtk_btif_probe:DO BTIF PROBE [ 3.411535] (3)[1:swapper/0]mtk_device_btif register ret 0register MTK_SMI device [ 3.412012] (3)[1:swapper/0]wait for emi frequency meter finish, CLK26CALI = 0x81 [ 3.422156] (3)[1:swapper/0]register M4U device: 0 [ 3.457737] (1)[6:kworker/u8:0]MT6323_POWER_LDO_VMC, MT6323_POWER_LDO_VMCH on=0 [ 3.474654] (3)[1:swapper/0][LED]mt65xx_leds_probe [ 3.479270] (3)[1:swapper/0]get_div_array: div_array=1 [ 3.484329] (3)[1:swapper/0]get_div_array: div_array=2 [ 3.489429] (3)[1:swapper/0]get_div_array: div_array=4 [ 3.494496] (3)[1:swapper/0]get_div_array: div_array=8 [ 3.499593] (3)[1:swapper/0]get_div_array: div_array=16 [ 3.504748] (3)[1:swapper/0]get_div_array: div_array=32 [ 3.509927] (3)[1:swapper/0]get_div_array: div_array=64 [ 3.515086] (3)[1:swapper/0]get_div_array: div_array=128 [ 3.520889] (3)[1:swapper/0][LED]led probe last_level = 0, limit = 255, limit_flag = 0, current_level = 0 [ 3.530969] (3)[1:swapper/0]register usbacm temp device [ 3.535990] (3)[1:swapper/0]platform_device_usbacm_register done! [ 3.542034] (3)[1:swapper/0]mt_device_usb register [ 3.547321] (3)[1:swapper/0]mt_usb_init, enable VBUS_LDO [ 3.563474] (3)[1:swapper/0][USBPHY]slew calibration:FM_OUT =330,x=4170,value=4 [ 3.570570] (3)[1:swapper/0]USB HW reg: index14=0x0 [ 3.575382] (3)[1:swapper/0]usb recovery success [ 3.579971] (3)[1:swapper/0]eint register for 26 [ 3.584701] (3)[1:swapper/0]switch_dev register success [ 3.589738] (3)[1:swapper/0]before-----iocdisr = 3855 [ 3.594804] (3)[1:swapper/0]after-----iocdisr = 0 [ 3.601360] (3)[1:swapper/0]mt_usb_disable, 1, 1 [ 3.606590] (3)[1:swapper/0]usb_phy_savecurrent_internal: USBPHY_READ8(0x05) = 0x55 [ 3.614124] (3)[1:swapper/0]usb_phy_savecurrent_internal: USBPHY_READ8(0x07) = 0x45 [ 3.621801] (3)[1:swapper/0]usb save current success [ 3.627071] (3)[1:swapper/0]mt_usb_disable, 0, 0 [ 3.631900] (3)[1:swapper/0][Dumchar_probe]*******************Introduction****************** [ 3.640126] (3)[1:swapper/0][Dumchar_probe]There are 3 address in eMMC Project: Linear Address, Logical Address, Physical Address [ 3.651667] (3)[1:swapper/0][Dumchar_probe]Linear Address: Used in scatter file, uboot, preloader,flash tool etc. [ 3.661829] (3)[1:swapper/0][Dumchar_probe]Linear Address: MBR linear address is fixed in eMMCComo.mk, that is same for all chips in the project [ 3.674664] (3)[1:swapper/0][Dumchar_probe]Logical Address: Used in /proc/dumchar_info, mmcblk0 etc. MBR logical address is 0 [ 3.685866] (3)[1:swapper/0][Dumchar_probe]Physical Address: Used in eMMC driver, MBR Physical Address = MBR Linear Address - (BOOT1 size + BOOT2 Size + RPMB Size) [ 3.700340] (3)[1:swapper/0][Dumchar_probe]define User_Region_Header (BOOT1 size + BOOT2 Size + RPMB Size) [ 3.709988] (3)[1:swapper/0][Dumchar_probe]*******************Introduction****************** [ 3.719946] (0)[1:swapper/0][Dumchar] preloader start address=0 size=40000 [ 3.726607] (0)[1:swapper/0][Dumchar] mbr start address=0 size=1d2000000 [ 3.733258] (0)[1:swapper/0][Dumchar] uboot start address=0 size=0 [ 3.739372] (0)[1:swapper/0][Dumchar] config start address=0 size=0 [ 3.745559] (0)[1:swapper/0][Dumchar] factory start address=0 size=0 [ 3.751860] (0)[1:swapper/0][Dumchar] bootimg start address=0 size=0 [ 3.758149] (0)[1:swapper/0][Dumchar] recovery start address=0 size=0 [ 3.764513] (0)[1:swapper/0][Dumchar] rootfs start address=0 size=0 [ 3.770727] (0)[1:swapper/0][Dumchar] usrdata start address=0 size=0 [ 3.777005] (0)[1:swapper/0][Dumchar] bmtpool start address=0 size=0 [ 3.784804] (0)[1:swapper/0][LK_ENV]ENV initialize env_part_addr 0 [ 3.790791] (0)[1:swapper/0]env_part_addr is 0, env_init fail [ 3.796630] (0)[1:swapper/0][PTP] spd_bin_resv(0), M_HW_RES4(0x0), M_HW2_RES2(0x0) [ 3.804059] (0)[1:swapper/0][Power/CPU_Thermal] freqs[0].cpufreq_khz=1300000, .cpufreq_ncpu=4, .cpufreq_power=1375 [ 3.814241] (0)[1:swapper/0][Power/CPU_Thermal] freqs[1].cpufreq_khz=1196000, .cpufreq_ncpu=4, .cpufreq_power=1074 [ 3.824489] (0)[1:swapper/0][Power/CPU_Thermal] freqs[2].cpufreq_khz=1040000, .cpufreq_ncpu=4, .cpufreq_power=892 [ 3.834656] (0)[1:swapper/0][Power/CPU_Thermal] freqs[3].cpufreq_khz=1196000, .cpufreq_ncpu=3, .cpufreq_power=848 [ 3.844821] (0)[1:swapper/0][Power/CPU_Thermal] freqs[4].cpufreq_khz=747500, .cpufreq_ncpu=4, .cpufreq_power=719 [ 3.854902] (0)[1:swapper/0][Power/CPU_Thermal] freqs[5].cpufreq_khz=1040000, .cpufreq_ncpu=3, .cpufreq_power=701 [ 3.865068] (0)[1:swapper/0][Power/CPU_Thermal] freqs[6].cpufreq_khz=598000, .cpufreq_ncpu=4, .cpufreq_power=630 [ 3.875148] (0)[1:swapper/0][Power/CPU_Thermal] freqs[7].cpufreq_khz=1196000, .cpufreq_ncpu=2, .cpufreq_power=623 [ 3.885313] (0)[1:swapper/0][Power/CPU_Thermal] freqs[8].cpufreq_khz=747500, .cpufreq_ncpu=3, .cpufreq_power=568 [ 3.895394] (0)[1:swapper/0][Power/CPU_Thermal] freqs[9].cpufreq_khz=1300000, .cpufreq_ncpu=1, .cpufreq_power=549 [ 3.905560] (0)[1:swapper/0][Power/CPU_Thermal] freqs[10].cpufreq_khz=1040000, .cpufreq_ncpu=2, .cpufreq_power=509 [ 3.915814] (0)[1:swapper/0][Power/CPU_Thermal] freqs[11].cpufreq_khz=598000, .cpufreq_ncpu=3, .cpufreq_power=500 [ 3.925979] (0)[1:swapper/0][Power/CPU_Thermal] freqs[12].cpufreq_khz=747500, .cpufreq_ncpu=2, .cpufreq_power=417 [ 3.936145] (0)[1:swapper/0][Power/CPU_Thermal] freqs[13].cpufreq_khz=1196000, .cpufreq_ncpu=1, .cpufreq_power=397 [ 3.946398] (0)[1:swapper/0][Power/CPU_Thermal] freqs[14].cpufreq_khz=598000, .cpufreq_ncpu=2, .cpufreq_power=370 [ 3.956562] (0)[1:swapper/0][Power/CPU_Thermal] freqs[15].cpufreq_khz=1040000, .cpufreq_ncpu=1, .cpufreq_power=318 [ 3.966822] (0)[1:swapper/0][Power/CPU_Thermal] freqs[16].cpufreq_khz=747500, .cpufreq_ncpu=1, .cpufreq_power=266 [ 3.976983] (0)[1:swapper/0][Power/CPU_Thermal] freqs[17].cpufreq_khz=598000, .cpufreq_ncpu=1, .cpufreq_power=239 [ 3.989003]mtk_nfc_6605_dev register ret 0[APDMA] Init APDMA OK [ 3.994786] (0)[1:swapper/0][PTP] rdata = 0x0 [ 3.999120] (0)[1:swapper/0][PTP] PTPINITEN = 0x0 [ 4.005073] (1)[1:swapper/0]ram console old log is null! [ 4.010368] (1)[1:swapper/0]7 cmdlinepart partitions found on MTD device eMMC [ 4.017284] (1)[1:swapper/0]Creating 7 MTD partitions on "eMMC": [ 4.023262] (1)[1:swapper/0]0x000000000000-0x000000040000 : "mbr" [ 4.030267] (1)[1:swapper/0]0x000000040000-0x0000000c0000 : "uboot" [ 4.037179] (1)[1:swapper/0]0x0000000c0000-0x000000100000 : "config" [ 4.044295] (1)[1:swapper/0]0x000000100000-0x000000140000 : "factory" [ 4.051470] (1)[1:swapper/0]0x000000140000-0x000002540000 : "firmware" [ 4.060246] (1)[1:swapper/0]0x0000003bbc48-0x000002540000 : "rootfs" [ 4.066391] (1)[1:swapper/0]mtd: partition "rootfs" must either start or end on erase block boundary or be smaller than an erase block -- forcing read-only [ 4.081175] (1)[1:swapper/0]0x000002540000-0x0000c4140000 : "rootfs_data" [ 4.088659] (1)[1:swapper/0]0x0000c4140000-0x0000d1e00000 : "bmtpool" [ 4.099725] (1)[1:swapper/0]SLEEP_EN = 0x1 procd: Console is alive [ 4.809062] (0)[650:kmodloader]SCSI subsystem initialized [ 5.519759] (0)[24:kworker/u8:1]scsi 1:0:0:0: Direct-Access ATA TS128GMSA230S R042 PQ: 0 ANSI: 5 [ 5.530127] (1)[6:kworker/u8:0]sd 1:0:0:0: [sda] 250069680 512-byte logical blocks: (128 GB/119 GiB) [ 5.539301] (1)[6:kworker/u8:0]sd 1:0:0:0: [sda] Write Protect is off [ 5.545607] (1)[6:kworker/u8:0]sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 5.558063] (1)[6:kworker/u8:0]sd 1:0:0:0: [sda] Attached SCSI disk procd: - preinit - 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 [ 8.669507] (3)[29:kworker/3:1][USBPHY]slew calibration:FM_OUT =330,x=4170,value=4 [ 8.676853] (3)[29:kworker/3:1]USB HW reg: index14=0x0 [ 8.681942] (3)[29:kworker/3:1]usb recovery success [ 8.686962] (3)[29:kworker/3:1]mt_usb_disable, 1, 1 [ 8.692474] (3)[29:kworker/3:1]usb_phy_savecurrent_internal: USBPHY_READ8(0x05) = 0x55 [ 8.700259] (3)[29:kworker/3:1]usb_phy_savecurrent_internal: USBPHY_READ8(0x07) = 0x45 [ 8.708197] (3)[29:kworker/3:1]usb save current success [ 8.829122] (3)[29:kworker/3:1][USBPHY]slew calibration:FM_OUT =330,x=4170,value=4 [ 8.836466] (3)[29:kworker/3:1]USB HW reg: index14=0x0 [ 8.841555] (3)[29:kworker/3:1]usb recovery success mount_root. mtd_volume_find, rootfs_data is created by block2mtd. emmc_partition_find(0x11008, rootfs_data) emmc_partition_load(rootfs_data) v->name = rootfs_data v->blk = /dev/mtdblock6 v->drv->name = emmc v->priv->fd = 3 v->priv->idx = 6 v->priv->chr = /dev/mtd6 emmc_partition_identify(rootfs_data) emmc_partition_load(rootfs_data) ext4 is ready emmc_partition_identify(rootfs_data) emmc_partition_load(rootfs_data) ext4 is ready emmc_partition_init(rootfs_data) switching to overlay procd: - early - procd: - ubus - procd: - init - Please press Enter to activate this console. [ 10.283360] (0)[1170:kmodloader]sd 1:0:0:0: Attached scsi generic sg0 type 0 [ 10.296948] (3)[1170:kmodloader]Type=Linux [ 10.742999] (0)[1314:insmod]register rt2860 [ 10.748033] (0)[1314:insmod] [ 10.748033] [ 10.748033]=== pAd = d0f01000, size = 2188776 === [ 10.748033] [ 10.758290] (0)[1314:insmod]<-- RTMPAllocTxRxRingMemory, Status=0 [ 10.764615] (0)[1314:insmod]<-- RTMPAllocAdapterBlock, Status=0 [ 10.770461] (0)[1314:insmod]pAd->CSRBaseAddress =0xd0e00000, csr_addr=0xd0e00000! [ 10.777810] (0)[1314:insmod]device_id =0x7612 [ 10.782147] (0)[1314:insmod]==>rlt_wlan_chip_onoff(): OnOff:1, Reset= 1, pAd->WlanFunCtrl:0x0, Reg-WlanFunCtrl=0x20a [ 10.793016] (0)[1314:insmod]====> mt76x2_ePA_per_rate_compensate_init: 5868 is_ePA: 1 [ 10.800915] (0)[1314:insmod]E2pAccessMode=2 [ 10.805150] (0)[1314:insmod]cfg_mode=14 [ 10.808814] (0)[1314:insmod]cfg_mode=14 [ 10.812595] (0)[1314:insmod]wmode_band_equal(): Band Not Equal! [ 10.819350] (0)[1314:insmod]APSDCapable[0]=0 [ 10.823429] (0)[1314:insmod]APSDCapable[1]=0 [ 10.827648] (0)[1314:insmod]APSDCapable[2]=0 [ 10.831883] (0)[1314:insmod]APSDCapable[3]=0 [ 10.836103] (0)[1314:insmod]APSDCapable[4]=0 [ 10.840357] (0)[1314:insmod]APSDCapable[5]=0 [ 10.844545] (0)[1314:insmod]APSDCapable[6]=0 [ 10.848803] (0)[1314:insmod]APSDCapable[7]=0 [ 10.854015] (0)[1314:insmod]APSDCapable[8]=0 [ 10.858195] (3)[1314:insmod]APSDCapable[9]=0 [ 10.862312] (3)[1314:insmod]APSDCapable[10]=0 [ 10.866617] (3)[1314:insmod]APSDCapable[11]=0 [ 10.870999] (3)[1314:insmod]APSDCapable[12]=0 [ 10.875325] (3)[1314:insmod]APSDCapable[13]=0 [ 10.879560] (3)[1314:insmod]APSDCapable[14]=0 [ 10.883868] (3)[1314:insmod]APSDCapable[15]=0 [ 10.888191] (3)[1314:insmod]default ApCliAPSDCapable[0]=0 [ 10.963670] (3)[1314:insmod]Key1Str is Invalid key length(0) or Type(1) [ 10.970214] (3)[1314:insmod]Key2Str is Invalid key length(0) or Type(1) [ 10.976726] (3)[1314:insmod]Key3Str is Invalid key length(0) or Type(1) [ 10.983277] (3)[1314:insmod]Key4Str is Invalid key length(0) or Type(1) [ 11.001100] (3)[1314:insmod]WiFi Mcast disabled=0 [ 11.005612] (3)[1314:insmod]RtmpChipOpsEepromHook::e2p_type=2, inf_Type=5 [ 11.012337] (3)[1314:insmod]NVM is FLASH mode (pAd->flash_offset = 0x8000) [ 11.019143] (3)[1314:insmod]get_dev_name_prefix(): dev_idx = 1, dev_name_prefix=rai [ 11.197829] (0)[1364:insmod]register mt_drv [ 11.202440] (0)[1364:insmod] [ 11.202440] [ 11.202440]=== pAd = d1501000, size = 1230568 === [ 11.202440] [ 11.212589] (0)[1364:insmod]<-- RTMPAllocTxRxRingMemory, Status=0, ErrorValue=0x [ 11.220255] (0)[1364:insmod]<-- RTMPAllocAdapterBlock, Status=0 [ 11.225965] (0)[1364:insmod]pAd->CSRBaseAddress =0xd1400000, csr_addr=0xd1400000! [ 11.233393] (0)[1364:insmod]device_id =0x7603 [ 11.237688] (0)[1364:insmod]RtmpChipOpsHook(507): Not support for HIF_MT yet! [ 11.244754] (0)[1364:insmod]mt7603_init()--> [ 11.248976] (0)[1364:insmod]mt_bcn_buf_init(224): Not support for HIF_MT yet! [ 11.256029] (0)[1364:insmod]<--mt7603_init() [ 13.649381] (0)[1516:netifd] 0: 0: 0: 0: 0: 0 [ 13.653621]Raeth v3.1 (Tasklet) [ 13.658424] (0)[1516:netifd]ei_local->hw_lro_sdl_size=12288 [ 13.664072] (0)[1516:netifd]phy_free_head is 0x8ec5e000!!! [ 13.669579] (0)[1516:netifd]phy_free_tail_phy is 0x8ec5fff0!!! [ 13.675296] (0)[1516:netifd]txd_pool=cec60000 phy_txd_pool=8EC60000 [ 13.681521] (0)[1516:netifd]ei_local->skb_free start address is 0xcea246dc. [ 13.688817] (0)[1516:netifd]free_txd: 8ec60010, ei_local->cpu_ptr: 8EC60000 [ 13.697060] (0)[1516:netifd] POOL HEAD_PTR | DMA_PTR | CPU_PTR [ 13.702926] (0)[1516:netifd]----------------+---------+-------- [ 13.708877] (0)[1516:netifd] 0xcec60000 0x8EC60000 0x8EC60000 [ 13.714910] (0)[1516:netifd] [ 13.714910]phy_qrx_ring = 0x8ec57000, qrx_ring = 0xcec57000 [ 13.724882] (0)[1516:netifd] [ 13.724882]phy_rx_ring0 = 0x8ec70000, rx_ring0 = 0xcec70000 [ 13.733172] (0)[1516:netifd]Enable QDMA TX NDP coherence check and re-read mechanism [ 13.740805] (0)[1516:netifd]***********QDMA_GLO_CFG=80001c65 [ 13.746420] (0)[1516:netifd]eth0: [ 13.746420]phy_rx_ring3 = 0x8ec69000, rx_ring3 = 0xcec69000 [ 13.755364] (0)[1516:netifd]eth0: [ 13.755364]phy_rx_ring2 = 0x8ec6a000, rx_ring2 = 0xcec6a000 [ 13.764312] (0)[1516:netifd]eth0: [ 13.764312]phy_rx_ring1 = 0x8ec6b000, rx_ring1 = 0xcec6b000 [ 13.773310] (0)[1516:netifd]eth0: set_fe_lro_auto_cfg() [ 13.782137] (0)[1516:netifd]lan_ip = 0x20000 [ 13.786354] (0)[1516:netifd]wan_ip = 0xfb100a08 procd: - init complete - [ 14.006773] (0)[1516:netifd]MT7530 Reset Completed!! [ 14.012374] (0)[1516:netifd]change HW-TRAP to 0x17e8f [ 14.024251] (0)[1516:netifd]MT7623 0th bit Tap_a = 21 [ 14.032114] (0)[1516:netifd]MT7623 1th bit Tap_a = 24 [ 14.039856] (0)[1516:netifd]MT7623 2th bit Tap_a = 23 [ 14.047354] (0)[1516:netifd]MT7623 3th bit Tap_a = 21 [ 14.054980] (0)[1516:netifd]MT7623 4th bit Tap_a = 22 [ 14.062494] (0)[1516:netifd]MT7623 0th bit Tap_b = 91 [ 14.070006] (0)[1516:netifd]MT7623 1th bit Tap_b = 94 [ 14.077506] (0)[1516:netifd]MT7623 2th bit Tap_b = 93 [ 14.085018] (0)[1516:netifd]MT7623 3th bit Tap_b = 91 [ 14.092670] (0)[1516:netifd]MT7623 4th bit Tap_b = 93 [ 14.127163] (0)[1516:netifd]MT7530 0th bit Tap_a = 6 [ 14.135820] (0)[1516:netifd]MT7530 1th bit Tap_a = 6 [ 14.144475] (0)[1516:netifd]MT7530 2th bit Tap_a = 6 [ 14.154214] (0)[1516:netifd]MT7530 3th bit Tap_a = 8 [ 14.163407] (0)[1516:netifd]MT7530 4th bit Tap_a = 7 [ 14.204542] (0)[1516:netifd]MT7530 0th bit Tap_b = 76 [ 14.245834] (0)[1516:netifd]MT7530 1th bit Tap_b = 76 [ 14.287135] (0)[1516:netifd]MT7530 2th bit Tap_b = 76 [ 14.328440] (0)[1516:netifd]MT7530 3th bit Tap_b = 78 [ 14.368657] (0)[1516:netifd]MT7530 4th bit Tap_b = 75 [ 14.474965] (0)[1516:netifd]set LAN/WAN LLLLW [ 14.483976] (0)[1516:netifd]GMAC1_MAC_ADRH -- : 0x0000000c [ 14.489267] (0)[1516:netifd]GMAC1_MAC_ADRL -- : 0x432880bb [ 14.494678] (0)[1516:netifd]eint register for 168 [ 14.499527] (0)[1516:netifd]GDMA2_MAC_ADRH -- : 0x0000000c [ 14.504802] (0)[1516:netifd]GDMA2_MAC_ADRL -- : 0x4328808d [ 14.511343] (0)[1516:netifd]eth1: ===> VirtualIF_open [ 14.516219] (0)[1516:netifd]CDMA_CSG_CFG = 81000000 [ 14.516225]-(1)[0:swapper/1]MT7623 GE2 link rate to 1G [ 14.521151] (0)[1516:netifd]GDMA1_FWD_CFG = 20710000 [ 14.526114] (0)[1516:netifd]GDMA2_FWD_CFG = 20710000 [ 14.531138] (3)[1725:FE_reset_kthrea]fe_reset_thread called [ 14.545545] (0)[1516:netifd]GDMA2_MAC_ADRH -- : 0x0000000c [ 14.551186] (0)[1516:netifd]GDMA2_MAC_ADRL -- : 0x432660aa [ 14.556638] (0)[1516:netifd]eth1: ===> VirtualIF_open [ 14.598234] (1)[1729:rmmod]wdev_bcn_buf_deinit(): Bcn not in idle(0) when try to free it! [ 14.606366] (1)[1729:rmmod]wdev_bcn_buf_deinit(): Bcn not in idle(0) when try to free it! [ 14.614535] (1)[1729:rmmod]wdev_bcn_buf_deinit(): Bcn not in idle(0) when try to free it! [ 14.622681] (1)[1729:rmmod]wdev_bcn_buf_deinit(): Bcn not in idle(0) when try to free it! [ 14.630842] (1)[1729:rmmod]wdev_bcn_buf_deinit(): Bcn not in idle(0) when try to free it! [ 14.638948] (1)[1729:rmmod]wdev_bcn_buf_deinit(): Bcn not in idle(0) when try to free it! [ 14.646915] (1)[1729:rmmod]wdev_bcn_buf_deinit(): Bcn not in idle(0) when try to free it! [ 14.655183] (1)[1729:rmmod]wdev_bcn_buf_deinit(): Bcn not in idle(0) when try to free it! [ 14.663306] (1)[1729:rmmod]wdev_bcn_buf_deinit(): Bcn not in idle(0) when try to free it! [ 14.671455] (1)[1729:rmmod]wdev_bcn_buf_deinit(): Bcn not in idle(0) when try to free it! [ 14.679583] (1)[1729:rmmod]wdev_bcn_buf_deinit(): Bcn not in idle(0) when try to free it! [ 14.687535] (1)[1729:rmmod]wdev_bcn_buf_deinit(): Bcn not in idle(0) when try to free it! [ 14.695796] (1)[1729:rmmod]wdev_bcn_buf_deinit(): Bcn not in idle(0) when try to free it! [ 14.703897] (1)[1729:rmmod]wdev_bcn_buf_deinit(): Bcn not in idle(0) when try to free it! [ 14.711945] (1)[1729:rmmod]wdev_bcn_buf_deinit(): Bcn not in idle(0) when try to free it! [ 14.720091] (1)[1729:rmmod]RtmpOSNetDevDetach(): RtmpOSNetDeviceDetach(), dev->name=ra0! [ 14.808808] (2)[1729:rmmod]Unregister PCI device driver [ 14.830471] (3)[1790:insmod]register mt_drv [ 14.835155] (3)[1790:insmod] [ 14.835155] [ 14.835155]=== pAd = d1b01000, size = 1230568 === [ 14.835155] [ 14.845788] (3)[1790:insmod]<-- RTMPAllocTxRxRingMemory, Status=0, ErrorValue=0x [ 14.853366] (3)[1790:insmod]<-- RTMPAllocAdapterBlock, Status=0 [ 14.859107] (3)[1790:insmod]pAd->CSRBaseAddress =0xd1a00000, csr_addr=0xd1a00000! [ 14.866488] (3)[1790:insmod]device_id =0x7603 [ 14.870819] (3)[1790:insmod]RtmpChipOpsHook(507): Not support for HIF_MT yet! [ 14.877857] (3)[1790:insmod]mt7603_init()--> [ 14.882121] (3)[1790:insmod]mt_bcn_buf_init(224): Not support for HIF_MT yet! [ 14.889161] (3)[1790:insmod]<--mt7603_init() [ 14.898391] (3)[1797:ifconfig]TX_BCN DESC cec47000 size = 320 [ 14.904016] (3)[1797:ifconfig]RX[0] DESC cec4f000 size = 4096 [ 14.910500] (3)[1797:ifconfig]RX[1] DESC cec56000 size = 4096 [ 14.919090] (3)[1797:ifconfig]cfg_mode=9 [ 14.922826] (3)[1797:ifconfig]cfg_mode=9 [ 14.926703] (3)[1797:ifconfig]wmode_band_equal(): Band Equal! [ 14.933301] (3)[1797:ifconfig]APSDCapable[0]=1 [ 14.937549] (3)[1797:ifconfig]APSDCapable[1]=1 [ 14.941987] (3)[1797:ifconfig]APSDCapable[2]=1 [ 14.946335] (3)[1797:ifconfig]APSDCapable[3]=1 [ 14.950746] (3)[1797:ifconfig]APSDCapable[4]=1 [ 14.955122] (3)[1797:ifconfig]APSDCapable[5]=1 [ 14.959537] (3)[1797:ifconfig]APSDCapable[6]=1 [ 14.963910] (3)[1797:ifconfig]APSDCapable[7]=1 [ 14.968319] (3)[1797:ifconfig]APSDCapable[8]=1 [ 14.972697] (3)[1797:ifconfig]APSDCapable[9]=1 [ 14.977091] (3)[1797:ifconfig]APSDCapable[10]=1 [ 14.981597] (3)[1797:ifconfig]APSDCapable[11]=1 [ 14.986051] (3)[1797:ifconfig]APSDCapable[12]=1 [ 14.990546] (3)[1797:ifconfig]APSDCapable[13]=1 [ 14.995011] (3)[1797:ifconfig]APSDCapable[14]=1 [ 14.999536] (3)[1797:ifconfig]APSDCapable[15]=1 [ 15.003972] (3)[1797:ifconfig]default ApCliAPSDCapable[0]=1 [ 15.078506] (3)[1797:ifconfig]Key1Str is Invalid key length(0) or Type(1) [ 15.085143] (3)[1797:ifconfig]Key2Str is Invalid key length(0) or Type(1) [ 15.091880] (3)[1797:ifconfig]Key3Str is Invalid key length(0) or Type(1) [ 15.098603] (3)[1797:ifconfig]Key4Str is Invalid key length(0) or Type(1) [ 15.113845] (3)[1797:ifconfig][PMF]Set_PMFMFPC_Proc:: apidx=0, Desired MFPC=0 [ 15.120826] (3)[1797:ifconfig][PMF]Set_PMFMFPR_Proc:: apidx=0, Desired MFPR=0 [ 15.127869] (3)[1797:ifconfig][PMF]Set_PMFSHA256_Proc:: apidx=0, Desired PMFSHA256=0 [ 15.135665]FW Version:_mt7603mp [ 15.138697]FW Build Date:20150624233050 [ 15.142700] (2)[1797:ifconfig]CmdAddressLenReq:(ret = 0) [ 15.148475] (2)[1797:ifconfig]CmdFwStartReq: override = 1, address = 1048576 [ 15.155412] (2)[0:swapper/2]CmdStartDLRsp: WiFI FW Download Success [ 15.175639] (2)[1797:ifconfig]AsicDMASchedulerInit(): DMA Scheduler Mode=0(LMAC) [ 15.182877] (2)[1797:ifconfig]efuse_probe: efuse = 10000012 [ 15.188361] (2)[1797:ifconfig]RtmpChipOpsEepromHook::e2p_type=2, inf_Type=5 [ 15.195216] (2)[1797:ifconfig]RtmpEepromGetDefault::e2p_dafault=1 [ 15.201282] (0)[1797:ifconfig]RtmpChipOpsEepromHook: E2P type(2), E2pAccessMode = 2, E2P default = 1 [ 15.210311] (0)[1797:ifconfig]NVM is FLASH mode, flash_offset = 0x0 [ 15.216528] (0)[1797:ifconfig]1. Phy Mode = 14 [ 15.385131] (2)[1797:ifconfig]Country Region from e2p = ffff [ 15.390657] (2)[1797:ifconfig]tssi_1_target_pwr_g_band = 12 [ 15.396103] (2)[1797:ifconfig]2. Phy Mode = 14 [ 15.400581] (2)[1797:ifconfig]3. Phy Mode = 14 [ 15.404888] (2)[1797:ifconfig]NICInitPwrPinCfg(14): Not support for HIF_MT yet! [ 15.412154] (0)[1797:ifconfig]NICInitializeAsic(584): Not support rtmp_mac_sys_reset () for HIF_MT yet! [ 15.421446] (0)[1797:ifconfig]mt_mac_init()--> [ 15.425819] (0)[1797:ifconfig]mt7603_init_mac_cr()--> [ 15.431020] (2)[1797:ifconfig]AsicSetMacMaxLen(1850): Set the Max RxPktLen=1024! [ 15.438236] (1)[1797:ifconfig]<--mt_mac_init() [ 15.442734] (1)[1797:ifconfig] WTBL Segment 1 info: [ 15.447410] (1)[1797:ifconfig] MemBaseAddr/FID:0x28000/0 [ 15.452772] (1)[1797:ifconfig] EntrySize/Cnt:32/128 [ 15.457662] (1)[1797:ifconfig] WTBL Segment 2 info: [ 15.462498] (1)[1797:ifconfig] MemBaseAddr/FID:0x40000/0 [ 15.467828] (1)[1797:ifconfig] EntrySize/Cnt:64/128 [ 15.472772] (1)[1797:ifconfig] WTBL Segment 3 info: [ 15.477564] (1)[1797:ifconfig] MemBaseAddr/FID:0x42000/64 [ 15.483003] (1)[1797:ifconfig] EntrySize/Cnt:64/128 [ 15.487902] (1)[1797:ifconfig] WTBL Segment 4 info: [ 15.492738] (1)[1797:ifconfig] MemBaseAddr/FID:0x44000/128 [ 15.498251] (1)[1797:ifconfig] EntrySize/Cnt:32/128 [ 15.503162] (1)[1797:ifconfig]MtAsicACQueue: Write CR:21510, Value=10421 [ 15.509806] (1)[1797:ifconfig]MtAsicACQueue: Write CR:21500, Value=10421 [ 15.516488] (1)[1797:ifconfig]AntCfgInit(2538): Not support for HIF_MT yet! [ 15.523411] (1)[1797:ifconfig]MCS Set = ff ff 00 00 01 [ 15.534153] (2)[1797:ifconfig]mt7603_switch_channel(): Switch to Ch#1(2T2R), BBP_BW=0 [ 15.541829] (2)[1797:ifconfig]SYNC - BBP R4 to 20MHz.l [ 15.843770] (2)[1797:ifconfig]mt7603_switch_channel(): Switch to Ch#2(2T2R), BBP_BW=0 [ 15.851428] (2)[1797:ifconfig]SYNC - BBP R4 to 20MHz.l [ 16.153778] (2)[1797:ifconfig]mt7603_switch_channel(): Switch to Ch#3(2T2R), BBP_BW=0 [ 16.161453] (2)[1797:ifconfig]SYNC - BBP R4 to 20MHz.l [ 16.465963] (2)[1797:ifconfig]mt7603_switch_channel(): Switch to Ch#4(2T2R), BBP_BW=0 [ 16.473608] (2)[1797:ifconfig]SYNC - BBP R4 to 20MHz.l [ 16.785972] (2)[1797:ifconfig]mt7603_switch_channel(): Switch to Ch#5(2T2R), BBP_BW=0 [ 16.793600] (2)[1797:ifconfig]SYNC - BBP R4 to 20MHz.l [ 17.088220]-(0)[0:swapper/0]ESW: Link Status Changed - Port4 Link UP [ 17.104884] (2)[1797:ifconfig]mt7603_switch_channel(): Switch to Ch#6(2T2R), BBP_BW=0 [ 17.112511] (2)[1797:ifconfig]SYNC - BBP R4 to 20MHz.l [ 17.413762] (2)[1797:ifconfig]mt7603_switch_channel(): Switch to Ch#7(2T2R), BBP_BW=0 [ 17.421418] (2)[1797:ifconfig]SYNC - BBP R4 to 20MHz.l [ 17.724868] (2)[1797:ifconfig]mt7603_switch_channel(): Switch to Ch#8(2T2R), BBP_BW=0 [ 17.732516] (2)[1797:ifconfig]SYNC - BBP R4 to 20MHz.l [ 18.028271] (2)[1797:ifconfig][PMF]ap_pmf_init:: apidx=0, MFPC=0, MFPR=0, SHA256=0 [ 18.035654] (2)[1797:ifconfig][PMF]RTMPMakeRsnIeCap: RSNIE Capability MFPC=0, MFPR=0 [ 18.043623] (2)[1797:ifconfig]AsicSetRalinkBurstMode(4176): Not support for HIF_MT yet! [ 18.051454] (2)[1797:ifconfig]RTMPSetPiggyBack(912): Not support for HIF_MT yet! [ 18.082767] (2)[1797:ifconfig]mt7603_switch_channel(): Switch to Ch#3(2T2R), BBP_BW=1 [ 18.090438] (2)[1797:ifconfig]ap_phy_rrm_init(): AP Set CentralFreq at 3(Prim=1, HT-CentCh=3, VHT-CentCh=0, BBP_BW=1) [ 18.101052] (2)[1797:ifconfig]AsicSetTxPreamble(4163): Not support for HIF_MT yet! [ 18.109909] (2)[1797:ifconfig]AsicAddSharedKeyEntry(2016): Not support for HIF_MT yet! [ 18.117737] (2)[1797:ifconfig]AsicSetPreTbtt(): bss_idx=0, PreTBTT timeout = 0xa0 [ 18.125107] (2)[1797:ifconfig]Main bssid = 00:0c:43:26:60:a8 [ 18.130882] (2)[1797:ifconfig]<==== rt28xx_init, Status=0 [ 18.143110] (2)[1797:ifconfig]@@@ ed_monitor_exit : ===> [ 18.148270] (2)[1797:ifconfig]@@@ ed_monitor_exit : <=== [ 18.153749] (2)[1797:ifconfig]mt7603_set_ed_cca: TURN OFF EDCCA mac 0x10618 = 0xd7083f0f [ 18.161767] (2)[1797:ifconfig]WiFi Startup Cost (ra0): 3.270s [ 18.628177] (3)[1993:rmmod]RtmpOSNetDevDetach(): RtmpOSNetDeviceDetach(), dev->name=rai0! [ 18.708200] (1)[1993:rmmod]==>rlt_wlan_chip_onoff(): OnOff:0, Reset= 0, pAd->WlanFunCtrl:0x20b, Reg-WlanFunCtrl=0x20b [ 18.719338] (1)[1993:rmmod]Unregister PCI device driver [ 18.740499] (3)[2002:insmod]register rt2860 [ 18.745612] (3)[2002:insmod] [ 18.745612] [ 18.745612]=== pAd = d2101000, size = 2188776 === [ 18.745612] [ 18.755769] (3)[2002:insmod]<-- RTMPAllocTxRxRingMemory, Status=0 [ 18.762132] (3)[2002:insmod]<-- RTMPAllocAdapterBlock, Status=0 [ 18.767842] (3)[2002:insmod]pAd->CSRBaseAddress =0xd2000000, csr_addr=0xd2000000! [ 18.775285] (3)[2002:insmod]device_id =0x7612 [ 18.779577] (3)[2002:insmod]==>rlt_wlan_chip_onoff(): OnOff:1, Reset= 1, pAd->WlanFunCtrl:0x0, Reg-WlanFunCtrl=0x208 [ 18.790518] (3)[2002:insmod]====> mt76x2_ePA_per_rate_compensate_init: 5868 is_ePA: 1 [ 18.798407] (3)[2002:insmod]E2pAccessMode=2 [ 18.802631] (3)[2002:insmod]cfg_mode=14 [ 18.806267] (3)[2002:insmod]cfg_mode=14 [ 18.810122] (3)[2002:insmod]wmode_band_equal(): Band Not Equal! [ 18.816802] (3)[2002:insmod]APSDCapable[0]=0 [ 18.820884] (3)[2002:insmod]APSDCapable[1]=0 [ 18.825092] (3)[2002:insmod]APSDCapable[2]=0 [ 18.829324] (3)[2002:insmod]APSDCapable[3]=0 [ 18.833535] (3)[2002:insmod]APSDCapable[4]=0 [ 18.837756] (3)[2002:insmod]APSDCapable[5]=0 [ 18.841986] (3)[2002:insmod]APSDCapable[6]=0 [ 18.846199] (3)[2002:insmod]APSDCapable[7]=0 [ 18.850434] (3)[2002:insmod]APSDCapable[8]=0 [ 18.854642] (3)[2002:insmod]APSDCapable[9]=0 [ 18.858872] (3)[2002:insmod]APSDCapable[10]=0 [ 18.863172] (3)[2002:insmod]APSDCapable[11]=0 [ 18.867479] (3)[2002:insmod]APSDCapable[12]=0 [ 18.871795] (3)[2002:insmod]APSDCapable[13]=0 [ 18.876095] (3)[2002:insmod]APSDCapable[14]=0 [ 18.880414] (3)[2002:insmod]APSDCapable[15]=0 [ 18.884711] (3)[2002:insmod]default ApCliAPSDCapable[0]=0 [ 18.959413] (3)[2002:insmod]Key1Str is Invalid key length(0) or Type(1) [ 18.965894] (3)[2002:insmod]Key2Str is Invalid key length(0) or Type(1) [ 18.972453] (3)[2002:insmod]Key3Str is Invalid key length(0) or Type(1) [ 18.979003] (3)[2002:insmod]Key4Str is Invalid key length(0) or Type(1) [ 18.996782] (3)[2002:insmod]WiFi Mcast disabled=0 [ 19.001344] (3)[2002:insmod]RtmpChipOpsEepromHook::e2p_type=2, inf_Type=5 [ 19.008004] (3)[2002:insmod]NVM is FLASH mode (pAd->flash_offset = 0x8000) [ 19.014931] (3)[2002:insmod]get_dev_name_prefix(): dev_idx = 1, dev_name_prefix=rai [ 19.027134] (3)[2009:ifconfig]build time = [ 19.031179]20141115060606a [ 19.033803] (3)[2009:ifconfig]rom patch for E3 IC [ 19.038494] (3)[2009:ifconfig] [ 19.041472] (3)[2009:ifconfig]platform = [ 19.045423]ALPS [ 19.047147] (3)[2009:ifconfig]hw/sw version = [ 19.051561]�� [ 19.053265] (3)[2009:ifconfig]patch version = [ 19.057657] [ 19.070970]FW Version:0.0.00 Build:1 [ 19.074346]Build Time:201507311614____ [ 19.078052] (3)[2009:ifconfig]fw for E3 IC [ 19.098724] (3)[2009:ifconfig]RX[0] DESC cec27000 size = 4096 [ 19.104621] (3)[2009:ifconfig]RX[1] DESC cec2e000 size = 4096 [ 19.113857] (3)[2009:ifconfig]E2pAccessMode=2 [ 19.118312] (3)[2009:ifconfig]cfg_mode=14 [ 19.122125] (3)[2009:ifconfig]cfg_mode=14 [ 19.126090] (3)[2009:ifconfig]wmode_band_equal(): Band Not Equal! [ 19.133018] (3)[2009:ifconfig]APSDCapable[0]=0 [ 19.137260] (3)[2009:ifconfig]APSDCapable[1]=0 [ 19.141669] (3)[2009:ifconfig]APSDCapable[2]=0 [ 19.146047] (3)[2009:ifconfig]APSDCapable[3]=0 [ 19.150453] (3)[2009:ifconfig]APSDCapable[4]=0 [ 19.154834] (3)[2009:ifconfig]APSDCapable[5]=0 [ 19.159240] (3)[2009:ifconfig]APSDCapable[6]=0 [ 19.163622] (3)[2009:ifconfig]APSDCapable[7]=0 [ 19.168016] (3)[2009:ifconfig]APSDCapable[8]=0 [ 19.172417] (3)[2009:ifconfig]APSDCapable[9]=0 [ 19.176803] (3)[2009:ifconfig]APSDCapable[10]=0 [ 19.181296] (3)[2009:ifconfig]APSDCapable[11]=0 [ 19.185763] (3)[2009:ifconfig]APSDCapable[12]=0 [ 19.190252] (3)[2009:ifconfig]APSDCapable[13]=0 [ 19.194724] (3)[2009:ifconfig]APSDCapable[14]=0 [ 19.199212] (3)[2009:ifconfig]APSDCapable[15]=0 [ 19.203684] (3)[2009:ifconfig]default ApCliAPSDCapable[0]=0 [ 19.278590] (3)[2009:ifconfig]Key1Str is Invalid key length(0) or Type(1) [ 19.285245] (3)[2009:ifconfig]Key2Str is Invalid key length(0) or Type(1) [ 19.291978] (3)[2009:ifconfig]Key3Str is Invalid key length(0) or Type(1) [ 19.298695] (3)[2009:ifconfig]Key4Str is Invalid key length(0) or Type(1) [ 19.316685] (3)[2009:ifconfig]WiFi Mcast disabled=0 [ 19.321387] (3)[2009:ifconfig]1. Phy Mode = 49 [ 19.325829] (3)[2009:ifconfig]get_chl_grp:illegal channel (167) [ 19.331631] (3)[2009:ifconfig]get_chl_grp:illegal channel (167) [ 19.337470] (3)[2009:ifconfig]get_chl_grp:illegal channel (169) [ 19.343338] (3)[2009:ifconfig]get_chl_grp:illegal channel (169) [ 19.349196] (3)[2009:ifconfig]get_chl_grp:illegal channel (171) [ 19.355045] (3)[2009:ifconfig]get_chl_grp:illegal channel (171) [ 19.360915] (3)[2009:ifconfig]/root/mtopen-20170511-export/build_dir/target-arm_cortex-a7+vfp_uClibc-0.9.33.2_eabi/linux-mediatek_mt7623_emmc/mt76x2e-3.0.5.0/rlt_wifi_ap/../rlt_wifi/chips/mt76x2.c:3028 assert (ad->TxPower[choffset].Channel == 42)failed [ 19.383064] (3)[2009:ifconfig]Country Region from e2p = ffff [ 19.388660] (3)[2009:ifconfig]mt76x2_read_temp_info_from_eeprom:: is_temp_tx_alc=0, temp_tx_alc_enable=0 [ 19.398038] (3)[2009:ifconfig]mt76x2_read_tx_alc_info_from_eeprom:: is_ePA_mode=0, ePA_type=3 [ 19.406489] (3)[2009:ifconfig]mt76x2_read_tx_alc_info_from_eeprom:: [5G band] high_temp_slope=0, low_temp_slope=0 [ 19.416684] (3)[2009:ifconfig]mt76x2_read_tx_alc_info_from_eeprom:: [2G band] high_temp_slope=0, low_temp_slope=0 [ 19.426821] (3)[2009:ifconfig]mt76x2_read_tx_alc_info_from_eeprom:: [5G band] tc_lower_bound=0, tc_upper_bound=0 [ 19.436903] (3)[2009:ifconfig]mt76x2_read_tx_alc_info_from_eeprom:: [2G band] tc_lower_bound=0, tc_upper_bound=0 [ 19.446995] (3)[2009:ifconfig]mt76x2_get_external_lna_gain::LNA type=0x11, BLNAGain=0x0, ALNAGain0=0x0, ALNAGain1=0x0, ALNAGain2=0x0 [ 19.458786] (3)[2009:ifconfig]2. Phy Mode = 49 [ 19.463193] (3)[2009:ifconfig]3. Phy Mode = 49 [ 19.467581] (3)[2009:ifconfig]andes_pci_fw_init [ 19.472109] (3)[2009:ifconfig]0x1300 = 00073200 [ 19.501945] (3)[2009:ifconfig]AntCfgInit: primary/secondary ant 0/1 [ 19.507998] (3)[2009:ifconfig]andes_load_cr:cr_type(2) [ 19.523156] (3)[2009:ifconfig]ChipStructAssign(): MT76x2 hook ! [ 19.528907] (3)[2009:ifconfig]RTMPSetPhyMode: channel is out of range, use first channel=36 [ 19.537268] (3)[2009:ifconfig]MCS Set = ff ff 00 00 01 [ 19.640608] (3)[2009:ifconfig]TX0 power compensation = 0x38 [ 19.645973] (3)[2009:ifconfig]TX1 power compensation = 0x38 [ 25.598201] (0)[2009:ifconfig][PMF]APStartUp:: apidx=0, MFPC=0, MFPR=0, SHA256=0 [ 25.673453] (0)[2009:ifconfig][PMF]RTMPMakeRsnIeCap: RSNIE Capability MFPC=0, MFPR=0 [ 25.681157] (0)[2009:ifconfig]mt76x2_bbp_adjust():rf_bw=2, ext_ch=1, PrimCh=52, HT-CentCh=54, VHT-CentCh=58 [ 25.747799] (0)[2009:ifconfig]APStartUp(): AP Set CentralFreq at 58(Prim=52, HT-CentCh=54, VHT-CentCh=58, BBP_BW=2) [ 25.769491] (0)[2009:ifconfig]mt76x2_calibration(channel = 58) [ 26.159258] (0)[2009:ifconfig]Main bssid = f8:62:aa:50:12:1c [ 26.164719] (0)[2009:ifconfig]mt76x2_reinit_agc_gain:original agc_vga0 = 0x5c, agc_vga1 = 0x5c [ 26.173253] (0)[2009:ifconfig]mt76x2_reinit_agc_gain:updated agc_vga0 = 0x5c, agc_vga1 = 0x5c [ 26.181703] (0)[2009:ifconfig]mt76x2_reinit_hi_lna_gain:original hi_lna0 = 0x27, hi_lna1 = 0x27 [ 26.190309] (0)[2009:ifconfig]mt76x2_reinit_hi_lna_gain:updated hi_lna0 = 0x27, hi_lna1 = 0x27 [ 26.198839] (0)[2009:ifconfig]original vga value(chain0) = 5c [ 26.204515] (0)[2009:ifconfig]original vga value(chain1) = 5c [ 26.210219] (0)[2009:ifconfig]<==== rt28xx_init, Status=0 [ 26.215548] (0)[2009:ifconfig]get_dev_name_prefix(): dev_idx = 1, dev_name_prefix=wdsi [ 26.224614] (0)[2009:ifconfig]get_dev_name_prefix(): dev_idx = 1, dev_name_prefix=wdsi [ 26.233683] (0)[2009:ifconfig]get_dev_name_prefix(): dev_idx = 1, dev_name_prefix=wdsi [ 26.243321] (0)[2009:ifconfig]get_dev_name_prefix(): dev_idx = 1, dev_name_prefix=wdsi [ 26.252930] (0)[2009:ifconfig]get_dev_name_prefix(): dev_idx = 1, dev_name_prefix=apclii [ 26.266839] (0)[2009:ifconfig]RTMPDrvOpen(1):Check if PDMA is idle! [ 26.272924] (0)[2009:ifconfig]RTMPDrvOpen(2):Check if PDMA is idle!


COPY HERE THE BOOTLOG ONCE OPENWRT IS INSTALLED AND RUNNING


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

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