Brush into breed BootLoader:
because this K1 router can turn on the Telnet service, the brush breed here can be done without using the programmer to brush the flash chip.
1. Turn on the Telnet service for the K1 router.
The computer connects to the router in a wired way (it is recommended to use a wired connection for unnecessary trouble) and enter it in the browser:
- Http://192.168.2.1/goform/Diagnosis?pingAddr=192.168.2.100|echo "" |telnetd
2. Turn on the Telnet software on the computer and connect the router.
Password:
3. Back up the original uboot.
First look at the system partition:
mtd6:00010000 00010000 "NVRAM"
OK bootloader, export bootloader to/tmp
- # CAT/DEV/MTD1 >/tmp/uboot.bin
The backup bootloader is imported to the computer via the TFTP service.
- # tftp-p-R mtd1.bin-l Mtd1.bin 192.168.2.100
3. Start brushing into the breed.
The breed file is passed into the router, which can be done in both HTTP and TFTP.
HTTP mode: (Requires router to surf the internet)
Breed-mt7620-reset1. 100% |*******************************| 81685 00:00:00 ETA
TFTP mode:
- # tftp-g-l/tmp/uboot.bin-r Breed-mt7620-reset1.bin 192.168.2.100
When the download is complete, write breed to Flash
Writing from Breed-mt7620-reset1.bin to Bootloader ... [W]
This completes the breed write.
4. Enter breed.
Router power off, press and hold reset, enter breed, at this time address is 192.168.1.1
Swipe into the new router system:
Now the breed has been brushed in, the next is to refresh the router system, hey.
1. Back up the original firmware, E2prom, and programmer firmware.
2. Swipe in the new system.
Here can be brush into the system very much, Openwrt,dd,duowan, millet, 360, etc., rest assured that brush on the line, after all, there are breed, but remember not to brush some hardware model is not the same firmware, otherwise it is likely to breed partition to the replication, that can be trouble, Only use the programmer to write the Flash chip.
This is the original system of the router:
This is the Padavan firmware I just brushed from the old Mozie, ported from ASUS.
This system interface is based on the bootstrap framework and is good.
Then I brushed a pandorabox OpenWrt, which is powerful:
function tools and firmware:
tftp software, telnet software, old Mozie Padavan firmware, backup files, breed firmware
:http://download.csdn.net/detail/lecepin/9402829
Fibonacci K1 Router Brush breed BootLoader (Undead uboot) tutorial