Other Parts Discussed in Thread: OMAP3515
Hello ,
I am using OMAP3515 processor (Generic CortexA8 Device) for my project and want to boot the system form UART3.
The below mentioned steps I am following fo the same but the boot loader code is unable to execute in RAM:
a.)Python application will read the 58 byte of data ie ASIC ID send by processor.
b.)Then the application will send the boot command ie 0xF0030002 ,then size of image and the image itself.
The above operation is happening properly but the boot loader code is unable to execute in RAM.