20 lines
523 B
Plaintext
20 lines
523 B
Plaintext
|
|
CROSS_COMPILE=/opt/gcc-arm-10.2-2020.11-x86_64-aarch64-none-linux-gnu/bin/aarch64-none-linux-gnu-
|
|
FOLDER_NAME=build_none_rt
|
|
CONFIG_NAME=rt_config
|
|
CORES=8
|
|
SRC=./tmp_kernel_5.15_rt/
|
|
ORIGIN_SRC=../tmp_kernel_5.15/
|
|
PATCHES_DIR=/data/kernel_build_uzi/kernel_obs_tool/debian/patches-rt
|
|
|
|
RAM_ROOTFS=rootfs.tar.gz
|
|
# RAM_ROOTFS=rootfs_tmp.tgz
|
|
|
|
# D2000 dev board
|
|
DTS_FOLDER=images/dts/d2000/
|
|
DTB_TARGET=d2000-devboard-dsk.dtb
|
|
KERNEL_ADDRESS=0x90200000
|
|
ENTRY_POINT=0x90200000
|
|
UIMAGE_NAME=uImage_bpo7_D2000
|
|
UIMAGE_DESC="D2000 Kernel"
|