Files
build/config/boards/nanopiduo2.csc
Rolf Leggewie 94d26351d2 config: change order of preferred kernels
reorder kernel preference in more boards as "current > edge > legacy"
2025-08-21 18:16:18 +08:00

16 lines
462 B
Plaintext

# Allwinner H3 quad core 512MB RAM SoC headless WiFi/BT
BOARD_NAME="NanoPi Duo2"
BOARDFAMILY="sun8i"
BOARD_MAINTAINER=""
BOOTCONFIG="nanopi_neo_defconfig"
MODULES="g_serial"
MODULES_BLACKLIST="lima"
DEFAULT_OVERLAYS="usbhost0 usbhost2 usbhost3"
DEFAULT_CONSOLE="serial"
HAS_VIDEO_OUTPUT="no"
SERIALCON="ttyS0,ttyGS0"
KERNEL_TARGET="current,edge,legacy"
KERNEL_TEST_TARGET="current"
BOOT_FDT_FILE="sun8i-h3-nanopi-duo2.dtb"
CRUSTCONFIG="nanopi_m1_plus_defconfig"