Failing to install Hardware Support Package without using a GUI

6 visualizaciones (últimos 30 días)
Andrea Hollenbach
Andrea Hollenbach el 14 de Feb. de 2022
Respondida: Richard Alcock el 27 de Mayo de 2022
I'm trying to install the ARM Cortex A Hardware support package in a docker container following the instructions in this readme file: https://de.mathworks.com/matlabcentral/answers/uploaded_files/654210/readme.txt
But when executing the commands I get the error messages shown in the images.
I'm using a Matlab R2021b Version from the matlab-deps images (https://hub.docker.com/r/mathworks/matlab-deps) and install the Embedded coder as explained here: https://github.com/mathworks-ref-arch/matlab-dockerfile
Does someone know how to solve that?

Respuestas (1)

Richard Alcock
Richard Alcock el 27 de Mayo de 2022
Try using Xvfb to create a temporary display while running the installation command
Something like this
xvfb-run -a ./SupportSoftwareInstaller.sh <other args>

Categorías

Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.

Productos


Versión

R2021b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by