blhost cannot connect MIMXRT1064 EVK

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

blhost cannot connect MIMXRT1064 EVK

跳至解决方案
1,050 次查看
martinzhang
Contributor III

Hi,

I configure the boot mode in MIMIXRT1064 EVK as: 0x01, and use following command to connect MCU via COM1 in PC side:

blhost -p COM1 -- get-property 10

got response:

Error: Initial ping failure: No response received for ping command.

 

I have confirmed the boot mode in register:

BootModeReg.png

 and COM1 is working:

COM1_OK.png

Also, according the schematic of the MIMXRT1064 EVK, the pins of UART1 is same with the boot loader

UART1_Setting.png

 

Someone can tell me where I missed?

Best Regards,

Martin

标签 (1)
0 项奖励
1 解答
1,046 次查看
Yuri
NXP Employee
NXP Employee

@martinzhang 
Hello,

   The blhost application is a command-line utility used on the host computer to initiate communication and inject commands to the MCU bootloader. The MCU bootloader is not boot ROM , it should be preloaded first, using the sdphost. Please refer to app note AN12238 (i.MX RT1050 Flashloader use cases) for more details.

https://www.nxp.com/docs/en/nxp/application-notes/AN12238.pdf

 

Regards,
Yuri.

 

在原帖中查看解决方案

0 项奖励
1 回复
1,047 次查看
Yuri
NXP Employee
NXP Employee

@martinzhang 
Hello,

   The blhost application is a command-line utility used on the host computer to initiate communication and inject commands to the MCU bootloader. The MCU bootloader is not boot ROM , it should be preloaded first, using the sdphost. Please refer to app note AN12238 (i.MX RT1050 Flashloader use cases) for more details.

https://www.nxp.com/docs/en/nxp/application-notes/AN12238.pdf

 

Regards,
Yuri.

 

0 项奖励