1
Hardware / Re:Po nahrání OpenWRT router neběží
« kdy: 16. 02. 2012, 17:57:53 »Pokud jsi použil trunk (current verzi) tak asi nebudeš sám viz.Dik vty tak toto zabralo
https://forum.openwrt.org/viewtopic.php?id=34766
a nezbývá než se vrátit na stable verzi.
I'm was having the same exact issue with the latest trunk today. I was able to boot the router into failsafe mode, but the directions here:
http://wiki.openwrt.org/doc/howto/generic.failsafe
Don't seem to help. The step at the end "mtd -r erase rootfs_data" seemed to work but after reboot I had the same issue.
So, I downloaded the latest stable version, 10.03.1, from the backfire download directory, setup a FTP server on my PC, and used wget over telnet to transfer the firmware image to the router:
wget ftp://user:password@192.168.1.2/openwrt-ar71xx-tl-wr1043nd-v1-squashfs-factory.bin
Then I wrote the firmware to the router using mtd:
mtd -r write openwrt-ar71xx-tl-wr1043nd-v1-squashfs-factory.bin firmware
That seemed to fix it. I guess there's something in the latest trunk that broke support for the TL-WR1043ND.