工具/软件:Linux
内核:
cd $(kernel_path);\
ti_config_frages/defconfig_builder.sh -t ti_sdk_dra7x_release
cd $(vision_sdk_path);\
$(make)-C $(kernel_path) arch=arm ti_sdk_dra7x_release_defconfig
$(make)-fbuild_kernel.mk kernel_build kernel_target=zImage
$(make)-fbuild_kernel.mk kernel_build kernel_target=modules
$(make)-C $(memcache_path)/build/模块/************* 首款******** /
$(make)-fbuild_kernel.mk kernel_build kernel_target=$(default_dtb)
/******** 第2个*** /
ifeq ($(CMEM_INCLUDE)、是)
cd $(cmem_path);\
./configure --enable-shared --host=arm-linux-gnueabihf --prefix=$(linux_TARGETFS)
cd $(vision_sdk_path);\
#生成与 cmem 相关的.so 文件
$(make)-C $(cmem_path) kernel_install_DIR=$(kernel_path)
#构建 cmem 相关的.ko 文件
$(make)-C $(cmem_path)/src/cmem/module kernel_install_DIR=$(kernel_path) arch=arm toolchain_prefix=arm-linux-gnueabihf-发布