How to install s32 power architecture on docker container Ubuntu 16.04

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

How to install s32 power architecture on docker container Ubuntu 16.04

2,537 Views
anandakella
Contributor I

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

0 Kudos
6 Replies

2,148 Views
jiri_kral
NXP Employee
NXP Employee

Hi, 

is Java 1.8 installed on your machine? You can check it by java - version command. 

pastedImage_2.png

Jiri 

0 Kudos

2,148 Views
anandakella
Contributor I

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

0 Kudos

2,148 Views
jiri_kral
NXP Employee
NXP Employee

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

0 Kudos

1,700 Views
JayAtlis
Contributor II

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

0 Kudos

2,148 Views
anandakella
Contributor I

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

0 Kudos

2,148 Views
jiri_kral
NXP Employee
NXP Employee

Hi Anand, 

unfortunately - right now there is no other option than GUI installer.

Jiri

0 Kudos