Michal Cieslakiewicz
9b6f89c37f
ath79: add support for Netgear WNDR4300
This patch adds ath79 support for Netgear WNDR4300.
Router was previously supported by ar71xx target only.
Note: device requires 'ar934x-nand' driver in kernel.
Specification
=============
* Description: Netgear WNDR4300
* Loader: U-boot
* SOC: Atheros AR9344 (560 MHz)
* RAM: 128 MiB
* Flash: 128 MiB (NAND)
- U-boot binary: 256 KiB
- U-boot environment: 256 KiB
- ART: 256 KiB
- POT: 512 KiB
- Language: 2 MiB
- Config: 512 KiB
- Traffic Meter: 3 MiB
- Firmware: 25 MiB
- ART Backup: 256 KiB
- Reserved: 96 MiB
* Ethernet: 5 x 10/100/1000 (4 x LAN, 1 x WAN) (AR8327)
* Wireless:
- 2.4 GHz b/g/n (internal)
- 5 GHz a/n (AR9580)
* USB: yes, 1 x USB 2.0
* Buttons:
- Reset
- WiFi (rfkill)
- WPS
* LEDs:
- Power (amber/green)
- WAN (amber/green)
- WLAN 2G (green)
- WLAN 5G (blue)
- 4 x LAN (amber/green)
- USB (green)
- WPS (amber/green)
* UART: 4-pin connector JP1, 3.3V (Vcc, TX, RX, GND), 115200 8N1
* Power supply: DC 12V 2.5A
* MAC addresses: LAN=WLAN2G on case label, WAN +1, WLAN5G +2
Installation
============
* TFTP recovery
* TFTP via U-boot prompt
* sysupgrade
* Web interface
Note about partitioning: firmware partition offset (0x6c0000) is
hardcoded into vendor's u-boot, so this partition cannot be moved
and resized to include Netgear-specific flash areas (pot, language,
config, traffic_meter) not used by OpenWrt.
Test build configuration
========================
CONFIG_TARGET_ath79=y
CONFIG_TARGET_ath79_nand=y
CONFIG_TARGET_ath79_nand_DEVICE_netgear_wndr4300=y
CONFIG_ALL_KMODS=y
CONFIG_DEVEL=y
CONFIG_CCACHE=y
CONFIG_COLLECT_KERNEL_DEBUG=y
CONFIG_IMAGEOPT=y
Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
2019-11-02 19:29:30 +01:00
..
2019-10-14 12:36:02 +02:00
2019-09-24 12:52:05 +02:00
2019-10-27 13:38:25 +01:00
2019-10-06 21:28:49 +02:00
2019-10-06 21:28:49 +02:00
2019-06-25 14:12:22 +00:00
2019-10-19 13:16:57 +02:00
2019-10-19 13:16:57 +02:00
2019-11-02 19:29:30 +01:00
2019-10-15 20:23:04 +02:00
2019-10-31 09:17:14 +01:00
2019-10-22 22:05:21 +02:00
2019-10-31 09:17:14 +01:00
2019-07-17 08:05:38 +02:00
2019-10-06 21:28:49 +02:00
2019-10-31 09:17:14 +01:00
2019-09-15 15:00:17 +00:00
2019-11-02 19:25:15 +01:00
2019-10-18 21:05:34 +02:00
2019-10-06 21:28:49 +02:00
2019-10-12 23:42:59 +02:00
2019-10-21 13:28:58 +02:00
2019-10-31 09:17:14 +01:00
2019-06-25 14:12:22 +00:00
2019-10-19 13:16:57 +02:00
2019-10-15 18:13:54 +02:00
2019-10-19 13:16:57 +02:00
2019-09-29 00:46:13 +02:00
2019-10-19 13:16:57 +02:00
2019-10-27 12:13:59 +01:00
2019-10-12 01:22:46 +02:00
2019-09-29 00:46:13 +02:00
2019-07-10 16:56:16 +02:00
2019-10-12 23:37:00 +02:00
2019-10-27 14:13:47 +01:00
2019-10-19 13:16:57 +02:00
2019-09-11 15:17:09 +02:00
2019-10-06 21:28:49 +02:00
2019-09-05 23:33:19 +02:00
2019-05-11 17:15:41 +02:00
2019-09-05 23:33:19 +02:00
2019-10-08 12:44:35 +02:00