]> git.ipfire.org Git - thirdparty/openwrt.git/commit
bmips: add support for Actiontec T1200H 18398/head
authorKyle Hendry <kylehendrydev@gmail.com>
Sat, 11 Jan 2025 19:33:22 +0000 (11:33 -0800)
committerÁlvaro Fernández Rojas <noltari@gmail.com>
Wed, 2 Apr 2025 17:11:49 +0000 (19:11 +0200)
commitf31675b69b7565145ae6a14029ce99933bf75558
tree84c8e5709c3af9a04bc430b56969223e70923818
parentd70709e5fe6fff9659df26a78330641a12d57070
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 65b8a978deac05894d1fd20dfe63494f4b43848d)
target/linux/bmips/bcm63268/base-files/etc/board.d/02_network
target/linux/bmips/bcm63268/base-files/lib/upgrade/platform.sh
target/linux/bmips/dts/bcm63168-actiontec-t1200h.dts [new file with mode: 0644]
target/linux/bmips/image/bcm63268.mk