Sign inSign up

lnlssol/ni2018fpga-linuxvivado

By lnlssol

Updated almost 8 years ago

This container has LabVIEW 2018 FPGA Module Xilinx Compilation Tool for Vivado 2017.2

Image
1

1.1K

lnlssol/ni2018fpga-linuxvivado repository overview

Description

This container has LabVIEW 2018 FPGA Module Xilinx Compilation Tool for Vivado 2017.2 (http://www.ni.com/download/labview-fpga-module-2018/7356/en/). This container could be used as a compiler worker for FPGA.

To execute with existent configurations in detached mode (without terminal):

docker container run --env="DISPLAY=" -d lnlssol/ni2018fpga-linuxvivado /root/runCompilerWorer.sh

To setup a new configuration:

  • Run container with graphical interface enable:

docker container run -it --volume="$HOME/.Xauthority:/root/.Xauthority:rw" --net=host --ipc=host --name=vivadocompiler lnlssol/ni2018fpga-linuxvivado bash

  • Run Compiler Worker inside container:

/root/runCompilerWorer.sh

  • At the open window, click Configure and configure your Worker. Then close the window.

  • At the host machine, stop the container:

docker stop vivadocompiler

  • Commit the image (to save actual state and then could start again with new configurations, without X):

docker container commit vivadocompiler lnlssol/vivadocompiler

  • Start again, running the new version detached (without terminal):

docker container run --env="DISPLAY=" -d lnlssol/ni2018fpga-linuxvivado /root/runCompilerWorer.sh

Tag summary

Content type

Image

Digest

Size

14.3 GB

Last updated

almost 8 years ago

docker pull lnlssol/ni2018fpga-linuxvivado