We are using sitara AM3352 processor.We are booting from DDR2 RAM and we have Uart boot loader which is very slow .So We need to use flash (ROM) as program memory and USB boot load loader.Can anybody help us in this regards.
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.
We are using sitara AM3352 processor.We are booting from DDR2 RAM and we have Uart boot loader which is very slow .So We need to use flash (ROM) as program memory and USB boot load loader.Can anybody help us in this regards.
Hi,
Please try to explain more clearly exactly what you are trying to achieve. Also let me know which version of the TI SDK you are using and which EVM.
Best regards,
Miroslav
Howdy,
I believe you want to boot from USB? If that is true, the process is pretty well documented here. You are basically creating a network over USB using RNDIS. You'll need to set up your host to be able to do this, and the instructions are pretty well covered in the referenced document. You may have to play with it a bit, but it does work as I do it every day.