All Projects → z4yx → Petalinux Docker

z4yx / Petalinux Docker

Licence: mit
Dockerfile to build docker images with Petalinux (Tested on version 2018.3~2020.2)

petalinux-docker

Copy petalinux-v2020.2-final-installer.run file to this folder. Then run:

docker build --build-arg PETA_VERSION=2020.2 --build-arg PETA_RUN_FILE=petalinux-v2020.2-final-installer.run -t petalinux:2020.2 .

After installation, launch petalinux with:

docker run -ti --rm -e DISPLAY=$DISPLAY --net="host" -v /tmp/.X11-unix:/tmp/.X11-unix -v $HOME/.Xauthority:/home/vivado/.Xauthority -v $HOME/Projects:/home/vivado/project petalinux:2018.1 /bin/bash

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].