YunCore AX820

YunCore AX820

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.

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.188.253/
  • rename extension of sysupgrade.bin to .ubin
  • Upload .ubin 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

3.3V serial connection to the board is needed. During startup the U-boot can be accessed by selecting 2

Hit any key to stop autoboot:  0
 U-Boot Boot Menu
   1. Startup system (Default)
   2. Upgrade firmware
   3. Upgrade bootloader
   4. Upgrade bootloader (advanced mode)
   5. Load image
   0. U-Boot console
Press UP/DOWN to move, ENTER to select

After this hit enter to start the TFTP client

 Available load methods:
   0. TFTP Client (Default)
   1. Xmodem
   2. Ymodem
   3. Kermit
   4. S-Record
Select 8enter for default):

Settings

Serial connection to the board 115200, 8N1, 3.3V
Bootloader tftp client IPv4 address 192.168.1.1
Default tftp server IPv4 address 192.168.1.2 (NOTE: can be edited)
Default tftp server IPv4 subnet 255.255.255.0 (NOTE: can be edited)
Firmware tftp image Latest OpenWrt release (NOTE: use sysupgrade.bin)

generic.sysupgrade

  • 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.

The YunCore AX820 has the following buttons:

BUTTON Event
Reset reset

The 3 LEDs correspond to the 3 colors of a single RGB LED visible on the front casing. On some devices, 2 of the 3 colors are not connected and only the system LED is available.

Backside label & ports:
Yuncore AX820 Ports

Note: This will void your warranty!

To remove the cover and open the device, do:

  • Remove rubber feet at the back to reveal 4 screws.
  • Remove the screws
  • The cover can now be removed by applying little force to the snaps

Main PCB:
Yuncore AX820 PCB Bottom Yuncore AX820 PCB Top

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

Open the device and connect to the 4-pin header

Yuncore AX820 Serial

Serial connection parameters
for YunCore AX820
115200, 8N1, 3.3V

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

The JTAG Pins are not easy accessible, but the following Pins are for JTAG use:

Pin-No. Description GPIO No. Boot-Str alternative configuration
G17 JTDO GPIO-13 Null TF-LED
G16 JTDI GPIO-14 Null USB-LED / 2G_WIFI_LED_blue
G18 JTMS GPIO-15 Null SYS-LED / SYS LED_red
F16 JTCLK GPIO-16 Null Void / 5G_WIFI_LED_green
F17 JRSTN GPIO-17 PL-1K Void

None so far.

Hit any key to stop autoboot: 0 *** U-Boot Boot Menu *** 1. Startup system (Default) 2. Upgrade firmware 3. Upgrade bootloader 4. Upgrade bootloader (advanced mode) 5. Load image 0. U-Boot console Press UP/DOWN to move, ENTER to select ## Loading kernel from FIT Image at bfc90000 ... Using 'config@1' configuration Trying 'kernel@1' kernel subimage Description: MIPS OpenWrt Linux-4.4.198 Type: Kernel Image Compression: lzma compressed Data Start: 0xbfc900e4 Data Size: 3523730 Bytes = 3.4 MiB Architecture: MIPS OS: Linux Load Address: 0x81001000 Entry Point: 0x81001000 Hash algo: crc32 Hash value: 0d7c4794 Hash algo: sha1 Hash value: a6b4d26545f722c899149aad6b015f228bda0a46 Verifying Hash Integrity ... crc32+ sha1+ OK ## Loading fdt from FIT Image at bfc90000 ... Using 'config@1' configuration Trying 'fdt@1' fdt subimage Description: MIPS OpenWrt mt7621-rfb-ax-nor device tree blob Type: Flat Device Tree Compression: uncompressed Data Start: 0xbffec6b8 Data Size: 11128 Bytes = 10.9 KiB Architecture: MIPS Hash algo: crc32 Hash value: 92ec5ca4 Hash algo: sha1 Hash value: 016b535b0c374f1b41cb2c091d15cbc3ae88b487 Verifying Hash Integrity ... crc32+ sha1+ OK Booting using the fdt blob at 0xbffec6b8 Uncompressing Kernel Image ... OK Loading Device Tree to 8fe97000, end 8fe9cb77 ... OK [ 0.000000] Linux version 4.4.198 (lamon@yuncore) (gcc version 5.4.0 (LEDE GCC 5.4.0 unknown) ) #0 SMP Tue Nov 17 06:24:13 UTC 2020 [ 0.000000] SoC Type: MediaTek MT7621 ver:1 eco:3 [ 0.000000] bootconsole [early0] enabled [ 0.000000] CPU0 revision is: 0001992f (MIPS 1004Kc) [ 0.000000] MIPS: machine is MediaTek MT7621 RFB (802.11ax,SNOR) [ 0.000000] Determined physical RAM map: [ 0.000000] memory: 10000000 @ 00000000 (usable) [ 0.000000] Initrd not found or empty - disabling initrd [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000000000-0x0000000000ffffff] [ 0.000000] Normal [mem 0x0000000001000000-0x000000000fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000000000-0x000000000fffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000000fffffff] [ 0.000000] 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] PERCPU: Embedded 10 pages/cpu @81f2a000 s8544 r8192 d24224 u40960 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 65024 [ 0.000000] Kernel command line: console=ttyS0,115200 rootfstype=squashfs,jffs2 [ 0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes) [ 0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes) [ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes) [ 0.000000] Writing ErrCtl register=00046a50 [ 0.000000] Readback ErrCtl register=00046a50 [ 0.000000] Memory: 246240K/262144K available (7208K kernel code, 4027K rwdata, 1696K rodata, 240K init, 222K bss, 15904K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] NR_IRQS:256 [ 0.000000] clocksource: GIC: mask: 0xffffffffffffffff max_cycles: 0xcaf478abb4, max_idle_ns: 440795247997 ns [ 0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 4343773742 ns [ 0.000008] sched_clock: 32 bits at 440MHz, resolution 2ns, wraps every 4880645118ns [ 0.007775] Calibrating delay loop... 586.13 BogoMIPS (lpj=2930688) [ 0.070399] pid_max: default: 32768 minimum: 301 [ 0.075115] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.081640] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 4.353457] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. [ 4.353466] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes [ 4.353476] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. [ 4.353620] CPU1 revision is: 0001992f (MIPS 1004Kc) [ 0.177629] Synchronize counters for CPU 1: done. [ 4.130324] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. [ 4.130331] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes [ 4.130336] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. [ 4.130407] CPU2 revision is: 0001992f (MIPS 1004Kc) [ 0.267989] Synchronize counters for CPU 2: done. [ 4.220422] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. [ 4.220428] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes [ 4.220434] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. [ 4.220521] CPU3 revision is: 0001992f (MIPS 1004Kc) [ 0.353167] Synchronize counters for CPU 3: done. [ 0.357903] Brought up 4 CPUs [ 0.365425] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.375216] futex hash table entries: 1024 (order: 3, 32768 bytes) [ 0.381501] pinctrl core: initialized pinctrl subsystem [ 0.387243] NET: Registered protocol family 16 [ 0.427014] mt7621_gpio 1e000600.gpio: registering 32 gpios [ 0.432673] mt7621_gpio 1e000600.gpio: registering 32 gpios [ 0.438282] mt7621_gpio 1e000600.gpio: registering 32 gpios [ 0.444405] mt7621-pci 1e140000.pcie: Failed to get gpio for PCIe1 [ 0.450517] mt7621-pci 1e140000.pcie: Failed to get gpio for PCIe2 [ 0.656992] PCIe port 2 link down [ 0.660224] PCI coherence region base: 0x60000000, mask/settings: 0xf0000002 [ 0.699910] PCI host bridge to bus 0000:00 [ 0.703944] pci_bus 0000:00: root bus resource [mem 0x60000000-0x6fffffff] [ 0.710808] pci_bus 0000:00: root bus resource [io 0x1e160000-0x1e16ffff] [ 0.717584] pci_bus 0000:00: root bus resource [??? 0x00000000 flags 0x0] [ 0.724339] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff] [ 0.734641] pci 0000:00:00.0: BAR 9: assigned [mem 0x60000000-0x601fffff pref] [ 0.741763] pci 0000:00:01.0: BAR 9: assigned [mem 0x60200000-0x603fffff pref] [ 0.748950] pci 0000:00:00.0: BAR 1: assigned [mem 0x60400000-0x6040ffff] [ 0.755669] pci 0000:00:01.0: BAR 1: assigned [mem 0x60410000-0x6041ffff] [ 0.762438] pci 0000:01:00.0: BAR 0: assigned [mem 0x60000000-0x600fffff 64bit pref] [ 0.770119] pci 0000:01:00.0: BAR 2: assigned [mem 0x60100000-0x60103fff 64bit pref] [ 0.777829] pci 0000:01:00.0: BAR 4: assigned [mem 0x60104000-0x60104fff 64bit pref] [ 0.785487] pci 0000:00:00.0: PCI bridge to [bus 01] [ 0.790421] pci 0000:00:00.0: bridge window [mem 0x60000000-0x601fffff pref] [ 0.797583] pci 0000:02:00.0: BAR 0: assigned [mem 0x60200000-0x602fffff 64bit pref] [ 0.805295] pci 0000:02:00.0: BAR 2: assigned [mem 0x60300000-0x60303fff 64bit pref] [ 0.812973] pci 0000:02:00.0: BAR 4: assigned [mem 0x60304000-0x60304fff 64bit pref] [ 0.820672] pci 0000:00:01.0: PCI bridge to [bus 02] [ 0.825564] pci 0000:00:01.0: bridge window [mem 0x60200000-0x603fffff pref] [ 0.834418] clocksource: Switched to clocksource GIC [ 0.841229] NET: Registered protocol family 2 [ 0.846262] TCP established hash table entries: 2048 (order: 1, 8192 bytes) [ 0.853147] TCP bind hash table entries: 2048 (order: 2, 16384 bytes) [ 0.859573] TCP: Hash tables configured (established 2048 bind 2048) [ 0.865924] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.871673] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.878191] NET: Registered protocol family 1 [ 0.894061] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.899876] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. [ 0.912311] io scheduler noop registered [ 0.916262] io scheduler deadline registered (default) [ 0.922721] Serial: 8250/16550 driver, 3 ports, IRQ sharing disabled [ 0.930084] console [ttyS0] disabled [ 0.933617] 1e000c00.uartlite: ttyS0 at MMIO 0x1e000c00 (irq = 33, base_baud = 3125000) is a 16550A m▒▒rʢ▒▒▒▒▒▒▒ͽ▒▒▒▒▒▒▒M▒▒*▒▒▒▒▒▒5R▒▒rʢ▒▒▒▒▒▒▒ͽ▒▒▒▒▒▒▒M▒▒*▒▒▒▒▒▒5R▒▒rʢʪ▒▒▒▒▒э▒▒ͽ▒▒▒ڕ▒ɱ▒▒▒"▒ͅ▒▒▒▒5R▒▒rʢʪ▒▒▒▒▒э▒▒ͽ▒▒▒ڕ▒ɱ▒▒▒"▒ͅ▒▒▒▒5R▒[ 0.957959] 1e000d00.uartfull: ttyS1 at MMIO 0x1e000d00 (irq = 34, base_baud = 3125000) is a 16550A [ 0.967436] 1e000e00.uartfull: ttyS2 at MMIO 0x1e000e00 (irq = 35, base_baud = 3125000) is a 16550A [ 0.979560] m25p80 spi32766.0: w25q128 (16384 Kbytes) [ 0.984780] 4 ofpart partitions found on MTD device spi32766.0 [ 0.990611] Creating 4 MTD partitions on "spi32766.0": [ 0.995782] 0x000000000000-0x000000030000 : "Bootloader" [ 1.002483] 0x000000030000-0x000000040000 : "Config" [ 1.008845] 0x000000050000-0x000000090000 : "Factory" [ 1.015288] 0x000000090000-0x000001000000 : "firmware" [ 1.032586] 2 fit-fw partitions found on MTD device firmware [ 1.038305] 0x000000090000-0x0000003f0000 : "kernel" [ 1.044646] 0x0000003f0000-0x000001000000 : "rootfs" [ 1.050848] mtd: device 5 (rootfs) set to be root filesystem [ 1.056647] 1 squashfs-split partitions found on MTD device rootfs [ 1.062833] 0x000000970000-0x000001000000 : "rootfs_data" [ 1.070115] libphy: Fixed MDIO Bus: probed [ 1.134702] libphy: mdio: probed [ 1.138425] of_get_mac_address: enter [ 1.142097] of_get_mac_address_mtd: mtd part Factory [ 1.147326] of_get_mac_address_mtd: mac 44:d1:fa:d1:dd:e0 [ 1.153425] mtk_soc_eth 1e100000.ethernet: connected mac 0 to PHY at fixed-0:00 [uid=00000000, driver=Generic PHY] [ 1.164654] mtk_soc_eth 1e100000.ethernet eth0: mediatek frame engine at 0xbe100000, irq 10 [ 1.173040] of_get_mac_address: enter [ 1.176726] of_get_mac_address_mtd: mtd part Factory [ 1.181924] of_get_mac_address_mtd: mac 44:d1:fa:d1:dd:e1 [ 1.188094] mtk_soc_eth 1e100000.ethernet: connected mac 1 to PHY at fixed-0:01 [uid=00000000, driver=Generic PHY] [ 1.199247] mtk_soc_eth 1e100000.ethernet eth1: mediatek frame engine at 0xbe100000, irq 10 [ 1.207903] register mt_drv [ 1.210890] <--mt7916_hif_init() [ 1.214669] Rx[0] Ring: total 24576 bytes allocated [ 1.223888] Rx[1] Ring: total 16384 bytes allocated [ 1.228886] <-- pci_alloc_tx_rx_ring_mem, Status=0 [ 1.264344] [ 1.264344] [ 1.264344] === pAd = c0301000, size = 12777920 === [ 1.264344] [ 1.275267] <-- RTMPAllocAdapterBlock, Status=0 [ 1.279815] PCI CSRBaseAddress =0xc0200000, csr_addr=0xc0200000! [ 1.285847] RTMPInitPCIeDevice():device_id=0x7915 [ 1.290555] mt7915_init()--> [ 1.293429] Use the default iPAiLNA bin image! [ 1.297947] <--mt7915_init() [ 1.301121] RtmpOSFileOpen(): Error 2 opening /etc/wireless/l1profile.dat [ 1.309865] Rx[0] Ring: total 24576 bytes allocated [ 1.314998] Rx[1] Ring: total 24576 bytes allocated [ 1.322113] Rx[2] Ring: total 8192 bytes allocated [ 1.331067] Rx[3] Ring: total 16384 bytes allocated [ 1.338236] Rx[4] Ring: total 8192 bytes allocated [ 1.343091] <-- pci_alloc_tx_rx_ring_mem, Status=0 [ 1.349984] mt7621_wdt 1e000100.wdt: Initialized [ 1.356468] NET: Registered protocol family 10 [ 1.362401] NET: Registered protocol family 17 [ 1.366966] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this. [ 1.379597] 8021q: 802.1Q VLAN Support v1.8 [ 1.424560] mt753x gsw: Switch is MediaTek MT7530 rev 1 [ 1.451277] libphy: mt753x_mdio: probed [ 1.463765] hctosys: unable to open rtc device (rtc0) [ 1.476820] VFS: Mounted root (squashfs filesystem) readonly on device 31:5. [ 1.484658] Freeing unused kernel memory: 240K [ 1.489113] This architecture does not have kernel memory protection. [ 2.321551] init: Console is alive [ 2.325246] init: - watchdog - [ 3.920242] kmodloader: loading kernel modules from /etc/modules-boot.d/* [ 3.975820] usbcore: registered new interface driver usbfs [ 3.981432] usbcore: registered new interface driver hub [ 3.986948] usbcore: registered new device driver usb [ 4.022613] SCSI subsystem initialized [ 4.054521] xhci-mtk 1e1c0000.usb: xHCI Host Controller [ 4.059796] xhci-mtk 1e1c0000.usb: new USB bus registered, assigned bus number 1 [ 4.074575] xhci-mtk 1e1c0000.usb: hcc params 0x01401198 hci version 0x96 quirks 0x00210010 [ 4.082989] xhci-mtk 1e1c0000.usb: irq 29, io mem 0x1e1c0000 [ 4.089638] hub 1-0:1.0: USB hub found [ 4.093456] hub 1-0:1.0: 2 ports detected [ 4.097949] xhci-mtk 1e1c0000.usb: xHCI Host Controller [ 4.103188] xhci-mtk 1e1c0000.usb: new USB bus registered, assigned bus number 2 [ 4.110720] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. [ 4.119638] hub 2-0:1.0: USB hub found [ 4.123453] hub 2-0:1.0: 1 port detected [ 4.178229] usbcore: registered new interface driver usb-storage [ 4.186845] kmodloader: done loading kernel modules from /etc/modules-boot.d/* [ 4.204714] init: - preinit - [ 4.714529] mt753x gsw: Port 0 Link is Up - 1Gbps/Full ifconfig: SIOCSIFHWADDR: Address not available ifconfig: SIOCSIFHWADDR: Address not available [ 4.957404] mt753x gsw: Port 1 Link is Up - 1Gbps/Full [ 5.154057] random: jshn: uninitialized urandom read (4 bytes read, 91 bits of entropy available) [ 5.208225] random: jshn: uninitialized urandom read (4 bytes read, 91 bits of entropy available) [ 5.313139] random: jshn: uninitialized urandom read (4 bytes read, 92 bits of entropy available) [ 5.354232] random: jshn: uninitialized urandom read (4 bytes read, 93 bits of entropy available) [ 5.411353] random: jshn: uninitialized urandom read (4 bytes read, 94 bits of entropy available) sendto(): Network unreachable 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.681353] mount_root: loading kmods from internal overlay [ 8.711251] kmodloader: loading kernel modules from //etc/modules-boot.d/* [ 8.720097] kmodloader: done loading kernel modules from //etc/modules-boot.d/* [ 9.132681] block: attempting to load /etc/config/fstab [ 9.138138] block: unable to load configuration (fstab: Entry not found) [ 9.144942] block: no usable configuration [ 9.149757] mount_root: jffs2 not ready yet, using temporary tmpfs overlay [ 9.161680] urandom-seed: Seed file not found (/etc/urandom.seed) [ 9.405056] procd: - early - [ 9.408037] procd: - watchdog - [ 9.603614] random: nonblocking pool is initialized [ 10.064553] procd: - watchdog - [ 10.067986] procd: - ubus - [ 10.207813] procd: - init - Please press Enter to activate this console. [ 10.521412] kmodloader: loading kernel modules from /etc/modules.d/* [ 10.561175] l2tp_core: L2TP core driver, V2.0 [ 10.566693] l2tp_netlink: L2TP netlink interface [ 10.572426] gre: GRE over IPv4 demultiplexor driver [ 10.578640] ip_gre: GRE over IPv4 tunneling driver [ 10.591602] ip6_tables: (C) 2000-2006 Netfilter Core Team [ 10.616332] fuse init (API version 7.23) [ 10.636422] Bluetooth: Core ver 2.21 [ 10.640181] NET: Registered protocol family 31 [ 10.644673] Bluetooth: HCI device and connection manager initialized [ 10.651059] Bluetooth: HCI socket layer initialized [ 10.655966] Bluetooth: L2CAP socket layer initialized [ 10.661152] Bluetooth: SCO socket layer initialized [ 10.668638] [btmtk_info] main_driver_init, BTMTK uart version: 7.0.20051901 [ 10.675718] [btmtk_info] btmtk_cif_register [ 10.679911] [btmtk_info] uart_register [ 10.683656] [btmtk_info] uart_register done [ 10.687923] [btmtk_info] btmtk_cif_register: Done [ 10.692635] [btmtk_info] btmtk_fops_init: Start [ 10.697202] [btmtk_info] btmtk_fops_init: g_fwlog init [ 10.702663] Bluetooth: btmtk_fops_init: BT_majorfwlog 252, devIDfwlog 264241152 [ 10.710060] [btmtk_info] main_driver_init: Done [ 10.717556] mtk-eip93 1e004000.crypto: Assigning IRQ: 26 [ 10.724705] mtk-eip93 1e004000.crypto: Init succesfull [ 10.732386] ip_tables: (C) 2000-2006 Netfilter Core Team [ 10.744506] -->mtfwd_init(ver:1.0)<-- [ 10.754257] nf_conntrack version 0.5.0 (3851 buckets, 15404 max) [ 11.009756] usbcore: registered new interface driver ums-alauda [ 11.017265] usbcore: registered new interface driver ums-cypress [ 11.024879] usbcore: registered new interface driver ums-datafab [ 11.032333] usbcore: registered new interface driver ums-freecom [ 11.039845] usbcore: registered new interface driver ums-isd200 [ 11.047212] usbcore: registered new interface driver ums-jumpshot [ 11.054688] usbcore: registered new interface driver ums-karma [ 11.062332] usbcore: registered new interface driver ums-sddr09 [ 11.069791] usbcore: registered new interface driver ums-sddr55 [ 11.077405] usbcore: registered new interface driver ums-usbat [ 11.085164] usbcore: registered new interface driver usblp [ 11.105249] xt_time: kernel timezone is -0000 [ 11.111651] usbcore: registered new interface driver asix [ 11.119028] usbcore: registered new interface driver ax88179_178a [ 11.134010] PPP generic driver version 2.4.2 [ 11.140077] PPP MPPE Compression module registered [ 11.146134] NET: Registered protocol family 24 [ 11.151946] PPTP driver version 0.8.5 [ 11.160533] l2tp_ppp: PPPoL2TP kernel driver, V2.0 [ 11.168137] kmodloader: done loading kernel modules from /etc/modules.d/* [ 16.153096] mediatek_soc_hnat 1e100000.hnat: wan = eth1 [ 16.158449] mediatek_soc_hnat 1e100000.hnat: lan = eth0 [ 16.163746] mediatek_soc_hnat 1e100000.hnat: ppd = eth0 [ 16.169066] mediatek_soc_hnat 1e100000.hnat: gmac num = 2 [ 16.174910] mediatek_soc_hnat 1e100000.hnat: ext devices = rax0 [ 16.180913] mediatek_soc_hnat 1e100000.hnat: ext devices = ra0 [ 16.186819] mediatek_soc_hnat 1e100000.hnat: ext devices = rax1 [ 16.192779] mediatek_soc_hnat 1e100000.hnat: ext devices = ra1 [ 16.198683] mediatek_soc_hnat 1e100000.hnat: ext devices = rax2 [ 16.204653] mediatek_soc_hnat 1e100000.hnat: ext devices = ra2 [ 16.210496] mediatek_soc_hnat 1e100000.hnat: ext devices = rax3 [ 16.216469] mediatek_soc_hnat 1e100000.hnat: ext devices = ra3 [ 16.222319] mediatek_soc_hnat 1e100000.hnat: ext devices = apclix0 [ 16.228527] mediatek_soc_hnat 1e100000.hnat: ext devices = apcli0 [ 16.237317] mediatek_soc_hnat 1e100000.hnat: FOE entry number = 8192 [ 16.245000] mediatek_soc_hnat 1e100000.hnat: hwnat start [ 18.817307] ra0: ===> main_virtual_if_open [ 18.821464] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_INIT [ 18.828898] load l1profile succeed! [ 18.832480] mt_service_open: wlan service opens successfully! [ 18.842201] APWdsInitialize():WdsEntry[0~15] [ 19.017129] [multi_profile_merge_5g_only] DBDC_MODE=1 [ 19.067009] multi-profile merge success, en:1,pf1_num:1,pf2_num:1,total:2 [ 19.073838] Open file "/etc/wireless/mediatek/DBDC_card0.dat" to store DBDC cfg! (23) [ 19.082318] Write file "/etc/wireless/mediatek/DBDC_card0.dat" success (size=6995)! [ 19.090860] BssidNum=2 [ 19.093252] Pf2MbssIdxMap: [ 19.096095] 0 1 [ 19.100299] E2pAccessMode=2 [ 19.103912] SSID[0]=MTK_HARRIER_AP_2.4G, EdcaIdx=0 [ 19.109158] SSID[1]=MTK_HARRIER_AP_5G, EdcaIdx=0 [ 19.114246] RTMPSetProfileParameters(): DBDC Mode=1, eDBDC_mode = 1 [ 19.121569] cfg_mode=16 [ 19.124026] cfg_mode=16 [ 19.126539] cfg_mode=16 [ 19.129020] wmode_band_equal(): Band Equal! [ 19.133208] cfg_mode=17 [ 19.135762] cfg_mode=17 [ 19.138345] cfg_mode=17 [ 19.141472] auto_ch_select_set_cfg(): BandIdx0, AutoChannelAtBootup=0, AutoChannelAlg = 0 [ 19.149736] auto_ch_select_set_cfg(): BandIdx1, AutoChannelAtBootup=0, AutoChannelAlg = 0 [ 19.158594] Index0 Channel=6 [ 19.161544] Index1 Channel=36 [ 19.166259] BandSteering=0 [ 19.169249] BndStrgBssIdx=1;1 [ 19.172501] [TxPower] BAND0: 100, BAND1: 100 [ 19.181969] [SKUenable] BAND0: 0, BAND1: 0 [ 19.186391] [SkuTableIdx]: 0 [ 19.189617] [CCKTxStream] BAND0: 4, BAND1: 0 [ 19.194443] [PERCENTAGEenable] BAND0: 0, BAND1: 0 [ 19.199626] [BFBACKOFFenable] BAND0: 0, BAND1: 0 [ 19.204731] [Disable160RuMu] BAND0: 1, BAND1: 1 [ 19.209577] [MaxRuOfdma] BAND0: 8, BAND1: 8 [ 19.214140] [MaxDLMuMimo] BAND0: 2, BAND1: 2 [ 19.218797] [MaxULMuMimo] BAND0: 2, BAND1: 2 [ 19.224617] profile: FragThreshold[0]=2346 [ 19.228732] profile: FragThreshold[1]=2346 [ 19.234858] APEdca0 [ 19.237267] Valid=1 [ 19.239429] APAifsn[0]=3 [ 19.242019] APAifsn[1]=7 [ 19.244665] APAifsn[2]=1 [ 19.247242] APAifsn[3]=1 [ 19.249843] APEdca1 [ 19.252233] Valid=1 [ 19.254360] APAifsn[0]=3 [ 19.257003] APAifsn[1]=7 [ 19.259555] APAifsn[2]=1 [ 19.262171] APAifsn[3]=1 [ 19.264853] APEdca2 [ 19.267454] APEdca3 [ 19.274278] BSSAifsn[0]=3 [ 19.277006] BSSAifsn[1]=7 [ 19.279642] BSSAifsn[2]=2 [ 19.282273] BSSAifsn[3]=2 [ 19.285392] BSSAifsn[0]=3 [ 19.288025] BSSAifsn[1]=7 [ 19.290654] BSSAifsn[2]=2 [ 19.293281] BSSAifsn[3]=2 [ 19.296692] UAPSDCapable[0]=1 [ 19.299782] UAPSDCapable[1]=1 [ 19.302838] default ApCliUAPSDCapable[0]=1 [ 19.307068] default ApCliUAPSDCapable[1]=1 [ 19.314232] DfsZeroWait Support=0/0 [ 19.320296] DfsZeroWaitCacTime=255/255 [ 19.325709] read_itxbf: ITxBfEn = 0 [ 19.329220] read_itxbf: BSSID[0] [ 19.332458] read_itxbf: MBSS[0] ITxBfEn = 0 [ 19.336808] read_itxbf: ITxBfEn = 0 [ 19.340515] read_itxbf: BSSID[1] [ 19.343915] read_itxbf: MBSS[1] ITxBfEn = 0 [ 19.348362] read_itxbf: Common.ITxBfEn = 0 [ 19.353086] read_etxbf: ETxBfEnCond = 1 [ 19.357186] read_etxbf: BSSID[0] [ 19.360627] read_etxbf: MBSS[0] ETxBfEnCond = 1 [ 19.365416] read_etxbf: ETxBfEnCond = 1 [ 19.369426] read_etxbf: BSSID[1] [ 19.372741] read_etxbf: MBSS[1] ETxBfEnCond = 1 [ 19.378296] HeraStbcPriority[0] = 0 [ 19.381798] HeraStbcPriority[1] = 0 [ 19.388950] MBSS[0] MuOfdmaDlEnable = 1 [ 19.392802] MBSS[1] MuOfdmaDlEnable = 1 [ 19.397124] MBSS[0] MuOfdmaUlEnable = 0 [ 19.400973] MBSS[1] MuOfdmaUlEnable = 0 [ 19.405273] MBSS[0] MuMimoDlEnable = 1 [ 19.409032] MBSS[1] MuMimoDlEnable = 1 [ 19.413201] MBSS[0] MuMimoUlEnable = 0 [ 19.417012] MBSS[1] MuMimoUlEnable = 0 [ 19.467043] jffs2_scan_eraseblock(): End of filesystem marker found at 0x0 [ 19.472447] [PMF]Set_PMFMFPC_Proc:: apidx=0, Desired MFPC=1 [ 19.472452] [PMF]Set_PMFMFPC_Proc:: apidx=1, Desired MFPC=1 [ 19.472692] [PMF]Set_PMFMFPR_Proc:: apidx=0, Desired MFPR=0 [ 19.472696] [PMF]Set_PMFMFPR_Proc:: apidx=1, Desired MFPR=0 [ 19.472936] [PMF]Set_PMFSHA256_Proc:: apidx=0, Desired PMFSHA256=0 [ 19.472940] [PMF]Set_PMFSHA256_Proc:: apidx=1, Desired PMFSHA256=0 [ 19.473247] ReadMboParameterFromFile::(bMboEnable[0]=1, MboCapIndication = 0x40) [ 19.473251] ReadMboParameterFromFile::(bMboEnable[1]=1, MboCapIndication = 0x40) [ 19.473554] ReadMboParameterFromFile::(bMboEnable[0]=1) [ 19.473558] ReadMboParameterFromFile::(bMboEnable[1]=1) [ 19.473780] MAP_MODE=0 [ 19.474848] ApCliEntry[0].Enable=0 [ 19.474851] ApCliEntry[1].Enable=0 [ 19.478931] APCLI[0] ApCliMuOfdmaDlEnable = 1 [ 19.478934] APCLI[1] ApCliMuOfdmaDlEnable = 1 [ 19.479215] APCLI[0] ApCliMuOfdmaUlEnable = 0 [ 19.479218] APCLI[1] ApCliMuOfdmaUlEnable = 0 [ 19.479499] APCLI[0] ApCliMuMimoDlEnable = 0 [ 19.479502] APCLI[1] ApCliMuMimoDlEnable = 0 [ 19.479785] APCLI[0] ApCliMuMimoUlEnable = 0 [ 19.479788] APCLI[1] ApCliMuMimoUlEnable = 0 [ 19.480080] rtmp_read_wds_from_file(): WDS Profile [ 19.480382] WDS Number: band[0]=0, band[1]=0 [ 19.480681] WDS-Enable mode=0 [ 19.480684] WDS-Enable mode=0 [ 19.481283] If/wds0 - PeerPhyMode=0xb1 [ 19.481287] If/wds1 - PeerPhyMode=0xb1 [ 19.482177] AsicSetReptFuncEnable, caller:RTMPSetProfileParameters+0xbb88/0x111cc [ 19.482185] RepeaterCtrlExit, wrong state(0,0) [ 19.482190] Band_0_RpEn(0),RpEnByAnyBnd(0),RpEn(0) [ 19.482216] AndesSendCmdMsg: Could not send in band command due to diablefRTMP_ADAPTER_MCU_SEND_IN_BAND_CMD [ 19.482220] AndesSendCmdMsg: Command type = ed, Extension command type = 48 [ 19.482231] MACRepeaterEn=0 Band=0 [ 19.482238] AsicSetReptFuncEnable, caller:RTMPSetProfileParameters+0xbb88/0x111cc [ 19.482242] RepeaterCtrlExit, wrong state(0,0) [ 19.482246] Band_1_RpEn(0),RpEnByAnyBnd(0),RpEn(0) [ 19.482251] AndesSendCmdMsg: Could not send in band command due to diablefRTMP_ADAPTER_MCU_SEND_IN_BAND_CMD [ 19.482255] AndesSendCmdMsg: Command type = ed, Extension command type = 48 [ 19.482259] MACRepeaterEn=0 Band=1 [ 19.487422] HT_BAWinSize: wdev[0]: (TX=256, RX=256) [ 19.487427] HT_BAWinSize: wdev[1]: (TX=256, RX=256) [ 19.488273] HT: WDEV[0] Ext Channel = ABOVE [ 19.488277] HT: WDEV[1] Ext Channel = ABOVE [ 19.488673] HT: greenap_cap = 0 [ 19.488855] ChipI=7915, Value=0, pcie_aspm in profile=0 [ 19.489123] 0:ra0 TWTsupport = 0 [ 19.489127] 1:(null) TWTsupport = 0 [ 19.596013] ICapMode = 0 [ 19.603727] KernelRps --> 1 [ 19.607233] WtcSetMaxStaNum: MaxStaNum:236, BssidNum:2, WdsNum:16, MSTANum:1, MaxNumChipRept:32, MinMcastWcid:285 [ 19.607278] Top Init Done! [ 19.607310] Use dev_alloc_skb [ 19.607317] token_tx_two_queues_init(): ct sw token(0) number = 2048 [ 19.607465] token_tx_two_queues_init(): token que(0) inited done!id_head/tail=0/2048 [ 19.607472] token_tx_two_queues_init(): 8d2a6204,8d2a6204 [ 19.607476] token_tx_two_queues_init(): ct sw token(1) number = 6144 [ 19.608277] token_tx_two_queues_init(): token que(1) inited done!id_head/tail=0/6144 [ 19.608281] token_tx_two_queues_init(): 8d2a62ac,8d2a62ac [ 19.611931] TxRing[0]: attr:0, total 2048 entry initialized [ 19.616632] TxRing[1]: attr:0, total 2048 entry initialized [ 19.621906] TxRing[2]: attr:0, total 2048 entry initialized [ 19.622120] RX[0] DESC a0c40000 size = 24576 [ 19.623929] RX[1] DESC a0c48000 size = 16384 [ 19.625160] RX[2] DESC a0dd8000 size = 24576 [ 19.626963] RX[3] DESC a0de0000 size = 24576 [ 19.626993] RX[4] DESC a0dd2000 size = 8192 [ 19.627554] RX[5] DESC a0dd4000 size = 16384 [ 19.628627] RX[6] DESC a0e18000 size = 8192 [ 19.629434] -->TX_RING_0[0xd9330]: Attr:0, Base=0xc38000, Cnt=2048! [ 19.629439] -->TX_RING_1[0xd5420]: Attr:0, Base=0xdc0000, Cnt=2048! [ 19.629445] -->TX_RING_2[0xd5430]: Attr:0, Base=0xdc8000, Cnt=2048! [ 19.629450] -->TX_RING_3[0xd5400]: Attr:3, Base=0xdbf000, Cnt=128! [ 19.629455] -->TX_RING_4[0xd5410]: Attr:2, Base=0xdd0000, Cnt=256! [ 19.629461] -->TX_RING_5[0xd5440]: Attr:1, Base=0xdd1000, Cnt=256! [ 19.629466] -->RX_RING0[0xd8510]: Base=0xc40000, Cnt=1536 [ 19.629471] -->RX_RING1[0xd9520]: Base=0xc48000, Cnt=1024 [ 19.629476] -->RX_RING2[0xd4500]: Base=0xdd8000, Cnt=1536 [ 19.629480] -->RX_RING3[0xd4510]: Base=0xde0000, Cnt=10 [ 19.629485] -->RX_RING4[0xd5500]: Base=0xdd2000, Cnt=512 [ 19.629490] -->RX_RING5[0xd5510]: Base=0xdd4000, Cnt=1024 [ 19.629494] -->RX_RING6[0xd5520]: Base=0xe18000, Cnt=512 [ 19.629498] Hif Init Done! [ 19.632676] pci_driver_own_by_port: success to clear p=0 fw own, from(1): 1 is interrupt mode, 2 is polling mode. [ 19.633721] pci_driver_own_by_port: success to clear p=1 fw own, from(1): 1 is interrupt mode, 2 is polling mode. [ 19.633725] fw_prepare():using E2 ROM patch [ 19.633728] fw_prepare():using E2 RAM [ 19.633747] Parsing patch header [ 19.633770] Built date: 20200819112315a [ 19.633771] [ 19.633778] Platform: ALPS [ 19.633789] HW/SW version: 0x8a108a10 [ 19.633798] Patch version: 0xffffffff [ 19.633801] Section num: 0x2, subsys: 0x4 [ 19.633808] Section 0: type = 0x30002, offset = 0xe0, size = 0xfc90 [ 19.633812] Target address: 0x200000, length: 0xfc90 [ 19.633817] Section 1: type = 0x30002, offset = 0xfd70, size = 0x136d0 [ 19.633820] Target address: 0xe000f000, length: 0x136d0 [ 19.634013] Patch SEM Status = 2 [ 19.634082] patch is not ready && get semaphore success [ 19.634091] Start address = 0x200000, DL length = 64656, Data mode = 0x80000000 [ 19.635272] EventGenericEventHandler: CMD Success [ 19.635303] MtCmdAddressLenReq:(ret = 0) [ 19.636154] Start address = 0xe000f000, DL length = 79568, Data mode = 0x80000000 [ 19.637356] EventGenericEventHandler: CMD Success [ 19.637392] MtCmdAddressLenReq:(ret = 0) [ 19.638352] MtCmdPatchFinishReq [ 19.642162] EventGenericEventHandler: CMD Success [ 19.642355] Patch SEM Status = 3 [ 19.642380] release patch semaphore [ 19.642390] WfMcuHwInit: Before NICLoadFirmware, check ICapMode = 0 [ 19.642417] Parsing CPU 0 fw tailer [ 19.642428] Chip ID: 0x0b [ 19.642434] Eco version: 0x01 [ 19.642440] Region number: 0x07 [ 19.642445] Format version: 0x02 [ 19.642451] Format flag: 0x01 [ 19.642465] Ram version: ____000000 [ 19.642482] Built date: 20200819112349 [ 19.642486] Common crc: 0xc5d0bf9b [ 19.642490] Parsing tailer region 0 [ 19.642493] Decomp crc: 0x0 [ 19.642495] Decomp size: 0x0 [ 19.642498] Decomp block size: 0x0 [ 19.642500] Target address: 0x21fc00 [ 19.642504] Download size: 110592 [ 19.642509] Feature set: 0x20 [ 19.642512] Parsing tailer region 1 [ 19.642514] Decomp crc: 0x0 [ 19.642516] Decomp size: 0x0 [ 19.642518] Decomp block size: 0x0 [ 19.642521] Target address: 0x31dc00 [ 19.642523] Download size: 205824 [ 19.642528] Feature set: 0x00 [ 19.642530] Parsing tailer region 2 [ 19.642532] Decomp crc: 0x0 [ 19.642534] Decomp size: 0x0 [ 19.642536] Decomp block size: 0x0 [ 19.642539] Target address: 0x417400 [ 19.642541] Download size: 31744 [ 19.642546] Feature set: 0x00 [ 19.642548] Parsing tailer region 3 [ 19.642550] Decomp crc: 0x0 [ 19.642552] Decomp size: 0x0 [ 19.642555] Decomp block size: 0x0 [ 19.642557] Target address: 0xe0022800 [ 19.642559] Download size: 394240 [ 19.642564] Feature set: 0x00 [ 19.642566] Parsing tailer region 4 [ 19.642568] Decomp crc: 0x0 [ 19.642570] Decomp size: 0x0 [ 19.642573] Decomp block size: 0x0 [ 19.642575] Target address: 0xe0082c00 [ 19.642577] Download size: 349184 [ 19.642582] Feature set: 0x00 [ 19.642584] Parsing tailer region 5 [ 19.642587] Decomp crc: 0x0 [ 19.642589] Decomp size: 0x0 [ 19.642591] Decomp block size: 0x0 [ 19.642593] Target address: 0x23ac00 [ 19.642595] Download size: 87040 [ 19.642600] Feature set: 0x00 [ 19.642602] Parsing tailer region 6 [ 19.642605] Decomp crc: 0x0 [ 19.642607] Decomp size: 0x0 [ 19.642609] Decomp block size: 0x0 [ 19.642611] Target address: 0x400000 [ 19.642613] Download size: 81920 [ 19.642618] Feature set: 0x00 [ 19.642624] Release info: header tag = 0, total length = 68 [ 19.642628] tag 1, padding length = 3, tag length = 61 [ 19.642689] payload: t-neptune-main-mt7915-1953-MT7915D_1953_MT7621-20200819111902 [ 19.642696] Start address = 0x21fc00, DL length = 110592, Data mode = 0x80000000 [ 19.643891] EventGenericEventHandler: CMD Success [ 19.643920] MtCmdAddressLenReq:(ret = 0) [ 19.645460] Start address = 0x31dc00, DL length = 205824, Data mode = 0x80000000 [ 19.646691] EventGenericEventHandler: CMD Success [ 19.646732] MtCmdAddressLenReq:(ret = 0) [ 19.649211] Start address = 0x417400, DL length = 31744, Data mode = 0x80000000 [ 19.650453] EventGenericEventHandler: CMD Success [ 19.650512] MtCmdAddressLenReq:(ret = 0) [ 19.650917] Start address = 0xe0022800, DL length = 394240, Data mode = 0x80000000 [ 19.652114] EventGenericEventHandler: CMD Success [ 19.652144] MtCmdAddressLenReq:(ret = 0) [ 19.657060] Start address = 0xe0082c00, DL length = 349184, Data mode = 0x80000000 [ 19.658292] EventGenericEventHandler: CMD Success [ 19.658354] MtCmdAddressLenReq:(ret = 0) [ 19.662611] Start address = 0x23ac00, DL length = 87040, Data mode = 0x80000000 [ 19.663867] EventGenericEventHandler: CMD Success [ 19.663937] MtCmdAddressLenReq:(ret = 0) [ 19.665102] Start address = 0x400000, DL length = 81920, Data mode = 0x80000000 [ 19.666310] EventGenericEventHandler: CMD Success [ 19.666344] MtCmdAddressLenReq:(ret = 0) [ 19.667383] MtCmdFwStartReq: override = 0x1, address = 0x21fc00 [ 19.668579] EventGenericEventHandler: CMD Success [ 19.668614] Parsing CPU 1 fw tailer [ 19.668626] Chip ID: 0x00 [ 19.668632] Eco version: 0x01 [ 19.668638] Region number: 0x03 [ 19.668643] Format version: 0x02 [ 19.668649] Format flag: 0x01 [ 19.668663] Ram version: DEV_000000 [ 19.668680] Built date: 20200819112407 [ 19.668683] Common crc: 0x5f32a39e [ 19.668687] Parsing tailer region 0 [ 19.668690] Decomp crc: 0x0 [ 19.668692] Decomp size: 0x0 [ 19.668695] Decomp block size: 0x0 [ 19.668698] Target address: 0x10200000 [ 19.668701] Download size: 88096 [ 19.668706] Feature set: 0x00 [ 19.668709] Parsing tailer region 1 [ 19.668711] Decomp crc: 0x0 [ 19.668713] Decomp size: 0x0 [ 19.668715] Decomp block size: 0x0 [ 19.668718] Target address: 0x10300000 [ 19.668720] Download size: 19488 [ 19.668725] Feature set: 0x00 [ 19.668727] Parsing tailer region 2 [ 19.668729] Decomp crc: 0x0 [ 19.668731] Decomp size: 0x0 [ 19.668733] Decomp block size: 0x0 [ 19.668736] Target address: 0xe0000000 [ 19.668738] Download size: 8768 [ 19.668743] Feature set: 0x00 [ 19.668749] Release info: header tag = 0, total length = 0 [ 19.668755] Start address = 0x10200000, DL length = 88096, Data mode = 0x80000010 [ 19.669950] EventGenericEventHandler: CMD Success [ 19.669979] MtCmdAddressLenReq:(ret = 0) [ 19.671053] Start address = 0x10300000, DL length = 19488, Data mode = 0x80000010 [ 19.672254] EventGenericEventHandler: CMD Success [ 19.672285] MtCmdAddressLenReq:(ret = 0) [ 19.672534] Start address = 0xe0000000, DL length = 8768, Data mode = 0x80000010 [ 19.673737] EventGenericEventHandler: CMD Success [ 19.673766] MtCmdAddressLenReq:(ret = 0) [ 19.673875] MtCmdFwStartReq: override = 0x4, address = 0x0 [ 19.774534] EventGenericEventHandler: CMD Success [ 19.774590] MCU Init Done! [ 19.774604] efuse_probe: efuse = 10000012 [ 19.774609] RtmpChipOpsEepromHook::e2p_type=2, inf_Type=5 [ 19.774613] RtmpEepromGetDefault::e2p_dafault=1 [ 19.774619] RtmpChipOpsEepromHook: E2P type(2), E2pAccessMode = 2, E2P default = 1 [ 19.774639] NVM is FLASH mode. dev_idx [0] FLASH OFFSET [0x0] [ 19.774656] rtmp_nv_init(): EEPROM Size[65536] [ 19.831714] [EEPROMImage - PreCalImageInfo - PreCalImage - TxDPDImage] [ 19.831714] [0x8c600000 - 0x8c600e00 - 0x8c600e10 - 0x8c60d220] [ 19.831721] validFlashEepromID(): eeFlashId=7915, pAd->ChipID=7915 [ 19.832555] [d-die version:1] [ 19.866023] [a-die version:2] [ 19.994506] [ 19.994520] NICReadEEPROMParameters: EEPROM 0x62 0 [ 20.592529] jffs2_build_filesystem(): unlocking the mtd device... done. [ 20.599242] jffs2_build_filesystem(): erasing all blocks after the end marker... [ 25.245010] Initialize MAC Address from E2PROM [ 25.249673] E2PROM MAC: =44:d1:fa:d1:dd:df [ 25.253776] Use the MAC address what is assigned from EEPROM. [ 25.259565] E2PROM: Version = 0, FAE release #0 [ 25.264101] Country Region from e2p = 0 [ 25.267985] antenna_default_reset() todo [ 25.271921] antenna_default_reset() value = 0x5292, TxPath = 2, RxPath = 2 [ 25.278840] RTMPReadTxPwrPerRate(458): Don't Support this now! [ 25.284709] rc_radio_init(): DBDC MODE=1, ConcurrentBand=2 [ 25.290217] rc_radio_init(): radio_ctrl=8ea99710,Band=0,rfcap=3,channel=1,PhyMode=2 extCha=0xf [ 25.298879] rc_radio_init(): radio_ctrl=8ea99a68,Band=1,rfcap=3,channel=1,PhyMode=2 extCha=0xf [ 25.307610] ucAction = 0, ucBandIdx = 0, ucSmthIntlBypass = 0 [ 25.313367] ucAction = 0, ucBandIdx = 1, ucSmthIntlBypass = 0 [ 25.319162] AntCfgInit(2765): Not support for HIF_MT yet! [ 25.324618] mt7915_check_RF_lock_down: RFlockDown Enable: 0 [ 25.330201] MtReadPwrLimitTable: sku table idx: 0 mt7915_check_RF_lock_down: RFlockDown Enable: 0 [ 25.352888] mt7915_check_RF_lock_down: RFlockDown Enable: 0 [ 25.358505] MtReadPwrLimitTable: sku table idx: 0 mt7915_check_RF_lock_down: RFlockDown Enable: 0 [ 25.381594] EEPROM Init Done! [ 25.384659] mac_init()--> [ 25.387288] init_mac_cr()--> [ 25.390192] <--mac_init() [ 25.396042] CmdRxHdrTransBLUpdateRsp::EventExtCmdResult.u4Status = 0x0 [ 25.404481] CmdRxHdrTransBLUpdateRsp::EventExtCmdResult.u4Status = 0x0 [ 25.412827] CmdRxHdrTransBLUpdateRsp::EventExtCmdResult.u4Status = 0x0 [ 25.419481] MAC Init Done! [ 25.422196] BBPInit():BBP Initialization..... [ 25.426591] Band 0: valid=1, isDBDC=0, Band=2, CBW=1, CentCh/PrimCh=1/1, prim_ch_idx=0, txStream=2 [ 25.435672] Band 1: valid=0, isDBDC=0, Band=0, CBW=0, CentCh/PrimCh=0/0, prim_ch_idx=0, txStream=0 [ 25.444739] BBPInit() todo [ 25.447447] PHY Init Done! [ 25.464197] tx_pwr_comp_init():NotSupportYet! [ 25.468672] Set_SCSDefaultEnable(): BandIdx=0, SCSEnable=1 [ 25.474301] Set_SCSDefaultEnable(): BandIdx=1, SCSEnable=1 [ 25.480077] MtCmdSetMacTxRx:(ret = 0) [ 25.483933] MtCmdSetMacTxRx:(ret = 0) [ 25.489851] ap_ftkd> Initialize FT KDP Module... [ 25.494650] Main bssid = 00:00:00:00:00:00 [ 25.498766] SetMuruPlatformTypeProc: param.ucPlatformType = 1 [ 25.504656] muru_cfg_dlul_limits:(Ret = 1 [ 25.508716] muru_cfg_dlul_limits:(Ret = 1 [ 25.513168] MtCmdSetMacTxRx:(ret = 0) [ 25.517052] MtCmdSetMacTxRx:(ret = 0) [ 25.520821] <==== mt_wifi_init, Status=0 [ 25.524937] CmdHeraStbcPriorityCtrl: u1BandIdx=0, u1Operation=1, u1StbcPriority=0 [ 25.532455] CmdHeraStbcPriorityCtrl: u1BandIdx=1, u1Operation=1, u1StbcPriority=0 [ 25.540195] Register MBSSID IF 1 (rax0) [ 25.545609] MSTA_Init (2) ---> ApCli [ 25.551278] Register MSTA IF (apcli0) , pAd->MSTANum = 1 [ 25.557156] Caller: SetCommonHT+0x100/0x178 [ 25.561529] [ 25.561529] phy_mode=78, ch=6, wdev_type=2 [ 25.567179] ht_cap: ht_cap->HtCapInfo, [ 25.571038] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1 [ 25.578733] ht_cap: ht_cap->HtCapParm, [ 25.582581] mdpu_density=0, ampdu_factor=3 [ 25.589709] Register MSTA IF (apclix0) , pAd->MSTANum = 2 [ 25.595622] Caller: SetCommonHT+0x100/0x178 [ 25.599824] [ 25.599824] phy_mode=177, ch=36, wdev_type=2 [ 25.605649] ht_cap: ht_cap->HtCapInfo, [ 25.609506] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1 [ 25.617268] ht_cap: ht_cap->HtCapParm, [ 25.621163] mdpu_density=0, ampdu_factor=3 [ 25.626730] mt_service_init: wlan service inits successfully! [ 25.632561] WtcSetMaxStaNum: MaxStaNum:234, BssidNum:2, WdsNum:16, MSTANum:2, MaxNumChipRept:32, MinMcastWcid:284 [ 25.813329] RedInit: set CR4/N9 RED Enable to 1. [ 25.818056] RedInit: RED Initiailize Done. [ 25.822424] proc_rps_file_open open proc file[/sys/class/net/eth0/queues/rx-0/rps_cpus] OK [ 25.830952] proc_rps_file_open open proc file[/sys/class/net/ra0/queues/rx-0/rps_cpus] OK [ 25.839692] proc_rps_file_open open proc file[/sys/class/net/rax0/queues/rx-0/rps_cpus] OK [ 25.848187] proc_rps_file_open open proc file[/proc/irq/31/smp_affinity] OK [ 25.855390] proc_rps_file_open open proc file[/proc/sys/net/core/netdev_max_backlog] OK [ 25.863575] proc_rps_file_open open proc file[/sys/module/rcupdate/parameters/rcu_cpu_stall_timeout] OK [ 25.873368] cp_support_is_enabled: set Driver CP_SUPPORT to Mode 2. [ 25.879752] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_UP [ 25.886088] wifi_sys_open(), wdev idx = 0 [ 25.890211] ucAction = 0, ucBandIdx = 0, ucSmthIntlBypass = 0 [ 25.896052] ucAction = 0, ucBandIdx = 1, ucSmthIntlBypass = 0 [ 25.901916] BuildChannelList() BandIdx = 0, PhyMode = 78, ChListNum = 11: [ 25.908957] phy_oper_init(): operate TxStream = 2, RxStream = 2 [ 25.915161] mt7915_apply_dpd_flatness_data: eeprom 0x62 bit 0 is 0, do runtime cal [ 25.922845] MtCmdChannelSwitch: ctrl_chl=6, ctrl_ch2=0, cent_ch=8 DBDCIdx=0, ChBand=0, BW=1, TXStream=2, RXStream=2, scan(0) [ 26.022991] MtCmdSetTxRxPath: ctrl_chl=6, ctrl_ch2=0, cent_ch=8, RxPath=3, BandIdx=0, ChBand=0, BW=1,TXStream=2, RXStream=3, scan(0) [ 26.035388] Caller: wlan_operate_init+0x104/0x118 [ 26.040137] [ 26.040137] phy_mode=78, ch=6, wdev_type=1 [ 26.045828] ht_cap: ht_cap->HtCapInfo, [ 26.049715] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1 [ 26.057456] ht_cap: ht_cap->HtCapParm, [ 26.061315] mdpu_density=5, ampdu_factor=3 [ 26.065450] MtAsicSetWdevIfAddr bAddrGen3 = 0... [ 26.070108] drivers/net/wireless/mediatek/mt_wifi_ap/../mt_wifi/hw_ctrl/cmm_chip_mt.c-MtAsicSetMbssWdevIfAddrGen2 mbss_idx = 0, if_addr = 44 d1 fa d1 dd df [ 26.084131] wdev_attr_update(): wdevId0 = 44:d1:fa:d1:dd:df , pAd=0xc0301000.AP inf up for ra_0(func_idx) OmacIdx=0 [ 26.108210] AsicRadioOnOffCtrl(): DbdcIdx=0 RadioOn [ 26.113647] ApAutoChannelAtBootUp-----------------> [ 26.118713] ApAutoChannelAtBootUp: AutoChannelBootup[0] = 0 [ 26.124801] MtCmdSetMacTxRx:(ret = 0) [ 26.129342] MtCmdSetMacTxRx:(ret = 0) [ 26.133195] ap_run_at_boot() : ACS is disable !! [ 26.138708] [PMF]APPMFInit:: Security is not WPA2/WPA2PSK AES [ 26.144603] [PMF]APPMFInit:: apidx=0, MFPC=0, MFPR=0, SHA256=0 [ 26.150615] Caller: SetCommonHT+0x100/0x178 [ 26.155083] [ 26.155083] phy_mode=78, ch=6, wdev_type=1 [ 26.160674] ht_cap: ht_cap->HtCapInfo, [ 26.164565] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1 [ 26.172230] ht_cap: ht_cap->HtCapParm, [ 26.176166] mdpu_density=5, ampdu_factor=3 [ 26.180374] wifi_sys_linkup(), wdev idx = 0 [ 26.184635] wtc_acquire_groupkey_wcid: Found a non-occupied wtbl_idx:287 for WDEV_TYPE:1 [ 26.184635] LinkToOmacIdx = 0, LinkToWdevType = 1 [ 26.197552] TRTableInsertMcastEntry:band0 group_idx[0]=0 [ 26.203111] (bssUpdateChannel), ucPrimCh=6, ucCentChSeg0=8, ucCentChSeg1=0, BW=1, ucHetbRU26Disable=0, ucHetbAllDisable=1 [ 26.214146] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 8320, CmdBssInfoBmcRate.u2McTransmit = 8320 [ 26.231191] UpdateBeaconHandler, BCN_UPDATE_INIT, OmacIdx = 0 (ra0) [ 26.237605] Band0 BcnInitedRnd = 3 [ 26.241787] MtCmdTxPowerSKUCtrl: tx_pwr_sku_en: 0, BandIdx: 0 [ 26.247805] MtCmdTxBfBackoffCtrl: fgTxBFBackoffEn: 0, BandIdx: 0 [ 26.253943] MtCmdTxPowerPercentCtrl: fgTxPowerPercentEn: 0, BandIdx: 0 [ 26.260918] TxCCKStreamCtrl: set wrong parameters [ 26.272393] set muru_update_he_cfg()!!!! [ 26.276458] PrintSrCmd: [ 26.276458] u1CmdSubId = 1, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 26.276458] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 26.290595] PrintSrCmd: [ 26.290595] u1CmdSubId = 5, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 26.290595] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 26.304761] PrintSrCmd: [ 26.304761] u1CmdSubId = 3, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 26.304761] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 26.319029] apidx 0 for WscUUIDInit [ 26.322584] Generate UUID for apidx(0) [ 26.326425] WDS_Init():wds_num[0]=0, count=0, MAX_WDS_ENTRY=16, if_idx=0, flg_wds_init=0 [ 26.334583] Total allocated 0 WDS(es) for band0! [ 26.340061] extif_set_dev(ra0) [ 26.343916] add tx_src: 44:d1:fa:d1:dd:df [ 26.348339] add tx_src: 42:d1:fa:d1:dd:df [ 26.352452] nf_unregister_hooks() [ 26.357670] no net device found for ra1 or apcli0 [ 26.362432] no net device found for ra2 or apcli0 [ 26.370033] no net device found for ra3 or apcli0 [ 26.374930] no net device found for ra4 or apcli0 [ 26.379701] no net device found for ra5 or apcli0 [ 26.384898] no net device found for ra6 or apcli0 [ 26.389881] no net device found for ra7 or apcli0 [ 26.396652] no net device found for ra8 or apcli0 [ 26.401487] no net device found for ra9 or apcli0 [ 26.406312] no net device found for ra10 or apcli0 [ 26.411211] no net device found for ra11 or apcli0 [ 26.419763] no net device found for ra12 or apcli0 [ 26.424715] no net device found for ra13 or apcli0 [ 26.429663] no net device found for ra14 or apcli0 [ 26.434644] no net device found for ra15 or apcli0 [ 26.440415] add tx_src: 4e:d1:fa:d1:dd:df [ 26.447720] device eth0 entered promiscuous mode [ 26.448655] no net device found for rax1 or apclix0 [ 26.448678] no net device found for rax2 or apclix0 [ 26.448701] no net device found for rax3 or apclix0 [ 26.448725] no net device found for rax4 or apclix0 [ 26.448748] no net device found for rax5 or apclix0 [ 26.448771] no net device found for rax6 or apclix0 [ 26.448794] no net device found for rax7 or apclix0 [ 26.448817] no net device found for rax8 or apclix0 [ 26.448840] no net device found for rax9 or apclix0 [ 26.448863] no net device found for rax10 or apclix0 [ 26.448887] no net device found for rax11 or apclix0 [ 26.448910] no net device found for rax12 or apclix0 [ 26.448933] no net device found for rax13 or apclix0 [ 26.448955] no net device found for rax14 or apclix0 [ 26.448978] no net device found for rax15 or apclix0 [ 26.528398] device ra0 entered promiscuous mode [ 26.534753] br-lan: port 2(ra0) entered forwarding state [ 26.540192] br-lan: port 2(ra0) entered forwarding state [ 26.545615] br-lan: port 1(eth0) entered forwarding state [ 26.551121] br-lan: port 1(eth0) entered forwarding state [ 26.596556] device eth0.2 entered promiscuous mode [ 26.604652] br-lan: port 3(eth0.2) entered forwarding state [ 26.610333] br-lan: port 3(eth0.2) entered forwarding state [ 26.641935] device eth1 entered promiscuous mode [ 26.655866] br-wan: port 1(eth1) entered forwarding state [ 26.661446] br-wan: port 1(eth1) entered forwarding state [ 26.704295] device eth0.1 entered promiscuous mode [ 26.710072] br-wan: port 2(eth0.1) entered forwarding state [ 26.715837] br-wan: port 2(eth0.1) entered forwarding state [ 27.095730] rax0: ===> mbss_virtual_if_open [ 27.099977] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_INIT [ 27.106554] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_UP [ 27.112871] wifi_sys_open(), wdev idx = 1 [ 27.117203] ucAction = 0, ucBandIdx = 0, ucSmthIntlBypass = 0 [ 27.123062] ucAction = 0, ucBandIdx = 1, ucSmthIntlBypass = 0 [ 27.129041] BuildChannelList() BandIdx = 1, PhyMode = 177, ChListNum = 21: [ 27.136656] DfsBuildChannelList(): Done [ 27.140548] phy_oper_init(): operate TxStream = 2, RxStream = 2 [ 27.146714] [RadarStateCheck] RD_NORMAL_MODE [ 27.152546] mt7915_apply_dpd_flatness_data: eeprom 0x62 bit 0 is 0, do runtime cal [ 27.160862] MtCmdChannelSwitch: ctrl_chl=36, ctrl_ch2=0, cent_ch=42 DBDCIdx=1, ChBand=1, BW=2, TXStream=2, RXStream=2, scan(0) [ 27.271091] MtCmdSetTxRxPath: ctrl_chl=36, ctrl_ch2=0, cent_ch=42, RxPath=3, BandIdx=1, ChBand=1, BW=2,TXStream=2, RXStream=3, scan(0) [ 27.285705] Caller: wlan_operate_init+0x104/0x118 [ 27.290507] [ 27.290507] phy_mode=177, ch=36, wdev_type=1 [ 27.296562] ht_cap: ht_cap->HtCapInfo, [ 27.300605] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1 [ 27.308575] ht_cap: ht_cap->HtCapParm, [ 27.312639] mdpu_density=5, ampdu_factor=3 [ 27.316944] MtAsicSetWdevIfAddr bAddrGen3 = 0... [ 27.321670] drivers/net/wireless/mediatek/mt_wifi_ap/../mt_wifi/hw_ctrl/cmm_chip_mt.c-MtAsicSetMbssWdevIfAddrGen2 mbss_idx = 1, if_addr = 46 d1 fa d1 dd df [ 27.335802] wdev_attr_update(): wdevId1 = 46:d1:fa:d1:dd:df , pAd=0xc0301000.AP inf up for ra_1(func_idx) OmacIdx=0 [ 27.348058] AsicRadioOnOffCtrl(): DbdcIdx=1 RadioOn [ 27.354101] ApAutoChannelAtBootUp-----------------> [ 27.359549] ApAutoChannelAtBootUp: AutoChannelBootup[1] = 0 [ 27.366964] MtCmdSetMacTxRx:(ret = 0) [ 27.371422] MtCmdSetMacTxRx:(ret = 0) [ 27.375374] ap_run_at_boot() : ACS is disable !! [ 27.380950] [PMF]APPMFInit:: Security is not WPA2/WPA2PSK AES [ 27.386947] [PMF]APPMFInit:: apidx=1, MFPC=0, MFPR=0, SHA256=0 [ 27.392999] Caller: SetCommonHT+0x100/0x178 [ 27.397462] [ 27.397462] phy_mode=177, ch=36, wdev_type=1 [ 27.403375] ht_cap: ht_cap->HtCapInfo, [ 27.407420] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1 [ 27.415249] ht_cap: ht_cap->HtCapParm, [ 27.419160] mdpu_density=5, ampdu_factor=3 [ 27.423370] wifi_sys_linkup(), wdev idx = 1 [ 27.427734] wtc_acquire_groupkey_wcid: Found a non-occupied wtbl_idx:286 for WDEV_TYPE:1 [ 27.427734] LinkToOmacIdx = 0, LinkToWdevType = 1 [ 27.440746] TRTableInsertMcastEntry:band1 group_idx[1]=1 [ 27.446503] (bssUpdateChannel), ucPrimCh=36, ucCentChSeg0=42, ucCentChSeg1=0, BW=2, ucHetbRU26Disable=0, ucHetbAllDisable=1 [ 27.458037] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 8320, CmdBssInfoBmcRate.u2McTransmit = 8320 [ 27.475490] UpdateBeaconHandler, BCN_UPDATE_INIT, OmacIdx = 0 (ra0) [ 27.481810] Band1 BcnInitedRnd = 16 [ 27.506578] MtCmdTxPowerSKUCtrl: tx_pwr_sku_en: 0, BandIdx: 1 [ 27.512491] MtCmdTxBfBackoffCtrl: fgTxBFBackoffEn: 0, BandIdx: 1 [ 27.518728] MtCmdTxPowerPercentCtrl: fgTxPowerPercentEn: 0, BandIdx: 1 [ 27.532942] set muru_update_he_cfg()!!!! [ 27.536970] PrintSrCmd: [ 27.536970] u1CmdSubId = 1, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0 [ 27.536970] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 27.551196] PrintSrCmd: [ 27.551196] u1CmdSubId = 5, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0 [ 27.551196] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 27.565937] PrintSrCmd: [ 27.565937] u1CmdSubId = 3, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0 [ 27.565937] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 27.580284] apidx 1 for WscUUIDInit [ 27.583883] Generate UUID for apidx(1) [ 27.587797] WDS_Init():wds_num[1]=0, count=0, MAX_WDS_ENTRY=16, if_idx=0, flg_wds_init=0 [ 27.596007] Total allocated 0 WDS(es) for band1! [ 27.601627] extif_set_dev(rax0) [ 27.660101] device rax0 entered promiscuous mode [ 27.665239] br-lan: port 4(rax0) entered forwarding state [ 27.670785] br-lan: port 4(rax0) entered forwarding state [ 28.534434] br-lan: port 2(ra0) entered forwarding state [ 28.544437] br-lan: port 1(eth0) entered forwarding state [ 28.604728] br-lan: port 3(eth0.2) entered forwarding state [ 28.654430] br-wan: port 1(eth1) entered forwarding state [ 28.714432] br-wan: port 2(eth0.1) entered forwarding state [ 29.664443] br-lan: port 4(rax0) entered forwarding state [ 50.466431] done. [ 50.468405] jffs2: notice: (1644) jffs2_build_xattr_subsystem: complete building xattr subsystem, 0 of xdatum (0 unchecked, 0 orphan) and 0 of xref (0 dead, 0 orphan) found. [ 191.233713] mapfilter:drop IP addr timeout! stop dropping IP addr.


Hit any key to stop autoboot: 0 *** U-Boot Boot Menu *** 1. Startup system (Default) 2. Upgrade firmware 3. Upgrade bootloader 4. Upgrade bootloader (advanced mode) 5. Load image 0. U-Boot console Press UP/DOWN to move, ENTER to select ## Booting kernel from Legacy Image at bfc90000 ... Image Name: MIPS OpenWrt Linux-5.10.125 Image Type: MIPS Linux Kernel Image (uncompressed) Data Size: 2743518 Bytes = 2.6 MiB Load Address: 80001000 Entry Point: 80001000 Verifying Checksum ... OK Loading Kernel Image ... OK 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.125 (valdem@valdem-zephyrus) (mipsel-openwrt-linux-musl-gcc (OpenWrt GCC 11.3.0 r19873+1-a703f9ed0b) 11.3.0, GNU ld (GNU Binutils) 2.37) #0 SMP Mon Jun 27 05:59:41 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 YunCore AX820 [ 0.000000] Initrd not found or empty - disabling initrd [ 0.000000] VPE topology {2,2} total 4 [ 0.000000] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. [ 0.000000] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes [ 0.000000] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. [ 0.000000] Zone ranges: [ 0.000000] Normal [mem 0x0000000000000000-0x000000000fffffff] [ 0.000000] HighMem empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000000000-0x000000000fffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000000fffffff] [ 0.000000] percpu: Embedded 15 pages/cpu s30224 r8192 d23024 u61440 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 64960 [ 0.000000] Kernel command line: console=ttyS0,115200 rootfstype=squashfs,jffs2 [ 0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes, linear) [ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes, linear) [ 0.000000] Writing ErrCtl register=00046a50 [ 0.000000] Readback ErrCtl register=00046a50 [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] Memory: 249116K/262144K available (6740K kernel code, 621K rwdata, 1368K rodata, 1240K init, 235K bss, 13028K 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.000011] sched_clock: 64 bits at 880MHz, resolution 1ns, wraps every 4398046511103ns [ 0.007937] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 4343773742 ns [ 0.016979] Calibrating delay loop... 586.13 BogoMIPS (lpj=2930688) [ 0.083143] pid_max: default: 32768 minimum: 301 [ 0.087901] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.095103] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.105614] rcu: Hierarchical SRCU implementation. [ 0.110634] dyndbg: Ignore empty _ddebug table in a CONFIG_DYNAMIC_DEBUG_CORE build [ 0.118715] smp: Bringing up secondary CPUs ... [ 0.123949] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. [ 0.123959] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes [ 0.123971] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. [ 0.124046] CPU1 revision is: 0001992f (MIPS 1004Kc) [ 0.178494] Synchronize counters for CPU 1: done. [ 0.210479] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. [ 0.210490] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes [ 0.210497] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. [ 0.210544] CPU2 revision is: 0001992f (MIPS 1004Kc) [ 0.269653] Synchronize counters for CPU 2: done. [ 0.300245] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. [ 0.300253] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes [ 0.300261] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. [ 0.300312] CPU3 revision is: 0001992f (MIPS 1004Kc) [ 0.354839] Synchronize counters for CPU 3: done. [ 0.384707] smp: Brought up 1 node, 4 CPUs [ 0.393001] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.402820] futex hash table entries: 1024 (order: 3, 32768 bytes, linear) [ 0.409838] pinctrl core: initialized pinctrl subsystem [ 0.417324] NET: Registered protocol family 16 [ 0.422868] thermal_sys: Registered thermal governor 'step_wise' [ 0.423888] cpuidle: using governor teo [ 0.477438] clocksource: Switched to clocksource GIC [ 0.484415] NET: Registered protocol family 2 [ 0.489151] IP idents hash table entries: 4096 (order: 3, 32768 bytes, linear) [ 0.497167] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear) [ 0.505552] TCP established hash table entries: 2048 (order: 1, 8192 bytes, linear) [ 0.513153] TCP bind hash table entries: 2048 (order: 2, 16384 bytes, linear) [ 0.520233] TCP: Hash tables configured (established 2048 bind 2048) [ 0.526636] UDP hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.533117] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.540298] NET: Registered protocol family 1 [ 0.544590] PCI: CLS 0 bytes, default 32 [ 0.551098] workingset: timestamp_bits=14 max_order=16 bucket_order=2 [ 0.561690] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.567499] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. [ 0.579767] mt7621_gpio 1e000600.gpio: registering 32 gpios [ 0.585612] mt7621_gpio 1e000600.gpio: registering 32 gpios [ 0.591512] mt7621_gpio 1e000600.gpio: registering 32 gpios [ 0.598081] Serial: 8250/16550 driver, 3 ports, IRQ sharing disabled [ 0.606044] printk: console [ttyS0] disabled [ 0.610382] 1e000c00.uartlite: ttyS0 at MMIO 0x1e000c00 (irq = 19, base_baud = 3125000) is a 16550A [ 0.619377] printk: console [ttyS0] enabled [ 0.619377] printk: console [ttyS0] enabled [ 0.627641] printk: bootconsole [early0] disabled [ 0.627641] printk: bootconsole [early0] disabled [ 0.640023] spi-mt7621 1e000b00.spi: sys_freq: 220000000 [ 0.646797] spi-nor spi0.0: w25q128 (16384 Kbytes) [ 0.651712] 4 fixed-partitions partitions found on MTD device spi0.0 [ 0.658063] Creating 4 MTD partitions on "spi0.0": [ 0.662839] 0x000000000000-0x000000030000 : "Bootloader" [ 0.669298] 0x000000030000-0x000000040000 : "Config" [ 0.675135] 0x000000050000-0x000000090000 : "Factory" [ 0.681217] 0x000000090000-0x000001000000 : "firmware" [ 0.687763] 2 uimage-fw partitions found on MTD device firmware [ 0.693677] Creating 2 MTD partitions on "firmware": [ 0.698658] 0x000000000000-0x00000029dd1e : "kernel" [ 0.703601] mtd: partition "kernel" doesn't end on an erase/write block -- force read-only [ 0.712754] 0x00000029dd1e-0x000000f70000 : "rootfs" [ 0.717749] mtd: partition "rootfs" doesn't start on an erase/write block boundary -- force read-only [ 0.727717] mtd: device 5 (rootfs) set to be root filesystem [ 0.733516] 1 squashfs-split partitions found on MTD device rootfs [ 0.739711] 0x0000006b0000-0x000000f70000 : "rootfs_data" [ 0.789057] mt7530 mdio-bus:1f: MT7530 adapts as multi-chip module [ 0.798582] mtk_soc_eth 1e100000.ethernet eth0: mediatek frame engine at 0xbe100000, irq 21 [ 0.808249] i2c /dev entries driver [ 0.814693] mt7621-pci 1e140000.pcie: host bridge /pcie@1e140000 ranges: [ 0.821496] mt7621-pci 1e140000.pcie: No bus range found for /pcie@1e140000, using [bus 00-ff] [ 0.830293] mt7621-pci 1e140000.pcie: MEM 0x0060000000..0x006fffffff -> 0x0000000000 [ 0.838472] mt7621-pci 1e140000.pcie: IO 0x001e160000..0x001e16ffff -> 0x0000000000 [ 0.846717] mt7621-pci 1e140000.pcie: Parsing DT failed [ 0.854105] NET: Registered protocol family 10 [ 0.860181] Segment Routing with IPv6 [ 0.863932] NET: Registered protocol family 17 [ 0.868895] 8021q: 802.1Q VLAN Support v1.8 [ 0.876460] mt7530 mdio-bus:1f: MT7530 adapts as multi-chip module [ 0.898409] mt7530 mdio-bus:1f wan (uninitialized): PHY [mt7530-0:00] driver [MediaTek MT7530 PHY] (irq=26) [ 0.910563] mt7530 mdio-bus:1f lan (uninitialized): PHY [mt7530-0:01] driver [MediaTek MT7530 PHY] (irq=27) [ 0.924606] mt7530 mdio-bus:1f: configuring for fixed/rgmii link mode [ 0.935045] DSA: tree 0 setup [ 0.938338] rt2880-pinmux pinctrl: pcie is already enabled [ 0.943880] mt7621-pci 1e140000.pcie: host bridge /pcie@1e140000 ranges: [ 0.950588] mt7621-pci 1e140000.pcie: No bus range found for /pcie@1e140000, using [bus 00-ff] [ 0.959392] mt7621-pci 1e140000.pcie: MEM 0x0060000000..0x006fffffff -> 0x0000000000 [ 0.967562] mt7621-pci 1e140000.pcie: IO 0x001e160000..0x001e16ffff -> 0x0000000000 [ 0.975808] mt7621-pci-phy 1e149000.pcie-phy: PHY for 0xbe149000 (dual port = 1) [ 0.983565] mt7621-pci-phy 1e14a000.pcie-phy: PHY for 0xbe14a000 (dual port = 0) [ 0.991209] mt7621-pci 1e140000.pcie: failed to parse bus ranges property: -22 [ 1.098607] mt7621-pci-phy 1e149000.pcie-phy: Xtal is 40MHz [ 1.104175] mt7621-pci-phy 1e14a000.pcie-phy: Xtal is 40MHz [ 1.209904] mt7621-pci 1e140000.pcie: pcie2 no card, disable it (RST & CLK) [ 1.216841] mt7621-pci 1e140000.pcie: PCIE0 enabled [ 1.221714] mt7621-pci 1e140000.pcie: PCIE1 enabled [ 1.226575] mt7621-pci 1e140000.pcie: PCI coherence region base: 0x60000000, mask/settings: 0xf0000002 [ 1.236024] mt7621-pci 1e140000.pcie: PCI host bridge to bus 0000:00 [ 1.242392] pci_bus 0000:00: root bus resource [io 0x1e160000-0x1e16ffff] [ 1.249262] pci_bus 0000:00: root bus resource [mem 0x60000000-0x6fffffff] [ 1.256110] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.261600] pci_bus 0000:00: root bus resource [mem 0x60000000-0x6fffffff] (bus address [0x00000000-0x0fffffff]) [ 1.271797] pci 0000:00:00.0: [0e8d:0801] type 01 class 0x060400 [ 1.277814] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x7fffffff] [ 1.284056] pci 0000:00:00.0: reg 0x14: initial BAR value 0x00000000 invalid [ 1.291087] pci 0000:00:00.0: reg 0x14: [mem size 0x00010000] [ 1.296873] pci 0000:00:00.0: supports D1 [ 1.300879] pci 0000:00:00.0: PME# supported from D0 D1 D3hot [ 1.307129] pci 0000:00:01.0: [0e8d:0801] type 01 class 0x060400 [ 1.313169] pci 0000:00:01.0: reg 0x10: [mem 0x00000000-0x7fffffff] [ 1.319444] pci 0000:00:01.0: reg 0x14: initial BAR value 0x00000000 invalid [ 1.326461] pci 0000:00:01.0: reg 0x14: [mem size 0x00010000] [ 1.332261] pci 0000:00:01.0: supports D1 [ 1.336255] pci 0000:00:01.0: PME# supported from D0 D1 D3hot [ 1.343339] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 1.351347] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 1.359590] pci 0000:01:00.0: [14c3:7916] type 00 class 0x000280 [ 1.365616] pci 0000:01:00.0: reg 0x10: initial BAR value 0x00000000 invalid [ 1.372661] pci 0000:01:00.0: reg 0x10: [mem size 0x00100000 64bit pref] [ 1.379378] pci 0000:01:00.0: reg 0x18: initial BAR value 0x00000000 invalid [ 1.386396] pci 0000:01:00.0: reg 0x18: [mem size 0x00004000 64bit pref] [ 1.393097] pci 0000:01:00.0: reg 0x20: initial BAR value 0x00000000 invalid [ 1.400131] pci 0000:01:00.0: reg 0x20: [mem size 0x00001000 64bit pref] [ 1.406923] pci 0000:01:00.0: supports D1 D2 [ 1.411188] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold [ 1.417833] 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) [ 1.433828] pci 0000:00:00.0: PCI bridge to [bus 01-ff] [ 1.439082] pci 0000:00:00.0: bridge window [io 0x0000-0x0fff] [ 1.445151] pci 0000:00:00.0: bridge window [mem 0x60000000-0x600fffff] [ 1.451927] pci 0000:00:00.0: bridge window [mem 0x60000000-0x600fffff pref] [ 1.459145] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01 [ 1.465991] pci 0000:02:00.0: [14c3:7915] type 00 class 0x000280 [ 1.472037] pci 0000:02:00.0: reg 0x10: initial BAR value 0x00000000 invalid [ 1.479079] pci 0000:02:00.0: reg 0x10: [mem size 0x00100000 64bit pref] [ 1.485765] pci 0000:02:00.0: reg 0x18: initial BAR value 0x00000000 invalid [ 1.492803] pci 0000:02:00.0: reg 0x18: [mem size 0x00004000 64bit pref] [ 1.499518] pci 0000:02:00.0: reg 0x20: initial BAR value 0x00000000 invalid [ 1.506535] pci 0000:02:00.0: reg 0x20: [mem size 0x00001000 64bit pref] [ 1.513343] pci 0000:02:00.0: supports D1 D2 [ 1.517612] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold [ 1.524238] pci 0000:02:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x1 link at 0000:00:01.0 (capable of 4.000 Gb/s with 5.0 GT/s PCIe x1 link) [ 1.540426] pci 0000:00:01.0: PCI bridge to [bus 02-ff] [ 1.545646] pci 0000:00:01.0: bridge window [io 0x0000-0x0fff] [ 1.551737] pci 0000:00:01.0: bridge window [mem 0x60000000-0x600fffff] [ 1.558527] pci 0000:00:01.0: bridge window [mem 0x60000000-0x600fffff pref] [ 1.565723] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 02 [ 1.572386] pci 0000:00:00.0: BAR 0: no space for [mem size 0x80000000] [ 1.578993] pci 0000:00:00.0: BAR 0: failed to assign [mem size 0x80000000] [ 1.585927] pci 0000:00:01.0: BAR 0: no space for [mem size 0x80000000] [ 1.592526] pci 0000:00:01.0: BAR 0: failed to assign [mem size 0x80000000] [ 1.599478] pci 0000:00:00.0: BAR 8: assigned [mem 0x60000000-0x600fffff] [ 1.606239] pci 0000:00:00.0: BAR 9: assigned [mem 0x60100000-0x602fffff pref] [ 1.613448] pci 0000:00:01.0: BAR 8: assigned [mem 0x60300000-0x603fffff] [ 1.620235] pci 0000:00:01.0: BAR 9: assigned [mem 0x60400000-0x605fffff pref] [ 1.627450] pci 0000:00:00.0: BAR 1: assigned [mem 0x60600000-0x6060ffff] [ 1.634212] pci 0000:00:01.0: BAR 1: assigned [mem 0x60610000-0x6061ffff] [ 1.640992] pci 0000:00:00.0: BAR 7: assigned [io 0x1e160000-0x1e160fff] [ 1.647771] pci 0000:00:01.0: BAR 7: assigned [io 0x1e161000-0x1e161fff] [ 1.654543] pci 0000:01:00.0: BAR 0: assigned [mem 0x60100000-0x601fffff 64bit pref] [ 1.662285] pci 0000:01:00.0: BAR 2: assigned [mem 0x60200000-0x60203fff 64bit pref] [ 1.670026] pci 0000:01:00.0: BAR 4: assigned [mem 0x60204000-0x60204fff 64bit pref] [ 1.677772] pci 0000:00:00.0: PCI bridge to [bus 01] [ 1.682716] pci 0000:00:00.0: bridge window [io 0x1e160000-0x1e160fff] [ 1.689491] pci 0000:00:00.0: bridge window [mem 0x60000000-0x600fffff] [ 1.696251] pci 0000:00:00.0: bridge window [mem 0x60100000-0x602fffff pref] [ 1.703473] pci 0000:02:00.0: BAR 0: assigned [mem 0x60400000-0x604fffff 64bit pref] [ 1.711217] pci 0000:02:00.0: BAR 2: assigned [mem 0x60500000-0x60503fff 64bit pref] [ 1.718958] pci 0000:02:00.0: BAR 4: assigned [mem 0x60504000-0x60504fff 64bit pref] [ 1.726677] pci 0000:00:01.0: PCI bridge to [bus 02] [ 1.731635] pci 0000:00:01.0: bridge window [io 0x1e161000-0x1e161fff] [ 1.738419] pci 0000:00:01.0: bridge window [mem 0x60300000-0x603fffff] [ 1.745178] pci 0000:00:01.0: bridge window [mem 0x60400000-0x605fffff pref] [ 1.759381] VFS: Mounted root (squashfs filesystem) readonly on device 31:5. [ 1.770547] Freeing unused kernel memory: 1240K [ 1.775082] This architecture does not have kernel memory protection. [ 1.781536] Run /sbin/init as init process [ 1.786073] mt7530 mdio-bus:1f: Link is Up - 1Gbps/Full - flow control rx/tx [ 2.302502] init: Console is alive [ 2.306232] init: - watchdog - [ 3.026246] kmodloader: loading kernel modules from /etc/modules-boot.d/* [ 3.106111] kmodloader: done loading kernel modules from /etc/modules-boot.d/* [ 3.127806] init: - preinit - [ 3.910191] random: jshn: uninitialized urandom read (4 bytes read) [ 3.986165] random: jshn: uninitialized urandom read (4 bytes read) [ 4.050094] random: jshn: uninitialized urandom read (4 bytes read) [ 4.292115] mtk_soc_eth 1e100000.ethernet eth0: configuring for fixed/rgmii link mode [ 4.300433] mtk_soc_eth 1e100000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx [ 4.307954] mt7530 mdio-bus:1f lan: configuring for phy/gmii link mode [ 4.315718] 8021q: adding VLAN 0 to HW filter on device lan [ 4.324006] 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 [ 6.553955] jffs2: notice: (527) jffs2_build_xattr_subsystem: complete building xattr subsystem, 7 of xdatum (0 unchecked, 2 orphan) and 8 of xref (2 dead, 0 orphan) found. [ 6.571206] mount_root: switching to jffs2 overlay [ 6.582051] overlayfs: upper fs does not support tmpfile. [ 6.596069] urandom-seed: Seeding with /etc/urandom.seed [ 6.753674] procd: - early - [ 6.756785] procd: - watchdog - [ 7.377588] procd: - watchdog - [ 7.477070] procd: - ubus - [ 7.596022] urandom_read_iter: 7 callbacks suppressed [ 7.596035] random: ubusd: uninitialized urandom read (4 bytes read) [ 7.638280] random: ubusd: uninitialized urandom read (4 bytes read) [ 7.645078] random: ubusd: uninitialized urandom read (4 bytes read) [ 7.657162] procd: - init - Please press Enter to activate this console. [ 8.023916] random: crng init done [ 8.027354] random: 16 urandom warning(s) missed due to ratelimiting [ 8.422461] kmodloader: loading kernel modules from /etc/modules.d/* [ 8.620104] Loading modules backported from Linux version v5.15.33-0-g06f50ca83ace [ 8.627728] Backport generated by backports.git v5.15.33-1-0-g183c4ab2 [ 8.668551] urngd: v1.0.2 started. [ 8.781360] mt7621-pci 1e140000.pcie: bus=1 slot=0 irq=22 [ 8.786784] pci 0000:00:00.0: enabling device (0004 -> 0007) [ 8.792476] mt7915e_hif 0000:01:00.0: enabling device (0000 -> 0002) [ 8.799236] mt7621-pci 1e140000.pcie: bus=2 slot=1 irq=23 [ 8.804692] pci 0000:00:01.0: enabling device (0004 -> 0007) [ 8.810396] mt7915e 0000:02:00.0: enabling device (0000 -> 0002) [ 9.055771] mt7915e 0000:02:00.0: HW/SW Version: 0x8a108a10, Build Time: 20211222184017a [ 9.055771] [ 9.362628] mt7915e 0000:02:00.0: WM Firmware Version: ____000000, Build Time: 20211222184052 [ 9.398308] mt7915e 0000:02:00.0: WA Firmware Version: DEV_000000, Build Time: 20211222184111 [ 14.832983] PPP generic driver version 2.4.2 [ 14.839369] NET: Registered protocol family 24 [ 14.853165] kmodloader: done loading kernel modules from /etc/modules.d/* [ 22.607690] mtk_soc_eth 1e100000.ethernet eth0: Link is Down [ 22.625944] mtk_soc_eth 1e100000.ethernet eth0: configuring for fixed/rgmii link mode [ 22.634230] mtk_soc_eth 1e100000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx [ 22.638421] mt7530 mdio-bus:1f lan: configuring for phy/gmii link mode [ 22.650014] 8021q: adding VLAN 0 to HW filter on device lan [ 22.659057] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 22.666698] br-lan: port 1(lan) entered blocking state [ 22.672203] br-lan: port 1(lan) entered disabled state [ 22.678491] device lan entered promiscuous mode [ 22.683069] device eth0 entered promiscuous mode [ 22.725370] mt7530 mdio-bus:1f wan: configuring for phy/gmii link mode [ 22.732560] 8021q: adding VLAN 0 to HW filter on device wan [ 25.677251] mt7530 mdio-bus:1f wan: Link is Up - 1Gbps/Full - flow control off [ 25.684529] IPv6: ADDRCONF(NETDEV_CHANGE): wan: link becomes ready [ 26.492243] mt7530 mdio-bus:1f lan: Link is Up - 1Gbps/Full - flow control off [ 26.499628] br-lan: port 1(lan) entered blocking state [ 26.504763] br-lan: port 1(lan) entered forwarding state [ 26.511363] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready


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