rk1808: add rk1808_compute_stick_sfc.mk
Change-Id: I1dbaf274f818fa48c7bf2559f74f754e0c835262 Signed-off-by: Lin Huang <hl@rock-chips.com>
This commit is contained in:
28
rk1808/BoardConfig_rk1808_compute_stick_sfc.mk
Executable file
28
rk1808/BoardConfig_rk1808_compute_stick_sfc.mk
Executable file
@ -0,0 +1,28 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
# Target arch
|
||||||
|
export RK_ARCH=arm64
|
||||||
|
# Uboot defconfig
|
||||||
|
export RK_UBOOT_DEFCONFIG=rk1808
|
||||||
|
# Kernel defconfig
|
||||||
|
export RK_KERNEL_DEFCONFIG=rk1808_linux_defconfig
|
||||||
|
# Kernel dts
|
||||||
|
export RK_KERNEL_DTS=rk1808-compute-v10
|
||||||
|
# boot image type
|
||||||
|
export RK_BOOT_IMG=boot.img
|
||||||
|
# parameter for GPT table
|
||||||
|
export RK_PARAMETER=parameter-compute-stick.txt
|
||||||
|
# kernel image path
|
||||||
|
export RK_KERNEL_IMG=kernel/arch/arm64/boot/Image
|
||||||
|
# Buildroot config
|
||||||
|
export RK_CFG_BUILDROOT=rockchip_rk1808_compute_stick
|
||||||
|
# ramboot config
|
||||||
|
export RK_CFG_RAMBOOT=rockchip_rk1808_compute_stick
|
||||||
|
# Pcba config
|
||||||
|
export RK_CFG_PCBA=rockchip_rk1808_pcba
|
||||||
|
# Build jobs
|
||||||
|
export RK_JOBS=12
|
||||||
|
# target chip
|
||||||
|
export RK_TARGET_PRODUCT=rk1808
|
||||||
|
#choose enable distro module
|
||||||
|
export RK_DISTRO_MODULE=
|
||||||
@ -8,4 +8,4 @@ MACHINE: 1808
|
|||||||
CHECK_MASK: 0x80
|
CHECK_MASK: 0x80
|
||||||
PWR_HLD: 0,0,A,0,1
|
PWR_HLD: 0,0,A,0,1
|
||||||
TYPE: GPT
|
TYPE: GPT
|
||||||
CMDLINE:mtdparts=rk29xxnand:0x000001000@0x00002000(uboot),0x000001000@0x00003000(trust),0x000020000@0x00004000(boot)
|
CMDLINE:mtdparts=rk29xxnand:0x000001000@0x00002000(uboot),0x000001000@0x00003000(trust),-@0x00004000(boot:grow)
|
||||||
|
|||||||
Reference in New Issue
Block a user