15 lines
708 B
Plaintext
15 lines
708 B
Plaintext
# Amlogic S905Y4 4C 2GHz Cortex-A35 Mali-G31 MP2 2GB LPDDR4 16GB eMMC AP6256
|
|
BOARD_NAME="Khadas VIM1S" # don't confuse with VIM1 (S905X)
|
|
BOARDFAMILY="meson-s4t7"
|
|
KERNEL_TARGET="legacy"
|
|
BOARD_MAINTAINER="rpardini viraniac"
|
|
SERIALCON="ttyS0" # for vendor kernel
|
|
# BOOT_FDT_FILE="amlogic/kvim1s.dtb" # unset on purpose: uboot auto-determines the DTB to use
|
|
|
|
# build uboot from source
|
|
BOOTCONFIG="kvim1s_defconfig"
|
|
KHADAS_BOARD_ID="kvim1s" # used to compile the fip blobs
|
|
|
|
# Use extlinux and u-boot-menu extension
|
|
SRC_CMDLINE="console=tty0 console=ttyS0,921600 no_console_suspend earlycon=aml-uart,0xfe078000 meson-gx-mmc.caps2_quirks=mmc-hs400 mac=\\\${eth_mac} khadas.serial=\\\${usid} partition_type=generic"
|