These scripts launch TI PDK unit tests for FreeRTOS and TI RTOS using JTAG.
A script can be cloned and adapted to support the launch of a custom AutoSAR OS

The flow mirrors how TI's CCS + GEL files work.

 1: Script sets up paths to test.
	a: The user specifies which core to launch the test on
 2: Script calls a common launcher which
	a: Initializes all system power and clocks
	b: loads & launches TI system firmware on the TIFS-M3
	c: loads up a system init binary on the MCU-R5
		i: this initialized firmware services
	d: Initializes the DDR
 3: Script now initialize target core <R5, C6, C7, A72>
 4: Script loads and launches the PDK test case


NOTES:
1: Scripts assume NOBOOT mode. Scripts can work in other modes however any target
  code which runs ahead of the script (like DDR init) may result in failure.
2: A power on reset is needed between script executions as the DDR script assumes
  first init
3: The default build is for the TI-EVM. A custom board will need a matched
  sciclient_ccs_init file (see ./gel/readme_resource_file.txt)
