Petalinux 2019.2 Installation Guide Apr 2026
echo $PETALINUX Should output the install path. Add to your ~/.bashrc :
sudo dpkg-reconfigure dash → Select (keep bash as default) 5.2 Verify tools petalinux-version Expected output: petalinux 2019.2 installation guide
source ~/.bashrc 5.1 Required system settings Ensure /bin/sh is bash , not dash: echo $PETALINUX Should output the install path
# PetaLinux 2019.2 source /opt/pkg/petalinux/2019.2/settings.sh Then reload: petalinux 2019.2 installation guide
sudo mkdir -p /opt/pkg/petalinux sudo chown $USER:$USER /opt/pkg/petalinux ./petalinux-v2019.2-final-installer.run --dir /opt/pkg/petalinux/2019.2 The installer will extract ~12 GB of files. It may ask you to review and accept the license agreement (type y ). 3.4 Verify installation ls /opt/pkg/petalinux/2019.2 You should see: components, config, etc, scripts, settings.sh, ... 4. Set Up Environment 4.1 Temporary session setup Every new terminal where you use PetaLinux must run: