vivado/SDK 问题总结

问题:

使用vivado2016.1生成最小microblaze系统,调出SDK后,建立hello word工程;运行后控制台无法打印输出;

在网上看到解决方法1:.在SDK的Run配置选项中,需要在STDIO Connection中选中“Connect STDIOto Console”,并将Port设置为“JTAG UART”。

但是我在Run配置选项中没有看到有“STDIO Connection”选项;

解决:

双击“Xilinx C/C++ Application(GDB)”就有“SDTIO Connection ”选项了

来源:https://forums.xilinx.com/t5/%E5%B5%8C%E5%85%A5%E5%BC%8F%E8%BD%AF%E4%BB%B6%E5%BC%80%E5%8F%91/vivado-SDK-2016-1-hello-word-%E6%8E%A7%E5%88%B6%E5%8F%B0%E6%97%A0%E6%B3%95%E6%89%93%E5%8D%B0%E8%BE%93%E5%87%BA/td-p/705521

 

 

问题:

vivado连接板子出错no active target may be locked by another hw_server。

错误信息:

[] There is no active target available for server at localhost.
Targets(s) "
" may be locked by another hw_server

解决:

Windows:打开任务管理器,关闭hw_server.exe的进程,再次点auto connect

Linux:ps -ef | grep hw_server,kill 对应进程,重新auto connect

来源:https://www.jianshu.com/p/265f89f55e97

你可能感兴趣的:(FPGA)