大家好,
现在想实现这个功能,不知ti的sysbios可否实现?
1.操作系统和应用程序分开编译,例如成为system.bin和app.bin,每次改个应用,就要连同操作系统一起编译太慢了
2.MLO和system.bin安装到NAND上自动启动,并在启动后,进入mmcsd卡中寻找app.bin并执行
谢谢!需要怎么做呢?
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.
都是差量编译,没那么慢了。
这样的rtos,实际上都是依赖于底层的很多库的,很难说完全分离。