You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/target/linux
Piotr Dymacz d2c9b169b3 ar71xx: add support for jjPlus JWAP230
jjPlus JWAP230 is based on Qualcomm Atheros QCA9558 + QCA8337.
Short specification:

- 720/600/200 MHz (CPU/DDR/AHB)
- 2x 10/100/1000 Mbps Ethernet
- 128 MB of RAM (DDR2)
- 16 MB of FLASH
- 3T3R 2.4 GHz with external PA (SST12LP15A), up to 28 dBm
- 3x MMCX connectors
- power input: 802.3at PoE or wide range DC (36-57 V)
- optional 802.3af PSE
- 1x mini-PCIe connector with PCIe, USB buses and SIM slot
- 1x mini-PCIe connector with PCIe bus
- 1x USB type-A connector
- 6x LED, 1x button (hardware reset)
- RS232 (MAX3223) and (E)JTAG headers

Default configuration:

- WAN on eth1 (RJ45 near LEDs with PoE input)
- LAN on eth0 (RJ45 near DC jack)
- left top LED set to be status LED
- all LEDs configurable form user space

Flash instruction (do it under U-Boot, using RS232):

1. tftp 0x80060000 lede-ar71xx-generic-jwap230-squashfs-sysupgrade.bin
2. erase 0x9f050000 +$filesize
3. cp.b $fileaddr 0x9f050000 $filesize
4. setenv bootcmd "bootm 0x9f050000"
5. saveenv && reset

Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
8 years ago
..
adm5120 adm5120: remove target specific /etc/config/system 8 years ago
adm8668 treewide: replace nbd@openwrt.org with nbd@nbd.name 8 years ago
ar7 all: drop old uci-defaults.sh 9 years ago
ar71xx ar71xx: add support for jjPlus JWAP230 8 years ago
arc770 Revert "linux: arc: disable kernel unwinding to fix modules loading" 8 years ago
archs38 Revert "linux: arc: disable kernel unwinding to fix modules loading" 8 years ago
arm64 kernel: remove bogus CONFIG_LOG_BUF_SHIFT overrides 8 years ago
at91 at91: fix SAMA5D3 subtarget 8 years ago
ath25 ath25: add the small_Flash feature 8 years ago
au1000 image: fix jffs2(_nand) image generation 9 years ago
bcm53xx kernel: update kernel 4.4 to version 4.4.15 8 years ago
brcm47xx kernel: update kernel 4.4 to version 4.4.15 8 years ago
brcm63xx kernel: update kernel 4.4 to version 4.4.15 8 years ago
brcm2708 kernel: update kernel 4.4 to version 4.4.15 8 years ago
cns3xxx cns3xxx: fix RX softIRQ loop 8 years ago
gemini gemini: delete 3.18 support 8 years ago
generic kernel/mtd: add support for EON EN25Q128 8 years ago
imx6 kernel: update kernel 4.4 to version 4.4.15 8 years ago
ipq806x ipq806x: enable ath10k firmware for 988x, 99x0 and 9984 by default 8 years ago
ixp4xx ixp4xx: fix Avila SoC audio driver compilation 8 years ago
kirkwood kernel: Move append-dtb to common image-commands 8 years ago
lantiq lantiq: mac address setting on BTHOMEHUBV3A 8 years ago
malta malta: remove NAMESPACES config symbols 8 years ago
mcs814x branding: add LEDE branding 8 years ago
mediatek kernel: update kernel 4.4 to version 4.4.15 8 years ago
mpc85xx treewide: replace nbd@openwrt.org with nbd@nbd.name 8 years ago
mvebu mvebu: Configure status LED for WRT1900ACS 8 years ago
mxs mxs: delete old kernel versions 8 years ago
octeon kernel: update to version 4.4.14 8 years ago
omap omap: remove NAMESPACES config symbols 8 years ago
omap24xx image / basefiles: make console password configurable 8 years ago
orion all: drop old uci-defaults.sh 9 years ago
oxnas kernel: update to version 4.4.14 8 years ago
ppc40x ppc40x: upgrade to 3.18 9 years ago
ppc44x image / basefiles: make console password configurable 8 years ago
ramips kernel: update kernel 4.4 to version 4.4.15 8 years ago
rb532 treewide: replace nbd@openwrt.org with nbd@nbd.name 8 years ago
realview realview: sync kernel config file 8 years ago
sunxi kernel: rename B53 symbols to avoid upstream kernel conflict 8 years ago
uml uml: revert accidentally committed change 8 years ago
x86 x64: add legacy IDE, fix VirtualBox bug #84 and Fujitsu Futro S550-2 8 years ago
xburst xburst: remove target specific /etc/config/system 8 years ago
zynq zynq: remove unneeded _DIAG and _XFRM symbols 8 years ago
Makefile