2
0
forked from Ivasoft/openwrt

bmips: add support for Sercomm AD1018

The Sercomm AD1018 is a wifi fast ethernet router, 2.4 GHz single band with
two internal antennas.

Hardware:
 - SoC: Broadcom BCM6328
 - CPU: single core BMIPS4350 @ 320Mhz
 - RAM: 64 MB (v1) / 128 MB (v2) DDR
 - Flash: 128 MB NAND
 - Ethernet LAN: 4x 100Mbit
 - Wifi 2.4 GHz: miniPCI Broadcom BCM43217 802.11bgn
 - USB: 1x 2.0
 - Buttons: 3x (reset)
 - LEDs: yes
 - UART: yes

Installation via OEM web UI:
  1. Use the admin credentials to login via web UI
  2. Go to Managament->Update firmware and select the OpenWrt CFE firmware
  3. Press "Update Firmware" button and wait some minutes until it finish

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
(cherry picked from commit 38ebb2eafd)
This commit is contained in:
Álvaro Fernández Rojas
2023-06-12 19:51:22 +02:00
parent b8bbe0d800
commit 3d66e7f1db
5 changed files with 353 additions and 0 deletions

View File

@@ -9,6 +9,9 @@ platform_check_image() {
platform_do_upgrade() {
case "$(board_name)" in
sercomm,ad1018)
nand_do_upgrade "$1"
;;
*)
default_do_upgrade "$1"
;;