Again without seeing your code, can not help very much.
Just to verify things are working and you have a version of MRAA running that you think you have. It would be good to add a call in get the version string for MRAA and print it out...
like what is in hellomraa.c
nt main(int argc, char **argv) { mraa_result_t ret; ret = mraa_set_log_level(LOG_DEBUG); fprintf(stdout, "hello mraa\n Version: %s\n", mraa_get_version()); mraa_deinit(); return ret; }
For example earlier on I tried out using programming using the Eclipse setup and my app was not working properly. I forgot to update the actual MRAA run time library that was running on the Edison