Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/z4yx/petalinux-docker
Dockerfile to build docker images with Petalinux (Tested on version 2018.3~2021.1)
https://github.com/z4yx/petalinux-docker
docker petalinux xilinx
Last synced: 3 months ago
JSON representation
Dockerfile to build docker images with Petalinux (Tested on version 2018.3~2021.1)
- Host: GitHub
- URL: https://github.com/z4yx/petalinux-docker
- Owner: z4yx
- License: mit
- Created: 2018-05-25T12:02:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-04-29T00:25:43.000Z (almost 3 years ago)
- Last Synced: 2024-10-31T17:44:54.371Z (3 months ago)
- Topics: docker, petalinux, xilinx
- Language: Dockerfile
- Homepage:
- Size: 17.6 KB
- Stars: 114
- Watchers: 7
- Forks: 65
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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:2020.2 /bin/bash`