最近在研究MPSOC,搭建参考:ug1144-petalinux-tools-reference-guide.pdf,个人用的Ubuntu18.10,虚拟机。

1. Ubuntu下/bin/sh用的是dash,记得把使用sudo dpkg-reconfigure dash切换为bash.

2. 第一次进入shell终端都要执行source ./settings.sh,设置petalinux的环境变量.

这里主要是记录一些问题:

1. 问题一:petalinux-config配置出错,

petalinux-config --get-hw-description=./hardware/xilinx-zcu102-2018.3/
INFO: Getting hardware description...
INFO: Rename xilinx-zcu102-2018.3.hdf to system.hdf
[INFO] generating Kconfig for project
[INFO] menuconfig project
ERROR: Failed to menu config project component 
ERROR: Failed to config project.
ERROR: Get hw description Failed!.

解决方法:

sudo apt-get install libncurses*

 

Logo

华为开发者空间,是为全球开发者打造的专属开发空间,汇聚了华为优质开发资源及工具,致力于让每一位开发者拥有一台云主机,基于华为根生态开发、创新。

更多推荐