Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleAdditional Packages
  1. Install browser
    1. sudo apt-get install firefox
  2. change console from dash to bash

    1. sudo dpkg-reconfigure dash 

  3. Enable i386 architecture

    1. sudo dpkg --add-architecture i386
      sudo apt-get update

  4. Download and run plnx-env-setup.sh:  https://www.xilinx.com/support/answers/73296.html

    1. sudo ./plnx-env-setup.sh

  5. Install(in case script did not install all) 

    1. sudo apt-get install iproute2 gawk python3 python build-essential gcc git make net-tools libncurses5-dev tftpd zlib1g-dev libssl-dev flex bison libselinux1 gnupg wget git diffstat chrpath socat xterm autoconf libtool tar unzip texinfo zlib1g-dev gcc-multilib automake zlib1g:i386 screen pax gzip cpio python3-pip python3-pexpect xz-utils debianutils iputils-ping python3-git python3-jinja2 libegl1-mesa libsdl1.2-dev pylint3 -y

...

Expand
titleInstall Xilinx Tools
  1. Download Xilinx Vitis All OS installer Single-File(Includes Vitis, Vivado and Petalinux downloader):
    1. Downloads (xilinx.com)
  2. Extracted Files on linux drive
    1. tar -xvf Xilinx_Unified_2020.2_1118_1232.tar.gz
  3. Create Folder /tools/Xilinx
    1. sudo mkdir /tools
    2. sudo mkdir /tools
  4. Change owner to user
    1. sudo chown <owner>:<owner> /tools/Xilinx

  5. Install Vitis

    1. run xsetup

    2. select Vitis on default installation path
  6. Add Environment variable be license (can be shared with WinOS License) permanently
    1. Open Xilinx License manager and chose Copy License and select your license file from windows partion
  7. Install petalinux
    1. run xsetup
    2. select petalinux on default installation path
  8. Add source environment to auto start of new console :
    1. sudo vim /etc/bash.bashrc
      1. add  on the end: source /tools/Xilinx/PetaLinux/2020.2/tool/settings.sh