hi Igor ,
I am speaking about the IMX6qsabresd board.
i here by attach my OBDS test.c file .
I need to execute all the test after the flashing is completed.
basically when the flashing is completed the menu will show and wait for the keyboard input.
in my case i need to do auto run feature .
due to that reason i call run_all_test(NULL) function after the menu_present(&main_menu); menu is shown but the run_all_test function is not hiotting.
what modification i need to do, let me know from which portion i can call the run_all_test function in main loop