The 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?
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.