Hi NXP,
I found that the backup app boot code image location is incorrect by using command line as following.
C:\NXP\S32DS.3.4\eclipse\eclipsec.exe -noSplash \
-application com.nxp.swtools.framework.application \
--launcher.ini C:\NXP\S32DS.3.4\eclipse\s32ds.ini \
-HeadlessTool IVT \
-Load D:\S32DS_Workspace\workspaceS32DS.3.4\Siul2_Port_ToggleLed_S32G274A_M7\Siul2_Port_ToggleLed.mex \
-ExportBlob D:\S32DS_Workspace\workspaceS32DS.3.4\Siul2_Port_ToggleLed_S32G274A_M7 \
I configure two app boot codes in Siul2_Port_ToggleLed_S32G274A_M7.mex file, the app bootloader start is 0x1000 and the backup one is 0x65000.
After the blob generating, I check the content below.
Left side generated from command, the right side generated from S32DS config tool.
The location 0x1000 is the same.
Shenghao_2-1685497662814.png
But the backup app bootloader code location in 0x65000 is incorrect on left side
Shenghao_3-1685497677878.pngCould you help to advise why the result is not the same between command line and config tool?
I attached my output file for your reference.
blobImage.bin: command line execution's output
test_ivt_Blob.bin: Config tool’s output
Siul2_Port_ToggleLed.mex