aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/base-files/etc/board.d
diff options
context:
space:
mode:
authorRytis Zigmantavičius <rytis.z@8devices.com>2019-04-11 19:31:23 +0300
committerPetr Štetiar <ynezz@true.cz>2019-06-05 10:24:45 +0200
commit64493d42b41253aafe1538e325e0692db4201046 (patch)
treefd38fe4f2e41733928de66279f280a20e84ec6f0 /target/linux/ath79/base-files/etc/board.d
parent046263095e007ba80bdf3525de32d7cce11734e8 (diff)
downloadupstream-64493d42b41253aafe1538e325e0692db4201046.tar.gz
upstream-64493d42b41253aafe1538e325e0692db4201046.tar.bz2
upstream-64493d42b41253aafe1538e325e0692db4201046.zip
ath79: add support for 8devices Carambola2 development board
Specifications: - Atheros AR9331 (400 MHz) - 64 MB of RAM (DDR2) - 16 MB of Flash (SPI) - 1T1R 2.4 Wlan (AR9331) - 2x 10/100 Mbps Ethernet - 3x LEDs, 1x gpio button - 1x USB 2.0, 5V - UART over usb, 115200n8 Upgrading from ar71xx target: - Put image into board: scp openwrt-ath79-generic-8dev_carambola2-squashfs-sysupgrade.bin \ root@192.168.1.1/tmp/ - Run sysupgrade sysupgrade /tmp/sysupgrade.bin Upgrading from u-boot: - Set up tftp server with sysupgrade.bin image - Go to u-boot (reboot and press ESC when prompted) - Set TFTP server IP setenv serverip 192.168.1.254 - Set device ip from same subnet setenv ipaddr 192.168.1.1 - Copy new firmware to board tftpboot 0x81000000 sysupgrade.bin - erase flash erase 0x9f050000 +${filesize} - flash firmware cp.b 0x81000000 0x9f050000 ${filesize} - Reset board reset Signed-off-by: Rytis Zigmantavičius <rytis.z@8devices.com> [wrapped long line in commit description, whitespace and art address fix in DTS, keep default lan/wan setup, removed -n in sysupgrade] Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'target/linux/ath79/base-files/etc/board.d')
-rwxr-xr-xtarget/linux/ath79/base-files/etc/board.d/01_leds4
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/ath79/base-files/etc/board.d/01_leds b/target/linux/ath79/base-files/etc/board.d/01_leds
index 6b3d5077d3..626842b072 100755
--- a/target/linux/ath79/base-files/etc/board.d/01_leds
+++ b/target/linux/ath79/base-files/etc/board.d/01_leds
@@ -8,6 +8,10 @@ board=$(board_name)
boardname="${board##*,}"
case "$board" in
+8dev,carambola2)
+ ucidef_set_led_netdev "lan" "LAN" "$boardname:orange:eth0" "eth0"
+ ucidef_set_led_switch "wan" "WAN" "$boardname:orange:eth1" "switch0" "0x04"
+ ;;
avm,fritz300e)
ucidef_set_led_netdev "lan" "LAN" "$boardname:green:lan" "eth0"
ucidef_set_rssimon "wlan0" "200000" "1"