Hello,
I was trying to install OpenWRT on my DL-WRX36 router. I followed the instructions here (Dynalink DL-WRX36 Install - #68 by S7venLights) because the wikipedia entry here (https://openwrt.org/toh/dynalink/dl-wrx36) said it was "a detailed guide on how to install OpenWRT via SSH".
However, one of the instructions bricked my router, specifically:
This can be applied in OpenWrt using each of these 3 commands :
1.
fw_setenv bootcmd 'run openwrtusb; run openwrtboot'
2.
fw_setenv openwrtboot 'setenv bootargs console=ttyMSM0,115200n8 ubi.mtd=rootfs rootfstype=squashfs rootwait; ubi part fs; ubi read 0x44000000 kernel; bootm [0x44000000#config@rt5010w-d350-rev0](mailto:0x44000000#config@rt5010w-d350-rev0)'
3.
fw_setenv openwrtusb 'usb start && fatload usb 0:1 0x44000000 openwrt-ipq807x-generic-dynalink_dl-wrx36-initramfs-uImage.itb && bootm 0x44000000'
I understand now that it was a different set of instructions from the wiki, which had:
This can be done in OpenWrt using SSH:
fw_setenv bootcmd 'run openwrtusb; run openwrtboot'
fw_setenv openwrtboot 'setenv bootargs console=ttyMSM0,115200n8 ubi.mtd=rootfs rootfstype=squashfs rootwait; ubi part fs; ubi read 0x44000000 kernel; bootm 0x44000000#config@rt5010w-d350-rev0'
fw_setenv openwrtusb 'usb start && fatload usb 0:1 0x44000000 openwrt-ipq807x-generic-dynalink_dl-wrx36-initramfs-uImage.itb && bootm 0x44000000'
After rebooting, my router will not work and is now stuck on a purple led. That mailto part really messed it up.
Is this router still recoverable? If so, how?