TI中文支持网
TI专业的中文技术问题搜集分享网站

OMAPL138 的MCSDK SYSLINK编译后,不见examples产生在文件系统中

各位大牛好:

   在syslink_2_21_01_05中运行编译syslink,当进行到make install后,按照TI的SYSLINK INSTALL文档,应该会在products.mak指定的文件系统中有/ti/syslink-examples/<device>。

TI文档提示如下:

Installing Examples
To assemble the SysLink executables and examples into a directory structure suitable for running on the device's
file-system, issue the following command in the SysLink install directory:
buildhost$ make install

NOTE
The examples will be installed in the EXEC_DIR directory set in the products.mak file. As with other variables,
you an override this on the command line:
buildhost$ make install EXEC_DIR=/home/user/ti816x/filesystem

SysLink Kernel Driver
The SysLink kernel driver must be inserted into the kernel for SysLink user applications to run.

Loading module
The kernel module is located in the /lib/modules/<kernel_version>/kernel/drivers/dsp directory on the device's target
file-system if the EXEC_DIR path in products.mak was set to the root of the device's target file-system.
If the SysLink GPP driver is built with trace enabled, the driver needs to enable both TRACE and TRACEFAILURE
to configure SysLink to print out kernel messages in case any failures occur during SysLink user application runs. To
load the module issue the following command on the target file-system:
target# insmod /lib/modules/<kernel_version>/kernel/drivers/dsp/syslink.ko TRACE=1 TRACEFAILURE=1

Unloading module
The kernel module can be unloaded by issuing the following command on the target file-system:
target# rmmod syslink

Running Examples
Each example contains a readme.txt and run.sh script to demonstrate how to run it.
The root of the samples directory on the target file-system(/ti/syslink-examples/<device>) contains a script to
execute all the examples provided.

   但是我只在我的文件系统中发现syslink.ko而不见根目录的//ti/syslink-examples/<device>。 求解释。附件为我参考的TI文档。

Leo Lee3:

同样问题,求大神解答~

liang xu:

遇到同样的问题,楼主解决了吗?

我怀疑是examples设置的路径不对,导致根本没有解压编译相应的例程,但又不知道怎么修改

Jack Wu3:

回复 liang xu:

广州创龙的技术支持帮我解决了,修改SDK类型由EZSDK为修改为NONE,然后重新编译一次就行了。广州创龙的OMAPL138系列的技术支持很到位。

liang xu:

回复 Jack Wu3:

果然如此,非常感谢

Leo Lee3:

回复 liang xu:

感谢广州创龙电子的技术支持,这问题也帮我解决了。

赞(0)
未经允许不得转载:TI中文支持网 » OMAPL138 的MCSDK SYSLINK编译后,不见examples产生在文件系统中
分享到: 更多 (0)