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 \
=======================================/*