Command Line Interface for IVT

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

Command Line Interface for IVT

1,540 次查看
pawansinghrana
Contributor I

Hello NXP ,

I would like to ask How can I use the Command Line Interface to Create the Blob Image from DS IVT Tool.

I tried following command, The command just open the Design Studio Tool and does nothing?

*/==================================
s32ds.exe -noSplash \
        -application com.nxp.swtools.framework.application \
        --launcher.ini C:\NXP\S32DS.3.4\eclipse\s32ds.ini  \
        -consoleLog -noExit \
        -HeadlessTool IVT \
        -ExportAB ..\..\Output\build_targets\SMU\main_smu_Appl.bin \
        -start_pointer_addr 0x25000000 \
        -entry_pointer_addr 0x25000000 \
        -raw_binary ..\..\Output\build_targets\SMU\main_smu.bin
        -ValidateConfiguration \
=======================================/*
0 项奖励
回复
3 回复数

1,510 次查看
pavla_hajna
NXP TechSupport
NXP TechSupport

hello Pawan,

The command line instructions for all of the S32 Configuration Tools which support that are detailed within the S32 Configuration Tools Getting Started. You can locate it by: Help -> Help Contents, then look for the section shown here:

 

pavla_hajna_0-1663682679069.png

 

 

This image is taken from the S32 Design Studio v3.5.

Have a nice day

Pavla

0 项奖励
回复

1,534 次查看
pavla_hajna
NXP TechSupport
NXP TechSupport

Hello Pawan Singh Rana,

please refer to following How To instructions:

https://community.nxp.com/t5/S32-Design-Studio-Knowledge-Base/HOWTO-Use-IVT-Tool-To-Create-A-Blob-Im...

Have a nice day

Best regards

Pavla

 

0 项奖励
回复

1,532 次查看
pawansinghrana
Contributor I

Hello Palva, 

Thanks for the Info,

I dont have any issues creating IVT from the Design Studio using GUI.

I am having issues if i use command line Interface as mentioned in my Initial Comment.

Thanks

0 项奖励
回复