bmips: add support for Comtrend VR-3025un
authorÁlvaro Fernández Rojas <noltari@gmail.com>
Sun, 11 Jun 2023 08:53:10 +0000 (10:53 +0200)
committerÁlvaro Fernández Rojas <noltari@gmail.com>
Sun, 11 Jun 2023 10:09:40 +0000 (12:09 +0200)
commit3baa45fbd82a78e597f8eb2bdd5005f4a0e29061
tree398af740d7ba158db6e2146a0a0f3e992f11dcc6
parent2b0b28f479a3aae58f0eae7032481b298ac520f8
bmips: add support for Comtrend VR-3025un

The Comtrend VR-3025un is a wifi gigabit router, 2.4 GHz single band with
two external antennas.

Hardware:
 - SoC: Broadcom BCM6368
 - CPU: dual core BMIPS4350 @ 400Mhz
 - RAM: 64 MB DDR
 - Flash: 8 MB parallel NOR
 - Ethernet LAN: 4x 100Mbit
 - Wifi 2.4 GHz: miniPCI Broadcom BCM43222 802.11bgn
 - USB: 1x 2.0
 - Buttons: 1x (reset)
 - LEDs: yes
 - UART: yes

Installation via CFE web UI:
  1. Power off the router.
  2. Press reset button near the antenna.
  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/bcm6368/base-files/etc/board.d/02_network
target/linux/bmips/bcm6368/base-files/etc/uci-defaults/09_fix_crc
target/linux/bmips/dts/bcm6368-comtrend-vr-3025un.dts [new file with mode: 0644]
target/linux/bmips/image/bcm6368.mk