Zynq Petalinux: Unterschied zwischen den Versionen

Aus Nicki Wiki
Zur Navigation springen Zur Suche springen
Zeile 8: Zeile 8:
Besitzer des Ordners /tools/ anpassen:
Besitzer des Ordners /tools/ anpassen:
  sudo chown <owner>:<owner> /tools/
  sudo chown <owner>:<owner> /tools/
Installation weitere Tools
Installation benötigter Tools
  sudo dpkg-reconfigure dash
  sudo dpkg-reconfigure dash
* -> no
* -> no
  sudo apt-get update
  sudo apt-get update
  sudo apt-get install tofrodos 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 python 2.7.5 -y
  sudo apt-get install tofrodos 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 python 2.7.5 -y
Install petalinux (Note: do not start from shared folder, copy installer into home directory)
mkdir -p /tools/pkg/petalinux/2019.2
./petalinux-v2019.2-final-installer.run /opt/pkg/petalinux/2019.2
source enviroment
source /opt/pkg/petalinux/2019.2/settings.sh
Deactivate Webtalk:
petalinux-util --webtalk off

Version vom 15. März 2021, 14:12 Uhr

Als Beispiel dient das Zynq-Board von Trenz.

Installation Petalinux

Download Petalinux 2019.2:

http://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-design-tools.html

Installation erfolgt im Verzeichnis:

/tools/

Besitzer des Ordners /tools/ anpassen:

sudo chown <owner>:<owner> /tools/

Installation benötigter Tools

sudo dpkg-reconfigure dash
  • -> no
sudo apt-get update
sudo apt-get install tofrodos 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 python 2.7.5 -y

Install petalinux (Note: do not start from shared folder, copy installer into home directory)

mkdir -p /tools/pkg/petalinux/2019.2
./petalinux-v2019.2-final-installer.run /opt/pkg/petalinux/2019.2

source enviroment

source /opt/pkg/petalinux/2019.2/settings.sh

Deactivate Webtalk:

petalinux-util --webtalk off