1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 05:58:53 +02:00
openwrt/target/linux
Mantas Pucka 68b5d34f69 ar71xx: add support for 8devices Rambutan development board
Rambutan is a Wifi module based on QCA9550/9557
http://www.8devices.com/products/rambutan

This commit adds basic support for Rambutan development kit

Specification:
- 720/600/200 MHz (CPU/DDR/AHB)
- 128 MB of DDR2 RAM
- 128 MB of NAND Flash
- 1x 100Mbps Ethernet
- 1x 1000Mbps Ethernet (PHY on dev-kit)
- 1x Wifi radio 2x2 MIMO, dualband 2.4 and 5 GHz
- 2x U.FL connectors on module, chip antennas on dev-kit
- 1x miniPCIe slot
- 1x USB2.0 host socket + 1x USB2.0 pins on 2.54mm header

Flash instructions:
Stock firmware is OpenWrt, so use:
 sysupgrade -n /tmp/lede-ar71xx-nand-rambutan-squashfs-sysupgrade.tar
or upgarde from GUI (don't save config)
Use factory image to flash from U-Boot:
 tftpboot 80060000 lede-ar71xx-nand-rambutan-squashfs-factory.ubi
 nand erase.part ubi
 nand write 80060000 ubi ${filesize}

Signed-off-by: Mantas Pucka <mantas@8devices.com>
[split support in uboot-envtools package into a separate commit,
fixed alphabetical order in lib/preinit/05_set_iface_mac_ar71xx]
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
2017-05-15 22:43:33 +02:00
..
adm5120
adm8668
apm821xx apm821xx: Merge the Cisco Meraki MX60 & MX60W 2017-04-26 11:34:17 +02:00
ar7 ar7: diag.sh: use common status_led_* functions 2017-03-15 23:14:54 +01:00
ar71xx ar71xx: add support for 8devices Rambutan development board 2017-05-15 22:43:33 +02:00
arc770 target/arc770: switch to 4.9 kernel 2017-05-02 15:17:30 +02:00
archs38 target/archs38: switch to 4.9 kernel 2017-05-02 15:17:30 +02:00
armvirt armvirt: 64: enable usb support 2017-05-03 23:20:12 +08:00
at91
ath25
au1000
bcm53xx bcm53xx: backport MDIO bus clock initialization fix 2017-05-11 16:04:23 +02:00
brcm47xx kernel: update kernel 4.4 to 4.4.61 2017-04-15 18:26:41 +02:00
brcm63xx brcm63xx: fix invalid Asmax AR 1004g DTS reference 2017-05-05 19:58:49 +02:00
brcm2708 brcm2708: disable CONFIG_BCM2835_THERMAL by default 2017-04-15 08:24:42 +02:00
cns3xxx cns3xxx: enable mpcore watchdog 2017-04-12 12:13:16 +02:00
gemini
generic generic: refresh patches 2017-05-14 00:34:04 +02:00
imx6 imx6: remove linux 4.4 support 2017-05-02 15:17:30 +02:00
ipq806x ipq806x: fix EA8500 switch configuration 2017-05-03 14:15:34 +02:00
ixp4xx kernel: update kernel 4.4 to 4.4.53 2017-03-12 15:46:02 +01:00
kirkwood kirkwood: set sata/usb led trigger for NSA3xx 2017-05-14 21:45:50 +02:00
lantiq lantiq: fix avm fritz box mac addresses 2017-05-05 19:58:49 +02:00
layerscape kernel: update kernel 4.4 to 4.4.52 2017-03-03 18:17:47 +01:00
malta malta: restore "be" subtarget from being source-only 2017-03-05 16:34:17 +01:00
mcs814x
mediatek mediatek: fix sysupgrade on eMMC boards 2017-05-03 10:31:55 +02:00
mpc85xx target: mpc85xx: make kernel_menuconfig 2017-05-02 14:33:59 +02:00
mvebu mvebu: ClearFog Base fix phy init 2017-05-14 00:34:03 +02:00
mxs
octeon octeon: port missing 4.9 patches 2017-05-04 00:40:15 +02:00
omap omap: rework image generation and profiles 2017-04-24 18:03:31 +02:00
omap24xx
orion
oxnas kernel: remove out of tree direct-io disable hack 2017-04-26 10:27:45 +02:00
pistachio kernel: update kernel 4.9 to 4.9.17 2017-03-26 12:23:19 +02:00
ppc40x
ppc44x
ramips ramips: add om-watchdog to rut5xx DEVICE_PACKAGES 2017-05-15 22:43:33 +02:00
rb532
sunxi sunxi: clean up modules definitions 2017-05-04 07:07:18 +02:00
uml build: get rid of host.mk 2017-02-26 13:31:44 +01:00
x86 x86: fix lifting kernel CPU requirements and always enable PAE 2017-05-05 15:05:30 +02:00
xburst
zynq kernel: remove out of tree direct-io disable hack 2017-04-26 10:27:45 +02:00
Makefile