Wavlink WL-WN570HA1 - new release hardware

Hi guys!
I bought a Wavlink WL-WN570HA1 access point...
There was no way to install OpenWrt on it using the method indicated on the description page (via TFTP) - after pressing the reset button, the TFTP client did not take the image from the address 192.168.10.100...
Using Wireshark, I discovered that there is no smell of the TFTP protocol, but some kind of NTML is walking around with might and main!
It turned out that at 192.168.10.1 there was a page with Uboot for uploading the firmware...


However, as it turned out, when flashing images for the WL-WN570HA1, it is only possible to flash the initramfs-kernel. The squashfs-sysupgrade images are not installed - the firmware is installed, but the point does not load, but is constantly overloaded.
After flashing the initramfs-kernel image, you can go to the point at 192.168.1.1, but you can’t install the squashfs-sysupgrade image via the Luci interface - after reboot the point still remains with the initramfs-kernel image.

Logs from initramfs-kernel are below...
System logs:

Tue Nov 14 13:38:21 2023 kern.notice kernel: [    0.000000] Linux version 5.15.137 (builder@buildhost) (mipsel-openwrt-linux-musl-gcc (OpenWrt GCC 12.3.0 r23630-842932a63d) 12.3.0, GNU ld (GNU Binutils) 2.40.0) #0 Tue Nov 14 13:38:11 2023
Tue Nov 14 13:38:21 2023 kern.info kernel: [    0.000000] Board has DDR2
Tue Nov 14 13:38:21 2023 kern.info kernel: [    0.000000] Analog PMU set to hw control
Tue Nov 14 13:38:21 2023 kern.info kernel: [    0.000000] Digital PMU set to hw control
Tue Nov 14 13:38:21 2023 kern.info kernel: [    0.000000] SoC Type: MediaTek MT7628AN ver:1 eco:2
Tue Nov 14 13:38:21 2023 kern.info kernel: [    0.000000] printk: bootconsole [early0] enabled
Tue Nov 14 13:38:21 2023 kern.info kernel: [    0.000000] CPU0 revision is: 00019655 (MIPS 24KEc)
Tue Nov 14 13:38:21 2023 kern.info kernel: [    0.000000] MIPS: machine is Wavlink WL-WN570HA1
Tue Nov 14 13:38:21 2023 kern.info kernel: [    0.000000] Initrd not found or empty - disabling initrd
Tue Nov 14 13:38:21 2023 kern.info kernel: [    0.000000] Primary instruction cache 64kB, VIPT, 4-way, linesize 32 bytes.
Tue Nov 14 13:38:21 2023 kern.info kernel: [    0.000000] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes
Tue Nov 14 13:38:21 2023 kern.info kernel: [    0.000000] Zone ranges:
Tue Nov 14 13:38:21 2023 kern.info kernel: [    0.000000]   Normal   [mem 0x0000000000000000-0x0000000003ffffff]
Tue Nov 14 13:38:21 2023 kern.info kernel: [    0.000000] Movable zone start for each node
Tue Nov 14 13:38:21 2023 kern.info kernel: [    0.000000] Early memory node ranges
Tue Nov 14 13:38:21 2023 kern.info kernel: [    0.000000]   node   0: [mem 0x0000000000000000-0x0000000003ffffff]
Tue Nov 14 13:38:21 2023 kern.info kernel: [    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000003ffffff]
Tue Nov 14 13:38:21 2023 kern.debug kernel: [    0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
Tue Nov 14 13:38:21 2023 kern.debug kernel: [    0.000000] pcpu-alloc: [0] 0
Tue Nov 14 13:38:21 2023 kern.info kernel: [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 16240
Tue Nov 14 13:38:21 2023 kern.notice kernel: [    0.000000] Kernel command line: console=ttyS0,57600 rootfstype=squashfs,jffs2
Tue Nov 14 13:38:21 2023 kern.info kernel: [    0.000000] Dentry cache hash table entries: 8192 (order: 3, 32768 bytes, linear)
Tue Nov 14 13:38:21 2023 kern.info kernel: [    0.000000] Inode-cache hash table entries: 4096 (order: 2, 16384 bytes, linear)
Tue Nov 14 13:38:21 2023 kern.info kernel: [    0.000000] Writing ErrCtl register=0004ddea
Tue Nov 14 13:38:21 2023 kern.info kernel: [    0.000000] Readback ErrCtl register=0004ddea
Tue Nov 14 13:38:21 2023 kern.info kernel: [    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
Tue Nov 14 13:38:21 2023 kern.info kernel: [    0.000000] Memory: 52820K/65536K available (5962K kernel code, 605K rwdata, 748K rodata, 4452K init, 217K bss, 12716K reserved, 0K cma-reserved)
Tue Nov 14 13:38:21 2023 kern.info kernel: [    0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
Tue Nov 14 13:38:21 2023 kern.info kernel: [    0.000000] NR_IRQS: 256
Tue Nov 14 13:38:21 2023 kern.info kernel: [    0.000000] intc: using register map from devicetree
Tue Nov 14 13:38:21 2023 kern.info kernel: [    0.000000] CPU Clock: 580MHz
Tue Nov 14 13:38:21 2023 kern.crit kernel: [    0.000000] timer_probe: no matching timers found
Tue Nov 14 13:38:21 2023 kern.info kernel: [    0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6590553264 ns
Tue Nov 14 13:38:21 2023 kern.info kernel: [    0.000002] sched_clock: 32 bits at 290MHz, resolution 3ns, wraps every 7405115902ns
Tue Nov 14 13:38:21 2023 kern.info kernel: [    0.015460] Calibrating delay loop... 385.84 BogoMIPS (lpj=1929216)
Tue Nov 14 13:38:21 2023 kern.info kernel: [    0.087645] pid_max: default: 32768 minimum: 301
Tue Nov 14 13:38:21 2023 kern.info kernel: [    0.097882] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
Tue Nov 14 13:38:21 2023 kern.info kernel: [    0.112232] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
Tue Nov 14 13:38:21 2023 kern.info kernel: [    0.135919] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
Tue Nov 14 13:38:21 2023 kern.info kernel: [    0.155320] futex hash table entries: 256 (order: -1, 3072 bytes, linear)
Tue Nov 14 13:38:21 2023 kern.info kernel: [    0.168928] pinctrl core: initialized pinctrl subsystem
Tue Nov 14 13:38:21 2023 kern.info kernel: [    0.181350] NET: Registered PF_NETLINK/PF_ROUTE protocol family
Tue Nov 14 13:38:21 2023 kern.info kernel: [    0.193655] thermal_sys: Registered thermal governor 'step_wise'
Tue Nov 14 13:38:21 2023 kern.info kernel: [    0.460978] PCI host bridge to bus 0000:00
Tue Nov 14 13:38:21 2023 kern.info kernel: [    0.480825] pci_bus 0000:00: root bus resource [mem 0x20000000-0x2fffffff]
Tue Nov 14 13:38:21 2023 kern.info kernel: [    0.494414] pci_bus 0000:00: root bus resource [io  0x10160000-0x1016ffff]
Tue Nov 14 13:38:21 2023 kern.info kernel: [    0.508011] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
Tue Nov 14 13:38:21 2023 kern.info kernel: [    0.523708] pci 0000:00:00.0: [14c3:0801] type 01 class 0x060400
Tue Nov 14 13:38:21 2023 kern.info kernel: [    0.535538] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x7fffffff]
Tue Nov 14 13:38:21 2023 kern.info kernel: [    0.547910] pci 0000:00:00.0: reg 0x14: [mem 0x00000000-0x0000ffff]
Tue Nov 14 13:38:21 2023 kern.info kernel: [    0.560369] pci 0000:00:00.0: supports D1
Tue Nov 14 13:38:21 2023 kern.info kernel: [    0.568193] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
Tue Nov 14 13:38:21 2023 kern.info kernel: [    0.581061] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
Tue Nov 14 13:38:21 2023 kern.info kernel: [    0.597068] pci 0000:01:00.0: [14c3:7650] type 00 class 0x028000
Tue Nov 14 13:38:21 2023 kern.info kernel: [    0.608883] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x000fffff]
Tue Nov 14 13:38:21 2023 kern.info kernel: [    0.621363] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
Tue Nov 14 13:38:21 2023 kern.info kernel: [    0.633634] pci 0000:01:00.1: [14c3:8650] type 00 class 0x0d1100
Tue Nov 14 13:38:21 2023 kern.info kernel: [    0.645453] pci 0000:01:00.1: reg 0x10: [mem 0x00000000-0x000fffff]
Tue Nov 14 13:38:21 2023 kern.info kernel: [    0.657927] pci 0000:01:00.1: supports D1
Tue Nov 14 13:38:21 2023 kern.info kernel: [    0.665705] pci 0000:01:00.1: PME# supported from D0 D1 D3hot D3cold
Tue Nov 14 13:38:21 2023 kern.info kernel: [    0.679709] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
Tue Nov 14 13:38:21 2023 kern.info kernel: [    0.692715] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 01
Tue Nov 14 13:38:21 2023 kern.info kernel: [    0.705783] pci 0000:00:00.0: BAR 0: no space for [mem size 0x80000000]
Tue Nov 14 13:38:21 2023 kern.info kernel: [    0.718822] pci 0000:00:00.0: BAR 0: failed to assign [mem size 0x80000000]
Tue Nov 14 13:38:21 2023 kern.info kernel: [    0.732583] pci 0000:00:00.0: BAR 8: assigned [mem 0x20000000-0x201fffff]
Tue Nov 14 13:38:21 2023 kern.info kernel: [    0.745998] pci 0000:00:00.0: BAR 1: assigned [mem 0x20200000-0x2020ffff]
Tue Nov 14 13:38:21 2023 kern.info kernel: [    0.759424] pci 0000:01:00.0: BAR 0: assigned [mem 0x20000000-0x200fffff]
Tue Nov 14 13:38:21 2023 kern.info kernel: [    0.772836] pci 0000:01:00.1: BAR 0: assigned [mem 0x20100000-0x201fffff]
Tue Nov 14 13:38:21 2023 kern.info kernel: [    0.786250] pci 0000:00:00.0: PCI bridge to [bus 01]
Tue Nov 14 13:38:21 2023 kern.info kernel: [    0.796043] pci 0000:00:00.0:   bridge window [mem 0x20000000-0x201fffff]
Tue Nov 14 13:38:21 2023 kern.info kernel: [    0.809997] clocksource: Switched to clocksource MIPS
Tue Nov 14 13:38:21 2023 kern.info kernel: [    0.821660] NET: Registered PF_INET protocol family
Tue Nov 14 13:38:21 2023 kern.info kernel: [    0.831519] IP idents hash table entries: 2048 (order: 2, 16384 bytes, linear)
Tue Nov 14 13:38:21 2023 kern.info kernel: [    0.846879] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear)
Tue Nov 14 13:38:21 2023 kern.info kernel: [    0.863381] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Tue Nov 14 13:38:21 2023 kern.info kernel: [    0.878619] TCP established hash table entries: 1024 (order: 0, 4096 bytes, linear)
Tue Nov 14 13:38:21 2023 kern.info kernel: [    0.893763] TCP bind hash table entries: 1024 (order: 0, 4096 bytes, linear)
Tue Nov 14 13:38:21 2023 kern.info kernel: [    0.907693] TCP: Hash tables configured (established 1024 bind 1024)
Tue Nov 14 13:38:21 2023 kern.info kernel: [    0.920426] UDP hash table entries: 256 (order: 0, 4096 bytes, linear)
Tue Nov 14 13:38:21 2023 kern.info kernel: [    0.933289] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes, linear)
Tue Nov 14 13:38:21 2023 kern.info kernel: [    0.947468] NET: Registered PF_UNIX/PF_LOCAL protocol family
Tue Nov 14 13:38:21 2023 kern.info kernel: [    0.958741] PCI: CLS 0 bytes, default 32
Tue Nov 14 13:38:21 2023 kern.info kernel: [    1.687298] workingset: timestamp_bits=14 max_order=14 bucket_order=0
Tue Nov 14 13:38:21 2023 kern.info kernel: [    1.706813] squashfs: version 4.0 (2009/01/31) Phillip Lougher
Tue Nov 14 13:38:21 2023 kern.info kernel: [    1.718299] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
Tue Nov 14 13:38:21 2023 kern.info kernel: [    1.739229] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
Tue Nov 14 13:38:21 2023 kern.info kernel: [    1.756686] mt7621_gpio 10000600.gpio: registering 32 gpios
Tue Nov 14 13:38:21 2023 kern.info kernel: [    1.768018] mt7621_gpio 10000600.gpio: registering 32 gpios
Tue Nov 14 13:38:21 2023 kern.info kernel: [    1.779341] mt7621_gpio 10000600.gpio: registering 32 gpios
Tue Nov 14 13:38:21 2023 kern.info kernel: [    1.790977] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
Tue Nov 14 13:38:21 2023 kern.info kernel: [    1.806645] printk: console [ttyS0] disabled
Tue Nov 14 13:38:21 2023 kern.info kernel: [    1.815119] 10000c00.uartlite: ttyS0 at MMIO 0x10000c00 (irq = 28, base_baud = 2500000) is a 16550A
Tue Nov 14 13:38:21 2023 kern.info kernel: [    1.832942] printk: console [ttyS0] enabled
Tue Nov 14 13:38:21 2023 kern.info kernel: [    1.849432] printk: bootconsole [early0] disabled
Tue Nov 14 13:38:21 2023 kern.info kernel: [    1.869847] spi-mt7621 10000b00.spi: sys_freq: 193333333
Tue Nov 14 13:38:21 2023 kern.err kernel: [    1.889914] spi-nor spi0.0: unrecognized JEDEC id bytes: a1 40 17 a1 40 17
Tue Nov 14 13:38:21 2023 kern.warn kernel: [    1.903630] spi-nor: probe of spi0.0 failed with error -2
Tue Nov 14 13:38:21 2023 kern.info kernel: [    1.958545] rt3050-esw 10110000.esw: mediatek esw at 0xb0110000, irq 25 initialized
Tue Nov 14 13:38:21 2023 kern.err kernel: [    1.973920] mtk_soc_eth 10100000.ethernet: generated random MAC address c2:4d:18:b7:f0:e8
Tue Nov 14 13:38:21 2023 kern.info kernel: [    1.990911] mtk_soc_eth 10100000.ethernet eth0: mediatek frame engine at 0xb0100000, irq 5
Tue Nov 14 13:38:21 2023 kern.info kernel: [    2.009768] NET: Registered PF_INET6 protocol family
Tue Nov 14 13:38:21 2023 kern.info kernel: [    2.583845] Segment Routing with IPv6
Tue Nov 14 13:38:21 2023 kern.info kernel: [    2.591274] In-situ OAM (IOAM) with IPv6
Tue Nov 14 13:38:21 2023 kern.info kernel: [    2.599164] NET: Registered PF_PACKET protocol family
Tue Nov 14 13:38:21 2023 kern.info kernel: [    2.609278] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
Tue Nov 14 13:38:21 2023 kern.info kernel: [    2.635270] 8021q: 802.1Q VLAN Support v1.8
Tue Nov 14 13:38:21 2023 kern.info kernel: [    6.225537] rt3050-esw 10110000.esw: port 0 link up
Tue Nov 14 13:38:21 2023 kern.info kernel: [    7.856864] Freeing unused kernel image (initmem) memory: 4452K
Tue Nov 14 13:38:21 2023 kern.warn kernel: [    7.868644] This architecture does not have kernel memory protection.
Tue Nov 14 13:38:21 2023 kern.info kernel: [    7.881415] Run /init as init process
Tue Nov 14 13:38:21 2023 kern.debug kernel: [    7.888653]   with arguments:
Tue Nov 14 13:38:21 2023 kern.debug kernel: [    7.888659]     /init
Tue Nov 14 13:38:21 2023 kern.debug kernel: [    7.888665]   with environment:
Tue Nov 14 13:38:21 2023 kern.debug kernel: [    7.888670]     HOME=/
Tue Nov 14 13:38:21 2023 kern.debug kernel: [    7.888676]     TERM=linux
Tue Nov 14 13:38:21 2023 user.info kernel: [    8.606565] init: Console is alive
Tue Nov 14 13:38:21 2023 user.info kernel: [    8.614109] init: - watchdog -
Tue Nov 14 13:38:21 2023 user.info kernel: [    8.647936] kmodloader: loading kernel modules from /etc/modules-boot.d/*
Tue Nov 14 13:38:21 2023 user.info kernel: [    8.677162] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
Tue Nov 14 13:38:21 2023 user.info kernel: [    8.702223] init: - preinit -
Tue Nov 14 13:38:21 2023 kern.notice kernel: [    9.104516] random: jshn: uninitialized urandom read (4 bytes read)
Tue Nov 14 13:38:21 2023 kern.notice kernel: [    9.233624] random: jshn: uninitialized urandom read (4 bytes read)
Tue Nov 14 13:38:21 2023 kern.notice kernel: [    9.526381] random: jshn: uninitialized urandom read (4 bytes read)
Tue Nov 14 13:38:21 2023 kern.info kernel: [    9.998082] rt3050-esw 10110000.esw: port 0 link down
Tue Nov 14 13:38:21 2023 user.info kernel: [   12.319714] procd: - early -
Tue Nov 14 13:38:21 2023 user.info kernel: [   12.326675] procd: - watchdog -
Tue Nov 14 13:38:21 2023 user.info kernel: [   12.954886] procd: - watchdog -
Tue Nov 14 13:38:21 2023 user.info kernel: [   12.962957] procd: - ubus -
Tue Nov 14 13:38:21 2023 kern.notice kernel: [   12.979797] random: ubusd: uninitialized urandom read (4 bytes read)
Tue Nov 14 13:38:21 2023 kern.notice kernel: [   13.019471] random: ubusd: uninitialized urandom read (4 bytes read)
Tue Nov 14 13:38:21 2023 kern.notice kernel: [   13.032802] random: ubusd: uninitialized urandom read (4 bytes read)
Tue Nov 14 13:38:21 2023 user.info kernel: [   13.049675] procd: - init -
Tue Nov 14 13:38:21 2023 user.info kernel: [   13.856987] kmodloader: loading kernel modules from /etc/modules.d/*
Tue Nov 14 13:38:21 2023 kern.info kernel: [   14.247618] rt3050-esw 10110000.esw: port 0 link up
Tue Nov 14 13:38:21 2023 kern.info kernel: [   14.454108] Loading modules backported from Linux version v6.1.24-0-g0102425ac76b
Tue Nov 14 13:38:21 2023 kern.info kernel: [   14.469024] Backport generated by backports.git v5.15.92-1-44-gd6ea70fafd36
Tue Nov 14 13:38:21 2023 kern.info kernel: [   14.649680] mt76_wmac 10300000.wmac: ASIC revision: 76280001
Tue Nov 14 13:38:21 2023 kern.info kernel: [   14.662017] mt76_wmac 10300000.wmac: Invalid MAC address, using random address 56:c9:28:ca:23:b7
Tue Nov 14 13:38:21 2023 kern.info kernel: [   15.741095] mt76_wmac 10300000.wmac: Firmware Version: 20151201
Tue Nov 14 13:38:21 2023 kern.info kernel: [   15.752904] mt76_wmac 10300000.wmac: Build Time: 20151201183641
Tue Nov 14 13:38:21 2023 kern.info kernel: [   15.830027] mt76_wmac 10300000.wmac: firmware init done
Tue Nov 14 13:38:21 2023 kern.debug kernel: [   16.020284] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
Tue Nov 14 13:38:21 2023 kern.info kernel: [   16.257037] PPP generic driver version 2.4.2
Tue Nov 14 13:38:21 2023 kern.info kernel: [   16.300957] NET: Registered PF_PPPOX protocol family
Tue Nov 14 13:38:21 2023 user.info kernel: [   16.391304] kmodloader: done loading kernel modules from /etc/modules.d/*
Tue Nov 14 13:38:21 2023 user.info kernel: [   16.870657] urngd: v1.0.2 started.
Tue Nov 14 13:38:21 2023 kern.notice kernel: [   17.287925] random: jshn: uninitialized urandom read (4 bytes read)
Tue Nov 14 13:38:21 2023 kern.notice kernel: [   17.827572] random: jshn: uninitialized urandom read (4 bytes read)
Tue Nov 14 13:38:21 2023 kern.notice kernel: [   18.748274] random: jshn: uninitialized urandom read (4 bytes read)
Tue Nov 14 13:38:21 2023 kern.notice kernel: [   19.020322] random: jshn: uninitialized urandom read (4 bytes read)
Tue Nov 14 13:38:21 2023 kern.notice kernel: [   20.498274] random: crng init done
Tue Nov 14 13:38:21 2023 kern.notice kernel: [   20.505100] random: 27 urandom warning(s) missed due to ratelimiting
Tue Nov 14 13:38:23 2023 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Tue Nov 14 13:38:23 2023 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Tue Nov 14 13:38:23 2023 daemon.info dnsmasq[1]: started, version 2.89 cachesize 1000
Tue Nov 14 13:38:23 2023 daemon.info dnsmasq[1]: DNS service limited to local subnets
Tue Nov 14 13:38:23 2023 daemon.info dnsmasq[1]: compile time options: IPv6 GNU-getopt no-DBus UBus no-i18n no-IDN DHCP no-DHCPv6 no-Lua TFTP no-conntrack no-ipset no-nftset no-auth no-cryptohash no-DNSSEC no-ID loop-detect inotify dumpfile
Tue Nov 14 13:38:23 2023 daemon.info dnsmasq[1]: UBus support enabled: connected to system bus
Tue Nov 14 13:38:23 2023 daemon.info dnsmasq[1]: using only locally-known addresses for test
Tue Nov 14 13:38:23 2023 daemon.info dnsmasq[1]: using only locally-known addresses for onion
Tue Nov 14 13:38:23 2023 daemon.info dnsmasq[1]: using only locally-known addresses for localhost
Tue Nov 14 13:38:23 2023 daemon.info dnsmasq[1]: using only locally-known addresses for local
Tue Nov 14 13:38:23 2023 daemon.info dnsmasq[1]: using only locally-known addresses for invalid
Tue Nov 14 13:38:23 2023 daemon.info dnsmasq[1]: using only locally-known addresses for bind
Tue Nov 14 13:38:23 2023 daemon.info dnsmasq[1]: using only locally-known addresses for lan
Tue Nov 14 13:38:23 2023 daemon.warn dnsmasq[1]: no servers found in /tmp/resolv.conf.d/resolv.conf.auto, will retry
Tue Nov 14 13:38:23 2023 daemon.info dnsmasq[1]: read /etc/hosts - 12 names
Tue Nov 14 13:38:23 2023 daemon.info dnsmasq[1]: read /tmp/hosts/dhcp.cfg01411c - 0 names
Tue Nov 14 13:38:57 2023 authpriv.info dropbear[1154]: Not backgrounding
Tue Nov 14 13:38:59 2023 daemon.notice wpa_supplicant[1262]: Successfully initialized wpa_supplicant
Tue Nov 14 13:39:00 2023 kern.info kernel: [   62.258076] rt3050-esw 10110000.esw: port 0 link down
Tue Nov 14 13:39:00 2023 user.notice : Added device handler type: bonding
Tue Nov 14 13:39:00 2023 user.notice : Added device handler type: 8021ad
Tue Nov 14 13:39:00 2023 user.notice : Added device handler type: 8021q
Tue Nov 14 13:39:00 2023 user.notice : Added device handler type: macvlan
Tue Nov 14 13:39:00 2023 user.notice : Added device handler type: veth
Tue Nov 14 13:39:00 2023 user.notice : Added device handler type: bridge
Tue Nov 14 13:39:00 2023 user.notice : Added device handler type: Network device
Tue Nov 14 13:39:00 2023 user.notice : Added device handler type: tunnel
Tue Nov 14 13:39:04 2023 user.notice ucitrack: Setting up /etc/config/dhcp reload dependency on /etc/config/network
Tue Nov 14 13:39:04 2023 user.notice ucitrack: Setting up /etc/config/network reload dependency on /etc/config/wireless
Tue Nov 14 13:39:04 2023 kern.info kernel: [   66.398560] rt3050-esw 10110000.esw: port 0 link up
Tue Nov 14 13:39:04 2023 user.notice ucitrack: Setting up /etc/config/luci-splash reload dependency on /etc/config/firewall
Tue Nov 14 13:39:04 2023 user.notice ucitrack: Setting up /etc/config/qos reload dependency on /etc/config/firewall
Tue Nov 14 13:39:04 2023 user.notice ucitrack: Setting up /etc/config/miniupnpd reload dependency on /etc/config/firewall
Tue Nov 14 13:39:05 2023 user.notice ucitrack: Setting up /etc/config/odhcpd reload dependency on /etc/config/dhcp
Tue Nov 14 13:39:05 2023 user.notice ucitrack: Setting up non-init /etc/config/fstab reload handler: /sbin/block mount
Tue Nov 14 13:39:05 2023 user.notice ucitrack: Setting up /etc/config/system reload trigger for non-procd /etc/init.d/led
Tue Nov 14 13:39:06 2023 user.notice ucitrack: Setting up /etc/config/luci_statistics reload dependency on /etc/config/system
Tue Nov 14 13:39:06 2023 user.notice ucitrack: Setting up /etc/config/dhcp reload dependency on /etc/config/system
Tue Nov 14 13:39:07 2023 daemon.notice procd: /etc/rc.d/S96led: setting up led wan
Tue Nov 14 13:39:07 2023 daemon.notice procd: /etc/rc.d/S96led: setting up led green:wifi-low
Tue Nov 14 13:39:07 2023 daemon.notice procd: /etc/rc.d/S96led: Skipping trigger 'rssi' for led 'green:wifi-low' due to missing kernel module
Tue Nov 14 13:39:07 2023 daemon.notice procd: /etc/rc.d/S96led: setting up led green:wifi-med
Tue Nov 14 13:39:07 2023 daemon.notice procd: /etc/rc.d/S96led: Skipping trigger 'rssi' for led 'green:wifi-med' due to missing kernel module
Tue Nov 14 13:39:07 2023 daemon.notice procd: /etc/rc.d/S96led: setting up led green:wifi-high
Tue Nov 14 13:39:08 2023 daemon.notice procd: /etc/rc.d/S96led: Skipping trigger 'rssi' for led 'green:wifi-high' due to missing kernel module
Tue Nov 14 13:39:08 2023 daemon.notice procd: /etc/rc.d/S96led: setting up led wifi
Tue Nov 14 13:39:08 2023 kern.info kernel: [   70.888306] br-lan: port 1(eth0.1) entered blocking state
Tue Nov 14 13:39:08 2023 kern.info kernel: [   70.899125] br-lan: port 1(eth0.1) entered disabled state
Tue Nov 14 13:39:08 2023 kern.info kernel: [   70.910238] device eth0.1 entered promiscuous mode
Tue Nov 14 13:39:08 2023 kern.info kernel: [   70.919742] device eth0 entered promiscuous mode
Tue Nov 14 13:39:08 2023 kern.info kernel: [   70.994047] br-lan: port 1(eth0.1) entered blocking state
Tue Nov 14 13:39:08 2023 kern.info kernel: [   71.004840] br-lan: port 1(eth0.1) entered forwarding state
Tue Nov 14 13:39:08 2023 daemon.notice netifd: Interface 'lan' is enabled
Tue Nov 14 13:39:08 2023 daemon.notice netifd: Interface 'lan' is setting up now
Tue Nov 14 13:39:08 2023 daemon.notice netifd: Interface 'lan' is now up
Tue Nov 14 13:39:08 2023 daemon.notice netifd: bridge 'br-lan' link is up
Tue Nov 14 13:39:08 2023 daemon.notice netifd: Interface 'lan' has link connectivity
Tue Nov 14 13:39:08 2023 daemon.notice netifd: VLAN 'eth0.1' link is up
Tue Nov 14 13:39:08 2023 daemon.notice netifd: Interface 'loopback' is enabled
Tue Nov 14 13:39:08 2023 daemon.notice netifd: Interface 'loopback' is setting up now
Tue Nov 14 13:39:08 2023 daemon.notice netifd: Interface 'loopback' is now up
Tue Nov 14 13:39:08 2023 daemon.notice netifd: Interface 'wan' is enabled
Tue Nov 14 13:39:08 2023 daemon.notice netifd: Interface 'wan6' is enabled
Tue Nov 14 13:39:09 2023 daemon.notice netifd: bridge 'br-lan' link is down
Tue Nov 14 13:39:09 2023 daemon.notice netifd: Interface 'lan' has link connectivity loss
Tue Nov 14 13:39:09 2023 daemon.notice netifd: Network device 'eth0' link is up
Tue Nov 14 13:39:09 2023 daemon.notice netifd: VLAN 'eth0.1' link is down
Tue Nov 14 13:39:09 2023 daemon.notice netifd: VLAN 'eth0.1' link is up
Tue Nov 14 13:39:09 2023 daemon.notice netifd: bridge 'br-lan' link is up
Tue Nov 14 13:39:09 2023 daemon.notice netifd: Interface 'lan' has link connectivity
Tue Nov 14 13:39:09 2023 daemon.notice netifd: Network device 'lo' link is up
Tue Nov 14 13:39:09 2023 daemon.notice netifd: Interface 'loopback' has link connectivity
Tue Nov 14 13:39:09 2023 daemon.notice netifd: VLAN 'eth0.2' link is up
Tue Nov 14 13:39:09 2023 daemon.notice netifd: Interface 'wan' has link connectivity
Tue Nov 14 13:39:09 2023 daemon.notice netifd: Interface 'wan' is setting up now
Tue Nov 14 13:39:09 2023 daemon.notice netifd: Interface 'wan6' has link connectivity
Tue Nov 14 13:39:09 2023 daemon.notice netifd: Interface 'wan6' is setting up now
Tue Nov 14 13:39:09 2023 daemon.notice netifd: wan (1983): udhcpc: started, v1.36.1
Tue Nov 14 13:39:09 2023 kern.info kernel: [   71.920550] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
Tue Nov 14 13:39:09 2023 daemon.err odhcp6c[1984]: Failed to send RS (Address not available)
Tue Nov 14 13:39:10 2023 daemon.notice netifd: wan (1983): udhcpc: broadcasting discover
Tue Nov 14 13:39:11 2023 daemon.info procd: - init complete -
Tue Nov 14 13:39:11 2023 user.notice firewall: Reloading firewall due to ifup of lan (br-lan)
Tue Nov 14 13:39:11 2023 daemon.info urandom_seed[2101]: Seed saved (/etc/urandom.seed)
Tue Nov 14 13:39:13 2023 daemon.notice netifd: wan (1983): udhcpc: broadcasting discover
Tue Nov 14 13:39:16 2023 daemon.notice netifd: wan (1983): udhcpc: broadcasting discover
Tue Nov 14 13:39:16 2023 daemon.info dnsmasq[1]: exiting on receipt of SIGTERM
Tue Nov 14 13:39:16 2023 daemon.info dnsmasq[1]: started, version 2.89 cachesize 1000
Tue Nov 14 13:39:16 2023 daemon.info dnsmasq[1]: DNS service limited to local subnets
Tue Nov 14 13:39:16 2023 daemon.info dnsmasq[1]: compile time options: IPv6 GNU-getopt no-DBus UBus no-i18n no-IDN DHCP no-DHCPv6 no-Lua TFTP no-conntrack no-ipset no-nftset no-auth no-cryptohash no-DNSSEC no-ID loop-detect inotify dumpfile
Tue Nov 14 13:39:16 2023 daemon.info dnsmasq[1]: UBus support enabled: connected to system bus
Tue Nov 14 13:39:16 2023 daemon.info dnsmasq-dhcp[1]: DHCP, IP range 192.168.1.100 -- 192.168.1.249, lease time 12h
Tue Nov 14 13:39:16 2023 daemon.info dnsmasq[1]: using only locally-known addresses for test
Tue Nov 14 13:39:16 2023 daemon.info dnsmasq[1]: using only locally-known addresses for onion
Tue Nov 14 13:39:16 2023 daemon.info dnsmasq[1]: using only locally-known addresses for localhost
Tue Nov 14 13:39:16 2023 daemon.info dnsmasq[1]: using only locally-known addresses for local
Tue Nov 14 13:39:16 2023 daemon.info dnsmasq[1]: using only locally-known addresses for invalid
Tue Nov 14 13:39:16 2023 daemon.info dnsmasq[1]: using only locally-known addresses for bind
Tue Nov 14 13:39:16 2023 daemon.info dnsmasq[1]: using only locally-known addresses for lan
Tue Nov 14 13:39:16 2023 daemon.warn dnsmasq[1]: no servers found in /tmp/resolv.conf.d/resolv.conf.auto, will retry
Tue Nov 14 13:39:16 2023 daemon.info dnsmasq[1]: read /etc/hosts - 12 names
Tue Nov 14 13:39:16 2023 daemon.info dnsmasq[1]: read /tmp/hosts/dhcp.cfg01411c - 4 names
Tue Nov 14 13:39:16 2023 daemon.info dnsmasq-dhcp[1]: read /etc/ethers - 0 addresses
Tue Nov 14 13:39:20 2023 daemon.info dnsmasq-dhcp[1]: DHCPREQUEST(br-lan) 192.168.172.1 00:2b:67:4e:a7:8d
Tue Nov 14 13:39:20 2023 daemon.info dnsmasq-dhcp[1]: DHCPNAK(br-lan) 192.168.172.1 00:2b:67:4e:a7:8d wrong network
Tue Nov 14 13:39:23 2023 daemon.info dnsmasq-dhcp[1]: DHCPDISCOVER(br-lan) 00:2b:67:4e:a7:8d
Tue Nov 14 13:39:23 2023 daemon.info dnsmasq-dhcp[1]: DHCPOFFER(br-lan) 192.168.1.108 00:2b:67:4e:a7:8d
Tue Nov 14 13:39:23 2023 daemon.info dnsmasq-dhcp[1]: DHCPREQUEST(br-lan) 192.168.1.108 00:2b:67:4e:a7:8d
Tue Nov 14 13:39:23 2023 daemon.info dnsmasq-dhcp[1]: DHCPACK(br-lan) 192.168.1.108 00:2b:67:4e:a7:8d LENOVO
Tue Nov 14 13:39:35 2023 daemon.err uhttpd[626]: [info] luci: accepted login on /admin/network/wireless for root from 192.168.1.108

the sysupgrade or uboot log would probably be more interesting than the one of initramfs.

Kernel log:

[    0.000000] Linux version 5.15.137 (builder@buildhost) (mipsel-openwrt-linux-musl-gcc (OpenWrt GCC 12.3.0 r23630-842932a63d) 12.3.0, GNU ld (GNU Binutils) 2.40.0) #0 Tue Nov 14 13:38:11 2023
[    0.000000] Board has DDR2
[    0.000000] Analog PMU set to hw control
[    0.000000] Digital PMU set to hw control
[    0.000000] SoC Type: MediaTek MT7628AN ver:1 eco:2
[    0.000000] printk: bootconsole [early0] enabled
[    0.000000] CPU0 revision is: 00019655 (MIPS 24KEc)
[    0.000000] MIPS: machine is Wavlink WL-WN570HA1
[    0.000000] Initrd not found or empty - disabling initrd
[    0.000000] Primary instruction cache 64kB, VIPT, 4-way, linesize 32 bytes.
[    0.000000] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes
[    0.000000] Zone ranges:
[    0.000000]   Normal   [mem 0x0000000000000000-0x0000000003ffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000000000-0x0000000003ffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000003ffffff]
[    0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[    0.000000] pcpu-alloc: [0] 0 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 16240
[    0.000000] Kernel command line: console=ttyS0,57600 rootfstype=squashfs,jffs2
[    0.000000] Dentry cache hash table entries: 8192 (order: 3, 32768 bytes, linear)
[    0.000000] Inode-cache hash table entries: 4096 (order: 2, 16384 bytes, linear)
[    0.000000] Writing ErrCtl register=0004ddea
[    0.000000] Readback ErrCtl register=0004ddea
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] Memory: 52820K/65536K available (5962K kernel code, 605K rwdata, 748K rodata, 4452K init, 217K bss, 12716K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] NR_IRQS: 256
[    0.000000] intc: using register map from devicetree
[    0.000000] CPU Clock: 580MHz
[    0.000000] timer_probe: no matching timers found
[    0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6590553264 ns
[    0.000002] sched_clock: 32 bits at 290MHz, resolution 3ns, wraps every 7405115902ns
[    0.015460] Calibrating delay loop... 385.84 BogoMIPS (lpj=1929216)
[    0.087645] pid_max: default: 32768 minimum: 301
[    0.097882] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.112232] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.135919] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.155320] futex hash table entries: 256 (order: -1, 3072 bytes, linear)
[    0.168928] pinctrl core: initialized pinctrl subsystem
[    0.181350] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.193655] thermal_sys: Registered thermal governor 'step_wise'
[    0.460978] PCI host bridge to bus 0000:00
[    0.480825] pci_bus 0000:00: root bus resource [mem 0x20000000-0x2fffffff]
[    0.494414] pci_bus 0000:00: root bus resource [io  0x10160000-0x1016ffff]
[    0.508011] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
[    0.523708] pci 0000:00:00.0: [14c3:0801] type 01 class 0x060400
[    0.535538] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x7fffffff]
[    0.547910] pci 0000:00:00.0: reg 0x14: [mem 0x00000000-0x0000ffff]
[    0.560369] pci 0000:00:00.0: supports D1
[    0.568193] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[    0.581061] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    0.597068] pci 0000:01:00.0: [14c3:7650] type 00 class 0x028000
[    0.608883] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x000fffff]
[    0.621363] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    0.633634] pci 0000:01:00.1: [14c3:8650] type 00 class 0x0d1100
[    0.645453] pci 0000:01:00.1: reg 0x10: [mem 0x00000000-0x000fffff]
[    0.657927] pci 0000:01:00.1: supports D1
[    0.665705] pci 0000:01:00.1: PME# supported from D0 D1 D3hot D3cold
[    0.679709] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[    0.692715] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 01
[    0.705783] pci 0000:00:00.0: BAR 0: no space for [mem size 0x80000000]
[    0.718822] pci 0000:00:00.0: BAR 0: failed to assign [mem size 0x80000000]
[    0.732583] pci 0000:00:00.0: BAR 8: assigned [mem 0x20000000-0x201fffff]
[    0.745998] pci 0000:00:00.0: BAR 1: assigned [mem 0x20200000-0x2020ffff]
[    0.759424] pci 0000:01:00.0: BAR 0: assigned [mem 0x20000000-0x200fffff]
[    0.772836] pci 0000:01:00.1: BAR 0: assigned [mem 0x20100000-0x201fffff]
[    0.786250] pci 0000:00:00.0: PCI bridge to [bus 01]
[    0.796043] pci 0000:00:00.0:   bridge window [mem 0x20000000-0x201fffff]
[    0.809997] clocksource: Switched to clocksource MIPS
[    0.821660] NET: Registered PF_INET protocol family
[    0.831519] IP idents hash table entries: 2048 (order: 2, 16384 bytes, linear)
[    0.846879] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear)
[    0.863381] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.878619] TCP established hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.893763] TCP bind hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.907693] TCP: Hash tables configured (established 1024 bind 1024)
[    0.920426] UDP hash table entries: 256 (order: 0, 4096 bytes, linear)
[    0.933289] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes, linear)
[    0.947468] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.958741] PCI: CLS 0 bytes, default 32
[    1.687298] workingset: timestamp_bits=14 max_order=14 bucket_order=0
[    1.706813] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    1.718299] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[    1.739229] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    1.756686] mt7621_gpio 10000600.gpio: registering 32 gpios
[    1.768018] mt7621_gpio 10000600.gpio: registering 32 gpios
[    1.779341] mt7621_gpio 10000600.gpio: registering 32 gpios
[    1.790977] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
[    1.806645] printk: console [ttyS0] disabled
[    1.815119] 10000c00.uartlite: ttyS0 at MMIO 0x10000c00 (irq = 28, base_baud = 2500000) is a 16550A
[    1.832942] printk: console [ttyS0] enabled
[    1.849432] printk: bootconsole [early0] disabled
[    1.869847] spi-mt7621 10000b00.spi: sys_freq: 193333333
[    1.889914] spi-nor spi0.0: unrecognized JEDEC id bytes: a1 40 17 a1 40 17
[    1.903630] spi-nor: probe of spi0.0 failed with error -2
[    1.958545] rt3050-esw 10110000.esw: mediatek esw at 0xb0110000, irq 25 initialized
[    1.973920] mtk_soc_eth 10100000.ethernet: generated random MAC address c2:4d:18:b7:f0:e8
[    1.990911] mtk_soc_eth 10100000.ethernet eth0: mediatek frame engine at 0xb0100000, irq 5
[    2.009768] NET: Registered PF_INET6 protocol family
[    2.583845] Segment Routing with IPv6
[    2.591274] In-situ OAM (IOAM) with IPv6
[    2.599164] NET: Registered PF_PACKET protocol family
[    2.609278] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[    2.635270] 8021q: 802.1Q VLAN Support v1.8
[    6.225537] rt3050-esw 10110000.esw: port 0 link up
[    7.856864] Freeing unused kernel image (initmem) memory: 4452K
[    7.868644] This architecture does not have kernel memory protection.
[    7.881415] Run /init as init process
[    7.888653]   with arguments:
[    7.888659]     /init
[    7.888665]   with environment:
[    7.888670]     HOME=/
[    7.888676]     TERM=linux
[    8.606565] init: Console is alive
[    8.614109] init: - watchdog -
[    8.647936] kmodloader: loading kernel modules from /etc/modules-boot.d/*
[    8.677162] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
[    8.702223] init: - preinit -
[    9.104516] random: jshn: uninitialized urandom read (4 bytes read)
[    9.233624] random: jshn: uninitialized urandom read (4 bytes read)
[    9.526381] random: jshn: uninitialized urandom read (4 bytes read)
[    9.998082] rt3050-esw 10110000.esw: port 0 link down
[   12.319714] procd: - early -
[   12.326675] procd: - watchdog -
[   12.954886] procd: - watchdog -
[   12.962957] procd: - ubus -
[   12.979797] random: ubusd: uninitialized urandom read (4 bytes read)
[   13.019471] random: ubusd: uninitialized urandom read (4 bytes read)
[   13.032802] random: ubusd: uninitialized urandom read (4 bytes read)
[   13.049675] procd: - init -
[   13.856987] kmodloader: loading kernel modules from /etc/modules.d/*
[   14.247618] rt3050-esw 10110000.esw: port 0 link up
[   14.454108] Loading modules backported from Linux version v6.1.24-0-g0102425ac76b
[   14.469024] Backport generated by backports.git v5.15.92-1-44-gd6ea70fafd36
[   14.649680] mt76_wmac 10300000.wmac: ASIC revision: 76280001
[   14.662017] mt76_wmac 10300000.wmac: Invalid MAC address, using random address 56:c9:28:ca:23:b7
[   15.741095] mt76_wmac 10300000.wmac: Firmware Version: 20151201
[   15.752904] mt76_wmac 10300000.wmac: Build Time: 20151201183641
[   15.830027] mt76_wmac 10300000.wmac: firmware init done
[   16.020284] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[   16.257037] PPP generic driver version 2.4.2
[   16.300957] NET: Registered PF_PPPOX protocol family
[   16.391304] kmodloader: done loading kernel modules from /etc/modules.d/*
[   16.870657] urngd: v1.0.2 started.
[   17.287925] random: jshn: uninitialized urandom read (4 bytes read)
[   17.827572] random: jshn: uninitialized urandom read (4 bytes read)
[   18.748274] random: jshn: uninitialized urandom read (4 bytes read)
[   19.020322] random: jshn: uninitialized urandom read (4 bytes read)
[   20.498274] random: crng init done
[   20.505100] random: 27 urandom warning(s) missed due to ratelimiting
[   62.258076] rt3050-esw 10110000.esw: port 0 link down
[   66.398560] rt3050-esw 10110000.esw: port 0 link up
[   70.888306] br-lan: port 1(eth0.1) entered blocking state
[   70.899125] br-lan: port 1(eth0.1) entered disabled state
[   70.910238] device eth0.1 entered promiscuous mode
[   70.919742] device eth0 entered promiscuous mode
[   70.994047] br-lan: port 1(eth0.1) entered blocking state
[   71.004840] br-lan: port 1(eth0.1) entered forwarding state
[   71.920550] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready

[quote="frollic, post:3, topic:178148"]
he sysupgrade or uboot log would probably be more interesting than the one of initramfs.
[/quote]how to get it?

serial, since sysupgrade ran from cli probably won't catch the whole process.

1 Like

I don't have a serial converter.
Is this one suitable? Chip CH340

or this?
Chip FT232

doesn't really matter, but I'd get a CP21xx based serial converter, unless there's a huge price diff.
better ones also support 1.8v, it's nice to have, even if you probably don't need it for this.

connect here?

yes, skipping the VCC pin.

1 Like

who can post a photo of the board on the device page? I do not have rights...

Hi!
I bought a converter for CP2102 and received the following logs:

  • loading only the OpenWrt kernel
  • attempt to upgrade from the kernel to full OpenWrt from kernel
  • kernel only firmware via Uboot
  • flashing full OpenWrt firmware via Uboot
  • flashing factory firmware via Uboot
  • loading factory firmware
    When flashing full-fledged OpenWrt firmware via Uboot, you can see that the firmware start fine and starts loading, but then crashes with a kernel error:
[    1.394403] /dev/root: Can't open blockdev
[    1.402558] VFS: Cannot open root device "(null)" or unknown-block(0,0): error -6
[    1.417445] Please append a correct "root=" boot option; here are the available partitions:
[    1.433991] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)

Which log should I attach for a detailed analysis?

start by posting the output of the printenv command in uboot.

Log flashing full OpenWrt firmware via Uboot:

[0408090F][04080A0F][7B6F0000][18162D29][0018163A]
DU Setting Cal Done
U-Boot 1.1.3 (Oct 19 2022 - 18:25:00)W
Board: Ralink APSoC DRAM:  64 MB
relocate_code Pointer at: 83f98000
flash manufacture id: a1, device id 40 17
find flash: FM25Q64
*** Warning - bad CRC, using default environment
=========================================== 
Ralink UBoot Version: 5.0.0.0
-------------------------------------------- 
ASIC 7628_MP (Port5<->None)
DRAM component: 512 Mbits DDR, width 16
DRAM bus: 16 bit
Total memory: 64 MBytes
Flash component: SPI Flash
Date:Oct 19 2022  Time:18:25:00
============================================ 
icache: sets:512, ways:4, linesz:32 ,total:65536
dcache: sets:256, ways:4, linesz:32 ,total:32768 
 ##### The CPU freq = 580 MHZ #### 
 estimate memory size =64 Mbytes
RESET MT7628 PHY!!!!!!set LAN/WAN LLLLW
570HA1
gpio38 pushed
gpio38 pushed
gpio38 pushed
gpio38 pushed
gpio38 pushed
HTTP server is starting for update...
 NetTxPacket = 0x83FE6900 
 NetRxPackets[0] = 0x83FE6F00
 NetRxPackets[1] = 0x83FE7500
 NetRxPackets[2] = 0x83FE7B00
 NetRxPackets[3] = 0x83FE8100
 NetRxPackets[4] = 0x83FE8700
 NetRxPackets[5] = 0x83FE8D00
 NetRxPackets[6] = 0x83FE9300
 NetRxPackets[7] = 0x83FE9900
 NetRxPackets[8] = 0x83FE9F00
 NetRxPackets[9] = 0x83FEA500
 NetRxPackets[10] = 0x83FEAB00
 NetRxPackets[11] = 0x83FEB100
 NetRxPackets[12] = 0x83FEB700
 NetRxPackets[13] = 0x83FEBD00
 NetRxPackets[14] = 0x83FEC300
 NetRxPackets[15] = 0x83FEC900
 NetRxPackets[16] = 0x83FECF00
 NetRxPackets[17] = 0x83FED500
 NetRxPackets[18] = 0x83FEDB00
 NetRxPackets[19] = 0x83FEE100
 NetRxPackets[20] = 0x83FEE700
 NetRxPackets[21] = 0x83FEED00
 NetRxPackets[22] = 0x83FEF300
 NetRxPackets[23] = 0x83FEF900
 KSEG1ADDR(NetTxPacket) = 0xA3FE6900 
 NetLoopHttpd,call eth_halt ! 
Trying Eth0 (10/100-M)
 Waitting for RX_DMA_BUSY status Start... done
 ETH_STATE_ACTIVE!! 
HTTP server is starting at IP: 192.168.10.1
HTTP server is ready!
Request for: /
Request for: /style.css
Request for: /favicon.ico
## Error: file not found /favicon.ico!
Data will be downloaded at 0x81000000 in RAM
Upgrade type: firmware
Upload file size: 6095660 bytes
Loading: #######################################
         #######
HTTP upload is done! Upgrading...
****************************
*    FIRMWARE UPGRADING    *
* DO NOT POWER OFF DEVICE! *
********81000000,bc050000,bc000000,6095660********************
.............................................................................................
Done!
HTTP ugrade is done! Rebooting...
[04080D0C][04080C0B][898E0000][27253B48][0027253A]
DU Setting Cal Done
U-Boot 1.1.3 (Oct 19 2022 - 18:25:00)W
Board: Ralink APSoC DRAM:  64 MB
relocate_code Pointer at: 83f98000
******************************
Software System Reset Occurred
******************************
flash manufacture id: a1, device id 40 17
find flash: FM25Q64
*** Warning - bad CRC, using default environment
============================================ 
Ralink UBoot Version: 5.0.0.0
-------------------------------------------- 
ASIC 7628_MP (Port5<->None)
DRAM component: 512 Mbits DDR, width 16
DRAM bus: 16 bit
Total memory: 64 MBytes
Flash component: SPI Flash
Date:Oct 19 2022  Time:18:25:00
============================================ 
icache: sets:512, ways:4, linesz:32 ,total:65536
dcache: sets:256, ways:4, linesz:32 ,total:32768 
 ##### The CPU freq = 580 MHZ #### 
 estimate memory size =64 Mbytes
RESET MT7628 PHY!!!!!!set LAN/WAN LLLLW
570HA1
Please choose the operation: 
   1: Load system code to SDRAM via TFTP. 
   2: Load system code then write to Flash via TFTP. 
   3: Boot system code via Flash (default).
   4: Enter boot command line interface.
   7: Load Boot Loader code then write to Flash via Serial. 
   9: Load Boot Loader code then write to Flash via TFTP. 
default: 3
 4  3  2  1  0 
3: System Boot system code via Flash.
## Booting image at bc050000 ...
   Image Name:   MIPS OpenWrt Linux-5.15.139
   Image Type:   MIPS Linux Kernel Image (lzma compressed)
   Data Size:    2468095 Bytes =  2.4 MB
   Load Address: 80000000
   Entry Point:  80000000
   Verifying Checksum ... OK
   Uncompressing Kernel Image ... OK
No initrd
## Transferring control to Linux (at address 80000000) ...
## Giving linux memsize in MB, 64
Starting kernel ...
[    0.000000] Linux version 5.15.139 (builder@buildhost) (mipsel-openwrt-linux-musl-gcc (OpenWrt GCC 12.3.0 r24455-df167450a5) 12.3.0, GNU ld (GNU Binutils) 2.40.0) #0 Thu Nov 23 21:55:55 2023
[    0.000000] Board has DDR2
[    0.000000] Analog PMU set to hw control
[    0.000000] Digital PMU set to hw control
[    0.000000] SoC Type: MediaTek MT7628AN ver:1 eco:2
[    0.000000] printk: bootconsole [early0] enabled
[    0.000000] CPU0 revision is: 00019655 (MIPS 24KEc)
[    0.000000] MIPS: machine is Wavlink WL-WN570HA1
[    0.000000] Initrd not found or empty - disabling initrd
[    0.000000] Primary instruction cache 64kB, VIPT, 4-way, linesize 32 bytes.
[    0.000000] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes
[    0.000000] Zone ranges:
[    0.000000]   Normal   [mem 0x0000000000000000-0x0000000003ffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000000000-0x0000000003ffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000003ffffff]
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 16240
[    0.000000] Kernel command line: console=ttyS0,57600 rootfstype=squashfs,jffs2
[    0.000000] Dentry cache hash table entries: 8192 (order: 3, 32768 bytes, linear)
[    0.000000] Inode-cache hash table entries: 4096 (order: 2, 16384 bytes, linear)
[    0.000000] Writing ErrCtl register=0004dde8
[    0.000000] Readback ErrCtl register=0004dde8
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] Memory: 55444K/65536K available (6004K kernel code, 604K rwdata, 1300K rodata, 1236K init, 217K bss, 10092K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] NR_IRQS: 256
[    0.000000] intc: using register map from devicetree
[    0.000000] CPU Clock: 580MHz
[    0.000000] timer_probe: no matching timers found
[    0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6590553264 ns
[    0.000002] sched_clock: 32 bits at 290MHz, resolution 3ns, wraps every 7405115902ns
[    0.015471] Calibrating delay loop... 385.84 BogoMIPS (lpj=1929216)
[    0.087644] pid_max: default: 32768 minimum: 301
[    0.097899] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.112248] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.136036] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.155439] futex hash table entries: 256 (order: -1, 3072 bytes, linear)
[    0.169056] pinctrl core: initialized pinctrl subsystem
[    0.181518] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.193962] thermal_sys: Registered thermal governor 'step_wise'
[    0.464872] PCI host bridge to bus 0000:00
[    0.484719] pci_bus 0000:00: root bus resource [mem 0x20000000-0x2fffffff]
[    0.498306] pci_bus 0000:00: root bus resource [io  0x10160000-0x1016ffff]
[    0.511894] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
[    0.527601] pci 0000:00:00.0: [14c3:0801] type 01 class 0x060400
[    0.539434] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x7fffffff]
[    0.551804] pci 0000:00:00.0: reg 0x14: [mem 0x00000000-0x0000ffff]
[    0.564265] pci 0000:00:00.0: supports D1
[    0.572087] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[    0.584911] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    0.600924] pci 0000:01:00.0: [14c3:7650] type 00 class 0x028000
[    0.612739] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x000fffff]
[    0.625215] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    0.637502] pci 0000:01:00.1: [14c3:8650] type 00 class 0x0d1100
[    0.649321] pci 0000:01:00.1: reg 0x10: [mem 0x00000000-0x000fffff]
[    0.661789] pci 0000:01:00.1: supports D1
[    0.669566] pci 0000:01:00.1: PME# supported from D0 D1 D3hot D3cold
[    0.683472] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[    0.696461] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 01
[    0.709598] pci 0000:00:00.0: BAR 0: no space for [mem size 0x80000000]
[    0.722586] pci 0000:00:00.0: BAR 0: failed to assign [mem size 0x80000000]
[    0.736337] pci 0000:00:00.0: BAR 8: assigned [mem 0x20000000-0x201fffff]
[    0.749754] pci 0000:00:00.0: BAR 1: assigned [mem 0x20200000-0x2020ffff]
[    0.763182] pci 0000:01:00.0: BAR 0: assigned [mem 0x20000000-0x200fffff]
[    0.776593] pci 0000:01:00.1: BAR 0: assigned [mem 0x20100000-0x201fffff]
[    0.790006] pci 0000:00:00.0: PCI bridge to [bus 01]
[    0.799799] pci 0000:00:00.0:   bridge window [mem 0x20000000-0x201fffff]
[    0.813760] clocksource: Switched to clocksource MIPS
[    0.825506] NET: Registered PF_INET protocol family
[    0.835359] IP idents hash table entries: 2048 (order: 2, 16384 bytes, linear)
[    0.850766] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear)
[    0.867273] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.882500] TCP established hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.897650] TCP bind hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.911580] TCP: Hash tables configured (established 1024 bind 1024)
[    0.924334] UDP hash table entries: 256 (order: 0, 4096 bytes, linear)
[    0.937205] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes, linear)
[    0.951399] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.962673] PCI: CLS 0 bytes, default 32
[    0.975160] workingset: timestamp_bits=14 max_order=14 bucket_order=0
[    0.994779] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    1.006251] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[    1.027241] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    1.044796] mt7621_gpio 10000600.gpio: registering 32 gpios
[    1.056221] mt7621_gpio 10000600.gpio: registering 32 gpios
[    1.067479] mt7621_gpio 10000600.gpio: registering 32 gpios
[    1.079132] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
[    1.095047] printk: console [ttyS0] disabled
[    1.103456] 10000c00.uart0: ttyS0 at MMIO 0x10000c00 (irq = 28, base_baud = 2500000) is a 16550A
[    1.120846] printk: console [ttyS0] enabled
[    1.120846] printk: console [ttyS0] enabled
[    1.137280] printk: bootconsole [early0] disabled
[    1.137280] printk: bootconsole [early0] disabled
[    1.157569] spi-mt7621 10000b00.spi: sys_freq: 193333333
[    1.190871] spi-nor spi0.0: unrecognized JEDEC id bytes: a1 40 17 a1 40 17
[    1.204608] spi-nor: probe of spi0.0 failed with error -2
[    1.261906] rt3050-esw 10110000.esw: mediatek esw at 0xb0110000, irq 25 initialized
[    1.277255] mtk_soc_eth 10100000.ethernet: generated random MAC address d2:f9:e6:81:5a:78
[    1.294316] mtk_soc_eth 10100000.ethernet eth0: mediatek frame engine at 0xb0100000, irq 5
[    1.312969] NET: Registered PF_INET6 protocol family
[    1.329307] Segment Routing with IPv6
[    1.336745] In-situ OAM (IOAM) with IPv6
[    1.344690] NET: Registered PF_PACKET protocol family
[    1.354809] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[    1.380857] 8021q: 802.1Q VLAN Support v1.8
[    1.394403] /dev/root: Can't open blockdev
[    1.402558] VFS: Cannot open root device "(null)" or unknown-block(0,0): error -6
[    1.417445] Please append a correct "root=" boot option; here are the available partitions:
[    1.433991] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
[    1.450356] Rebooting in 1 seconds..

not what you were asked to post.

like this?

4: System Enter Boot Command Line Interface.
U-Boot 1.1.3 (Oct 19 2022 - 18:25:00)W
MT7628 # printenv
bootcmd=tftp
bootdelay=5
baudrate=57600
ethaddr="00:AA:BB:CC:DD:10"
ipaddr=192.168.10.1
serverip=192.168.10.100
bootfile=firmware.bin
stdin=serial
stdout=serial
stderr=serial
BootType=3
Environment size: 186/4092 bytes
MT7628 # 

IIUC unsupported flash