参考URL:
- http://wiki.openwrt.org/toh/buffalo/wzr-hp-g300h 靠谱
- http://g300nh.blogspot.com/2010/06/firmware-flash-and-brick-recovery.html
注意点:
- 使用Linux系统操作
- 选用bin文件需要使用gargoyle_1.6.1-ar71xx-generic-wzr-hp-g300nh2-squashfs-tftp.bin,只要是tftp格式的即可,不是必须采用官方固件。
- PC连接到路由器距离WAN接口最近的LAN接口,也就是LAN4
- 配置ARP映射,路由器MAC地址是02:aa:bb:cc:dd:1a,不是设备标签上的MAC地址
操作步骤:
- 路由器断电、拔掉所有网线
- 准备升级的tftp bin文件
- 直连PC与路由器LAN4接口
- 登陆Linux,准备环境
sudo apt-get update
sudo apt-get install tftp
//sudo apt-get install tftp-hpa 或单独安装client
sudo ifconfig eth0 192.168.11.2
sudo arp -s 192.168.11.1 02:aa:bb:cc:dd:1a
tftp -v -m binary 192.168.11.1 -c put 1.bin
立即加电路由器
- 路由器灯会缓慢的闪烁,然后长亮,随后灭掉。
- 重新闪烁、长亮。
- 用PC连接到路由器LAN口,DHCP获取地址,即可进行配置。
网友评论