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.

SYSBIOS和app分开编译和存放,如何执行?

Other Parts Discussed in Thread: SYSBIOS

大家好,

现在想实现这个功能,不知ti的sysbios可否实现?

1.操作系统和应用程序分开编译,例如成为system.bin和app.bin,每次改个应用,就要连同操作系统一起编译太慢了

2.MLO和system.bin安装到NAND上自动启动,并在启动后,进入mmcsd卡中寻找app.bin并执行

谢谢!需要怎么做呢?