Reyee RG-E5

An 8-antenna 4×4 wireless AX router based on MediaTek’s MTK MT7622 chipset. It has a dual-core 1.4Ghz processor with 256MB RAM / 16MB Flash.

Reyee RG-E5

Install OpenWrt (generic explanation)

  1. Serve the initramfs.img using a TFTP server with address 10.10.10.3.
  2. Interrupt the uboot startup process via UART.
  3. Select “System Load Linux to SDRAM via TFTP” item.
  4. (important) Back up firmware(mtd7) partitions with: dd if=/dev/mtd7 of=/tmp/firmware.bin and then download the firmware.bin image via SCP.
  5. Flash the OpenWrt sysupgrade firmware.

Layout (post openwrt install)

mtd0: 00020000 00010000 "Preloader"
mtd1: 00030000 00010000 "ATF"
mtd2: 00080000 00010000 "u-boot"
mtd3: 00090000 00010000 "u-boot-env"
mtd4: 000d0000 00010000 "Factory"
mtd5: 000e0000 00010000 "product_info"
mtd6: 000f0000 00010000 "kdump"
mtd7: 00f10000 00010000 "firmware"
mtd8: 003e0000 00010000 "kernel"
mtd9: 00b30000 00010000 "rootfs"
mtd10: 00750000 00010000 "rootfs_data"

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.

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.

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 Reyee RG-E5 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:
Reyee RG-E5 back view

Backside label:

Note: This will void your warranty!

Remove the four bottom screws, they're hidden under the rubber feet.

The lid is also held in place by additional plastic latches, three on the left and on the right, if you have side of the router, with the top button, closest to you.

The easiest way to remove the lid, is by inserting a small screwdriver in each of the four holes, where the screws were, and apply some pressure, making the lid pop off.

:!: The antenna wires may align over the screw holes inside the case as the it's separated, be careful not to damage any such wires when applying pressure with the screwdriver.

Main PCB:

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

Serial port is located on the bottom side of the PCB (unless you want to remove the top side heat sink).

Mark (so you know which one's which) and disconnect the four uFL antenna connectors, remove the screws holding the PCB in place, and flip it over.

Don't connect the 3.3v pin!

Serial connection parameters 115200, 8N1, 3.3V

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

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

None so far.

## Loading kernel from FIT Image at 4007ff28 ... Using 'config@1' configuration Trying 'kernel@1' kernel subimage Description: ARM64 OpenWrt Linux-4.4.198 Type: Kernel Image Compression: lzma compressed Data Start: 0x40080010 Data Size: 1974120 Bytes = 1.9 MiB Architecture: AArch64 OS: Linux Load Address: 0x41080000 Entry Point: 0x41080000 Hash algo: crc32 Hash value: be7cc0c4 Hash algo: sha1 Hash value: f1a2e360f061dd579f194e01e6f6a2130531b369 Verifying Hash Integrity ... crc32+ sha1+ OK ## Loading fdt from FIT Image at 4007ff28 ... Using 'config@1' configuration Trying 'fdt@1' fdt subimage Description: ARM64 OpenWrt E5 device tree blob Type: Flat Device Tree Compression: uncompressed Data Start: 0x402620ac Data Size: 31480 Bytes = 30.7 KiB Architecture: AArch64 Hash algo: crc32 Hash value: 0ab5b400 Hash algo: sha1 Hash value: 6514d0b0aa6701ec430341d84d34af769b250647 Verifying Hash Integrity ... crc32+ sha1+ OK Booting using the fdt blob at 0x402620ac Uncompressing Kernel Image ... OK Loading Device Tree to 4cf53000, end 4cf5daf7 ... OK Starting kernel ... [ATF][ 3.430737]save kernel info [ATF][ 3.433673]Kernel_EL2 [ATF][ 3.436343]Kernel is 64Bit [ATF][ 3.439431]pc=0x41080000, r0=0x4cf53000, r1=0x0 INFO: BL3-1: Preparing for EL3 exit to normal world, Kernel INFO: BL3-1: Next image address = 0x41080000 INFO: BL3-1: Next image spsr = 0x3c9 [ATF][ 3.457129]el3_exit [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 4.4.198 (ngcf@compiler55) (gcc version 7.3.0 (OpenWrt GCC 7.3.0 unknown) ) #0 SMP Fri Aug 27 05:50:14 2021 [ 0.000000] Boot CPU: AArch64 Processor [410fd034] [ 0.000000] On node 0 totalpages: 65488 [ 0.000000] DMA zone: 1024 pages used for memmap [ 0.000000] DMA zone: 0 pages reserved [ 0.000000] DMA zone: 65488 pages, LIFO batch:15 [ 0.000000] psci: probing for conduit method from DT. [ 0.000000] psci: PSCIv0.2 detected in firmware. [ 0.000000] psci: Using standard PSCI v0.2 function IDs [ 0.000000] psci: Trusted OS migration not required [ 0.000000] PERCPU: Embedded 18 pages/cpu @ffffffc00ffa7000 s34968 r8192 d30568 u73728 [ 0.000000] pcpu-alloc: s34968 r8192 d30568 u73728 alloc=18*4096 [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [ 0.000000] Detected VIPT I-cache on CPU0 [ 0.000000] CPU features: enabling workaround for ARM erratum 845719 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 64464 [ 0.000000] Kernel command line: console=ttyS0,115200n1 loglevel=8 swiotlb=512 rootfstype=squashfs [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.000000] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.000000] software IO TLB: mapped [mem 0x4fe47000-0x4ff47000] (1MB) [ 0.000000] Memory: 249784K/261952K available (3824K kernel code, 338K rwdata, 1312K rodata, 280K init, 437K bss, 12168K reserved, 0K cma-reserved) [ 0.000000] Virtual kernel memory layout: [ 0.000000] modules : 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [ 0.000000] vmalloc : 0xffffff8008000000 - 0xffffffbdbfff0000 ( 246 GB) [ 0.000000] .init : 0xffffff8008588000 - 0xffffff80085ce000 ( 280 KB) [ 0.000000] .text : 0xffffff8008080000 - 0xffffff800843d000 ( 3828 KB) [ 0.000000] .rodata : 0xffffff800843d000 - 0xffffff8008588000 ( 1324 KB) [ 0.000000] .data : 0xffffff80085ce000 - 0xffffff8008622b78 ( 339 KB) [ 0.000000] fixed : 0xffffffbffe7fb000 - 0xffffffbffec00000 ( 4116 KB) [ 0.000000] PCI I/O : 0xffffffbffee00000 - 0xffffffbfffe00000 ( 16 MB) [ 0.000000] memory : 0xffffffc000000000 - 0xffffffc010000000 ( 256 MB) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] NR_IRQS:64 nr_irqs:64 0 [ 0.000000] Architected cp15 timer(s) running at 12.50MHz (phys). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x2e2049cda, max_idle_ns: 440795202628 ns [ 0.000003] sched_clock: 56 bits at 12MHz, resolution 80ns, wraps every 4398046511080ns [ 0.000054] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 191126102035 ns [ 0.000232] Console: colour dummy device 80x25 [ 0.000247] Calibrating delay loop (skipped), value calculated using timer frequency.. 25.00 BogoMIPS (lpj=50000) [ 0.000254] pid_max: default: 32768 minimum: 301 [ 0.000302] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.000307] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.000746] sched-energy: CPU device node has no sched-energy-costs [ 0.000752] Invalid sched_group_energy for CPU0 [ 0.000756] CPU0: update cpu_capacity 1024 [ 0.000782] ASID allocator initialised with 32768 entries [ 0.001563] Detected VIPT I-cache on CPU1 [ 0.001592] Invalid sched_group_energy for CPU1 [ 0.001594] CPU1: update cpu_capacity 1024 [ 0.001596] CPU1: Booted secondary processor [410fd034] [ 0.001631] Brought up 2 CPUs [ 0.001642] SMP: Total of 2 processors activated. [ 0.001648] CPU features: detected feature: 32-bit EL0 Support [ 0.001653] CPU: All CPU(s) started at EL2 [ 0.001664] alternatives: patching kernel code [ 0.001731] Invalid sched_group_energy for CPU1 [ 0.001736] Invalid sched_group_energy for Cluster1 [ 0.001739] Invalid sched_group_energy for CPU0 [ 0.001742] Invalid sched_group_energy for Cluster0 [ 0.005830] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.005848] futex hash table entries: 512 (order: 4, 65536 bytes) [ 0.005975] pinctrl core: initialized pinctrl subsystem [ 0.006472] NET: Registered protocol family 16 [ 0.006904] [SPM] spm_base = ffffff8008026000 [ 0.006908] [SPM] spm_irq_0 = 6, spm_irq_1 = 7 [ 0.006912] [SPM] spm_irq_2 = 8, spm_irq_3 = 9 [ 0.006914] [SPM] set spm as wakeup devcie. [ 0.006919] [SPM] spm_rtc cnt: 24414. [ 0.015997] cpuidle: using governor menu [ 0.016031] vdso: 2 pages (1 code @ ffffff8008442000, 1 data @ ffffff80085d4000) [ 0.016165] DMA: preallocated 256 KiB pool for atomic allocations [ 0.016231] Serial: AMBA PL011 UART driver [ 0.016283] [SPM] PWAKE_EN:1, PCMWDT_EN:0, BYPASS_SYSPWREQ:0, I2C_CHANNEL:2 [ 0.016288] [SLP] SLEEP_DPIDLE_EN:1, REPLACE_DEF_WAKESRC:0, SUSPEND_LOG_EN:1 [ 0.037204] vgaarb: loaded [ 0.038151] rbus 18000000.wbsys: PCI host bridge to bus 0000:00 [ 0.038161] pci_bus 0000:00: root bus resource [mem 0x18000000-0x180fffff] [ 0.038169] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.038188] pci 0000:00:00.0: [14c3:7622] type 00 class 0x000280 [ 0.038203] pci 0000:00:00.0: reg 0x10: [mem 0x18000000-0x1800000f 64bit] [ 0.038210] pci 0000:00:00.0: reg 0x18: [mem 0x00000000-0x0000000f] [ 0.038216] pci 0000:00:00.0: reg 0x1c: [mem 0x00000000-0x0000000f] [ 0.038223] pci 0000:00:00.0: reg 0x20: [mem 0x00000000-0x0000000f] [ 0.038229] pci 0000:00:00.0: reg 0x24: [mem 0x00000000-0x0000000f] [ 0.038258] pci 0000:00:00.0: of_irq_parse_pci() failed with rc=-22 [ 0.038507] clocksource: Switched to clocksource arch_sys_counter [ 0.042455] NET: Registered protocol family 2 [ 0.042789] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.042811] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.042844] TCP: Hash tables configured (established 2048 bind 2048) [ 0.042901] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.042914] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.043029] NET: Registered protocol family 1 [ 0.043066] PCI: CLS 0 bytes, default 128 [ 0.048620] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.048634] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. [ 0.049565] io scheduler noop registered [ 0.049738] io scheduler cfq registered (default) [ 0.078540] mtk-pcie 1a143000.pcie: pcie rc 0 linkup success [ 0.078671] mtk-pcie 1a143000.pcie: PCI host bridge to bus 0001:00 [ 0.078682] pci_bus 0001:00: root bus resource [??? 0x00000000 flags 0x0] [ 0.078688] pci_bus 0001:00: root bus resource [mem 0x20000000-0x27ffffff] [ 0.078695] pci_bus 0001:00: root bus resource [bus 00-ff] [ 0.078731] pci 0001:00:00.0: [14c3:5396] type 01 class 0x060400 [ 0.078784] pci 0001:00:00.0: reg 0x10: [mem 0x00000000-0xffffffff 64bit pref] [ 0.078903] pci 0001:00:00.0: of_irq_parse_pci() failed with rc=-22 [ 0.079014] pci 0001:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 0.079222] pci 0001:01:00.0: [14c3:7915] type 00 class 0x000280 [ 0.079527] pci 0001:01:00.0: reg 0x10: [mem 0x00000000-0x000fffff 64bit pref] [ 0.079640] pci 0001:01:00.0: reg 0x18: [mem 0x00000000-0x00003fff 64bit pref] [ 0.079752] pci 0001:01:00.0: reg 0x20: [mem 0x00000000-0x00000fff 64bit pref] [ 0.080266] pci 0001:01:00.0: supports D1 D2 [ 0.080272] pci 0001:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.086578] pci_bus 0001:01: busn_res: [bus 01-ff] end is updated to 01 [ 0.086617] pci 0001:00:00.0: BAR 0: no space for [mem size 0xffffffff 64bit pref] [ 0.086624] pci 0001:00:00.0: BAR 0: failed to assign [mem size 0xffffffff 64bit pref] [ 0.086630] pci 0001:00:00.0: BAR 8: assigned [mem 0x20000000-0x201fffff] [ 0.086639] pci 0001:01:00.0: BAR 0: assigned [mem 0x20000000-0x200fffff 64bit pref] [ 0.086730] pci 0001:01:00.0: BAR 2: assigned [mem 0x20100000-0x20103fff 64bit pref] [ 0.086820] pci 0001:01:00.0: BAR 4: assigned [mem 0x20104000-0x20104fff 64bit pref] [ 0.086909] pci 0001:00:00.0: PCI bridge to [bus 01] [ 0.086920] pci 0001:00:00.0: bridge window [mem 0x20000000-0x201fffff] [ 0.086977] pcieport 0001:00:00.0: of_irq_parse_pci() failed with rc=-22 [ 0.086992] pcieport 0001:00:00.0: enabling device (0000 -> 0002) [ 0.087155] pcieport 0001:00:00.0: Signaling PME through PCIe PME interrupt [ 0.087161] pci 0001:01:00.0: Signaling PME through PCIe PME interrupt [ 0.087170] pcie_pme 0001:00:00.0:pcie01: service driver pcie_pme loaded [ 0.188040] mtk-pcie 1a145000.pcie: Port1 link down [ 0.188146] mtk-pcie 1a145000.pcie: PCI host bridge to bus 0002:00 [ 0.188153] pci_bus 0002:00: root bus resource [??? 0x00000000 flags 0x0] [ 0.188159] pci_bus 0002:00: root bus resource [mem 0x28000000-0x2fffffff] [ 0.188165] pci_bus 0002:00: root bus resource [bus 00-ff] [ 0.189976] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled [ 0.190754] console [ttyS0] disabled [ 0.210902] 11002000.serial: ttyS0 at MMIO 0x11002000 (irq = 232, base_baud = 1562500) is a ST16650V2 [ 1.053054] console [ttyS0] enabled [ 1.057219] Unable to detect cache hierarchy for CPU 0 [ 1.062689] dump_power_table[0] = { .cpufreq_khz = 1350000, .cpufreq_ncpu = 2, .cpufreq_power = 995 } [ 1.071906] dump_power_table[1] = { .cpufreq_khz = 1262500, .cpufreq_ncpu = 2, .cpufreq_power = 811 } [ 1.081121] dump_power_table[2] = { .cpufreq_khz = 1137500, .cpufreq_ncpu = 2, .cpufreq_power = 736 } [ 1.090335] dump_power_table[3] = { .cpufreq_khz = 1025000, .cpufreq_ncpu = 2, .cpufreq_power = 624 } [ 1.099549] dump_power_table[4] = { .cpufreq_khz = 1350000, .cpufreq_ncpu = 1, .cpufreq_power = 517 } [ 1.108762] dump_power_table[5] = { .cpufreq_khz = 812500, .cpufreq_ncpu = 2, .cpufreq_power = 492 } [ 1.117889] dump_power_table[6] = { .cpufreq_khz = 1262500, .cpufreq_ncpu = 1, .cpufreq_power = 377 } [ 1.127102] dump_power_table[7] = { .cpufreq_khz = 600000, .cpufreq_ncpu = 2, .cpufreq_power = 376 } [ 1.136229] dump_power_table[8] = { .cpufreq_khz = 1137500, .cpufreq_ncpu = 1, .cpufreq_power = 333 } [ 1.145442] dump_power_table[9] = { .cpufreq_khz = 437500, .cpufreq_ncpu = 2, .cpufreq_power = 295 } [ 1.154569] dump_power_table[10] = { .cpufreq_khz = 1025000, .cpufreq_ncpu = 1, .cpufreq_power = 258 } [ 1.163869] dump_power_table[11] = { .cpufreq_khz = 300000, .cpufreq_ncpu = 2, .cpufreq_power = 225 } [ 1.173082] dump_power_table[12] = { .cpufreq_khz = 812500, .cpufreq_ncpu = 1, .cpufreq_power = 204 } [ 1.182296] dump_power_table[13] = { .cpufreq_khz = 600000, .cpufreq_ncpu = 1, .cpufreq_power = 166 } [ 1.191512] dump_power_table[14] = { .cpufreq_khz = 437500, .cpufreq_ncpu = 1, .cpufreq_power = 140 } [ 1.200726] dump_power_table[15] = { .cpufreq_khz = 300000, .cpufreq_ncpu = 1, .cpufreq_power = 119 } [ 1.210532] mtk-nor 11014000.spi: xm25qh128c (16384 Kbytes) [ 1.216195] 8 ofpart partitions found on MTD device mtk_nor [ 1.221787] Creating 8 MTD partitions on "mtk_nor": [ 1.226665] 0x000000000000-0x000000020000 : "Preloader" [ 1.232365] 0x000000020000-0x000000030000 : "ATF" [ 1.237507] 0x000000030000-0x000000080000 : "u-boot" [ 1.242894] 0x000000080000-0x000000090000 : "u-boot-env" [ 1.248622] 0x000000090000-0x0000000d0000 : "Factory" [ 1.254102] 0x0000000d0000-0x0000000e0000 : "product_info" [ 1.260017] 0x0000000e0000-0x0000000f0000 : "kdump" [ 1.265303] 0x0000000f0000-0x000001000000 : "firmware" [ 1.271349] 2 fit-fw partitions found on MTD device firmware [ 1.277024] 0x0000000f0000-0x0000002e0000 : "kernel" [ 1.282382] 0x0000002f0000-0x000001000000 : "rootfs" [ 1.287742] mtd: device 9 (rootfs) set to be root filesystem [ 1.293560] 1 squashfs-split partitions found on MTD device rootfs [ 1.299743] 0x000000ef0000-0x000001000000 : "rootfs_data" [ 1.306081] libphy: Fixed MDIO Bus: probed [ 1.310567] sean debug physpeed = 2500 [ 1.348125] libphy: mdio: probed [ 1.351379] mtk_soc_eth 1b100000.ethernet: generated random MAC address fa:c8:a6:82:c7:7c [ 1.359710] mtk_soc_eth 1b100000.ethernet: connected mac 0 to PHY at fixed-0:00 [uid=00000000, driver=Generic PHY] [ 1.370355] mtk_soc_eth 1b100000.ethernet eth0: mediatek frame engine at 0xffffff8008700000, irq 250 [ 1.379486] netif_napi_add() called with weight 256 on device [ 1.385403] PPP generic driver version 2.4.2 [ 1.389759] PPP MPPE Compression module registered [ 1.394771] ========STA INIT============= [ 1.398802] MTK NETLINK SUCCESS!!!!! [ 1.402372] [WASK][wask_init][306]Netlink WASK Module inserted. [ 1.408293] [WASK][wask_init][320]WASK NETLINK SUCCESS!!!!! [ 1.414151] MTK_WDT_NONRST_REG(20000000) [ 1.418242] mtk-wdt 10212000.watchdog: register restart_handler on reboot_notifier_list for psci reset [ 1.427547] mtk-wdt 10212000.watchdog: Watchdog enabled (timeout=31 sec, nowayout=0) [ 1.435471] register cpuidle driver!!!!!!!!!!!!!!!!! [ 1.441030] creat color led meshled success [ 1.445398] creat color led sysled2 success [ 1.449857] creat group led meshled2 success [ 1.454513] nf_conntrack version 0.5.0 (4096 buckets, 16384 max) [ 1.460798] ipip: IPv4 over IPv4 tunneling driver [ 1.465808] gre: GRE over IPv4 demultiplexor driver [ 1.470689] ip_gre: GRE over IPv4 tunneling driver [ 1.476375] NET: Registered protocol family 10 [ 1.481510] NET: Registered protocol family 17 [ 1.486011] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this. [ 1.498632] 8021q: 802.1Q VLAN Support v1.8 [ 2.042825] mt753x gsw@0: Switch is MediaTek MT7531BE rev 1 [ 2.052855] mt753x gsw@0: HWSTRAP=0xff XTAL=25MHz [ 2.060525] mt753x gsw@0: Speed select reg[0x6128]= 0x14817 [ 2.066294] mt753x gsw@0: AN reg[0x6000]= 0x80140 disable auto-an [ 2.331617] random: nonblocking pool is initialized [ 2.358533] mtk_soc_eth 1b100000.ethernet: path gmac1_sgmii in set_mux_gdm1_to_gmac1_esw updated = 1 [ 2.367668] mtk_soc_eth 1b100000.ethernet: mux mux_gmac2_gmac0_to_gephy isn't present on the SoC [ 2.376450] mtk_soc_eth 1b100000.ethernet: mux mux_u3_gmac2_to_qphy isn't present on the SoC [ 2.384890] mtk_soc_eth 1b100000.ethernet: path gmac1_sgmii in set_mux_gmac1_gmac2_to_sgmii_rgmii updated = 1 [ 2.394808] mtk_soc_eth 1b100000.ethernet: mux mux_gmac12_to_gephy_sgmii isn't present on the SoC [ 2.407295] mt753x gsw@0: Port 5 Link is Up mode[7-rgmii]- 1Gbps/Full [ 2.413936] mt753x gsw@0: Port 6 Link is Up mode[3-sgmii]- 2.5Gbps/Full [ 2.420677] libphy: mt753x_mdio: probed [ 2.702097] mt753x gsw@0: >>>>>>>>>>>>>>>>>>>>>>>>>>>>> START CALIBRATION: [ 2.710240] mt753x gsw@0: -------- gephy-calbration (port:0) -------- [ 2.723340] CALDLY = 40 [ 2.762534] 0x1e-e0 = 2727 [ 2.766502] 0x1f-115 = 4 [ 2.769025] GE Rext AnaCal Done! (7)(0x27) [ 2.813711] GE R50 AnaCal Done! (10) (0x32)(0xb2) [ 2.853525] GE R50 AnaCal Done! (9) (0x34)(0xb4) [ 2.896443] GE R50 AnaCal Done! (10) (0x32)(0xb2) [ 2.939421] GE R50 AnaCal Done! (10) (0x32)(0xb2) [ 2.947025] GE 1e_174(0xb2b4), 1e_175(0xb2b2) [ 2.968859] GE Tx offset AnaCal Done! (pair-0)(1)(0x1) 0x1e_172=0x120 [ 2.997541] GE Tx offset AnaCal Done! (pair-1)(5)(0x24) 0x1e_172=0x124 [ 3.019974] GE Tx offset AnaCal Done! (pair-2)(3)(0x22) 0x1e_173=0x2220 [ 3.042513] GE Tx offset AnaCal Done! (pair-3)(3)(0x22) 0x1e_173=0x2222 [ 3.107370] GE Tx amp AnaCal Done! (pair-0)(1e_12 = 0x741d)(0x25) [ 3.151324] GE Tx amp AnaCal Done! (pair-1)(1e_17 = 0x1d1d)(0x25) [ 3.212889] GE Tx amp AnaCal Done! (pair-2)(1e_19 = 0x2129)(0x29) [ 3.278245] GE Tx amp AnaCal Done! (pair-3)(1e_21 = 0x232b)(0x2b) [ 3.306929] PORT 0 RX_DC_OFFSET [ 3.315518] before pairA output = 1e [ 3.320445] after pairA output = 0 [ 3.325116] before pairB output = e [ 3.329955] after pairB output = 0 [ 3.334635] before pairC output = 1c [ 3.339558] after pairC output = ff [ 3.344317] before pairD output = 1d [ 3.349245] after pairD output = fe [ 3.353026] mt753x gsw@0: -------- gephy-calbration (port:1) -------- [ 3.366112] CALDLY = 40 [ 3.409658] GE R50 AnaCal Done! (11) (0x31)(0xb1) [ 3.452622] GE R50 AnaCal Done! (10) (0x32)(0xb2) [ 3.495643] GE R50 AnaCal Done! (10) (0x32)(0xb2) [ 3.538601] GE R50 AnaCal Done! (10) (0x32)(0xb2) [ 3.546204] GE 1e_174(0xb1b2), 1e_175(0xb2b2) [ 3.571223] GE Tx offset AnaCal Done! (pair-0)(2)(0x2) 0x1e_172=0x220 [ 3.599899] GE Tx offset AnaCal Done! (pair-1)(5)(0x5) 0x1e_172=0x205 [ 3.622235] GE Tx offset AnaCal Done! (pair-2)(3)(0x3) 0x1e_173=0x320 [ 3.647764] GE Tx offset AnaCal Done! (pair-3)(4)(0x23) 0x1e_173=0x323 [ 3.689968] GE Tx amp AnaCal Done! (pair-0)(1e_12 = 0x6018)(0x20) [ 3.748966] GE Tx amp AnaCal Done! (pair-1)(1e_17 = 0x2222)(0x2a) [ 3.795526] GE Tx amp AnaCal Done! (pair-2)(1e_19 = 0x1e26)(0x26) [ 3.845648] GE Tx amp AnaCal Done! (pair-3)(1e_21 = 0x1f27)(0x27) [ 3.874331] PORT 1 RX_DC_OFFSET [ 3.882928] before pairA output = d [ 3.887763] after pairA output = 0 [ 3.892434] before pairB output = 1e [ 3.897361] after pairB output = 0 [ 3.902031] before pairC output = 1e [ 3.906960] after pairC output = 0 [ 3.911625] before pairD output = f [ 3.916464] after pairD output = 0 [ 3.920160] mt753x gsw@0: -------- gephy-calbration (port:2) -------- [ 3.933260] CALDLY = 40 [ 3.973626] GE R50 AnaCal Done! (10) (0x32)(0xb2) [ 4.016645] GE R50 AnaCal Done! (10) (0x32)(0xb2) [ 4.056438] GE R50 AnaCal Done! (9) (0x34)(0xb4) [ 4.096188] GE R50 AnaCal Done! (9) (0x34)(0xb4) [ 4.103704] GE 1e_174(0xb2b2), 1e_175(0xb4b4) [ 4.135028] GE Tx offset AnaCal Done! (pair-0)(4)(0x23) 0x1e_172=0x2320 [ 4.157570] GE Tx offset AnaCal Done! (pair-1)(3)(0x22) 0x1e_172=0x2322 [ 4.173732] GE Tx offset AnaCal Done! (pair-2)(1)(0x1) 0x1e_173=0x120 [ 4.192916] GE Tx offset AnaCal Done! (pair-3)(2)(0x21) 0x1e_173=0x121 [ 4.242686] GE Tx amp AnaCal Done! (pair-0)(1e_12 = 0x6c1b)(0x23) [ 4.279121] GE Tx amp AnaCal Done! (pair-1)(1e_17 = 0x1b1b)(0x23) [ 4.333178] GE Tx amp AnaCal Done! (pair-2)(1e_19 = 0x2129)(0x29) [ 4.383480] GE Tx amp AnaCal Done! (pair-3)(1e_21 = 0x1f27)(0x27) [ 4.412166] PORT 2 RX_DC_OFFSET [ 4.420758] before pairA output = 1c [ 4.425683] after pairA output = ff [ 4.430441] before pairB output = f [ 4.435282] after pairB output = 1 [ 4.439958] before pairC output = 1c [ 4.444884] after pairC output = ff [ 4.449644] before pairD output = 1d [ 4.454569] after pairD output = fe [ 4.458343] mt753x gsw@0: -------- gephy-calbration (port:3) -------- [ 4.471420] CALDLY = 40 [ 4.514937] GE R50 AnaCal Done! (11) (0x31)(0xb1) [ 4.554733] GE R50 AnaCal Done! (9) (0x34)(0xb4) [ 4.597646] GE R50 AnaCal Done! (10) (0x32)(0xb2) [ 4.637428] GE R50 AnaCal Done! (9) (0x34)(0xb4) [ 4.644948] GE 1e_174(0xb1b4), 1e_175(0xb2b4) [ 4.666778] GE Tx offset AnaCal Done! (pair-0)(1)(0x1) 0x1e_172=0x120 [ 4.695435] GE Tx offset AnaCal Done! (pair-1)(5)(0x5) 0x1e_172=0x105 [ 4.714603] GE Tx offset AnaCal Done! (pair-2)(2)(0x21) 0x1e_173=0x2120 [ 4.746679] GE Tx offset AnaCal Done! (pair-3)(6)(0x6) 0x1e_173=0x2106 [ 4.807685] GE Tx amp AnaCal Done! (pair-0)(1e_12 = 0x781e)(0x26) [ 4.851646] GE Tx amp AnaCal Done! (pair-1)(1e_17 = 0x1e1e)(0x26) [ 4.886937] GE Tx amp AnaCal Done! (pair-2)(1e_19 = 0x1c24)(0x24) [ 4.925926] GE Tx amp AnaCal Done! (pair-3)(1e_21 = 0x1d25)(0x25) [ 4.954624] PORT 3 RX_DC_OFFSET [ 4.963225] before pairA output = f [ 4.968061] after pairA output = 1 [ 4.972729] before pairB output = e [ 4.977568] after pairB output = 0 [ 4.982237] before pairC output = e [ 4.987078] after pairC output = 0 [ 4.991741] before pairD output = c [ 4.996579] after pairD output = 1 [ 5.000275] mt753x gsw@0: -------- gephy-calbration (port:4) -------- [ 5.013369] CALDLY = 40 [ 5.037919] GE R50 AnaCal Done! (5) (0x42)(0xc2) [ 5.064935] GE R50 AnaCal Done! (5) (0x42)(0xc2) [ 5.091974] GE R50 AnaCal Done! (5) (0x42)(0xc2) [ 5.122186] GE R50 AnaCal Done! (6) (0x40)(0xc0) [ 5.129700] GE 1e_174(0xc2c2), 1e_175(0xc2c0) [ 5.151513] GE Tx offset AnaCal Done! (pair-0)(1)(0x1) 0x1e_172=0x120 [ 5.173876] GE Tx offset AnaCal Done! (pair-1)(3)(0x3) 0x1e_172=0x103 [ 5.196210] GE Tx offset AnaCal Done! (pair-2)(3)(0x3) 0x1e_173=0x320 [ 5.221722] GE Tx offset AnaCal Done! (pair-3)(4)(0x4) 0x1e_173=0x304 [ 5.278909] GE Tx amp AnaCal Done! (pair-0)(1e_12 = 0x4c13)(0x1b) [ 5.349174] GE Tx amp AnaCal Done! (pair-1)(1e_17 = 0xa0a)(0x12) [ 5.406931] GE Tx amp AnaCal Done! (pair-2)(1e_19 = 0xe16)(0x16) [ 5.445835] GE Tx amp AnaCal Done! (pair-3)(1e_21 = 0x131b)(0x1b) [ 5.474546] PORT 4 RX_DC_OFFSET [ 5.483138] before pairA output = f [ 5.487974] after pairA output = ff [ 5.492731] before pairB output = 1e [ 5.497652] after pairB output = ff [ 5.502411] before pairC output = 1d [ 5.507336] after pairC output = fe [ 5.512095] before pairD output = e [ 5.516930] after pairD output = 0 [ 5.526327] [SPM] pwrap node has not register regmap [ 5.531449] [SVS] cannot get svs_calibration from device tree [ 5.552773] VFS: Mounted root (squashfs filesystem) readonly on device 31:9. [ 5.559965] Freeing unused kernel memory: 280K [ 5.564415] This architecture does not have kernel memory protection. [ 7.190714] init: Console is alive [ 7.194189] init: - watchdog - [ 11.602705] kmodloader: loading kernel modules from /etc/modules-boot.d/* [ 11.652733] before nf_register_hooks [ 11.656363] insmod dns_ops ok! [ 11.659424] insmod br_dns_ops ok! [ 11.662822] kmodloader: done loading kernel modules from /etc/modules-boot.d/* [ 11.672918] init: - preinit - [ 14.701499] mount_root: deadc0de tocpu value=0x85190320 [ 14.706844] mount_root: deadc0de tocpu value=0x85190320 [ 14.942284] mount_root: deadc0de tocpu value=0x85190320 [ 14.947538] mount_root: switching to jffs2 overlay [ 15.035302] mount_root: mount_root done begin! [ 15.041289] mount_root: deadc0de tocpu value=0x85190320 [ 15.046580] mount_root: mount_root done end! [ 15.199651] procd: - early - [ 15.202612] procd: - watchdog - [ 15.837416] procd: - watchdog - [ 15.840677] procd: - ubus - [ 15.897456] procd: - init - [ 17.069688] kmodloader: loading kernel modules from /etc/modules.d/* [ 17.079024] mediatek_soc_hnat 1b100000.hnat: wan = eth0.1 [ 17.084440] mediatek_soc_hnat 1b100000.hnat: lan = eth0 [ 17.089669] mediatek_soc_hnat 1b100000.hnat: ppd = eth0.233 [ 17.095239] mediatek_soc_hnat 1b100000.hnat: gmac num = 1 [ 17.100759] mediatek_soc_hnat 1b100000.hnat: ext devices = rai0 [ 17.106679] mediatek_soc_hnat 1b100000.hnat: ext devices = ra0 [ 17.112510] mediatek_soc_hnat 1b100000.hnat: ext devices = rai1 [ 17.118428] mediatek_soc_hnat 1b100000.hnat: ext devices = ra1 [ 17.124258] mediatek_soc_hnat 1b100000.hnat: ext devices = rai2 [ 17.130175] mediatek_soc_hnat 1b100000.hnat: ext devices = ra2 [ 17.136006] mediatek_soc_hnat 1b100000.hnat: ext devices = rai3 [ 17.141923] mediatek_soc_hnat 1b100000.hnat: ext devices = ra3 [ 17.147753] mediatek_soc_hnat 1b100000.hnat: ext devices = apclii0 [ 17.153931] mediatek_soc_hnat 1b100000.hnat: ext devices = apcli0 [ 17.160311] mediatek_soc_hnat 1b100000.hnat: FOE entry number = 8192 [ 17.167062] mediatek_soc_hnat 1b100000.hnat: hwnat start [ 20.420932] register mt_drv [ 20.424089] mt_drv 0001:01:00.0: enabling device (0000 -> 0002) [ 20.436056] [ 20.436056] [ 20.436056] === pAd = ffffff8009701000, size = 13425664 === [ 20.436056] [ 20.446778] <-- RTMPAllocAdapterBlock, Status=0 [ 20.451313] PCI CSRBaseAddress =0xffffff8009600000, csr_addr=0xffffff8009600000! [ 20.458721] RTMPInitPCIeDevice():device_id=0x7915 [ 20.463426] mt7915_init()--> [ 20.466300] Use 1st iPAiLNA default bin. [ 20.470292] <--mt7915_init() [ 20.476356] wdev_init(caller:RTMP_COM_IoctlHandle+0x340/0x16e0 [mt_wifi]), wdev(0) [ 20.484264] Rx[0] Ring: total 24576 bytes allocated [ 20.489215] Rx[1] Ring: total 24576 bytes allocated [ 20.494565] Rx[2] Ring: total 8192 bytes allocated [ 20.500186] Rx[3] Ring: total 16384 bytes allocated [ 20.505508] Rx[4] Ring: total 8192 bytes allocated [ 20.510314] <-- pci_alloc_tx_rx_ring_mem, Status=0 [ 20.518480] whnat_module_init(): module init and register callback for whnat [ 20.525570] create whnat_ctrl ok!!! [ 20.529128] wed_slot_map_get(): assign slot_id:0 for entry: 0! [ 20.534984] wed_slot_map_get(): assign slot_id:1 for entry: 1! [ 20.540863] whnat_hif_pcie_mirror_probe(): hif_cfg base addr=ffffff800a3d0400 [ 21.686067] mt7622_mt_wifi: module license 'Proprietary' taints kernel. [ 21.692716] Disabling lock debugging due to kernel taint [ 21.720436] register mt_drv [ 21.725896] [ 21.725896] == pAd = ffffff800ab01000, size = 5027200, Status=0 == [ 21.733575] AP Driver version-5.1.0.0 [ 21.737250] read sub id = 2 [ 21.740044] Use 1st ePAeLNA default bin. [ 21.743966] Use 1st /etc_ro/wlan/MT7622_EEPROM.bin default bin. [ 21.749888] <--mt7622_init() [ 21.753400] <-- RTMPAllocTxRxRingMemory, Status=0 [ 21.761532] tun: Universal TUN/TAP device driver, 1.6 [ 21.766610] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com> [ 21.776388] ip6_gre: GRE over IPv6 tunneling driver [ 21.785953] ip6_tables: (C) 2000-2006 Netfilter Core Team [ 21.806599] NF register ebt rj to local module sucess! [ 21.812390] Netfilter messages via NETLINK v0.30. [ 21.817928] ip_set: protocol 6 [ 21.827570] u32 classifier [ 21.830275] input device check on [ 21.833968] Actions configured [ 21.837887] Mirror/redirect action on [ 21.853953] flow_audit_module_init new [ 21.858007] fa_get_isolcpus:: no isolcpus. [ 21.867614] core_num:2 [ 21.875239] dev ra0 handler=ffffff800116e258, wdata= (null), ptr= (null) [ 21.883624] [ROAM_TUN_K] roam init sucess. [ 21.889866] ip_tables: (C) 2000-2006 Netfilter Core Team [ 21.908048] nf_conntrack_rtsp v0.7 loading [ 21.924232] nf_nat_rtsp v0.7 loading [ 21.929994] NET: Registered protocol family 24 [ 21.934973] PPTP driver version 0.8.5 [ 21.949586] xt_time: kernel timezone is -0000 [ 21.957128] kmodloader: done loading kernel modules from /etc/modules.d/* [ 24.763871] mtdoops: Attached to MTD device 6 [ 24.975605] mtdoops: ready 0, 1 =============upinit_finished================ Reyee login:


## Loading kernel from FIT Image at 4007ff28 ... Using 'config-1' configuration Trying 'kernel-1' kernel subimage Description: ARM64 OpenWrt Linux-5.15.98 Type: Kernel Image Compression: lzma compressed Data Start: 0x40080010 Data Size: 3978312 Bytes = 3.8 MiB Architecture: AArch64 OS: Linux Load Address: 0x44000000 Entry Point: 0x44000000 Hash algo: crc32 Hash value: c45db3a7 Hash algo: sha1 Hash value: e89a94713c367062c2ec6805e201328431156581 Verifying Hash Integrity ... crc32+ sha1+ OK ## Loading fdt from FIT Image at 4007ff28 ... Using 'config-1' configuration Trying 'fdt-1' fdt subimage Description: ARM64 OpenWrt reyee_ax3200-e5 device tree blob Type: Flat Device Tree Compression: uncompressed Data Start: 0x4044b598 Data Size: 28479 Bytes = 27.8 KiB Architecture: AArch64 Hash algo: crc32 Hash value: 88754fa3 Hash algo: sha1 Hash value: 1cf304c60d73417e97b6cdb8451ec7785ef3a30e Verifying Hash Integrity ... crc32+ sha1+ OK Booting using the fdt blob at 0x4044b598 Uncompressing Kernel Image ... OK Loading Device Tree to 4cf53000, end 4cf5cf3e ... OK Starting kernel ... [ATF][ 4.940988]save kernel info [ATF][ 4.943924]Kernel_EL2 [ATF][ 4.946594]Kernel is 64Bit [ATF][ 4.949682]pc=0x44000000, r0=0x4cf53000, r1=0x0 INFO: BL3-1: Preparing for EL3 exit to normal world, Kernel INFO: BL3-1: Next image address = 0x44000000 INFO: BL3-1: Next image spsr = 0x3c9 [ATF][ 4.967380]el3_exit [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034] [ 0.000000] Linux version 5.15.98 (builder@buildhost) (aarch64-openwrt-linux-musl-gcc (OpenWrt GCC 12.2.0 r22219-69ff678711) 12.2.0, GNU ld (GNU Binutils) 2.40.0) #0 SMP Sun Mar 5 00:37:24 2023 [ 0.000000] Machine model: reyee AX3200 E5 [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000040000000-0x000000004fffffff] [ 0.000000] DMA32 empty [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000040000000-0x0000000042ffffff] [ 0.000000] node 0: [mem 0x0000000043000000-0x000000004302ffff] [ 0.000000] node 0: [mem 0x0000000043030000-0x000000004fffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x000000004fffffff] [ 0.000000] psci: probing for conduit method from DT. [ 0.000000] psci: PSCIv0.2 detected in firmware. [ 0.000000] psci: Using standard PSCI v0.2 function IDs [ 0.000000] psci: Trusted OS migration not required [ 0.000000] percpu: Embedded 17 pages/cpu s30040 r8192 d31400 u69632 [ 0.000000] pcpu-alloc: s30040 r8192 d31400 u69632 alloc=17*4096 [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [ 0.000000] Detected VIPT I-cache on CPU0 [ 0.000000] CPU features: kernel page table isolation disabled by kernel configuration [ 0.000000] CPU features: detected: ARM erratum 843419 [ 0.000000] CPU features: detected: ARM erratum 845719 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 64512 [ 0.000000] Kernel command line: console=ttyS0,115200n1 swiotlb=512 [ 0.000000] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes, linear) [ 0.000000] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes, linear) [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] Memory: 244096K/262144K available (8384K kernel code, 902K rwdata, 2228K rodata, 448K init, 306K bss, 18048K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, 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: 64, nr_irqs: 64, preallocated irqs: 0 [ 0.000000] Root IRQ handler: gic_handle_irq [ 0.000000] GIC: Using split EOI/Deactivate mode [ 0.000000] arch_timer: cp15 timer(s) running at 12.50MHz (phys). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x2e2049cda, max_idle_ns: 440795202628 ns [ 0.000000] sched_clock: 56 bits at 12MHz, resolution 80ns, wraps every 4398046511080ns [ 0.000189] Calibrating delay loop (skipped), value calculated using timer frequency.. 25.00 BogoMIPS (lpj=125000) [ 0.000199] pid_max: default: 32768 minimum: 301 [ 0.000288] Mount-cache hash table entries: 512 (order: 0, 4096 bytes, linear) [ 0.000297] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes, linear) [ 0.001401] rcu: Hierarchical SRCU implementation. [ 0.001506] dyndbg: Ignore empty _ddebug table in a CONFIG_DYNAMIC_DEBUG_CORE build [ 0.001712] smp: Bringing up secondary CPUs ... [ 0.002059] Detected VIPT I-cache on CPU1 [ 0.002106] CPU1: Booted secondary processor 0x0000000001 [0x410fd034] [ 0.002171] smp: Brought up 1 node, 2 CPUs [ 0.002182] SMP: Total of 2 processors activated. [ 0.002186] CPU features: detected: 32-bit EL0 Support [ 0.002191] CPU features: detected: CRC32 instructions [ 0.002286] CPU: All CPU(s) started at EL2 [ 0.002297] alternatives: patching kernel code [ 0.005373] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.005398] futex hash table entries: 512 (order: 3, 32768 bytes, linear) [ 0.005504] pinctrl core: initialized pinctrl subsystem [ 0.006227] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.006467] DMA: preallocated 128 KiB GFP_KERNEL pool for atomic allocations [ 0.006497] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.006522] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.006747] thermal_sys: Registered thermal governor 'fair_share' [ 0.006751] thermal_sys: Registered thermal governor 'bang_bang' [ 0.006755] thermal_sys: Registered thermal governor 'step_wise' [ 0.006759] thermal_sys: Registered thermal governor 'user_space' [ 0.006919] ASID allocator initialised with 65536 entries [ 0.007222] pstore: Registered ramoops as persistent store backend [ 0.007228] ramoops: using 0x10000@0x42ff0000, ecc: 0 [ 0.024385] cryptd: max_cpu_qlen set to 1000 [ 0.026169] SCSI subsystem initialized [ 0.026272] libata version 3.00 loaded. [ 0.027186] clocksource: Switched to clocksource arch_sys_counter [ 0.027620] NET: Registered PF_INET protocol family [ 0.027702] IP idents hash table entries: 4096 (order: 3, 32768 bytes, linear) [ 0.028020] tcp_listen_portaddr_hash hash table entries: 256 (order: 0, 4096 bytes, linear) [ 0.028040] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.028048] TCP established hash table entries: 2048 (order: 2, 16384 bytes, linear) [ 0.028067] TCP bind hash table entries: 2048 (order: 3, 32768 bytes, linear) [ 0.028099] TCP: Hash tables configured (established 2048 bind 2048) [ 0.028158] UDP hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.028177] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.028270] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.028290] PCI: CLS 0 bytes, default 64 [ 0.030420] workingset: timestamp_bits=46 max_order=16 bucket_order=0 [ 0.033113] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.033126] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. [ 0.065829] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 0.069457] mt-pmic-pwrap 10001000.pwrap: unexpected interrupt int=0x1 [ 0.083685] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled [ 0.085528] printk: console [ttyS0] disabled [ 0.105745] 11002000.serial: ttyS0 at MMIO 0x11002000 (irq = 124, base_baud = 1562500) is a ST16650V2 [ 0.671666] printk: console [ttyS0] enabled [ 0.676777] mtk_rng 1020f000.rng: registered RNG driver [ 0.682499] random: crng init done [ 0.688287] loop: module loaded [ 0.691442] Loading iSCSI transport class v2.0-870. [ 0.698986] spi-nor spi0.0: XM25QH128C (16384 Kbytes) [ 0.704165] 8 fixed-partitions partitions found on MTD device spi0.0 [ 0.710626] OF: Bad cell count for /spi@11014000/flash@0/partitions [ 0.716899] OF: Bad cell count for /spi@11014000/flash@0/partitions [ 0.723323] Creating 8 MTD partitions on "spi0.0": [ 0.728114] 0x000000000000-0x000000020000 : "Preloader" [ 0.733673] 0x000000020000-0x000000050000 : "ATF" [ 0.738614] 0x000000030000-0x0000000b0000 : "u-boot" [ 0.743813] 0x000000080000-0x000000110000 : "u-boot-env" [ 0.749356] 0x000000090000-0x000000160000 : "Factory" [ 0.754626] 0x0000000d0000-0x0000001b0000 : "product_info" [ 0.760514] 0x0000000e0000-0x0000001d0000 : "kdump" [ 0.765642] 0x0000000f0000-0x0000010f0000 : "firmware" [ 0.770852] mtd: partition "firmware" extends beyond the end of device "spi0.0" -- size truncated to 0xf10000 [ 0.781190] 2 fit-fw partitions found on MTD device firmware [ 0.786847] Creating 2 MTD partitions on "firmware": [ 0.791822] 0x000000000000-0x0000003e0000 : "kernel" [ 0.797129] 0x0000003e0000-0x000000f10000 : "rootfs" [ 0.802336] mtd: setting mtd9 (rootfs) as root device [ 0.807426] 1 squashfs-split partitions found on MTD device rootfs [ 0.813602] 0x0000007c0000-0x000000f10000 : "rootfs_data" [ 0.830332] mtk-spi-nor 11014000.spi: spi frequency: 46666653 Hz [ 0.970186] mtk_soc_eth 1b100000.ethernet eth0: mediatek frame engine at 0xffffffc009480000, irq 132 [ 0.979918] i2c_dev: i2c /dev entries driver [ 0.985086] mtk-wdt 10212000.watchdog: IRQ index 0 not found [ 0.990891] mtk-wdt 10212000.watchdog: Watchdog enabled (timeout=31 sec, nowayout=0) [ 1.000350] NET: Registered PF_INET6 protocol family [ 1.005965] Segment Routing with IPv6 [ 1.009659] In-situ OAM (IOAM) with IPv6 [ 1.013611] NET: Registered PF_PACKET protocol family [ 1.018692] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 1.031741] 8021q: 802.1Q VLAN Support v1.8 [ 1.037106] pstore: Using crash dump compression: deflate [ 1.051534] mtk-pcie 1a143000.pcie: host bridge /pcie@1a143000 ranges: [ 1.058125] mtk-pcie 1a143000.pcie: Parsing ranges property... [ 1.063954] mtk-pcie 1a143000.pcie: MEM 0x0020000000..0x0027ffffff -> 0x0020000000 [ 1.225887] mtk-pcie 1a143000.pcie: PCI host bridge to bus 0000:00 [ 1.232085] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.237579] pci_bus 0000:00: root bus resource [mem 0x20000000-0x27ffffff] [ 1.244450] pci_bus 0000:00: scanning bus [ 1.248656] pci 0000:00:00.0: [14c3:3258] type 01 class 0x060400 [ 1.254838] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x1ffffffff 64bit pref] [ 1.264659] pci_bus 0000:00: fixups for bus [ 1.268858] pci 0000:00:00.0: scanning [bus 00-00] behind bridge, pass 0 [ 1.275555] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 1.283635] pci 0000:00:00.0: scanning [bus 00-00] behind bridge, pass 1 [ 1.290716] pci_bus 0000:01: scanning bus [ 1.294929] pci 0000:01:00.0: [14c3:7915] type 00 class 0x000280 [ 1.301116] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x000fffff 64bit pref] [ 1.308446] pci 0000:01:00.0: reg 0x18: [mem 0x00000000-0x00003fff 64bit pref] [ 1.315769] pci 0000:01:00.0: reg 0x20: [mem 0x00000000-0x00000fff 64bit pref] [ 1.323732] pci 0000:01:00.0: supports D1 D2 [ 1.328003] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold [ 1.334635] pci 0000:01:00.0: PME# disabled [ 1.339145] 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.380290] pci_bus 0000:01: fixups for bus [ 1.384485] pci_bus 0000:01: bus scan returning with max=01 [ 1.390090] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01 [ 1.396724] pci_bus 0000:00: bus scan returning with max=01 [ 1.402315] pci 0000:00:00.0: BAR 0: no space for [mem size 0x200000000 64bit pref] [ 1.409969] pci 0000:00:00.0: BAR 0: failed to assign [mem size 0x200000000 64bit pref] [ 1.417974] pci 0000:00:00.0: BAR 8: assigned [mem 0x20000000-0x201fffff] [ 1.424757] pci 0000:01:00.0: BAR 0: assigned [mem 0x20000000-0x200fffff 64bit pref] [ 1.432582] pci 0000:01:00.0: BAR 2: assigned [mem 0x20100000-0x20103fff 64bit pref] [ 1.440411] pci 0000:01:00.0: BAR 4: assigned [mem 0x20104000-0x20104fff 64bit pref] [ 1.448236] pci 0000:00:00.0: PCI bridge to [bus 01] [ 1.453197] pci 0000:00:00.0: bridge window [mem 0x20000000-0x201fffff] [ 1.460100] pcieport 0000:00:00.0: assign IRQ: got 137 [ 1.465240] pcieport 0000:00:00.0: enabling device (0000 -> 0002) [ 1.471349] pcieport 0000:00:00.0: enabling bus mastering [ 1.476776] mtk-pcie 1a143000.pcie: msi#0 address_hi 0x0 address_lo 0x44ded0c0 [ 1.484150] pcieport 0000:00:00.0: PME: Signaling with IRQ 137 [ 1.490048] pcieport 0000:00:00.0: saving config space at offset 0x0 (reading 0x325814c3) [ 1.498228] pcieport 0000:00:00.0: saving config space at offset 0x4 (reading 0x100006) [ 1.506225] pcieport 0000:00:00.0: saving config space at offset 0x8 (reading 0x6040000) [ 1.514312] pcieport 0000:00:00.0: saving config space at offset 0xc (reading 0x10000) [ 1.522226] pcieport 0000:00:00.0: saving config space at offset 0x10 (reading 0xc) [ 1.529879] pcieport 0000:00:00.0: saving config space at offset 0x14 (reading 0x0) [ 1.537531] pcieport 0000:00:00.0: saving config space at offset 0x18 (reading 0x40010100) [ 1.545788] pcieport 0000:00:00.0: saving config space at offset 0x1c (reading 0x4200000) [ 1.553962] pcieport 0000:00:00.0: saving config space at offset 0x20 (reading 0x20102000) [ 1.562226] pcieport 0000:00:00.0: saving config space at offset 0x24 (reading 0x0) [ 1.569882] pcieport 0000:00:00.0: saving config space at offset 0x28 (reading 0x0) [ 1.577535] pcieport 0000:00:00.0: saving config space at offset 0x2c (reading 0x0) [ 1.585183] pcieport 0000:00:00.0: saving config space at offset 0x30 (reading 0x0) [ 1.592836] pcieport 0000:00:00.0: saving config space at offset 0x34 (reading 0x50) [ 1.600577] pcieport 0000:00:00.0: saving config space at offset 0x38 (reading 0x0) [ 1.608229] pcieport 0000:00:00.0: saving config space at offset 0x3c (reading 0x20189) [ 1.616808] mtk_hsdma 1b007000.dma-controller: MediaTek HSDMA driver registered [ 1.667833] mt7530 mdio-bus:00: configuring for fixed/2500base-x link mode [ 1.674991] mt7530 mdio-bus:00: Link is Up - 2.5Gbps/Full - flow control rx/tx [ 1.684210] mt7530 mdio-bus:00 lan1 (uninitialized): PHY [mt7530-0:00] driver [MediaTek MT7531 PHY] (irq=138) [ 1.704160] mt7530 mdio-bus:00 lan2 (uninitialized): PHY [mt7530-0:01] driver [MediaTek MT7531 PHY] (irq=139) [ 1.723819] mt7530 mdio-bus:00 lan3 (uninitialized): PHY [mt7530-0:02] driver [MediaTek MT7531 PHY] (irq=140) [ 1.743452] mt7530 mdio-bus:00 lan4 (uninitialized): PHY [mt7530-0:03] driver [MediaTek MT7531 PHY] (irq=141) [ 1.763101] mt7530 mdio-bus:00 wan (uninitialized): PHY [mt7530-0:04] driver [MediaTek MT7531 PHY] (irq=142) [ 1.773899] DSA: tree 0 setup [ 1.780947] VFS: Mounted root (squashfs filesystem) readonly on device 31:9. [ 1.788210] Freeing unused kernel memory: 448K [ 1.827397] Run /sbin/init as init process [ 1.831499] with arguments: [ 1.834462] /sbin/init [ 1.837167] with environment: [ 1.840316] HOME=/ [ 1.842668] TERM=linux [ 2.130926] init: Console is alive [ 2.134448] init: - watchdog - [ 2.561266] kmodloader: loading kernel modules from /etc/modules-boot.d/* [ 2.587944] kmodloader: done loading kernel modules from /etc/modules-boot.d/* [ 2.596087] init: - preinit - [ 2.954407] mtk_soc_eth 1b100000.ethernet eth0: configuring for fixed/2500base-x link mode [ 2.962895] mtk_soc_eth 1b100000.ethernet eth0: Link is Up - 2.5Gbps/Full - flow control rx/tx [ 2.972156] mt7530 mdio-bus:00 lan1: configuring for phy/gmii link mode 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 [ 5.083697] jffs2: notice: (571) jffs2_build_xattr_subsystem: complete building xattr subsystem, 6 of xdatum (0 unchecked, 1 orphan) and 7 of xref (1 dead, 0 orphan) found. [ 5.101137] mount_root: switching to jffs2 overlay [ 5.121447] overlayfs: upper fs does not support tmpfile. [ 5.144577] overlayfs: null uuid detected in lower fs '/', falling back to xino=off,index=off,nfs_export=off. [ 5.156677] urandom-seed: Seed file not found (/etc/urandom.seed) [ 5.199254] procd: - early - [ 5.202209] procd: - watchdog - [ 5.742369] procd: - watchdog - [ 5.746020] procd: - ubus - [ 5.902365] procd: - init - Please press Enter to activate this console. [ 6.170251] urngd: v1.0.2 started. [ 6.188343] kmodloader: loading kernel modules from /etc/modules.d/* [ 6.197230] Loading modules backported from Linux version v6.1-rc8-0-g76dcd734eca2 [ 6.204805] Backport generated by backports.git v5.15.81-1-41-g02e352527db5 [ 6.263704] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht' [ 6.275713] mt7915e 0000:01:00.0: assign IRQ: got 137 [ 6.280866] mt7915e 0000:01:00.0: enabling device (0000 -> 0002) [ 6.286945] mt7915e 0000:01:00.0: enabling bus mastering [ 6.368768] mt7622-wmac 18000000.wmac: HW/SW Version: 0x8a108a10, Build Time: 20190801210006a [ 6.368768] [ 6.407393] mtk-pcie 1a143000.pcie: msi#0 address_hi 0x0 address_lo 0x44ded0c0 [ 6.488784] mt7915e 0000:01:00.0: HW/SW Version: 0x8a108a10, Build Time: 20220929104113a [ 6.488784] [ 6.507019] mt7622-wmac 18000000.wmac: N9 Firmware Version: _reserved_, Build Time: 20220630094834 [ 6.728947] mt7915e 0000:01:00.0: WM Firmware Version: ____000000, Build Time: 20220929104145 [ 6.791014] mt7915e 0000:01:00.0: WA Firmware Version: DEV_000000, Build Time: 20220929104205 [ 6.936506] PPP generic driver version 2.4.2 [ 6.941563] NET: Registered PF_PPPOX protocol family [ 6.950193] kmodloader: done loading kernel modules from /etc/modules.d/* [ 9.340112] mtk_soc_eth 1b100000.ethernet eth0: Link is Down [ 9.352218] mtk_soc_eth 1b100000.ethernet eth0: configuring for fixed/2500base-x link mode [ 9.362086] mtk_soc_eth 1b100000.ethernet eth0: Link is Up - 2.5Gbps/Full - flow control rx/tx [ 9.366653] device eth0 entered promiscuous mode [ 9.376142] mt7530 mdio-bus:00 lan1: configuring for phy/gmii link mode [ 9.383522] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 9.390015] br-lan: port 1(lan1) entered blocking state [ 9.395241] br-lan: port 1(lan1) entered disabled state [ 9.402010] device lan1 entered promiscuous mode [ 9.414678] mt7530 mdio-bus:00 lan2: configuring for phy/gmii link mode [ 9.424412] br-lan: port 2(lan2) entered blocking state [ 9.429701] br-lan: port 2(lan2) entered disabled state [ 9.437174] device lan2 entered promiscuous mode [ 9.445874] mt7530 mdio-bus:00 lan3: configuring for phy/gmii link mode [ 9.455575] br-lan: port 3(lan3) entered blocking state [ 9.460901] br-lan: port 3(lan3) entered disabled state [ 9.468158] device lan3 entered promiscuous mode [ 9.476803] mt7530 mdio-bus:00 lan4: configuring for phy/gmii link mode [ 9.486465] br-lan: port 4(lan4) entered blocking state [ 9.491725] br-lan: port 4(lan4) entered disabled state [ 9.499047] device lan4 entered promiscuous mode [ 9.509851] mt7530 mdio-bus:00 wan: configuring for phy/gmii link mode


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

  • ...

FIXME Add tags below, then remove this fixme.

How to add tags

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