Vxworks Command Cheat Sheet ^new^ -
sp [entryPt, args] : Spawns a new task with default parameters at a specified entry point. sps [entryPt, args] : Spawns a task in a suspended state. td [taskName|Id] : Deletes a specified task. ts [taskName|Id] : Suspends a running task. tr [taskName|Id] : Resumes a task that has been suspended.
Here’s a detailed , focused on the most useful shell and kernel commands for day-to-day debugging, system inspection, and task management. VxWorks versions differ slightly (especially pre-6.x vs 6.x/7.x), but these commands work in most VxWorks shell (CMD mode) environments. vxworks command cheat sheet
: Repeats a function m times. Setting m to 0 makes it run indefinitely. Memory and Object Inspection sp [entryPt, args] : Spawns a new task