Add basic support for A20-OLinuXino-MICRO-eMMC. This includes new board configuration, new .fex file. The board needs kernel patch, with disable hpi on eMMC. Additionally starting from revision J, the phy is changed - RTL8201 to LAN8710. This needs patch of dts file, to enable PA17 pin support.
18 lines
552 B
Plaintext
18 lines
552 B
Plaintext
# A20 dual core 1Gb SoC
|
|
BOARD_NAME="Micro eMMC"
|
|
LINUXFAMILY="sun7i"
|
|
BOOTCONFIG="A20-OLinuXino_MICRO_eMMC_config"
|
|
MODULES="hci_uart gpio_sunxi rfcomm hidp bonding spi_sun7i 8021q a20_tp"
|
|
MODULES_NEXT="bonding"
|
|
#
|
|
KERNEL_TARGET="default,next,dev"
|
|
CLI_TARGET=""
|
|
DESKTOP_TARGET=""
|
|
#
|
|
RECOMMENDED="Ubuntu_xenial_default_desktop:90,Debian_jessie_next:100"
|
|
#
|
|
BOARDRATING=""
|
|
CHIP="http://docs.armbian.com/Hardware_Allwinner-A20/"
|
|
HARDWARE="https://linux-sunxi.org/Olimex_A20-OLinuXino-Micro"
|
|
FORUMS="http://forum.armbian.com/index.php/forum/7-allwinner-a10a20/"
|