breed不能软重启,pb-boot是目前最佳选择。其中0919版本最稳定。
降级至3500版官方固件,开启ssh
http://www.newbandeng.com/forum.php?mod=viewthread&tid=22200
cd /tmp
dd if=/dev/mtd0 of=uboot.bin
dd if=/dev/mtd2 of=factory.bin
dd if=/dev/mtd3 of=fullflash.bin
用winscp把这三个拷出来,备份
wget http://downloads.pandorabox.com.cn/pandorabox/Newifi-D1/pb-boot/pb-boot-newifi-d1-20160919.bin
dd if=/dev/zero bs=1024 count=192 | tr "\000" "\377" >pb_192.bin
dd if=pb-boot-newifi-d1-20160919.bin of=pb_192.bin conv=notrunc
cat /tmp/pb_192.bin /dev/mtd1 /dev/mtd2 /dev/mtd4 >fullflash_with_pb.bin
mtd write fullflash_with_pb.bin fullflash
会有e/w交替闪烁。千万不能断电。完成后手动重启进pb-boot。
降级至3500版官方固件,开启ssh
http://www.newbandeng.com/forum.php?mod=viewthread&tid=22200
cd /tmp
dd if=/dev/mtd0 of=uboot.bin
dd if=/dev/mtd2 of=factory.bin
dd if=/dev/mtd3 of=fullflash.bin
用winscp把这三个拷出来,备份
wget http://downloads.pandorabox.com.cn/pandorabox/Newifi-D1/pb-boot/pb-boot-newifi-d1-20160919.bin
dd if=/dev/zero bs=1024 count=192 | tr "\000" "\377" >pb_192.bin
dd if=pb-boot-newifi-d1-20160919.bin of=pb_192.bin conv=notrunc
cat /tmp/pb_192.bin /dev/mtd1 /dev/mtd2 /dev/mtd4 >fullflash_with_pb.bin
mtd write fullflash_with_pb.bin fullflash
会有e/w交替闪烁。千万不能断电。完成后手动重启进pb-boot。