58 lines
1.0 KiB
Plaintext
Executable File
58 lines
1.0 KiB
Plaintext
Executable File
#CROSS toolchain configs
|
|
export CROSS_TOOLCHAIN_VERSION?=v510
|
|
|
|
|
|
# kernel version
|
|
export KERNEL_VER=5.10.y
|
|
# uboot version
|
|
export UBOOT_VER=uboot
|
|
|
|
# busybox version
|
|
export BUSYBOX_VER=busybox-1.36.1
|
|
|
|
# busybox defconfig
|
|
export BUSYBOX_CFG=busybox_molchip_config# Uboot defconfig
|
|
export UBOOT_CONFIG=molchip_mc3302_nand_defconfig
|
|
|
|
# Kernel defconfig
|
|
export KERNEL_CONFIG=molchip_mc3302_defconfig
|
|
|
|
# Kernel dts
|
|
export KERNEL_DTS=molchip-kernel-mc3302-nand.dts
|
|
|
|
|
|
export TARGET_OUTPUT_DIR=mc3302_linux_nand_dmb
|
|
|
|
|
|
export TARGET_CONFIG_NIMI=mc3302_linux_nand_dmb
|
|
|
|
|
|
include /home/zhang/work/disk/MC3302_SDK_V1.1.9_202507281416_SRC/media/mpp/configs/toolchain/$(CROSS_TOOLCHAIN_VERSION).mk
|
|
|
|
|
|
export MEM_TOTAL_SIZE=64M
|
|
|
|
export MEM_OS_SIZE=36M
|
|
|
|
|
|
export MC_SHOWLOGO_YADDR0=43E00000
|
|
|
|
export MC_SHOWLOGO_CADDR0=43E98000
|
|
|
|
export MC_SHOWLOGO_YADDR1=00000000
|
|
|
|
export MC_SHOWLOGO_CADDR1=00000000
|
|
|
|
export MC_DHD0_OSD_SIZE=1200
|
|
|
|
export MC_DHD0_OSD_FBC_EB=1
|
|
|
|
export MC_DHD1_OSD_SIZE=0
|
|
|
|
export MC_DHD1_OSD_FBC_EB=0
|
|
|
|
export mem_mmz_start=0x42400000
|
|
|
|
export mem_mmz_size=0x01A00000
|
|
|