Followed the steps in the wiki for installation using the ssh route. I'm not a total newb, but have previously used well supported models with more polished install process.
Everything worked okay but at the end the router is not responding after restart.
I tried with the prebuilt NSS enabled snapshot from Agustin's repo
Installation shell output:
root@OpenWrt:~# ls -l /tmp/
-rw-r--r-- 1 root root 5 Jan 1 00:00 TZ
-rw-r--r-- 1 root root 641 Jan 1 00:00 board.json
-rw-r--r-- 1 root root 61 Jan 1 00:00 dhcp.leases
drwxr-xr-x 2 root root 40 Jan 1 00:00 dnsmasq.cfg01411c.d
drwxr-xr-x 4 root root 100 Jan 1 00:00 etc
-rw-r--r-- 1 root root 20840448 Jan 1 00:04 factory_image.ubi
drwxr-xr-x 2 root root 80 Jan 1 00:00 hosts
drwxr-xr-x 3 root root 60 Jan 1 00:00 lib
drwxrwxrwt 2 root root 560 Jan 1 00:00 lock
drwxr-xr-x 3 root root 100 Jan 1 00:00 log
-rw-r--r-- 1 root root 47 Jan 1 00:00 resolv.conf
drwxr-xr-x 2 root root 60 Jan 1 00:00 resolv.conf.d
drwxr-xr-x 11 root root 420 Jan 1 00:00 run
drwxrwxrwt 2 root root 40 Jan 1 00:00 shm
drwxr-xr-x 2 root root 80 Jan 1 00:00 state
drwxr-xr-x 2 root root 80 Jan 1 00:00 sysinfo
drwxr-xr-x 2 root root 40 Jan 1 00:00 tmp
root@OpenWrt:~# cat /proc/mtd
dev: size erasesize name
mtd0: 00100000 00020000 "0:sbl1"
mtd1: 00100000 00020000 "0:mibib"
mtd2: 00080000 00020000 "0:bootconfig"
mtd3: 00080000 00020000 "0:bootconfig1"
mtd4: 00300000 00020000 "0:qsee"
mtd5: 00300000 00020000 "0:qsee_1"
mtd6: 00080000 00020000 "0:devcfg"
mtd7: 00080000 00020000 "0:devcfg_1"
mtd8: 00080000 00020000 "0:apdp"
mtd9: 00080000 00020000 "0:apdp_1"
mtd10: 00080000 00020000 "0:rpm"
mtd11: 00080000 00020000 "0:rpm_1"
mtd12: 00080000 00020000 "0:cdt"
mtd13: 00080000 00020000 "0:cdt_1"
mtd14: 00080000 00020000 "0:appsblenv"
mtd15: 00100000 00020000 "0:appsbl"
mtd16: 00100000 00020000 "0:appsbl_1"
mtd17: 00080000 00020000 "0:art"
mtd18: 06100000 00020000 "rootfs"
mtd19: 00900000 00020000 "0:wififw"
mtd20: 06100000 00020000 "rootfs_1"
mtd21: 00900000 00020000 "0:wififw_1"
mtd22: 01600000 00020000 "ubifs"
mtd23: 00080000 00020000 "0:ethphyfw"
mtd24: 00280000 00020000 "certificate"
root@OpenWrt:~# cat /proc/mtd | grep -i rootfs
mtd18: 06100000 00020000 "rootfs"
mtd20: 06100000 00020000 "rootfs_1"
root@OpenWrt:~# ubiformat /dev/mtd18 -y -f /tmp/factory_image.ubi
ubiformat: mtd18 (nand), size 101711872 bytes (97.0 MiB), 776 eraseblocks of 131072 bytes (128.0 KiB), min. I/O size 2048 bytes
libscan: scanning eraseblock 775 -- 100 % complete
ubiformat: 776 eraseblocks have valid erase counter, mean value is 4
ubiformat: flashing eraseblock 158 -- 100 % complete
ubiformat: formatting eraseblock 775 -- 100 % complete
root@OpenWrt:~# ubiformat /dev/mtd20 -y -f /tmp/factory_image.ubi
ubiformat: mtd20 (nand), size 101711872 bytes (97.0 MiB), 776 eraseblocks of 131072 bytes (128.0 KiB), min. I/O size 2048 bytes
libscan: scanning eraseblock 775 -- 100 % complete
ubiformat: 776 eraseblocks have valid erase counter, mean value is 0
ubiformat: flashing eraseblock 158 -- 100 % complete
ubiformat: formatting eraseblock 775 -- 100 % complete
root@OpenWrt:~# fw_setenv mtdids 'nand0=nand0'
root@OpenWrt:~# cat /sys/class/mtd/mtd18/offset
127926272
root@OpenWrt:~# fw_setenv mtdparts 'mtdparts=nand0:0x6100000@0x7a00000(fs),0x6100000@0
x1000000(fs_1)'
root@OpenWrt:~# fw_setenv bootcmd 'run openwrtusb; run openwrtboot'
root@OpenWrt:~# fw_setenv openwrtboot 'setenv bootargs console=ttyMSM0,115200n8 ubi.mt
d=rootfs rootfstype=squashfs rootwait; ubi part fs; ubi read 0x44000000 kernel; bootm
0x44000000#config@rt5010w-d350-rev0'
root@OpenWrt:~# fw_setenv bootcmd 'usb start && fatload usb 0:1 0x44000000 openwrt-qua
lcommax-ipq807x-dynalink_dl-wrx36-initramfs-uImage.itb && bootm 0x44000000; bootipq'
root@OpenWrt:~# reboot
root@OpenWrt:~# Connection to 192.168.1.1 closed by remote host.
Connection to 192.168.1.1 closed.
Current state:
- Main LED is solid purple
- The WAN yellow and green LEDs flash twice during boot
- Any LAN port connected only has the yellow LED
Things I have tried:
- Changing the LAN ports.
- DHCP server is not up, so setting ip/route manually and trying to ping/telnet/ssh 192.168.1.1, no difference.
- Trying to use the USB recovery process, nothing happens.
- Tried to rename and use 24.10.0-rc7 initramfs on the USB, no dice.
- Tried to use the failsafe but apart from the WAN port LEDs, nothing blinks. I tried with the WPS button, no dice.