petalinux-config --get-hw-description= 3.编译好的镜像制作BOOT.BIN petalinux-package --boot --fsbl zynqmp_fsbl.elf --fpga system.bit --pmufw pmufw.elf --u-boot --force 4.打包现有功能 petalinux-package --bsp -p --output my.bsp 5.清理编译产生的结果 petalinux-build -x clean 先这些吧...
在使用Linux外部源代码编译PetaLinux工程时,遇到错误“.kernel-meta/bsp_definition: Directory nonexistent”。执行“petalinux-build -x mrproper -f”清理PetaLinux工程,并且在Linux外部源代码目录执行“make mrproper”清理Linux外部源代码,再次编译PetaLinux工程,也遇到同样错误。 之前为了备份,清理了Linux外部源代码,删除...
#petalinux-build-x distclean #petalinux-build-x mrproper/*清理的最彻底,包括build, image文件夹都将被清理掉*/打包BOOT的命令: #petalinux-package--force--boot--fsbl zynqmp_fsbl.elf--fpga design_1_wrapper.bit--pmufw pmufw.elf--atf bl31.elf--uboot #petalinux-package--boot--fpga system.bit...
常用命令 # 创建工程petalinux-create -t project --template zynqMP -n 工程名# 配置工程硬件信息petalinux-config--get-hw-description 硬件信息目录(忽略则为工程目录)# 配置petalinux-config# 工程文件系统(环境)配置petalinux-config-c rootfs# 工程编译petalinux-build# 工程编译过程清理petalinux-build-xdistclean...
在使用Linux外部源代码编译PetaLinux工程时,遇到错误“.kernel-meta/bsp_definition: Directory nonexistent”。执行“petalinux-build -x mrproper -f”清理PetaLinux工程,并且在Linux外部源代码目录执行“make mrproper”清理Linux外部源代码,再次编译PetaLinux工程,也遇到同样错误。
在使用Linux外部源代码编译PetaLinux工程时,遇到错误“.kernel-meta/bsp_definition: Directory nonexistent”。执行“petalinux-build -x mrproper -f”清理PetaLinux工程,并且在Linux外部源代码目录执行“make mrproper”清理Linux外部源代码,再次编译PetaLinux工程,也遇到同样错误。
Petalinux在运行命令petalinux-build编译工程的时候产生如下错误 查看报错信息如下 /home/zcc/my/linux-xlnx-xilinx-v2017.4 is not clean, please run 'make mrproper'in the '/home/zcc/my/linux-xInx-xilinx-V2017.4' directory. 原因是我们使用的内核源码不干净,需要清理一下,或者使用一份新的内核源码文件。
#petalinux-config --get-hw-description=/home/work/tp0805/hdf #petalinux-config --get-hw-description=/home/ucas/yinhonggen/hdf 清理: #petalinux-build -x distclean #petalinux-build -x mrproper /*清理的最彻底,包括build, image文件夹都将被清理掉*/ 打包BOOT的命令: #petalinux-package --force -...
的一些命令: 消除编译时的警告信息: #petalinux-util --webtalk off 创建新工程: #petalinux-create --type project --template.../hdf 清理: #petalinux-build -x distclean #petalinux-build -x mrproper /*清理的最彻底,包括build, image文件夹都将被清理掉...rootfs.cpio.gzpetalinux-build -c device-tr...
便我们测试 由于硬件设计,此处我们使用串口1,波特率115200 设置完成后,保存并退出 注意:配置中默认是SD1卡启动编译petalinux-build 打包生成BIN文件 cd images...,自己去配置。petalinux-create -t project -n hello_xilinx --templatezynqMP上述写法是在当前目录下创建项目。hello_xilinx是 ...