Tianling Shen ecb9798dc1
mediatek: add stock layout for CMCC A10
This board is also as known as SuperElectron ZN-M5 and ZN-M8. However,
for ZN-M5 and ZN-M8, there's another version uses ZX279128 as CPU
chip, which is unsupported.
You can check it in "高级设置" > "系统日志" > "内核日志" page from webUI.

Stock layout flash instructions:
Login into webUI and upload sysupgrade firmware in "系统管理" > "升级固件" page.
Remember to unselect "保留配置" ("Keep configurations") first before doing that.

OpenWrt U-Boot layout flash instructions:
1. Flash stock layout firmware first.
2. Connect to the device via SSH, and backup everything,
   especially 'Factory' partition.
3. Unlock MTD partitions:
   opkg update && opkg install kmod-mtd-rw
   insmod mtd-rw i_want_a_brick=1
4. Write new BL2 and FIP:
   mtd write immortalwrt-mediatek-filogic-cmcc_a10-preloader.bin bl2
   mtd write immortalwrt-mediatek-filogic-cmcc_a10-bl31-uboot.fip fip
5. Set static IP on your PC:
   IP 192.168.1.254/24, GW 192.168.1.1
6. Serve ImmortalWrt initramfs image using TFTP server.
7. Cut off the power and re-engage, wait for TFTP recovery to complete.
8. After ImmortalWrt has booted, perform sysupgrade.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit 4e9240e7332f8a00713f284b0b0f4901d6b2b16c)
2025-02-26 22:40:54 +08:00
..
2023-10-23 20:17:09 +08:00
2024-09-15 11:24:36 +08:00
2024-05-13 14:01:51 +02:00
2024-07-29 12:51:22 +08:00
2024-12-30 15:34:14 +08:00
2024-11-25 17:51:03 +08:00
2024-05-17 17:44:27 +08:00
2024-11-17 16:10:46 +08:00
2024-11-17 16:10:46 +08:00
2024-09-14 16:51:13 +02:00
2025-02-02 20:00:29 +08:00
2024-01-08 23:15:35 +01:00
2025-02-02 20:00:29 +08:00
2024-12-21 15:16:02 +08:00
2024-09-15 11:24:36 +08:00
2023-12-17 10:41:53 +08:00
2024-11-17 16:10:46 +08:00
2024-10-25 15:17:49 +08:00
2024-11-17 16:10:46 +08:00
2024-11-16 00:03:52 +01:00
2024-05-17 17:44:27 +08:00
2024-11-17 16:10:46 +08:00
2024-11-17 16:10:46 +08:00
2024-06-27 20:46:07 +08:00
2024-07-12 11:33:56 +08:00