Where do I put the board (in this case the evmDM6446) to compile the DVSDK software? I get an error:
"xdc.tools.configuro: Error: Can't find platform package ti.platforms.evmDM6446"
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.
Where do I put the board (in this case the evmDM6446) to compile the DVSDK software? I get an error:
"xdc.tools.configuro: Error: Can't find platform package ti.platforms.evmDM6446"
What are you building?
If you are going thru the GSG, you have to configre the Linux kernel (via arch=ARM, CROSS_COMPILE=arm_v5t_le- ....type command) for the right platform (DM6446), and you have to specify the right platform on the Rules.make file at the root DVSDK directory. All other DVSDK files should not need any changing to build. However, I do not recognize the error above, hence my reason for asking what exactly are you building. If you are updating individual components or requested a codec bundle which you are attempting to integrate(basically any software that was not part of official DVSDK release), then you may have additional work.
I'm trying to build the DVSDK from the root dvsdk directory. The dm6446 package is there, but I'm not sure why the xdctool is not finding it.
Almost any time there is an error regarding something not being found it is a path issue, either in your Rules.make file or in your system's environment variables, my suspicion is that something is bad in the Rules.make though I am not sure what exactly would lead to this error off hand.