Other Parts Discussed in Thread: OMAP3530
Hy
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Other Parts Discussed in Thread: OMAP3530
Hy
I am able to run the scriptfile manually when i delete the line "export CE_DEBUG=3", but the app is still not starting at boottime.
PATH=$PATH:/path/to/files/
export PATH
/path/to/files/loadmodules_omap3530_c6accel.sh
export CE_DEBUG=3
nohup /path/to/files/c6accel_app | tee /path/to/files/log.txt &
sleep 1
Is there a way to debug in a different way?
Thanks
cd /path/to/files/
./loadmodules_omap3530_c6accel.sh
nohup ./c6accel_app &
sleep 1
-----------------------------------------------------------------------
this solved the proplem
regards
wendelin