rockchip: add px30 for supporting

Change-Id: I1a87152531bd3bff858ffef1eddc31c98e5a4f68
Signed-off-by: Caesar Wang <wxt@rock-chips.com>
This commit is contained in:
Caesar Wang
2018-07-09 15:47:01 +08:00
parent 820abbd3a7
commit 801e576fd3
10 changed files with 264 additions and 0 deletions

42
px30/BoardConfig.mk Executable file
View File

@ -0,0 +1,42 @@
#!/bin/bash
#=========================
# Compile Config
#=========================
# Target arch
ARCH=arm64
# Uboot defconfig
UBOOT_DEFCONFIG=evb-px30
# Kernel defconfig
KERNEL_DEFCONFIG=rockchip_linux_defconfig
# Kernel dts
KERNEL_DTS=px30-evb-ddr3-v10
# Buildroot config
CFG_BUILDROOT=rockchip_px30
# Recovery config
CFG_RECOVERY=rockchip_px30_recovery
# Pcba config
CFG_PCBA=rockchip_px30_pcba
# Build jobs
JOBS=12
# Yocto machine
YOCTO_MACHINE=rockchip-px30-evb
#=========================
# Platform Target
#=========================
TARGET_PRODUCT=px30
# Set rootfs type, see buildroot.
# ext4 squashfs
ROOTFS_TYPE=ext4
# Set data partition type.
# ext2 squashfs
OEM_PARTITION_TYPE=ext2
# Set flash type.
# support <emmc, nand, spi_nand, spi_nor>
FLASH_TYPE=emmc
#OEM config: /oem/dueros/aispeech/iflytekSDK/CaeDemo_VAD/smart_voice
OEM_PATH=oem