I am working on imx6ul board.
I have created a linux package named "application" using ptxdist. I was able to generate the binary for the application and integrated at /usr/sbin/application. I am able to see the same at the above path.
But, while booting up of the system prelink error occurs for this application. And if I try to run this application, it is saying:
"root@MBa6UL:/usr/sbin application
-sh: application: not found"
Could anyone help me resolve this issue?