Part Number: DRA821U
Other Parts Discussed in Thread: DRA821
Hi,
When i am going the device boot flow from chapter 4 of reference manual. There is it is mentioned as SBL, which loads the DMSC firmware.
But in SDK I have built is having different extension.
Below are the lines, where different extension is used for DMSC firmware.
In which cases we will use SBL and SPL.
-
tiboot3.bin - this is the SBL which the ROM bootloader will boot on MCU R5F Core0
-
tiboot3.bin will boot tifs.bin - this is the DMSC firmware binary
-
tiboot3.bin will boot a file called “app” - this file contains binaries of all other CPUs like Main R5F’s, A72, C6x, C7x
-
“app” is created by running an offline tool which covert elf .out files to .rprc format and then combines these to something called “multi-core image”
In the image which i have created, DMSC firmware extension is "sysfw.itb" in yocto. - SDK :Processor SDK RTOS J7200
07_03_00