Hi,
I am running xillinux-1.1 linux kernel on zedboard and I am trying to run an init.d script at run level 2(rc2.d). As the script begins to execute it invokes a c-code program and the problem is that the script is exiting before the program completes its execution. The same script in boot level 2 is working in raspberry pie but not on zedboard.
Could anyone offer a solution.