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.

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文档。

SysLink Install Guide.pdf