Hi,
I have the following settings and I would like to understand how to boot directly from NOR
- I have a custom board OMAP l137 that is configured to boot from NOR for the boot mode.
- I access an external NOR flash (8mb) using EMIFA combined with GPIO's for the upper address lines.
- My code exceeds 32KB which is the max boot image seen by bootloader in the case of CS2 having 15 address lines EMA_BA[1:0] and EMA_A[12:0]
- I will need to flash two programs one for the ARM and one for the DSP.
My question is :
I want to use the method NOR direct described by bootloader document but I don't know how.
Can you please walk me through the necessary steps to build a specific UBL that I can use for this specific case.
What I should write in this UBL and how that can make the code able to execute directly from NOR.
Thank you for your support