Linux教程

petalinux常见问题及解决方法

本文主要是介绍petalinux常见问题及解决方法,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!

问题1

使用uart16550串口出现

undefined reference to `XUartNs550_SendByte'

解决方法

修改./components/plnx_workspace/fsbl/fsbl_bsp/ps7_cortexa9_0/include/xparameters.h  中的
#define XPAR_AXI_UART16550_0_CLOCK_FREQ_HZ 5e7U    为:
#define XPAR_AXI_UART16550_0_CLOCK_FREQ_HZ 50000000U

问题2

出现

petalinux-build error: Failed to copy images to TFTPBOOT /tftpboot

解决方法

去掉tftpboot的设置: petalinux-config ->  Image Packaging Configuration -> Copy final images to tftpboot 

 

这篇关于petalinux常见问题及解决方法的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!