Skip to content

Instantly share code, notes, and snippets.

@aliemo
Created October 21, 2020 11:47
Show Gist options
  • Save aliemo/5b4746fab172f940978886731ead551e to your computer and use it in GitHub Desktop.
Save aliemo/5b4746fab172f940978886731ead551e to your computer and use it in GitHub Desktop.
Xilinx Petalinux Requirement Packages in Buntu 18 (PTLNX2019.x)
sudo apt install \
dos2unix \
iproute2 \
gawk make \
net-tools \
libncurses5-dev \
tftpd zlib1g:i386 \
libssl-dev \
flex bison \
libselinux1 \
gnupg \
wget \
diffstat \
chrpath \
socat \
xterm \
autoconf \
libtool \
tar \
unzip \
texinfo \
zlib1g-dev \
gcc-multilib \
build-essential \
screen \
pax \
gzip \
python2.7 \
-y
@aliemo
Copy link
Author

aliemo commented Nov 22, 2020

Requirement Packages for Install Xilinx Petalinux 2020.1 on Ubnuntu 2020.04 LTS

sudo apt install iproute2 gcc g++ net-tools libncurses5-dev zlib1g zlib1g:i386 libssl-dev flex bison libselinux1 xterm autoconf libtool texinfo zlib1g-dev gcc-multilib build-essential screen pax gawk python3 python2 python3-pexpect python3-pip python3-git python3-jinja2 xz-utils debianutils iputils-ping libegl1-mesa libsdl1.2-dev pylint3 cpio

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment