Hi,
How do I determine the start address of the kernel to be input to the blocks info in CSF?
Blocks = <start address> <offset> <kernel size> <kernel filepath>
Hi @alanlow
The "start address" is loaded address for kernel same as in genIVT.pl.
uboot-imx/doc/imx/habv4/guides/mx6_mx7_secure_boot.txt at lf_v2022.04 · nxp-imx/uboot-imx · GitHub
uboot-imx/doc/imx/habv4/script_examples/genIVT.pl at lf_v2022.04 · nxp-imx/uboot-imx · GitHub
Note, you need to check the memory map for its corresponding CHIP.
Best regards
Harvey