본문 바로가기
Development/Xilinx

Petalinux 2019.1 installation on ubuntu 18.04 (설치, 우분투)

by qWooWp 2020. 12. 16.
반응형

Petalinux 2019.1 installation on ubuntu 18.04

 

 

$ sudo mkdir /tools

$ sudo chmod 755 /tools

$ sudo chown account:pass /opt/pkg/petalinux/2019.1

 

 

download from xilinx website

petalinux-v2019.1-final-installer.run

 

add packages for installation

$ sudo apt-get install -y python gawk gcc git 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 libglib2.0-dev screen pax gzip

 

 

 

add excute permission

$ sudo chmod +x ./petalinux-v2019.1-final-installer.run

$./petalinux-v2019.1-final-installer.run /tools/petalinux201901

 

 

change to bash shell

 

$ sudo rm /bin/sh

$ sudo ln -s /bin/bash /bin/sh

 

반응형

댓글