Hardware
CPU: Qualcomm Atheros QCA9558
RAM: 128M DDR2
FLASH: 16MiB
ETH: 1x Atheros AR8035 (PoE in)
1x Atheros AR8033
WiFi2: QCA9558 3T3R (SiGE SE2565T 2.4 GHz power amp x3)
WiFi5: QCA9880 3T3R (Skyworks 5003L1 5 GHz power amp x3)
BTN: 1x Reset
1x WPS
1x USB eje
Hi,
With a recent snapshot my Netgear DM200 failed to boot because the bootloader
only loads the first 2MiB of the kernel into memory before booting, while the
kernel image has grown to 2.017MiB.
This is obviously Not Good, but I'm not sure what to do about it. What do you
think is the best way t
On 2019-01-19 18:39, Hao Dong wrote:
Hardware specifications:
- CPU: Broadcom BCM4709C0 @1.4GHz (Dual-Core ARM)
- RAM: 512 MB (DDR3)
- Flash: 128 MB (NAND)
- LAN ports: 3, LAN speed: 10/100/1000
- WAN ports: 1, WAN speed: 10/100/1000
- 2.4G: BCM4366 4x4 MIMO 1000Mbps -- Skyworks SE2623L 2.4GHz P
On 1/16/19 9:03 PM, Petr Štetiar wrote:
Jeff Klesky [2019-01-16 21:48:11]:
Hi,
subject could be just `ath79: Add support for GL.iNet AR-300M-Lite`, since
you've already added that information about eth0 in the commit message, and
that's the place where it belongs.
Thanks for all your sugges
Follow-on patch to [PATCH 1/2] ath79: Add GL.iNet AR-300M-Lite present in
"Re: [OpenWrt-Devel] [PATCH] ath79: Add GL.iNet AR-300M-Lite: Setup with eth0 as
LAN"
The familiar boot-sequence LED behavior is now present.
Jeff
From f485678e7f37b3f2995fefc1e7c41794091bd73e Mon Sep 17 00:00:00 2001
F
Adjust the model string and device title to match other Netgear routers
in the ramips target.
Signed-off-by: David Bauer
---
target/linux/ramips/dts/R6120.dts | 2 +-
target/linux/ramips/image/mt76x8.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/target/linux/ramips/
User-space firmware loading is handled by hotplug in procd. It’s directed
by /etc/hotplug.json. Paraphrasing:
[
[ "case", "ACTION", {
"add": [
[ "if",
[ "has", "FIRMWARE" ],
[
[ "exec", "/sbin/hotplug-call", "%SUBSYSTEM%" ],
[ "load-firmware", "/lib/firmware" ],
[ "return" ]
]
]
],
} ],
]
hotplug