08-02-2019 05:19 AM
Hello xilinx ,
my project (decoder H.265) requires a command line argument to be passed. In normal eclipse I find command-line in run configurations. But in SDK I cannot find it. Is there a way to do it in SDK?
Regards,
08-16-2019 02:30 AM
Hi @anis1133
The way you have been passing arguments to the Linux application is the right way to do. Actually it seems that the application is getting the argument properly as the print message states the following:
failed to open bitstream file 'str.bin' for reading
Probably the issue might be with the path of the file when you try to open it on the application code.
Regards