aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/nand/base-files
diff options
context:
space:
mode:
authorAndrey Bondar <a.bondar@8devices.com>2020-06-26 11:16:00 +0300
committerPetr Štetiar <ynezz@true.cz>2020-07-07 19:47:24 +0200
commit326e488c7b02fb291e0b01970db3482284307c8d (patch)
tree18291117b0b51bea45da76917c3ede3678c24a69 /target/linux/ath79/nand/base-files
parent4e57fd5adaf0c937da1e947f32dfa9ae513637a5 (diff)
downloadupstream-326e488c7b02fb291e0b01970db3482284307c8d.tar.gz
upstream-326e488c7b02fb291e0b01970db3482284307c8d.tar.bz2
upstream-326e488c7b02fb291e0b01970db3482284307c8d.zip
ath79: add support for 8devices Rambutan board
Rambutan is a Wifi module based on QCA9550/9557 http://www.8devices.com/products/rambutan 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 - 2x USB2.0 host - 2x UART - SPI, I2C, GPIO Flash instructions: Upgrade from ar71xx target: sysupgrade -F /tmp/openwrt-ath79-nand-8dev_rambutan-squashfs-sysupgrade.tar or upgrade from GUI (don't save config) Use factory image to flash from U-Boot: tftpboot 80060000 openwrt-ath79-nand-8dev_rambutan-squashfs-factory.ubi nand erase.part ubi nand write 80060000 ubi ${filesize} Signed-off-by: Petr Štetiar <ynezz@true.cz> [copy&pasted missing commit description] Signed-off-by: Andrey Bondar <a.bondar@8devices.com>
Diffstat (limited to 'target/linux/ath79/nand/base-files')
-rw-r--r--target/linux/ath79/nand/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ath79/nand/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom b/target/linux/ath79/nand/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom
index 355be93ead..60defa5f8b 100644
--- a/target/linux/ath79/nand/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom
+++ b/target/linux/ath79/nand/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom
@@ -9,6 +9,9 @@ board=$(board_name)
case "$FIRMWARE" in
"ath9k-eeprom-ahb-18100000.wmac.bin")
case $board in
+ 8dev,rambutan)
+ caldata_extract "caldata" 0x1000 0x800
+ ;;
netgear,wndr3700-v4|\
netgear,wndr4300|\
netgear,wndr4300sw|\