]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ipc/ipcdev.git/blobdiff - qnx/src/ipc3x_dev/ti/syslink/build/Qnx/resmgr/ipc.use
Update help text in QNX IPC driver to show support for DSP2
[ipc/ipcdev.git] / qnx / src / ipc3x_dev / ti / syslink / build / Qnx / resmgr / ipc.use
index 08597bc4eead68e5ae6986282eb121ff42f831cd..53b21b559742a0853076f3c82c9fa3dd3ecdc3ec 100644 (file)
@@ -1,12 +1,12 @@
 ipc - IPC Resource Manager
 
-ipc: [-HTg] <core_id1> <executable1> [<core_id2> <executable2> ...]
+ipc: [-HTgdca] <core_id1> <executable1> [<core_id2> <executable2> ...]
 
   <core_id#> should be set to a core name
       followed by the path to the executable to load on that core.
       Supported core ids are
           OMAP54xx: IPU, DSP
-          DRA7xx: IPU2, DSP1
+          DRA7xx: IPU1, IPU2, DSP1, DSP2
 
 Options:
  -H <option>    Enable/Disable Ducati hibernation.  Default: 1
@@ -19,3 +19,8 @@ Options:
                 Supported on: OMAP54xx
  -g             Enable GateMP support on host
                 Supported on: DRA7xx
+ -d             Disable automatic crash recovery
+ -c <dump_file> Generate dump of slave trace during crashes. Use
+                absolute path for filename.
+ -a<n>          Specify that the first 'n' cores have been pre-loaded and
+                started. Perform late-attach to these cores.