Hi Expert,
I work on the sdk8.2 with qnx os. And I found the tisci failed to execute about 1/600 probability.
Test case : power on / off
The log on A72 :
[2023-02-10 20:34:31.638] Starting tisci-mgr.. [2023-02-10 20:34:31.640] /ti_fs/tibin/tisci-mgr[1]: syntax error: `(' unexpected [2023-02-10 20:34:33.629] Unable to access /dev/tisci [2023-02-10 20:34:33.631] Starting shmemallocator.. [2023-02-10 20:34:33.635] Starting tiipc-mgr.. [2023-02-10 20:34:33.716] Starting TI IPC Resmgr [2023-02-10 20:34:33.718] open(/dev/tisci): No such file or directory [2023-02-10 20:34:33.722] open(/dev/tisci): No such file or directory [2023-02-10 20:34:33.726] open(/dev/tisci): No such file or directory [2023-02-10 20:34:33.730] open(/dev/tisci): No such file or directory [2023-02-10 20:34:33.734] open(/dev/tisci): No such file or directory
The code failed on scripts, e.g. user.sh
echo "Starting tisci-mgr.." tisci-mgr waitfor /dev/tisci 2
Please help to give some suggestions, thanks.