mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Add Khadas Vim2 csc
This commit is contained in:
7
config/boards/kvim2.csc
Normal file
7
config/boards/kvim2.csc
Normal file
@@ -0,0 +1,7 @@
|
||||
# Amlogic S912 octa core 3Gb RAM SoC eMMC
|
||||
BOARD_NAME="Khadas VIM2"
|
||||
BOARDFAMILY="meson-gxl"
|
||||
BOOTCONFIG="khadas-vim2_defconfig"
|
||||
KERNEL_TARGET="current,dev"
|
||||
FULL_DESKTOP="yes"
|
||||
BOOT_LOGO="desktop"
|
||||
@@ -20,5 +20,8 @@ uboot_custom_postprocess()
|
||||
if [[ $BOARD == kvim1 ]]; then
|
||||
uboot_gxl_postprocess $SRC/cache/sources/odroidc2-blobs/ vim1
|
||||
fi
|
||||
|
||||
|
||||
if [[ $BOARD == kvim2 ]]; then
|
||||
uboot_gxl_postprocess_ng $SRC/cache/sources/amlogic-boot-fip/khadas-vim2
|
||||
fi
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user