AN12327 : CRC image is not created using image_generator.exe file

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

AN12327 : CRC image is not created using image_generator.exe file

ソリューションへジャンプ
4,534件の閲覧回数
rahulshah
Contributor I

Hi ,

I am trying to generate CRC image using post_build_mcux.bat batch file. But when i execute this script it is not creating "dsbl_app_crc.bin" file. Fir testing purpose i am using default "dspl_app.bin" file which is come with example code.

 

please find whole zip to reproduce the issue. i have also try to un batch file from command prompt , but no error received on prompt and command executed successfully without error but CRC bin file not generated.

rahulshah_0-1606126299289.png

 

Regards,

Rahul Shah

0 件の賞賛
返信
1 解決策
4,520件の閲覧回数
ZhangJennie
NXP TechSupport
NXP TechSupport

Hi

to run image_generator.exe, you need install 

Microsoft Visual Studio Community 2019

make sure microsoft .net framework also installed.

 

From our test it works with those install.

 

Have a nice day,

Jun Zhang

 

 

元の投稿で解決策を見る

0 件の賞賛
返信
9 返答(返信)
4,521件の閲覧回数
ZhangJennie
NXP TechSupport
NXP TechSupport

Hi

to run image_generator.exe, you need install 

Microsoft Visual Studio Community 2019

make sure microsoft .net framework also installed.

 

From our test it works with those install.

 

Have a nice day,

Jun Zhang

 

 

0 件の賞賛
返信
4,469件の閲覧回数
AlbertStraub
Contributor II

Hi!  We do not have Microsoft Visual Studio and we do not meet the requirements to download and use Microsoft Visual Studio Community edition.  I note that the DLLs that are missing are non-redistributable.  Most likely because they are debug dlls.  I believe this is due to the D in the vcruntime140d.dll filename.  Can you either a) provide the source code for the tool so that we can modify it for our use or b) recompile the code on your machine and produce a release image that does not use the non-redistributable dlls?  It would make life much better for us.

0 件の賞賛
返信
3,665件の閲覧回数
KrishnaNair_007
Contributor I

Hello, Have you got any solution to above problem, please share..

0 件の賞賛
返信
3,654件の閲覧回数
rahulshah
Contributor I

@KrishnaNair_007 KrishnaNair_007 Please test with attached tool. Let me know result if it works for you or not

0 件の賞賛
返信
3,650件の閲覧回数
KrishnaNair_007
Contributor I

KrishnaNair_007_0-1671097809572.png

Dll file missing

0 件の賞賛
返信
3,649件の閲覧回数
KrishnaNair_007
Contributor I

KrishnaNair_007_0-1671098078349.png

Downloaded MSVCR120D.dll file and tried to execute, above error message popped

0 件の賞賛
返信
3,641件の閲覧回数
KrishnaNair_007
Contributor I


Response is same with the error as below (command line)

KrishnaNair_007_1-1671099088884.png

 

0 件の賞賛
返信
3,645件の閲覧回数
rahulshah
Contributor I
check via command line:
image_generator.exe -s <input file> < output file>
0 件の賞賛
返信
3,642件の閲覧回数
KrishnaNair_007
Contributor I

Tried using this file:

.\image_generator.exe -s -l 0x10000 .\dsbl_app.bin dsbl_app_crc.bin

 

0 件の賞賛
返信