armbian-build/config/boards/nanopiduo.conf
ThomasKaiser c8b2eaa893 Introduce BOARDFAMILY and base LINUXFAMILY on this
https://forum.armbian.com/topic/5759-535-bug-questions-collection/ -- logic should also work with legacy kernels and shouldn't break based on DT contents
2017-11-26 23:05:18 +01:00

25 lines
689 B
Plaintext

# H2+ quad core 256/512MB SoC Wi-Fi/Ethernet
BOARD_NAME="NanoPi Duo"
BOARDFAMILY="sun8i"
BOOTCONFIG="nanopi_duo_defconfig"
MODULES="#w1-sunxi #w1-gpio #w1-therm #sunxi-cir xradio_wlan g_serial xradio_wlan"
MODULES_NEXT="g_serial"
MODULES_BLACKLIST="dhd"
DEFAULT_OVERLAYS="usbhost2 usbhost3"
CPUMIN=240000
CPUMAX=1200000
BUILD_DESKTOP="no"
#
KERNEL_TARGET="next"
CLI_TARGET=""
#
CLI_BETA_TARGET="xenial,stretch:next"
#
RECOMMENDED="Ubuntu_xenial_next_nightly:75,Debian_stretch_next_nightly:75"
#
BOARDRATING=""
CHIP="http://docs.armbian.com/Hardware_Allwinner-H3/"
HARDWARE="http://linux-sunxi.org/FriendlyARM_NanoPi_Duo"
FORUMS="http://forum.armbian.com/index.php/forum/13-allwinner-h3/"