Last active
July 18, 2023 12:53
-
-
Save bspguy/8c2c659400888afcc8314448032972fb to your computer and use it in GitHub Desktop.
PetaLinux 2023.1 Quick Installation step for packages
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#install packages | |
sudo apt-get install iproute2 gawk python3 build-essential gcc git make net-tools libncurses5-dev tftpd ddd zlib1g-dev libssl-dev libselinux1 gnupg wget diffstat chrpath socat xterm autoconf libtool tar unzip texinfo zlib1g-dev gcc-multilib automake zlib1g:i386 screen gzip cpio xz-utils debianutils iputils-ping python3-jinja2 libtinfo5 | |
#install petalinux | |
./petalinux-v2023.1-05012318-installer.run --dir /home/<username>/petalinux/2023.1/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment