Hi,
IIn the block 1 / page 0 of a nand, I am sotring the UBL header that the RBL reads.
One of the field in the header is the entry point (typically 0x100).
I see in the UBL linker command that the selfcopy is located at 0x00000020 when running and UBL code is copied by the selfcopy function at location 0x00000100.
What is the role of the entry point in the header since the selfcopy function is jumping automatically to address 0x00000100?
Thank you
KB