openwrt/target/linux/ath79
Andrey Bondar febcfadc80 ath79: add support for 8Devices Carambola3 board
Carambola3 is a WiFi module based on Qualcomm/Atheros QCA4531
http://wiki.8devices.com/carambola3

Specification:

    - 650/600/216 MHz (CPU/DDR/AHB)
    - 128 MB of RAM (DDR2)
    - 32 MB of FLASH
    - 2T2R 2.4 GHz
    - 2x 10/100 Mbps Ethernet
    - 1x USB 2.0 Host socket
    - UART for serial console
    - 12x GPIO

Flash instructions:

    Upgrading from ar71xx target:
    - Upload image into the board:
        scp openwrt-ath79-generic-8dev_carambola3-squashfs-sysupgrade.bin \
          root@192.168.1.1/tmp/
    - Run sysupgrade
        sysupgrade -F /tmp/openwrt-ath79-generic-8dev_carambola3-squashfs-sysupgrade.bin

Upgrading from u-boot:
    - Set up tftp server with openwrt-ath79-generic-8dev_carambola3-initramfs-kernel.bin
    - Go to u-boot (reboot and press ESC when prompted)
    - Set TFTP server IP
        setenv serverip 192.168.1.254
    - Set device ip from the same subnet
        setenv ipaddr 192.168.1.1
    - Copy new firmware to board
        tftpboot 0x82000000 initramfs.bin
    - Boot OpenWRT
        bootm 0x82000000
    - Upload image openwrt-ath79-generic-8dev_carambola3-squashfs-sysupgrade.bin into the board
    - Run sysupgrade.

Signed-off-by: Andrey Bondar <a.bondar@8devices.com>
Link: https://github.com/openwrt/openwrt/pull/15514
Signed-off-by: Robert Marko <robimarko@gmail.com>
2024-05-24 11:29:23 +02:00
..
base-files/etc/hotplug.d/ieee80211 ath79: migrate Archer C5 5GHz radio device paths 2022-03-31 18:07:29 +02:00
dts ath79: add support for 8Devices Carambola3 board 2024-05-24 11:29:23 +02:00
files ag71xx: Slightly simplify 'ag71xx_rx_packets()' 2024-05-14 12:21:02 +02:00
generic ath79: add support for 8Devices Carambola3 board 2024-05-24 11:29:23 +02:00
image ath79: add support for 8Devices Carambola3 board 2024-05-24 11:29:23 +02:00
mikrotik ath79: add MikroTik suffix to the local GPIO latch driver 2024-05-09 23:51:14 +02:00
nand ath79: Modify GL.iNer GL-S200 lan wan interface 2024-02-02 11:42:42 +01:00
patches-6.1 ath79: restore kernel 6.1 config files and patches 2024-05-09 23:53:02 +02:00
patches-6.6 ath79: skip reset control for syscon devices 2024-05-09 23:53:02 +02:00
tiny ath79: move D-Link DAP-1720 A1 to tiny sub-target 2024-03-30 01:04:17 +01:00
config-6.1 ath79: restore kernel 6.1 config files and patches 2024-05-09 23:53:02 +02:00
config-6.6 ath79: refresh 6.6 kernel config files 2024-05-09 23:53:02 +02:00
Makefile ath79: enable 6.6 testing kernel 2024-05-09 23:53:02 +02:00
modules.mk