Hi, @kartiksharma
Pleas can you follow this instruction and check whether it is working or not.
Enter the following command replacing the paths as noted. It should be possible to execute from CMD window located at any path. Make sure to use the ‘/’ instead of ‘\’ and if you have any paths with spaces, then enclose the full path with “.
(As noted in the error that It can't load 64 bit dll on IA 32 bit platform, you will require to use 32 bit i.e. x86 platform for S32DS ARM.)
For 32-bit OS:
C:/NXP/S32DS_ARM_v2.2/jre/bin/java -Djava.library.path="{path to where you extracted the activation.zip}/Activation/cll/i86" -jar "{path to where you extracted the activation.zip}/Activation/license.jar" activateUI
Then it will pop up application window, in which you have to enter your activation code.
Running format:
java -Djava.library.path=lib/ -jar com.nxp.s32ds.rcp.license.core.jar <command>
To order to activate please use next:
1. java -Djava.library.path=lib/ -jar com.nxp.s32ds.rcp.license.core.jar install -prod s32ds
2. java -Djava.library.path=lib/ -jar com.nxp.s32ds.rcp.license.core.jar activate -actid XXXX-XXXX-XXXX-XXXX
3. java -Djava.library.path=lib/ -jar com.nxp.s32ds.rcp.license.core.jar list
Please can you try this and please let me know if any issues you face further.
Best regards,
- Mehul Patel