Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 1015 Bytes

OpenWrt.en_US.md

File metadata and controls

13 lines (13 loc) · 1015 Bytes
  1. First flash into the official partition table and uboot of ZhiPing partition table ZhiPing uboot
  2. Use a method such as winscp to transfer uboot and partition table to ax6 router
  3. SSH into ax6,enter the following commands in sequence:
mtd erase /dev/mtd1
mtd write /tmp/(the mibib partition table you downloaded).bin /dev/mtd1
mtd erase /dev/mtd7
mtd write /tmp/(uboot you downloaded).bin /dev/mtd7
  1. Unplug the power and turn it on again, hold the reset hole with a needle or other thin objects at the same time, and set the computer IP address to 192.168.1.10 after the blue light is on, and the network gateway to 192.168.1.1
  2. Enter 192.168.1.1 in the browser, flash into ***-initramfs-factory.ubi
  3. Change back to DHCP, enter the background of the router, click How to update the firmware to flash ***-squashfs-sysupgrade.bin
  4. finish