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.

DM816x EVM getting started



Hello:

I have a few "getting started" questions about the new DM816x EVM (TMDXEVM8168).

Now that I have seen the demos in action, I would like to compile the demo application from its sources (using the linux ezSDK etc), and load the application onto the board using CCS.

Could you let me know how this is done.  Please also describe how to set up the EVMs boot modes (tftp, NAND etc) and set-up CCS with appropriate platform files, gel files etc. 

Also, would it then be possible to "debug" this demo application from CCS?

Regards,

--B

 

  • Most of the information you require is in the psp/docs folder within the EZSDK.

    Look on the TI website for CCS debugging information.

    If you want to just build the demo you need to look in "Makefile" in the root of the EZSDK. If you mean the Matrix demo then for instance you would run "make matrix" to build it and "make matrix_clean" to clean it.

    I recommend doing a lot of reading of those PDFs first though.

    Ralph