This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Issue with UART boot for OMAP3515

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.