aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/mt7621/base-files/etc
diff options
context:
space:
mode:
authorAndreas Böhler <dev@aboehler.at>2021-03-22 01:01:44 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2022-05-17 21:14:45 +0200
commit5439efe37d619f224d6f9c2ed265021892a32f08 (patch)
tree3fc88adc07b92e85e6a449afb5c7ea7b0bee34a9 /target/linux/ramips/mt7621/base-files/etc
parentfe5943a7bd358633c3f7f6c937f503fb8a59ddbe (diff)
downloadupstream-5439efe37d619f224d6f9c2ed265021892a32f08.tar.gz
upstream-5439efe37d619f224d6f9c2ed265021892a32f08.tar.bz2
upstream-5439efe37d619f224d6f9c2ed265021892a32f08.zip
ramips: Add support for SERCOMM NA502S
The SERCOMM NA502s is a smart home gateway manufactured by SERCOMM and sold under different brands (among others, A1 Telekom Austria SmartHome Premium Gateway). It has multi-protocol radio support in addition to LAN and WiFi. Note: BLE and audio are currently unsupported. Specifications -------------- - MT7621ST 880MHz, Single-Core, Dual-Thread - MT7603EN 2.4GHz WiFi - MT7662EN 5GHz WiFi + BLE - 128MiB NAND - 256MiB DDR3 RAM - SD3503 ZWave Controller - EM357 Zigbee Coordinator - Telit UMTS module - Rechargeable battery - speaker and microphone MAC address assignment ---------------------- LAN MAC is read from the config partition, WiFi 2.4GHz is LAN+2 and matches the OEM firmware. WiFi 5GHz with LAN+1 is an educated guess since the OEM firmware does not enable 5GHz WiFi. Installation ------------ Attach serial console, then boot the initramfs image via TFTP. Once inside OpenWrt, run sysupgrade -n with the sysupgrade file. Attention: The device has a dual-firmware design. We overwrite kernel2, since kernel1 contains an automatic recovery image. If you get NAND ECC errors and are stuck with bad eraseblocks, try to erase the mtd partition first with mtd unlock ubi mtd erase ubi This should only be needed once. Signed-off-by: Andreas Böhler <dev@aboehler.at> (cherry picked from commit 9ee6ac00c43cc253ac554495edb6214563ab1f31)
Diffstat (limited to 'target/linux/ramips/mt7621/base-files/etc')
-rw-r--r--target/linux/ramips/mt7621/base-files/etc/board.d/02_network1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/mt7621/base-files/etc/board.d/02_network b/target/linux/ramips/mt7621/base-files/etc/board.d/02_network
index 688c39940d..a8d8b8eef2 100644
--- a/target/linux/ramips/mt7621/base-files/etc/board.d/02_network
+++ b/target/linux/ramips/mt7621/base-files/etc/board.d/02_network
@@ -13,6 +13,7 @@ ramips_setup_interfaces()
mikrotik,routerboard-m11g|\
netgear,ex6150|\
sercomm,na502|\
+ sercomm,na502s|\
thunder,timecloud|\
tplink,re350-v1|\
tplink,re500-v1|\