Tool/software: Linux
The Processor SDK Linux is new to me. I downloaded the SDK in the ubuntu then I would like to use OpenCL.
The question is: should I install the OpenCL by myself or it has been included in the Processor SDK?
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.
Tool/software: Linux
The Processor SDK Linux is new to me. I downloaded the SDK in the ubuntu then I would like to use OpenCL.
The question is: should I install the OpenCL by myself or it has been included in the Processor SDK?
Hello,
The PSDK contains opencl.
If you want just to run opencl examples in PSDK just cd /usr/share/ti/examples/opencl/ directory on the board.
The examples code could be found in ti-processor-sdk-linux-am57xx-evm-04.02.00.09/example-applications/opencl-examples-1.1.14.9 also. If you want you could build this examples by using make opencl-examples but you could build them with MACHINE=am57xx-evm bitbake opencl-examples . This is why I provided you the second link in case that you want to rebuild opencl or other PSDK component like opencl-examples. In fact under chapter "Recipes" you could find exactly example line how opencl can be build. Under chapter "Forced Re-compilation" is the command how you could recompile the code if you make changes in it. Under chapter "Installing Package" is how the new modified and rebuilt package must be install on the board.
BR
Margarita
Hello,
Zibin He said:There is an error which is
Unable to create 'pyshtables.py'
[Errno 13] Permission denied: 'pyshtables.py'
Regarding the error:
1.You should not execute the commands with sudo.
2. There is chapter "host setup" in the guide, click on [expand]. Make sure that you execute the commands from this chapter first. There is information for the host machine in this chapter also.
3. Check the permission of the tisdk folder.
Hope this helps.
BR
Margarita