Errors occur when you run an executable program zcu102

Disclaimer: This article is a blogger original article, follow the CC 4.0 BY-SA copyright agreement, reproduced, please attach the original source link and this statement.
This link: https://blog.csdn.net/qq_40547016/article/details/102756269

zcu102 running executable there are mistakes:
error: Unable to Open XLNX;

mainly configured to generate hardware problems when internet PetaLinux
solutions:
(1) the graphic configuration interface petalinux-config -c kernel setting step occurring

Device Drivers -> Staging drivers
<*> Xilinx APF Accelerator driver ===> XILINX_APF=y

Device Drivers -> Staging drivers -> Xilinx APF Accelerator driver
[*] Xilinx APF DMA engines support ===> XILINX_DMA_APF=y

(2) gedit /project-spec/meta-user/recipes-bsp/device-tree/files/system-user.dtsi the contents of the device tree is replaced

/ {
    xlnk {
        compatible = "xlnx,xlnk-1.0";
    };
};

(3)petalinux-build

Reference URL:
(https://forums.xilinx.com/t5/Embedded-Linux/Error-unable-to-open-xlnk-in-Ubuntu-16-04/td-p/918520)

zcu102 run executable programs are mistakes:
./hello_world:error Shared the while loading the Libraries: libstdc ++ so.6:. CAN not Open Shared Object File: No SUCH File or Directory

not added when the main reason is related to the formation of petalinux generation hardware platform
solution :
graphic configuration interface petalinux-config -c rootfs step to occur are provided
(1) select the Package Groups ---- enters Petalinux> packagegroup-PetaLinux-Qt ----> Ctrl the Y
(2) packagegroup-Qt-PetaLinux ---- -Extended> Ctrl the Y
(. 3) packagegroup PetaLinux-X11-----> Ctrl the Y
(. 4) there is a xlnx.

Reference URL:
(https://blog.csdn.net/botao_li/article/details/86712517)

Guess you like

Origin blog.csdn.net/qq_40547016/article/details/102756269