Im trying to setup jenkins slave.
I’m trying to automate the build using docker container. How do I install s32 power architecture using command line ? Kindly let me know.
Whenever I try to install ./S32DS_Power_Linux_v1.2_b170613.bin -i silent <<< This is giving be the following error.
2018-04-06 01:17:31 (18.8 MB/s) - 'S32DS_Power_Linux_v1.2_b170613.bin' saved [668601180/668601180]
Preparing to install...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...
Launching installer...
=======================================================
Installer User Interface Mode Not Supported
The installer cannot run in this UI mode. To specify the interface mode, use the -i command-line option, followed by the UI mode identifier. The valid UI modes identifiers are GUI, Console, and Silent.
=======================================================
I was reading GNU tools document. It says install all these libraries for Ubuntu 16.
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386 lib32z1
Hi,
is Java 1.8 installed on your machine? You can check it by java - version command.
Jiri
Hi Jiri,
Java home is already installed in the ubuntu docker container.
root@f94b41130810:/s32_nxp# java -version
java version "1.8.0_161"
Java(TM) SE Runtime Environment (build 1.8.0_161-b12)
Java HotSpot(TM) 64-Bit Server VM (build 25.161-b12, mixed mode)
Thanks,
Anand
Hi Anand,
I spoke with installer team - and I'm sorry - the console/silent mode is not supported. It is default part of Flexera InstallAnywhere software - but not implemented in S32DS installer.
I'll rise defect ticket - in my opinion options which aren't supported should not be an usable option.
Jiri
Hello,
Has this issue been resolved? I'm also trying to accomplish a headless installation of S32DS into a docker (windows) container/image, so that the company I work for can do continuous integration of the firmware.
Thanks
Hi Jiri,
We need some how to install this software using command line (not GUI). The reason why I'm saying this is under NXP installed folder there is eclipse binary to build the project using automation script.
~/NXP/S32DS_Power_v1.2/eclipse/s32ds
Thanks,
Anand
Hi Anand,
unfortunately - right now there is no other option than GUI installer.
Jiri