/home/MY_USER/.../sysroots-uninative/x86_64-linux/lib/libc.so.6: version 'GLIBC_2.32' not found (required by /lib64/libgomp.so.1)
在进行petalinux-build -c u-boot命令的编译过程中,可能会遇到一些常见的错误。以下是一些常见错误及其解决方法: - 错误1: "u-boot-xlnx" 目录不存在。 解决方法:确保正确设置了Petalinux环境变量,并正确执行了 petalinux-config 命令来生成项目文件。 - 错误2: "make" 命令未找到。 解决方法:确保系统中已经安装...
可以在Petalinux工程下使用“find . -name"aarch64-xilinx-linux-gcc"”命令找到相应的痕迹。
c. 命令窗口输入sudo sync,将缓存同步。 6、编译工程 a. 进入到 Petalinux 工程目录下。 b. 运行 petalinux-build 完成系统镜像的生成。 在工程的编译中,会生成设备树 DTB 文件,FSBL 文件,U-Boot 文件,Linux 内核,根文件系统镜像以及引导脚本 boot.src。 7、打包工程 petalinux-package --boot --fsbl --...
1 在u-boot build时要加上 串行flash命令,所以要在 <petalinux-project>/subsystems/linux/configs/u-boot/platform-top.h头文件中加上宏 #define CONFIG_ZYNQ_QSPI 重新build u-boot. 2 配置QSPI启动方式 petalinux-config To set the boot image location as QSPI: ...