UPGRADE YOUR BROWSER
We have detected your current browser version is not the latest one. Xilinx.com uses the latest web technologies to bring you the best online experience possible. Please upgrade to a Xilinx.com supported browser:Chrome, Firefox, Internet Explorer 11, Safari. Thank you!
12-26-2018 09:25 PM - edited 12-27-2018 08:11 AM
Hi all,
I got the error below after installing Petalinux 18.3. on Ubuntu 16.0 platform. Has anyone stumbled upon this problem?
Note: I also got similar error when attempting to install v2018.2. Also note, I have full disk encryption, Im not sure if that creates conflicts with Yocto SDK.
Please input "y" to continue to install PetaLinux in that directory?[n]y
INFO: Checking PetaLinux installer integrity...
INFO: Installing PetaLinux SDK to "/home/adleman/opt/pkg//."
INFO: Installing aarch64 Yocto SDK to "/home/adleman/opt/pkg//./components/yocto/source/aarch64"...
*********************************************
ERROR: Failed to install Yocto SDK for aarch64.
*********************************************
#############################################
LOG FILE READS:
.....tar: ./sstate-cache/a6/sstate\:linux-xlnx\:zynqmp_generic-xilinx-linux\:4.14-xilinx-v2018.3+gitAUTOINC+eeab73d120\:r0\:zynqmp_generic\:3\:a638fcccf3fd9f6e1db9c88e09436dcc_populate_sysroot.tgz.siginfo: Cannot open: File name too long
tar: ./sstate-cache/a6/sstate\:linux-xlnx\:zynqmp_generic-xilinx-linux\:4.14-xilinx-v2018.3+gitAUTOINC+eeab73d120\:r0\:zynqmp_generic\:3\:a638fcccf3fd9f6e1db9c88e09436dcc_populate_sysroot.tgz: Cannot open: File name too long
.....tar: ./sstate-cache/ca/sstate\:linux-xlnx\:zynqmp_generic-xilinx-linux\:4.14-xilinx-v2018.3+gitAUTOINC+eeab73d120\:r0\:zynqmp_generic\:3\:ca89d659d0440a95ac85a878ec244796_package_write_rpm.tgz.siginfo: Cannot open: File name too long
..tar: ./sstate-cache/ca/sstate\:linux-xlnx\:zynqmp_generic-xilinx-linux\:4.14-xilinx-v2018.3+gitAUTOINC+eeab73d120\:r0\:zynqmp_generic\:3\:ca89d659d0440a95ac85a878ec244796_package_write_rpm.tgz: Cannot open: File name too long
.tar: ./sstate-cache/78/sstate\:linux-xlnx\:zynqmp_generic-xilinx-linux\:4.14-xilinx-v2018.3+gitAUTOINC+eeab73d120\:r0\:zynqmp_generic\:3\:78f9b517d3133c64696fcc55642e5f36_packagedata.tgz.siginfo: Cannot open: File name too long
tar: ./sstate-cache/78/sstate\:linux-xlnx\:zynqmp_generic-xilinx-linux\:4.14-xilinx-v2018.3+gitAUTOINC+eeab73d120\:r0\:zynqmp_generic\:3\:78f9b517d3133c64696fcc55642e5f36_packagedata.tgz: Cannot open: File name too long
.........tar: Exiting with failure status due to previous errors
*********************************************
ERROR: Failed to install Yocto SDK for aarch64.
01-03-2019 07:59 AM - edited 01-03-2019 08:00 AM
SOLVED: The reason I was receiving this error was because I had an encrypted file system mainly my home directory. I solved this issue by chaining the absolute path of the install folder to an arbitrary directory outside of home.
IE:
Initially I had: $: ./petalinux.run ~/opt/pkg
solution: $:./petalinux.run /work/pkg/petalinux_v