You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/target/linux
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>
5 years ago
..
apm821xx apm821xx: backport accepted linux-crypto patches to 4.19 5 years ago
ar7 kernel: bump 4.9 to 4.9.153 5 years ago
ar71xx ar71xx: ag71xx: update ethtool support 5 years ago
arc770 treewide: use wpad-basic for not small flash targets 6 years ago
archs38 treewide: use wpad-basic for not small flash targets 6 years ago
armvirt kernel: Remove CONFIG_COMPAT 5 years ago
at91 at91:renaming subtraget legacy to sam9x 5 years ago
ath25 kernel: bump 4.14 to 4.14.79 6 years ago
ath79 ath79: add support for 8devices Carambola2 development board 5 years ago
bcm53xx build: add a config option for enabling a testing version of the target kernel 5 years ago
brcm47xx build: add a config option for enabling a testing version of the target kernel 5 years ago
brcm63xx brcm63xx: fixup broken patch after kernel bump 5 years ago
brcm2708 kernel: bump 4.14 to 4.14.123 5 years ago
cns3xxx kernel: bump 4.19 to 4.19.47 5 years ago
gemini gemini: Activate Realtek and vitesse DSA driver again 5 years ago
generic kernel: generic: remove broken and obsolete phy_ethtool_ioctl 5 years ago
imx6 imx6: apalis: fix config survival after sysupgrade -n 5 years ago
ipq40xx ipq40xx: Add support for Linksys EA8300 (Dallas) 5 years ago
ipq806x kernel: bump 4.14 to 4.14.120 5 years ago
ixp4xx kernel: bump 4.9 to 4.9.160 5 years ago
kirkwood mtd: base-files: Unify dual-firmware devices (Linksys) 5 years ago
lantiq kernel: bump 4.14 to 4.14.122 5 years ago
layerscape kernel: bump 4.14 to 4.14.123 5 years ago
malta malta: Deactivate MIPS O32 and N32 support 5 years ago
mediatek kernel: Remove CONFIG_COMPAT 5 years ago
mpc85xx build: add a config option for enabling a testing version of the target kernel 5 years ago
mvebu kernel: bump 4.14 to 4.14.120 5 years ago
mxs mxs: disable unused serial drivers 5 years ago
octeon octeon: Deactivate MIPS O32 and N32 support 5 years ago
octeontx kernel: Remove CONFIG_COMPAT 5 years ago
omap kernel: Deactivate CONFIG_BINFMT_MISC 5 years ago
orion treewide: use wpad-basic for not small flash targets 6 years ago
oxnas kernel: bump 4.14 to 4.14.120 5 years ago
pistachio kernel: bump 4.14 to 4.14.91 5 years ago
ramips ramips: mt7620: fix 5GHz WiFi LED on DWR-118-A1 5 years ago
rb532 kernel: bump 4.14 to 4.14.86 6 years ago
samsung kernel: Do not set CONFIG_DEVMEM or CONFIG_DEVKMEM 5 years ago
sunxi kernel: bump 4.14 to 4.14.120 5 years ago
tegra tegra: add vendor string to device name 5 years ago
uml kernel: Deactivate CONFIG_BINFMT_MISC 5 years ago
x86 Revert "base-files: add console to inittab" 5 years ago
zynq zynq: make title consistent for all devices 5 years ago
Makefile