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.

Internal source codes of DM365

Dear TI Engineer:

    When we are in the process of project development using DLP LightCrafter, we find that the GUI which Ti provided on the Internet could not meet our requirements . So we want to develop DM365 kernel . When we use a serial port line into the DM365 kernel, we  found the file "cmdh" and "setip" as shown in the figure. In order to facilitate our writing kernel applications, We need you to send us the source code of the above two files for reference. Thank you .

Best regards,

Leo

 .

  • Hello Liu,

    cmdh and setip are userspace applications talking with the PC side software. We sometime back released the DVSDK reference software on the web http://www.ti.com/dlplcr_dm365_dvsdk install and follow the readme instructions to build and run DVSDK.

    Once you install this package you will find the cmdh app is build using TI LCR_API library .so file. There is header file with it LCR_API.h. So you can use these for your own application development.

    FYI, With LCr DVSDK the LCR_API.h is located in this path – <linux_drive> /ti-dvsdk_dm365-evm_4_02_00_06/example-applications/lcr/src/LCR_API.h in the same directory there will be a liblcr.so which is the library.

    Let us know if you face any issues.

    Regards,

    Sanjeev

     

  • Hi,

    To piggy-back on this old post: is the implication here that we do not have access to the code that generated the liblcr.so file? If we wanted to see precisely what each function was doing - what the code underlying each function was - do we have access to that in some way? Is there somewhere we can download that source?

    Thanks

  • HI Adam,

    Sorry for the delay in responding to your question. Currently, the code that generated the liblcr.so file is not public. Sorry.

    Paul