Other Parts Discussed in Thread: UNIFLASH
Hi all
I have some questions about AM64x boot process.
I am developing using MCU+SDK 8.6.0.
<Question 1>
Using uart_uniflash.py and boot/sbl_prebuilt/am64x-evm/default_sbl_null.cfg, I think my PC transports sbl_prebuilt/am64x-evm/sbl_uart_uniflash.release.hs_fs.tiimage in first step.
Also I think this image operates in AM64 as write next image to flash.
Does this image(sbl_uart_uniflash.release.hs_fs.tiimage) deploy and operate in AM64's internal RAM? Or external DDR4 memory?
<Question 2>
In case of this K3 archtecture boot flow, does SBL correspond to tiboot3.bin, SYSFW, and tispl.bin?
https://software-dl.ti.com/processor-sdk-linux/esd/AM64X/08_06_00_42/exports/docs/linux/Foundational_Components/U-Boot/UG-General-Info.html#boot-flow
<Question 3>
Does the SBL include DMSC software not only R5F software?
<Question 4>
In case of .appimage code (not XiP image), when does memcopy process(copy Flash to RAM) operate in boot flow?
Kind regards,
Hirotaka Matsumoto