admin 管理员组文章数量: 1184232
最近编译Xilinx的固件的时候报了一个错,看的我云里雾里,一度认为ubuntu的版本跟petalinux的版本不匹配,想要重新安装操作系统和编译环境,想想都头大。
petalinux-create -t project --template zynqMP -n
petalinux-config --get-hw-description=./
petalinux-build
第二条命令导入的zu11eg的hdf
然后就得到下面的报错
ERROR: OE-core's config sanity checker detected a potential misconfiguration.
Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
Following is the list of potential problems / advisories:
Please set a MACHINE in your local.conf or environment
这个提示信息让我去local.conf设置MACHINE
无论我怎么设置都不对
最后发现zu11eg属于Zynq UltraScale+ MPSoC,template应该选zynqMP
Advanced ZU19EG/ZU17EG/ZU11EG Zynq UltraScale+ MPSoC System on Module
修改后编译通过!
WTF...垃圾提示信息
版权声明:本文标题:petalinux-build ERROR 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.roclinux.cn/b/1754380548a2995509.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论