1、RTOS 0806 SDK包如何编译MCU2_1
(1)MCUSW->build->makefile/Rules.make,其中makefile/Rules.make的内容如何修改
(2)MCUSW->mcuss_demos->boot_app_mcu_rtos->makefile,其中makefile的内容如何修改
2、RTOS 0806 SDK包编译MCU2_1出来的文件,怎么和MCU域编译的文件进行组合并放到SD卡
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
MCUSW->build->makefile/Rules.make,其中makefile/Rules.make的内容如何修改

更多细节请参考user guide中Build章节有说明。
MCUSW->mcuss_demos->boot_app_mcu_rtos->makefile,其中makefile的内容如何修改
参考:
software-dl.ti.com/.../mcusw_c_ug_top.html
怎么和MCU域编译的文件进行组合
没有明白组合是什么意思,是指启动的时候吗?
用root@voy1804-virtual-machine:/home/voy1804/TDA4_0806/tda4_project/rtos/mcusw/build# make -j2 can_boot_app_mcu_rtos HLOSBOOT=linux BOOTMODE=mmcsd BOARD=j721e_evm SOC=j721e BUILDFILE=release CORE=mcu2_1 BUILD_OS_TYPE=freertos 进行编译,编译NG,编译结果如下:
