My question is simple, I hope. After the BAF has finished and jumps to the startup code defined in the serial boot header does it need to see a boot header structure immediately or can it execute code immediately after the jump?
Hi @David_Swain
Once download process of serial boot is completed, BAF simply jumps to start address (first address of the image) and your downloaded application is executed. It's just necessary to ensure that entry point of the application is right at the beginning.
Regards,
Lukas