initial commit

Signed-off-by: Eddie Cai <eddie.cai.linux@gmail.com>
This commit is contained in:
Eddie Cai
2018-06-23 10:08:13 +08:00
commit 6ea5e91a98
200 changed files with 6002 additions and 0 deletions

41
rk3308/BoardConfig.mk Executable file
View File

@ -0,0 +1,41 @@
#!/bin/bash
#=========================
# Compile Config
#=========================
# Target arch
ARCH=arm64
# Uboot defconfig
UBOOT_DEFCONFIG=evb-rk3308
# Kernel defconfig
KERNEL_DEFCONFIG=rk3308_linux_defconfig
# Kernel dts
KERNEL_DTS=rk3308-evb-dmic-pdm-v11
# Buildroot config
CFG_BUILDROOT=rockchip_rk3308_release
# Recovery config
CFG_RECOVERY=rockchip_rk3308_recovery
# Pcba config
CFG_PCBA=rockchip_rk3308_pcba
# Build jobs
JOBS=12
#=========================
# Platform Target
#=========================
TARGET_PRODUCT=rk3308
# Set rootfs type, see buildroot.
# ext4 squashfs
ROOTFS_TYPE=squashfs
# Set data partition type.
# ext2 squashfs
OEM_PARTITION_TYPE=ext2
# Set flash type.
# support <emmc, nand, spi_nand, spi_nor>
FLASH_TYPE=nand
#OEM config: /oem/dueros/aispeech/iflytekSDK/CaeDemo_VAD/smart_voice
OEM_PATH=oem