Command Line Interface for IVT

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

Command Line Interface for IVT

915 Views
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 Kudos
3 Replies

885 Views
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 Kudos

909 Views
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 Kudos

907 Views
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 Kudos