1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-23 16:17:28 +02:00
openwrt/target/linux/mediatek
Chukun Pan e78d1a06c8 mediatek: filogic: add H3C Magic NX30 Pro support
Hardware specification:
  SoC: MediaTek MT7981B 2x A53
  Flash: W25N01GVZEIG 128MB
  RAM: NT5CB128M16JR-FL 256MB
  Ethernet: 4x 10/100/1000 Mbps
  Switch: MediaTek MT7531AE
  WiFi: MediaTek MT7976C
  Button: Reset, WPS
  Power: DC 12V 1A

Flash instructions:
  1. PC run command: "telnet 192.168.124.1 99"
     Username: H3C, password is the web login
     password of the router.
  2. Download preloader.bin and bl31-uboot.fip
  3. PC run command: "python3 -m http.server 80"
  4. Download files in the telnet window:
     "wget http://192.168.124.xx/xxx.bin"
     Replace xx with your PC's IP and
     the preloader.bin and bl31-uboot.fip.
  5. Flushing openwrt's uboot:
     "mtd write xxx-preloader.bin BL2"
     "mtd write xxx-bl31-uboot.fip FIP"
  6. Connect to the router via the Lan port,
     set a static ip of your PC.
     (ip 192.168.1.254, gateway 192.168.1.1)
  7. Download initramfs image, reboot router,
     waiting for tftp recovery to complete.
  8. After openwrt boots up, perform sysupgrade.

Note:
  1. The u-boot-env partition on mtd is empty,
     OEM stores their env on ubi:u-boot-env.
  2. Back up all mtd partitions before flashing.

Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn>
2023-07-01 15:13:08 +02:00
..
base-files mediatek: add support for the GL.iNet GL-MT3000 2023-05-18 02:41:49 +01:00
dts mediatek: filogic: add H3C Magic NX30 Pro support 2023-07-01 15:13:08 +02:00
files/drivers/net/phy/rtk mediatek: remove mt753x driver 2023-04-29 10:25:43 +02:00
files-5.15 mediatek: sync MT7986 device trees with upstream 2023-06-05 11:36:32 +01:00
filogic mediatek: filogic: add H3C Magic NX30 Pro support 2023-07-01 15:13:08 +02:00
image mediatek: filogic: add H3C Magic NX30 Pro support 2023-07-01 15:13:08 +02:00
mt7622 mediatek: set new compat version if booted on R64 and R3 2023-06-06 01:21:56 +01:00
mt7623 mediatek: filogic: add driver for Richtek RT5190A regulator 2023-05-23 15:53:22 +01:00
mt7629 mediatek: add support for Netgear EX6250v2 series 2023-07-01 14:42:11 +02:00
patches-5.15 kernel: bump 5.15 to 5.15.118 2023-06-23 23:05:45 +02:00
Makefile mediatek: add filogic subtarget 2022-08-28 20:33:15 +01:00
modules.mk mediatek: mt7623: build mt6577_auxadc driver into kernel 2022-12-05 23:14:36 +00:00