...
Petalinux 2018.2
General notes
Xilinx Release Notes available on: AR#71201
Installation failed
Command | ./petalinux-v2017.4-final-installer.run /opt/pkg/petalinux |
---|
Error Message | could not install "..yocto/source" files during installation |
---|
Workaround | Do not use root account to install petalinux. Code Block |
---|
| sudo chown <owner>:<owner> /opt/pkg/petalinux
./petalinux-v2017.4-final-installer.run /opt/pkg/petalinux |
|
---|
Petalinux 2017.4
General notes
Xilinx Release Notes available on: AR# 69372 AR#70277
Installation failed
Command | ./petalinux-v2017.4-final-installer.run /opt/pkg/petalinux |
---|
Error Message | could not install "..yocto/source" files during installation |
---|
Workaround | Do not use root account to install petalinux. Code Block |
---|
| sudo chown <owner>:<owner> /opt/pkg/petalinux
./petalinux-v2017.4-final-installer.run /opt/pkg/petalinux |
|
---|
Petalinux 2017.2
General notes
Xilinx Release Notes available on: AR# 69372
Installation failed
Command | ./petalinux-v2017.2-final-installer.run /opt/pkg/petalinux |
---|
Error Message | could not install "..yocto/source" files during installation |
---|
Workaround | Do not use root account to install petalinux. Code Block |
---|
| sudo chown <owner>:<owner> /opt/pkg/petalinux
./petalinux-v2017.2-final-installer.run /opt/pkg/petalinux |
|
---|
Petalinux 2017.1
General notes
Xilinx Release Notes available on: AR# 69074
Installation failed
Command | ./petalinux-v2017.1-final-installer.run /opt/pkg/petalinux |
---|
Error Message | could not install "..yocto/source" files during installation |
---|
Workaround | Do not use root account to install petalinux. Code Block |
---|
| sudo chown <owner>:<owner> /opt/pkg/petalinux
./petalinux-v2017.1-final-installer.run /opt/pkg/petalinux |
|
---|
...
...
Petalinux 2016.4
General notes
Xilinx Release Notes available on: AR# 68370
Installation failed
Command | sudo ./petalinux-v2016.4-final-installer.run /opt/pkg/petalinux |
---|
Error Message | Code Block |
---|
| INFO: Checking installer checksum...
INFO: Extracting PetaLinux installer...
INFO: Installing PetaLinux...
INFO: Checking PetaLinux installer integrity...
INFO: Extracting Installation files...
INFO: Checking installation environment requirements...
INFO: Installing PetaLinux SDK to "/opt/Xilinx/petalinux-v2016.4-final/."
INFO: Installing PetaLinux zynqMP Yocto SDK to "/opt/Xilinx/petalinux-v2016.4-final/./components/yocto/source/aarch64"...
*********************************************
ERROR: Failed to install Yocto SDK for zynqMP.
********************************************* |
|
---|
Workaround | Do not use root account to install petalinux. Code Block |
---|
| sudo chown <owner>:<owner> /opt/pkg/petalinux
./petalinux-v2016.4-final-installer.run /opt/pkg/petalinux |
|
---|
...
Kernel configuration failed
...
Command | petalinux-build petalinux-config -c kernel |
---|
Error Message | Code Block |
---|
| sh: line 1: 29590 Segmentation fault
/opt/pkg/tools/webtalk/bin/unwrapped/lnx64.o/xilproxy >
/home/petalinux/SVN/cores/2016.4/design/TEC0053/ARTY_Z7_FULL/os/petalinux/.Xil/Webtalk-29586-petalinux-VirtualBox/webtalk/xilproxy.log 2>&1
/opt/pkg/tools/webtalk/bin/unwrapped/lnx64.o/xilproxy
/opt/pkg/tools/webtalk/bin/unwrapped/lnx64.o/xilproxy: error while loading shared libraries: libtcmalloc.so.4: cannot open shared object file: No such file or directory |
|
---|
Workaround | Disable PetaLinux webtalk Code Block |
---|
| petalinux-util --webtalk off |
|
---|
...