openwrt/target/linux/ath79/image
Sungbo Eo 358aec7775 ath79: add support for Arduino Yun
Arduino Yun is a microcontroller development board, based on Atmel
ATmega32u4 and Atheros AR9331.

Specifications:
- MCU: ATmega32U4
- SoC: AR9331
- RAM: DDR2 64MB
- Flash: SPI NOR 16MB
- WiFi:
  - 2.4GHz: SoC internal
- Ethernet: 1x 10/100Mbps
- USB: 1x 2.0
- MicroSD: 1x SDHC

Notes:
- Stock firmware is based on OpenWrt AA.
- The SoC UART can be accessed only through the MCU.
  YunSerialTerminal is recommended for access to serial console.
- Stock firmware uses non-standard 250000 baudrate by default.
- The MCU can be reprogrammed from the SoC with avrdude linuxgpio.

Installation:
1.  Update U-Boot environment variables to adapt to new partition scheme.
    > setenv bootcmd "run addboard; run addtty; run addparts; run addrootfs; bootm 0x9f050000 || bootm 0x9fea0000"
    > setenv mtdparts "spi0.0:256k(u-boot)ro,64k(u-boot-env),15936k(firmware),64k(nvram),64k(art)ro"
    > saveenv
2.  Boot into stock firmware normally and perform sysupgrade with
    sysupgrade image.
    # sysupgrade -n -F /tmp/sysupgrade.bin

Signed-off-by: Sungbo Eo <mans0n@gorani.run>
2020-07-08 23:22:30 +02:00
..
bin ath79: add support for PISEN WMB001N 2019-08-08 21:00:59 +08:00
lzma-loader ath79: move lzma-loader to the end of available RAM 2020-01-23 15:28:03 +01:00
common-buffalo.mk ath79: sort device definitions in image/* 2019-09-21 22:17:39 +02:00
common-mikrotik.mk packages/boot: remove rbcfg 2020-05-28 11:09:10 +02:00
common-netgear.mk treewide: omit IMAGE_SIZE argument from check-size 2020-03-21 20:02:55 +01:00
common-tp-link.mk ath79: replace custom uImageArcher generation 2020-06-29 01:08:09 +02:00
common-yuncore.mk ath79: add support for YunCore TFTP image generation 2019-11-25 17:32:46 +01:00
generic-tp-link.mk ath79: add support for TP-Link CPE610 v2 2020-06-20 13:03:39 +02:00
generic-ubnt.mk ath79: Fix ubnt_edgeswitch-8xp DEVICE_PACKAGES 2020-06-27 00:19:13 +02:00
generic.mk ath79: add support for Arduino Yun 2020-07-08 23:22:30 +02:00
Makefile treewide: simplify inclusion of subtarget image files 2020-06-11 01:44:13 +02:00
mikrotik.mk ath79: add support for MikroTik RouterBOARD 493G (rb4xx series) 2020-06-15 21:16:18 +02:00
nand.mk ath79: nand: disable images for glinet_gl-ar750s 2020-07-07 19:47:24 +02:00
tiny-netgear.mk treewide: omit IMAGE_SIZE argument from check-size 2020-03-21 20:02:55 +01:00
tiny-tp-link.mk ath79: do not build TP-Link tiny images by default 2020-06-28 00:33:44 +02:00
tiny.mk ath79: Do not build buffalo_whr-g301n by default 2020-05-21 22:16:17 +02:00