Using Uart to serial download image to NOR.

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Using Uart to serial download image to NOR.

跳至解决方案
1,544 次查看
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.

标签 (1)
0 项奖励
回复
1 解答
1,301 次查看
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 项奖励
回复
1 回复
1,302 次查看
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 项奖励
回复