Other Parts Discussed in Thread: UNIFLASH, 66AK2G02
Tool/software: TI-RTOS
Our application will use both ARM and DSP running TI-RTOS. Our application will include code that must be treated as secure IP. I suspect that secure boot is an issue.
I see that the SBL is supported (http://processors.wiki.ti.com/index.php/Processor_SDK_RTOS_BOOT_AM57x?keyMatch=sbl&tisearch=Search-EN
We have much experience with U-Boot and we find this quite attractive as U-Boot supports USB and Ethernet for firmware update. It looks to me as if the SBL would be used to load U-Boot and U-Boot would load the actual applications for the ARM and the DSP and start them.
Is this a common approach? Can you offer any guidance on secure boot?