The TI SDK provides a javascript helper that is used to sequence core startup ahead of GELs and code.

This script sets up the system to run RTOS applications by:
 - connecting to cores 
 - preforming initialization to mimic what a ROM boot would do
 - loading system firmware which provides system services needed by applications
 - running a board init function to mimic a board loader
 - passing control to the debugger to load the test PDK application

This *.js file is recoded for TRACE32 in the common file.

For <= SDK 7.2 the firmware runs the SCI service the M3/DMSC.
For >= SDK 7.3 the SCI service is running on the MCU1_0.  User applications need to link in libraries.
