详细在:VxWorks Kernel Programmer's Guide, 6.7 里 5.11 Configuring VxWorks to Run Applications Automatically
1、在Kernel Configuration里选择上INCLUDE_USER_APPL
2、Adding Your DKM Project to Your VxWorks Image Project
本文档介绍了如何将DKM项目添加到VIP工程,以便在VxWorks启动时自动运行应用程序。主要步骤包括:在Kernel Configuration中启用INCLUDE_USER_APPL选项,将DKM项目添加到VIP工程,修改Image Project中的usrAppInit.c文件,在usrAppInit()函数中调用所需启动的函数myAppStartUp(),最后重新编译工程。
详细在:VxWorks Kernel Programmer's Guide, 6.7 里 5.11 Configuring VxWorks to Run Applications Automatically
1、在Kernel Configuration里选择上INCLUDE_USER_APPL
2、Adding Your DKM Project to Your VxWorks Image Project
7013
5368
1076
2510
517

被折叠的 条评论
为什么被折叠?