Run program
To run a program you must put a ‘./’ before the filename if you are in the same directory as the program file:
$ ./myProgram.bin
Otherwise just type the path to the file:
$ /home/pi/myProgram.bin
To run a program you must put a ‘./’ before the filename if you are in the same directory as the program file:
$ ./myProgram.bin
Otherwise just type the path to the file:
$ /home/pi/myProgram.bin