armbian-build/config/boards/nanopineo.conf
2022-02-10 15:16:30 +01:00

12 lines
316 B
Plaintext

# Allwinner H3 quad core 256/512MB RAM SoC headless
BOARD_NAME="NanoPi Neo"
BOARDFAMILY="sun8i"
BOOTCONFIG="nanopi_neo_defconfig"
MODULES="g_serial"
MODULES_BLACKLIST="lima"
DEFAULT_OVERLAYS="usbhost1 usbhost2"
DEFAULT_CONSOLE="serial"
SERIALCON="ttyS0,ttyGS0"
BUILD_DESKTOP="no"
KERNEL_TARGET="legacy,current,edge"