aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot
diff options
context:
space:
mode:
authorMaximilian Weinmann <x1@disroot.org>2022-11-04 00:23:44 +0700
committerHauke Mehrtens <hauke@hauke-m.de>2023-05-07 14:44:54 +0200
commitecdb24814f540cb67cfa0ca64f32d76889853d15 (patch)
treefa97249452d5cb9d03b78abdf6143570361432be /package/boot
parent1108f6cb8b115608c486552f1210fea5b955ea5f (diff)
downloadupstream-ecdb24814f540cb67cfa0ca64f32d76889853d15.tar.gz
upstream-ecdb24814f540cb67cfa0ca64f32d76889853d15.tar.bz2
upstream-ecdb24814f540cb67cfa0ca64f32d76889853d15.zip
ramips: add support for SNR-CPE-ME1
SNR-CPE-ME1 is a wireless WiFi 5 router manufactured by SNR/NAG company. Specification: - SoC : MediaTek MT7621A - RAM : DDR3 256 MiB - Flash : SPI-NOR 16 MiB (GD25Q128CSIG) - WLAN : 2.4 GHz (MediaTek MT7603EN) 5 GHz (MediaTek MT7610EN) - Ethernet : 10/100/1000 Mbps x5 - Switch : MediaTek MT7530 (in SoC) - USB : 3.0 x1 - UART : through-hole on PCB - [J4] 3.3V, RX, TX, GND (57600n8) - Power : 12 VDC, 2 A Flash instruction via TFTP: 1. Boot SNR-CPE-ME1 to recovery mode (hold the reset button while power on) 2. Send firmware via TFTP client: TFTP Server address: 192.168.1.1 TFTP Client address: 192.168.1.131 3. Wait ~120 seconds to complete flashing 4. Do sysupgrade using web-interface Signed-off-by: Maximilian Weinmann <x1@disroot.org>
Diffstat (limited to 'package/boot')
-rw-r--r--package/boot/uboot-envtools/files/ramips1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/boot/uboot-envtools/files/ramips b/package/boot/uboot-envtools/files/ramips
index 4b7eeb8960..f981fc73ef 100644
--- a/package/boot/uboot-envtools/files/ramips
+++ b/package/boot/uboot-envtools/files/ramips
@@ -87,6 +87,7 @@ linksys,ea8100-v2|\
mts,wg430223)
ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x1000" "0x20000"
;;
+snr,snr-cpe-me1|\
snr,snr-cpe-me2-sfp|\
snr,cpe-w4n-mt)
idx="$(find_mtd_index uboot-env)"