So i traded my buffalo wzr-300hp for a buffalo wzr-600dhp due to the fact that the hardware was the same as the previous open-wrt supported model (wzr-hp-ag300h)
I followed the steps to install openwrt viz SCP and SSH provided in the wiki here: [wiki.openwrt.org]
Which included as follow:
-install DD-WRT community firmware (firmware now reads model # ag300h)
-enable ssh
- use SCP to transfer image file (for the ag300g) to /tmp/root
-SSHd to 192.168.1.1 and first issued a # cd /tmp command
- issued "mtd -r write openwrt-ar71xx-generic-wzr-hp-ag300h-squashfs-sysupgrade.bin linux"
now the problem- after issuing "mtd -r write...." PuTTy says it "couldn't open image file" do i need to enable certain features in dd-wrt to allow it to do so?
i have tried to issue a "ubootenv set accept_open_rt_fmt 1 reboot" command before entering the cd /tmp...but i got the same results.
Anyone have any experience or knowledge for getting this to work?
-
I followed the steps to install openwrt viz SCP and SSH provided in the wiki here: [wiki.openwrt.org]
Which included as follow:
-install DD-WRT community firmware (firmware now reads model # ag300h)
-enable ssh
- use SCP to transfer image file (for the ag300g) to /tmp/root
-SSHd to 192.168.1.1 and first issued a # cd /tmp command
- issued "mtd -r write openwrt-ar71xx-generic-wzr-hp-ag300h-squashfs-sysupgrade.bin linux"
now the problem- after issuing "mtd -r write...." PuTTy says it "couldn't open image file" do i need to enable certain features in dd-wrt to allow it to do so?
i have tried to issue a "ubootenv set accept_open_rt_fmt 1 reboot" command before entering the cd /tmp...but i got the same results.
Anyone have any experience or knowledge for getting this to work?
-