second bootloader tool

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

second bootloader tool

562 Views
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 Kudos
Reply
1 Reply

218 Views
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 Kudos
Reply