MPSOC ZCU102 petalinux环境搭建问题记录

最近在研究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*

 

你可能感兴趣的:(MPSOC)