Please make a reply sir i am really waiting.......
i did run C program from arduino via system call (SD card contained Linux tiny image) soon after that i was unable to connect to galileo via SSH .why is that sir...?
i used the command like this :
system(" (cd /media/realroot; /media/realroot/nith_bin >nikitha)");
where the C program file nith.c and binary file was nith....
i got the results as expected in file 'nikitha' (removed SD card and checked in my system)
i had copied those into SD card so that's why used /media/realroot ....'nikitha' is the output file generated that contains the C program output...
did i do smething wrong...?
can u please tell me how run C++ binaries using the system call ...?
because i want to run C++ program with open CV libraries via system call from arduino .......
Please i need ur help...