Thanks for the advice.
DL-WRX36
I gathered as much about the Dynalink DL-WRX36 - however, when flashing the sysupgrade (image obtained from here), it bricks the router (it gets stuck looking for a USB partition (I think), and the SAX1VK does not have a USB port). I had to short out the clock pin to get back to a uboot shell and then tftp boot recovery.img.
That write up on the Dynalink also includes very different instructions for flashing the factory image, which might explain why there appears to be a partition or mount hangup.
Additionally, the serial number of the router stopped working as root password for shell login when interrupting uboot at this time. This one I really can't figure out and have been investigating for a while.
SAX1VK
Yup, I've installed the last two snapshots from that link (openwrt firmware selector).
They both flash successfully (via Luci and via ssh).
When flashing via ssh, it's sysupgrade -F -n -v (there is a warning, so I have to use --force), but after flashing (from both Luci and SSH and serial), the following conditions occur:
- no WAN connection
- no access to Luci
- restarting WAN adapter and confirming /etc/config/network has DHCP for WAN has no effect. Used commit uci and restart several times, also factory reset and power cycled a few times.
At this time, the only working FW is here.
NEXT STEPS
Absolutley no idea what to do next, this is what comes to mind:
-
Is there a way to log installation so I can compare the logs of a working FW flash vs., the semi-functional one? Setting the sysupgrade to -v, is there a way to output it to a log that is persistent after the flash and can be read?
-
Is there any merit to trying a different intramfs image for recovery.img? My understanding is that it does not affect anything as sysupgrade is a complete and total overwrite, yes?
-
The DL-WRX36 firmware link you sent me has Kernel, Factory, and Snapshot images - this is completely new for me, I've only flashed the following procedure:
- interrupt bootloader
- boot to kernel.img via tftpboot
- sysupgrade to snapshot
- factory reset
- power cycle
So I'm not sure what's up with the three images listed.
Lastly, wondering what happened so that the root password at uboot doesn't work anymore, that's a big concern as it requires me to short out the clock pin to get to a shell now.
Open to any suggestions, thanks again for your attention.