2019.2 Installation Guide: Petalinux

source ~/.bashrc 5.1 Required system settings Ensure /bin/sh is bash , not dash:

source /opt/pkg/petalinux/2019.2/settings.sh To confirm: petalinux 2019.2 installation guide

sudo dpkg-reconfigure dash → Select (keep bash as default) 5.2 Verify tools petalinux-version Expected output: source ~/

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: petalinux 2019.2 installation guide

# PetaLinux 2019.2 source /opt/pkg/petalinux/2019.2/settings.sh Then reload: