This container has LabVIEW 2018 FPGA Module Xilinx Compilation Tool for Vivado 2017.2
1.1K
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.
docker container run --env="DISPLAY=" -d lnlssol/ni2018fpga-linuxvivado /root/runCompilerWorer.sh
docker container run -it --volume="$HOME/.Xauthority:/root/.Xauthority:rw" --net=host --ipc=host --name=vivadocompiler lnlssol/ni2018fpga-linuxvivado bash
/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
docker container commit vivadocompiler lnlssol/vivadocompiler
docker container run --env="DISPLAY=" -d lnlssol/ni2018fpga-linuxvivado /root/runCompilerWorer.sh
Content type
Image
Digest
Size
14.3 GB
Last updated
almost 8 years ago
docker pull lnlssol/ni2018fpga-linuxvivado