openwrt-mirror/target/linux/bmips/image
Kyle Hendry f31675b69b bmips: add support for Actiontec T1200H
Specifications:
- SoC: Broadcom BCM63168 dual 400MHz MIPS
- Flash: 128MB NAND ESMT F59L1G81A
- RAM: 128MB DDR3
- Ethernet: 5x 1000M
- Wifi: BCM435F
- 1x USB 2.0 port
- 2x Button
- 11x LED
- Coax HPNA (unsupported)
- RJ11 xDSL (unsupported)

Install instructions:
The booloader will only install signed firmware so the image has to
be manually flashed.

- Set up a TFTP server on 192.168.1.0/24 to serve the initramfs image
- Interrupt the bootloader and run from RAM with
  r 192.168.1.100:openwrt-bmips-bcm63268-actiontec_t1200h-initramfs.elf
- On the openwrt console, copy the wfi image using wget/tftp/scp, i.e
  scp user@192.168.1.100:~/openwrt/bin/targets/bmips/bcm63268/openwrt-bmips-bcm63268-actiontec_t1200h-squashfs-cfe.bin /tmp/
- Erase half the flash partition where openwrt will be installed with
  flash_erase -j /dev/mtd1 0 491
- Flash the openwrt image with
  nandwrite -p /dev/mtd1 /tmp/openwrt-bmips-bcm63268-actiontec_t1200h-squashfs-cfe.bin
- Reboot
- Interrupt the bootloader again and use the c command to boot from
  previous firmware if vendor image is loaded

Signed-off-by: Kyle Hendry <kylehendrydev@gmail.com>
[Minor improvements to DTS file]
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
(cherry picked from commit 65b8a978de)
2025-04-02 19:11:49 +02:00
..
lzma-loader
bcm6318.mk bmips: add support for TP-Link TD-W8968 V3 2024-08-24 20:35:30 +02:00
bcm6328.mk bmips: bcm6328: add support for D-Link DSL-2750B rev B1 2024-08-20 16:19:11 +02:00
bcm6358.mk bmips: add subtargets for each SoC 2023-04-10 10:04:08 +02:00
bcm6362.mk bmips: dgnd3700v2: add b43 wireless driver 2023-04-23 12:19:02 +02:00
bcm6368.mk bmips: add support for Actiontec R1000H 2023-06-15 17:58:58 +02:00
bcm63268.mk bmips: add support for Actiontec T1200H 2025-04-02 19:11:49 +02:00
Makefile bmips: Build U-Boot into the XG6846 target 2024-05-01 21:32:23 +02:00