openwrt/target/linux/ath79/image
Rytis Zigmantavičius 64493d42b4 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>
2019-06-05 10:24:45 +02:00
..
lzma-loader ath79: lzma-loader: sync with ar71xx target 2018-06-06 22:25:53 +02:00
common-buffalo.mk ath79: add hwver parameter to buffalo-tag 2018-10-07 15:44:19 +02:00
common-netgear.mk ath79: add support for Netgear EX6400 and EX7300 2019-04-09 11:09:26 +02:00
common-tp-link.mk ath79: Utilize tplink-safeloader definition 2019-04-06 19:14:06 +02:00
generic-tp-link.mk ath79: add support for TP-Link Archer D50 V1 2019-05-18 17:59:49 +02:00
generic-ubnt.mk ath79: add support for Ubiquiti airCube ISP 2019-04-08 18:37:04 +02:00
generic.mk ath79: add support for 8devices Carambola2 development board 2019-06-05 10:24:45 +02:00
Makefile ath79: add support for Buffalo BHR-4GRV2 2018-08-09 18:44:57 +02:00
nand.mk ath79: fix boardname of GL.iNet GL-AR300M 2018-12-31 14:24:21 +01:00
tiny-netgear.mk ath79: remove more duplicate image build variables 2019-04-09 11:09:26 +02:00
tiny-tp-link.mk ath79: add support for TP-Link TL-WR941N v7 (CN) 2019-03-24 01:44:27 +01:00
tiny.mk ath79: modify mtd partitions for Buffalo BHR-4GRV2 2018-11-26 12:28:17 +01:00