Post Go back to editing

Please tell me how to execute the code written to the SDR file system.

Category: Software
Product Number: PlutoSDR
Software Version: libiio v0.23

Hello everyone!
My device is a ZYNQ FPGA with an AD9363 chip running linux.
Please tell me if there is a way to write an existing C program written using the libiio library to the file system of my ZYNQ FPGA-based device.
The fact is that I can write executable code files compiled in ubuntu to the file system of my device, but they work incorrectly on the device itself.


The folder with C code on my device looks like this:

drwxrwxr-x    2 1000     1000             0 Jan  1 00:02 .
drwxrwxr-x   19 1000     1000             0 Apr  4  2025 ..
-rw-r--r--    1 1000     1000         80548 Mar 25  2025 Screenshot from 2025-03-25 21-07-58.png
-rwxr-xr-x    1 1000     1000         16792 Mar 25  2025 get_borders
-rw-r--r--    1 1000     1000          3029 Mar 26  2025 get_borders.c

When I try to run the program, I get the following result:

# ./get_borders
./get_borders: line 1:ELF: not found
./get_borders: line 2: ▒: not found
./get_borders: line 17: syntax error: unterminated quoted string