add cp.sh remove some build targets
This commit is contained in:
parent
0589d9bde9
commit
28fb71704f
@ -1,56 +0,0 @@
|
||||
#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_quaming_config# Uboot defconfig
|
||||
export UBOOT_CONFIG=quaming_qm10xd_demo_ld_nand_defconfig
|
||||
|
||||
# Kernel defconfig
|
||||
export KERNEL_CONFIG=quaming_qm10xd_demo_ld_nand_defconfig
|
||||
|
||||
# Kernel dts
|
||||
export KERNEL_DTS=quaming-kernel-qm10xd-demo_ld-nand.dts
|
||||
|
||||
export TARGET_OUTPUT_DIR=qm10xd_demo_ld_nand
|
||||
|
||||
|
||||
export TARGET_CONFIG_NIMI=qm10xd_demo_ld_nand
|
||||
|
||||
|
||||
include /home/test02/workspace/workspace/genSDK_base/gensdk/X-AIOS-LT00/base/soc/qm10xd/linux/prebuilts/build/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=0x01c00000
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
18
sdk/X-AIOS-LT00-V1.0.4/cp.sh
Executable file
18
sdk/X-AIOS-LT00-V1.0.4/cp.sh
Executable file
@ -0,0 +1,18 @@
|
||||
DIR=/media/hyx/061C-D1C9/
|
||||
cd out/qm10xd_linux/qmimages
|
||||
cp code-size.txt $DIR
|
||||
cp data.ubi $DIR
|
||||
cp logo.img $DIR
|
||||
cp misc.img $DIR
|
||||
cp recovery.img $DIR
|
||||
cp recovery-rootfs.ubi $DIR
|
||||
cp rootfs.ubi $DIR
|
||||
cp script.ini $DIR
|
||||
cp system.ubi $DIR
|
||||
cp u-boot.bin $DIR
|
||||
cp u-boot-spl-header.img $DIR
|
||||
cp u-boot-spl-header_out.img $DIR
|
||||
cp usrdata.ubi $DIR
|
||||
cp zImage-dtb $DIR
|
||||
cd -
|
||||
sudo eject $DIR
|
||||
Loading…
Reference in New Issue
Block a user