My 10g devices stopped working, so I rewote AQR_ethphyfw.mbn using
mtd erase /dev/mtd10
mtd -n write /tmp/AQR_ethphyfw.mbn /dev/mtd10
How can I tell if the devices are good and working properly?
fw_printenv
baudrate=115200
boot_1=good
boot_2=good
bootargs=console=ttyMSM0,115200n8
bootdelay=2
fdt_high=0x4A400000
fdtcontroladdr=4a96c8d0
flash_type=8
fw_type=router
machid=8010000
netmask=255.255.255.0
soc_version_major=2
soc_version_minor=0
stderr=serial@78B3000
stdin=serial@78B3000
stdout=serial@78B3000
BMAC=245EBE551172
QSN=Q211Q00912
MN=A03
NMAC=8
PN=X6QHora-301W
SSID=QHora-301W_1172
MD=2021/01/25 10:00
HV=0x01
PLN=IPQ8072a
MF=0x01
CC=US
VN=0x01
FWMode=Normal
scan_ramoops_history_done=1
bootcmd=aq_load_fw 0; aq_load_fw 8; bootipq
boot_0=good
current_entry=0
Also, I can't get serial connections to work for the partition 0 where OpenWrt is installed. I can make it work by booting the original Qnap version on partition 1 by holding the reset button for 10 seconds. That wouldn't work on partition 0. What are the steps to restart the router and get access to uboot?
Thank you all for OpenWrt and your help, too.