tn3399_openwrt/package
Chukun Pan 641e4f2f04 mediatek: add Xiaomi Redmi Router AX6000 support
Hardware specification:
  SoC: MediaTek MT7986A 4x A53
  Flash: ESMT F50L1G41LB 128 MB
  RAM: K4A4G165WF-BCWE 512 MB
  Ethernet: 4x 10/100/1000 Mbps
  WiFi1: MT7976GN 2.4GHz ax 4x4
  WiFi2: MT7976AN 5GHz ax 4x4
  Button: Mesh, Reset

Flash instructions:
  1. Gain ssh and serial port access, see the link below:
     https://openwrt.org/toh/xiaomi/redmi_ax6000#installation
  2. Use ssh or serial port to log in to the router, and
     execute the following command:
     nvram set boot_wait=on
     nvram set flag_boot_rootfs=0
     nvram set flag_boot_success=1
     nvram set flag_last_success=1
     nvram set flag_try_sys1_failed=8
     nvram set flag_try_sys2_failed=8
     nvram commit
  3. Set a static ip on the ethernet interface of your computer
     (e.g. default: ip 192.168.31.100, gateway 192.168.31.1)
  4. Download the initramfs image, rename it to initramfs.bin,
     and host it with the tftp server.
  5. Interrupt U-Boot and run these commands:
     setenv mtdparts nmbm0:1024k(bl2),256k(Nvram),256k(Bdata),2048k(factory),2048k(fip),256k(crash),256k(crash_log),112640k(ubi)
     saveenv
     tftpboot initramfs.bin
     bootm
  6. After openwrt boots up, use scp or luci web
     to upload sysupgrade.bin to upgrade.

Revert to stock firmware:
  Restore mtdparts back to default, then use the
  vendor's recovery tool (Windows only).

Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn>
2022-10-30 14:30:22 +00:00
..
base-files base-files: verify nand sysupgrade images 2022-10-30 14:29:56 +00:00
boot mediatek: add Xiaomi Redmi Router AX6000 support 2022-10-30 14:30:22 +00:00
devel gdb: add patch adding support for readline 8.2 2022-10-23 18:16:03 +02:00
firmware linux-firmware: update to 20221012 2022-10-22 21:10:34 +02:00
kernel mac80211: fix masking nested A-MSDU support for mesh 2022-10-25 00:32:58 +02:00
libs readline: update to 8.2 2022-10-23 18:16:22 +02:00
network iproute2: update to 6.0.0 2022-10-22 22:50:36 +02:00
system fstools: update to git HEAD 2022-10-18 20:08:39 +01:00
utils mtd-utils: update to 2.1.5 2022-10-22 19:55:52 +02:00
Makefile build: fix opkg install step for large package selection 2021-05-12 11:13:53 +02:00