Hi
I wrote a script that does the following before running my application
1. ./prcm_config_app s
2. insmod syslink.ko
3. ./firmware_loader 1 video..xem3 start
4. ./firmware_loader 2 vpss..xem3 start
I noticed that when i call these commands fast, the firmware loader fails to load the ducati code because the syslink didn't finish to load yet... i have errors because it cannot yet find the /dev/syslinkipc_xxx modules
Is that normal behaviour? How much time do I have to wait between loading the syslink and loading the ducaties? I can insert a 1 sec sleep and it work. But i am running a real time applicaton which sometimes needs to restart the chip, and 1 second is a lot of time...
Any suggestions?
many thanks!