SPRADC5 January 2024
The most supported boot-mode for hardware bring-ups. GEL files are the primary method for initializing the device and will bring the SoC to a state where cores can be loaded with programs and tests can be run with the most control during the boot process. GEL files are provided with the RTOS SDK of the device or also part of Code Composer Studio when the device target configuration is natively available. Lauterbach scripts are usually available as well.
No-Boot Mode keeps the boot process simple and should be used immediately after hardware check-out. For more complex applications it is recommended to migrate to boot solutions like SPL and SBL. These can be loaded in No-boot mode, however, it requires customization work and usually more steps in the debugger.