Xilinx Release Notes available on: https://support.xilinx.com/s/article/000034483?language=en_USPetalinux 2022.2
General notes
Xilinx Release Notes available on: https://support.xilinx.com/s/article/000032521?language=en_US
Xilinx Release Notes available on: https://www.xilinx.com/support/answers/75775.html
Command | petalinux-config -c kernel petalinux-build -c kernel -x finish -f |
---|---|
Error Message | ERROR: Task do_finish does not exist for target virtual/kernel (<project dir>/components/yocto/layers/meta-xilinx/meta-xilinx-bsp/recipes-kernel/linux/linux-xlnx_2020.2.bb:do_finish) ERROR: Command execution failed: 1 |
Workaround | Export changes from yocto workspace to the user-layer petalinux-devtool finish linux-xlnx ${PWD}/project-spec/meta-user/ -f Note: Before "petalinux-config -c kernel" can be used again after export, run: petalinux-build -x mrproper -f |
Command | petalinux-config -c u-boot petalinux-build -c u-boot -x finish -f |
---|---|
Error Message | ERROR: Task do_finish does not exist for target virtual/bootloader (<project dir>/petalinux/components/yocto/layers/meta-xilinx/meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx_2020.2.bb:do_finish) ERROR: Command execution failed: 1 |
Workaround | Export changes from yocto workspace to the user-layer petalinux-devtool finish u-boot-xlnx ${PWD}/project-spec/meta-user/ -f Note: Before "petalinux-config -c u-boot" can be used again after export, run: petalinux-build -x mrproper -f |
Xilinx Release Notes available on: Xilinx AR#72950
Command | ./petalinux-v20183-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. sudo chown <owner>:<owner> /opt/pkg/petalinux ./petalinux-v2018.3-final-installer.run /opt/pkg/petalinux |
Command | petalinux-config -c kernel petalinux-build -x mrproper |
---|---|
Error Message | <petalinuxproject>/project-spec/meta-user/recipes-kernel/ is missing after kernel config was changed or: cleaning failed with "WARNING: Workspace directory not empty:.../petalinux/components/plnx_workspace..." |
Workaround | petalinux-build -c kernel -x finish -f |
Command | petalinux-config -c u-boot petalinux-build -x mrproper |
---|---|
Error Message | <petalinuxproject>/project-spec/meta-user/recipes-bsp/uboot/files/*cfg is missing after uboot config was changed or: cleaning failed with "WARNING: Workspace directory not empty:.../petalinux/components/plnx_workspace..." |
Workaround | petalinux-build -c u-boot -x finish -f |
Xilinx Release Notes available on: AR#71653
Command | ./petalinux-v2019.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. sudo chown <owner>:<owner> /opt/pkg/petalinux/2019.2 ./petalinux-v2018.3-final-installer.run /opt/pkg/petalinux/2019.2 |
Xilinx Release Notes available on: Xilinx AR#71201
Command | ./petalinux-v2018.3-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. sudo chown <owner>:<owner> /opt/pkg/petalinux ./petalinux-v2018.2-final-installer.run /opt/pkg/petalinux |
Xilinx Release Notes available on: AR#70277
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. sudo chown <owner>:<owner> /opt/pkg/petalinux ./petalinux-v2017.4-final-installer.run /opt/pkg/petalinux |
Xilinx Release Notes available on: AR# 69372
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. sudo chown <owner>:<owner> /opt/pkg/petalinux ./petalinux-v2017.2-final-installer.run /opt/pkg/petalinux |
Xilinx Release Notes available on: AR# 69074
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. sudo chown <owner>:<owner> /opt/pkg/petalinux ./petalinux-v2017.1-final-installer.run /opt/pkg/petalinux |
Command | petalinux-build |
---|---|
Error | Problems with device tree and serial port |
Workaround |
Xilinx Release Notes available on: AR# 68370
Command | sudo ./petalinux-v2016.4-final-installer.run /opt/pkg/petalinux |
---|---|
Error Message | |
Workaround | Do not use root account to install petalinux. sudo chown <owner>:<owner> /opt/pkg/petalinux ./petalinux-v2016.4-final-installer.run /opt/pkg/petalinux |
Command | petalinux-config -c kernel |
---|---|
Error Message | |
Workaround | Problem related to python environment and gnome-terminal. One of possible solutions is to remove gnome-terminal. Install terminator as replacement for gnome-terminal, or xterm can be used instead of gnome-terminal sudo apt-get install terminator sudo apt-get remove gnome-terminal |
Command | petalinux-build petalinux-config -c kernel |
---|---|
Error Message | |
Workaround | Disable PetaLinux webtalk petalinux-util --webtalk off |