second bootloader tool

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

second bootloader tool

749 次查看
chenWide
Contributor I

1.png2.pngThe document (AN12604_Implement Second Bootloader on i.MX RT10xx Series.pdf)  descript a method to  make second bootload. In 5 section(Run bootloader), it supply a develop tool to  Generate the encrypted image by the attached tool “ image_generate.exe “, but when I execute the comand “ image_generate.exe “, it is promt system can not find "VCRuntime140d.dll" and "ucrtbased.dll" , so how to  resolved this problem?

0 项奖励
回复
1 回复

405 次查看
hskating
Contributor I

I have also encountered this problem because the computer does not have the file or because the system is 64-bit but the file is 32-bit. Then just add "ucrTBase.dll" and "vcruntime140d.dll" to the target path: C:\Windows\SysWOW64\. Then follow the steps in the document "AN12327" to continue. Please see attachment for the files to be added.

0 项奖励
回复