Using Uart to serial download image to NOR.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Using Uart to serial download image to NOR.

Jump to solution
920 Views
primetime
Contributor I

I am developing on QSB using IAR  and JTAG to lload to ram and run the application.  We also tweak  the QSB OBDS to burn the image to NOR  using  JTAG   I  need to be able to serially via uart burn the image to NOR.   Is the MFG TOOL able to do that  via UART.

Looking  for suggestions. Thanks.

Labels (1)
0 Kudos
1 Solution
677 Views
jimmychan
NXP TechSupport
NXP TechSupport

The MFG Tool only support USB. If you want to use UART, unfortunately we don't have document talk about this. You may need to customize it by yourself.

One option is ATK tool which support UART and USB. But it was a programming tool used for i.MX51, not for i.MX53. I think you can take it as a referene.

IMX_ATK_SOURCE_CODE  (ver. 1.7)

View solution in original post

0 Kudos
1 Reply
678 Views
jimmychan
NXP TechSupport
NXP TechSupport

The MFG Tool only support USB. If you want to use UART, unfortunately we don't have document talk about this. You may need to customize it by yourself.

One option is ATK tool which support UART and USB. But it was a programming tool used for i.MX51, not for i.MX53. I think you can take it as a referene.

IMX_ATK_SOURCE_CODE  (ver. 1.7)

0 Kudos