bmips: add support for Comtrend VG-8050
authorÁlvaro Fernández Rojas <noltari@gmail.com>
Thu, 15 Jun 2023 16:16:21 +0000 (18:16 +0200)
committerÁlvaro Fernández Rojas <noltari@gmail.com>
Fri, 16 Jun 2023 07:48:53 +0000 (09:48 +0200)
commit47cc09aa7a9a12cb7b18ef96f0b5d0bcb5d84b9e
tree5bad23e9f63c8b606fa83101cbea87337db68b4b
parent07bdc5551558287f7a99f6ae8e6d82d7d09d5781
bmips: add support for Comtrend VG-8050

The Comtrend VG-8050 is a wifi gigabit ethernet router, 2.4 GHz single band with
two external antennas.

Hardware:
 - SoC: Broadcom BCM63169
 - CPU: dual core BMIPS4350 @ 400Mhz
 - RAM: 128 MB DDR
 - Flash: 128 MB NAND
 - LAN switch: Broadcom BCM53125, 5x 1Gbit
 - Wifi 2.4 GHz: SoC (BCM63268) 802.11bgn
 - USB: 1x 2.0 (optional)
 - Buttons: 2x (reset)
 - LEDs: yes
 - UART: yes

Installation via CFE web UI:
  1. Power off the router.
  2. Press reset button near the power switch.
  3. Keep it pressed while powering up during ~20+ seconds.
  4. Browse to http://192.168.1.1 and upload the firmware.
  5. Wait a few minutes for it to finish.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
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/bcm63169-comtrend-vg-8050.dts [new file with mode: 0644]
target/linux/bmips/image/bcm63268.mk