mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Initial support for Pine64 (not tested) and Pine64+
This commit is contained in:
11
config/boards/pine64.conf
Normal file
11
config/boards/pine64.conf
Normal file
@@ -0,0 +1,11 @@
|
||||
# A64 512MB RAM
|
||||
KERNEL_TARGET="default"
|
||||
KERNEL_IMAGE_TYPE=Image
|
||||
LINUXFAMILY=pine64
|
||||
ARCH=arm64
|
||||
BOOTCONFIG=pine64_defconfig
|
||||
MODULES=""
|
||||
MODULES_NEXT=""
|
||||
SERIALCON=ttyS0
|
||||
CLI_TARGET=""
|
||||
DESKTOP_TARGET=""
|
||||
11
config/boards/pine64plus.conf
Normal file
11
config/boards/pine64plus.conf
Normal file
@@ -0,0 +1,11 @@
|
||||
# A64 1GB RAM
|
||||
KERNEL_TARGET="default"
|
||||
KERNEL_IMAGE_TYPE=Image
|
||||
LINUXFAMILY=pine64
|
||||
ARCH=arm64
|
||||
BOOTCONFIG=pine64_plus_defconfig
|
||||
MODULES=""
|
||||
MODULES_NEXT=""
|
||||
SERIALCON=ttyS0
|
||||
CLI_TARGET=""
|
||||
DESKTOP_TARGET=""
|
||||
Reference in New Issue
Block a user