Enable Espressobin nightly images building, Bananapi M64 CSC target. Curently works: all cores, UART, HDMI, eMMC, no thermal, no usb, no wifi, ...

This commit is contained in:
Igor Pecovnik 2017-10-04 08:26:51 +02:00
parent 38465a8ffa
commit 26902953e0
2 changed files with 27 additions and 1 deletions

View File

@ -0,0 +1,23 @@
# A64 quad core 2GB SoC GBE WiFi eMMC
BOARD_NAME="Banana Pi M64"
LINUXFAMILY="sun50iw1"
BOOTCONFIG="bananapi_m64_defconfig"
#
MODULES=""
MODULES_NEXT=""
CPUMIN="480000"
CPUMAX="1296000"
#
KERNEL_TARGET="next,dev"
CLI_TARGET=""
DESKTOP_TARGET=""
CLI_BETA_TARGET=""
DESKTOP_BETA_TARGET=""
#
RECOMMENDED="Ubuntu_xenial_dev_nightly:33"
#
BOARDRATING=""
CHIP="https://docs.armbian.com/Hardware_Allwinner-H5-A64/"
HARDWARE="https://linux-sunxi.org/Sinovoip_Banana_Pi_M64"
FORUMS="https://forum.armbian.com/index.php/forum/11-other-boards/"

View File

@ -9,7 +9,10 @@ BUILD_DESKTOP="no"
KERNEL_TARGET="default,next,dev"
CLI_TARGET="jessie,xenial:default,dev"
#
RECOMMENDED="Ubuntu_xenial_default_nightly:60"
CLI_BETA_TARGET="xenial:default,stretch:default"
DESKTOP_BETA_TARGET=""
#
RECOMMENDED="Ubuntu_xenial_default_nightly:75,Debian_stretch_default_nightly:75"
#
BOARDRATING=""
CHIP="http://docs.armbian.com/Hardware_Other/#marvel-armada-espressobin"