Project:        a53_boot_flash
Platform:       S32V234 - A53
Toolchain:      GCC 6.3
Hardware:       Tested with S32V234-EVB2 (SCH29288 REV B2)

#######################################		General Software Notes:	       #######################################
* The application demonstrates a simple example run an A53 application
* Contains configurations to run on internal SRAM, from external SD/QSPI or XIP from QSPI
* Only Lauterbach debugging configuration is supported 
* Only Windows host OS is supported

1)	Debug - configuration to run the application from SRAM
	Use the [a53_boot_Debug_RAM_Lauterbach_a53] launch configuration to load and debug the application
	
2)	Debug_FLASH_XIP - configuration to boot from external QSPI and Execute In Place (XIP)
	
	Use the [a53_boot_Debug_FLASH_QSPI_Lauterbach_a53] launch configuration to load and debug the application. Application would start
	from the flash region (0x20000000) programmed in the linker file.
	Refer to *NOTE to find the right switch and RCON position for QSPI booting option 
	
3)  Debug_FLASH - configuration to boot from external flash and execute on SRAM (applicable to both QSPI & SD card)  	
	
	1. use the [a53_boot_Debug_FLASH_QSPI_Lauterbach_a53] launch configuration to load and debug the application when booting from QSPI. 
	Application would start from the SRAM region (0x3E800000) programmed in the linker file.
	Refer to *NOTE to find the right switch and RCON position for QSPI booting option (same as Debug_FLASH_XIP in terms of hardware configuration)
	
	2. use third party software such as Win32DiskImager to load the ".bin" to the SD card, then use	
	the [a53_boot_Debug_FLASH_SDCARD_Lauterbach_a53] launch configuration to load and debug the application when booting from SD card 
	(Reset the board if debug not working)
	
	Refer to *NOTE to find the right switch and RCON position for each booting option 
	
###################################################################################################################	
*NOTE - Make sure the following jumper and RCON configuration are selected before launching the debugging session
	
	QSPI
	- J48 -> 2-3
	
	SD
	- J48 -> 1-2
	
	RCON    SD(A53)     QSPI(A53)
	-SW5    8       	8
	-SW6    6      		2,6
	-SW7    2,6    		2,6
	-SW8    8      		1

