Add Khadas Vim2 csc

This commit is contained in:
JMCC
2020-11-24 19:58:48 +00:00
parent 2f9fe39633
commit eb1beec350
2 changed files with 11 additions and 1 deletions

7
config/boards/kvim2.csc Normal file
View 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"

View File

@@ -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
}