openwrt/package/boot/uboot-tools/uboot-envtools/files
Tianling Shen 8a7de107d8 mediatek: add Konka KOMI A31 support
This board is also as known as E-Life ETR631-T/ETR635-U.

Hardware specification:
  SoC: MediaTek MT7981B 2x A53
  Flash: 128 MB SPI-NAND
  RAM: 256MB DDR3
  Ethernet: 4x 10/100/1000 Mbps
  Switch: MediaTek MT7531AE
  WiFi: MediaTek MT7976C
  Button: Reset, Mesh
  Power: DC 12V 1A

Gain telnet access:
1. Login into web interface, and download the configuration.
2. Uncompress the configuration:
     * Enter fakeroot if you are not login as root.
   tar -zxf <filename>.tar.gz
3. Edit 'etc/passwd', remove root password: 'root::1:0:99999:7:::'.
4. Edit 'etc/rc.local', insert telnetd command before 'exit 0':
   ( sleep 3s; telnetd; ) &
5. Repack the configuration:
   tar -zcf backup.tar.gz etc/
6. Upload new configuration via web interface, now you can connect to
   KOMI A31 via telnet.

Flash instructions:
1. Connect to KOMI A31, backup everything, especially 'Factory' part.
2. Write new BL2:
   mtd write openwrt-mediatek-filogic-konka_komi-a31-preloader.bin BL2
3. Write new FIP:
   mtd write openwrt-mediatek-filogic-konka_komi-a31-bl31-uboot.fip FIP
4. Set static IP on your PC:
   IP 192.168.1.254/24, GW 192.168.1.1
5. Serve OpenWrt initramfs image using TFTP server.
6. Cut off the power and re-engage, wait for TFTP recovery to complete.
7. After OpenWrt has booted, perform sysupgrade.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Link: https://github.com/openwrt/openwrt/pull/20357
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2025-10-23 00:00:04 +02:00
..
apm821xx uboot-tools: migrate uboot-envtools to uboot-tools 2025-03-22 13:18:09 +00:00
ath79 ath79: add support for Dell SonicPoint ACi APL27-0B1 2025-07-13 01:03:36 +02:00
fw_defaults uboot-tools: migrate uboot-envtools to uboot-tools 2025-03-22 13:18:09 +00:00
fw_loadenv uboot-tools: migrate uboot-envtools to uboot-tools 2025-03-22 13:18:09 +00:00
fw_printsys uboot-tools: migrate uboot-envtools to uboot-tools 2025-03-22 13:18:09 +00:00
fw_setsys uboot-tools: migrate uboot-envtools to uboot-tools 2025-03-22 13:18:09 +00:00
imx_cortexa7 uboot-tools: migrate uboot-envtools to uboot-tools 2025-03-22 13:18:09 +00:00
imx_cortexa9 uboot-tools: migrate uboot-envtools to uboot-tools 2025-03-22 13:18:09 +00:00
imx_cortexa53 uboot-envtools: add support for Gateworks venice 2025-07-12 20:24:28 +02:00
ipq40xx uboot-tools: migrate uboot-envtools to uboot-tools 2025-03-22 13:18:09 +00:00
ipq806x uboot-tools: envtools: ipq806x: add env for IgniteNet SS-W2-AC2600 2025-06-25 02:06:57 +01:00
kirkwood uboot-tools: migrate uboot-envtools to uboot-tools 2025-03-22 13:18:09 +00:00
lantiq uboot-tools: use ubootenv_add_* functions 2025-06-26 23:12:20 +02:00
layerscape uboot-tools: migrate uboot-envtools to uboot-tools 2025-03-22 13:18:09 +00:00
mediatek_filogic mediatek: add Konka KOMI A31 support 2025-10-23 00:00:04 +02:00
mediatek_mt7622 mediatek: add support for AsiaRF AP7622-WH1 2025-09-18 23:28:59 +02:00
mediatek_mt7623 uboot-tools: migrate uboot-envtools to uboot-tools 2025-03-22 13:18:09 +00:00
mediatek_mt7629 uboot-tools: migrate uboot-envtools to uboot-tools 2025-03-22 13:18:09 +00:00
mpc85xx uboot-tools: migrate uboot-envtools to uboot-tools 2025-03-22 13:18:09 +00:00
mvebu uboot-tools: use ubootenv_add_* functions 2025-06-26 23:12:20 +02:00
mxs uboot-tools: migrate uboot-envtools to uboot-tools 2025-03-22 13:18:09 +00:00
octeon uboot-tools: migrate uboot-envtools to uboot-tools 2025-03-22 13:18:09 +00:00
oxnas uboot-tools: migrate uboot-envtools to uboot-tools 2025-03-22 13:18:09 +00:00
pistachio uboot-tools: migrate uboot-envtools to uboot-tools 2025-03-22 13:18:09 +00:00
qoriq uboot-tools: migrate uboot-envtools to uboot-tools 2025-03-22 13:18:09 +00:00
qualcommax_ipq50xx qualcommax: ipq50xx: Add support for Yuncore AX850 2025-10-09 13:36:37 +02:00
qualcommax_ipq60xx uboot-tools: move ubootenv_add_* functions to common functions 2025-06-26 23:12:20 +02:00
qualcommax_ipq807x uboot-tools: update ubootenv_add_* functions 2025-06-26 23:12:20 +02:00
qualcommbe_ipq95xx uboot-tools: envtools: ipq95xx: use common function 2025-07-13 16:43:34 +02:00
ramips ramips: add support for Plasma Cloud PAX1800-Lite 2025-10-04 20:30:36 +02:00
realtek uboot-envtools: gs1900-48: set fw_env/sys.config 2025-08-03 15:34:51 +02:00
rockchip_armv8 uboot-tools: migrate uboot-envtools to uboot-tools 2025-03-22 13:18:09 +00:00
uboot-envtools.sh uboot-tools: move ubootenv_add_ubi_default to common functions 2025-06-26 23:12:20 +02:00