Part Number: BEAGLEBOARD-X15
Tool/software: Linux
Beaglebone X15
SDK 5.01.00.11
Linux RT Arago.
When I compile the program in arago, there are an error message:
make: /usr/bin/clpru: Command not found
As I understood, I have to copy the clpru from sdk. But there are only 1 file at x86 directory:
ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/linux-devkit/sysroots/x86_64-arago-linux/usr/share/ti/cgt-pru/bin/clpru
I have copy this file to /usr/bin/, and then the compiler executes an error message:
/usr/bin/clpru: /usr/bin/clpru: cannot execute binary file
As I understood, I have to copy the clpru for arm.
Help.