我刚刚完成安装指南:在Ubuntu 9.04 64Bit上安装EDK 10.1
一切都很好 - 我对XMD的问题很小:
起初,XMD提示
xmd:加载共享库时出错:libCseJtag.so
所以,我在这里找到了这个小解决方法。
我将xmd移动到xmd_并创建了一个新的xmd可执行文件,其中包含以下内容:
#!/ bin / bashexport XILINX = / opt / Xilinx / 10.1 / ISEexport XILINX_EDK = / opt / Xilinx / 10.1 / EDKexport LD_LIBRARY_PATH = $ XILINX_EDK / lib / lin64:$ XILINX / lib / lin64 / $ XILINX_EDK / bin / lin64 / _xmd
XMD现在开始。
但是当我将microblaze bootloop下载到FPGA后启动XMD时,它不会连接到处理器。
它只显示xmd提示.Accordiingly调试不起作用。
XMD是否可能缺少tcl脚本的路径?
有没有办法配置路径或手动启动它们?
消息由djhousecat在12-01-2009 03:31 AM编辑
以上来自于谷歌翻译
以下为原文
I just finished the installation guide:
EDK 10.1 Installation on Ubuntu 9.04 64Bit
Everything is working fine - I just got little Problem with XMD:
At first, XMD prompted
xmd: error while loading share libraries: libCseJtag.so
So, I found this little Workaround here .
I moved
xmd to xmd_ and created a new xmd executable with following contents:
#!/bin/bash
export XILINX=
/opt
/Xilinx
/10.1/ISE
export XILINX_EDK=
/opt
/Xilinx
/10.1/EDK
export LD_LIBRARY_PATH=
$XILINX_EDK/lib
/lin64:
$XILINX/lib
/lin64
/
$XILINX_EDK/bin
/lin64
/_xmd
XMD starts now.
But when I start XMD after downloading the microblaze bootloop to the FPGA, it doesn't connect to the processor.
It just displays the xmd prompt.Accordiingly debugging isn't functioning.
Is it possible that XMD is missing the path to the tcl-scripts?
Is there a way to configure the path or start them manually?
Message Edited by djhousecat on 12-01-2009 03:31 AM
我刚刚完成安装指南:在Ubuntu 9.04 64Bit上安装EDK 10.1
一切都很好 - 我对XMD的问题很小:
起初,XMD提示
xmd:加载共享库时出错:libCseJtag.so
所以,我在这里找到了这个小解决方法。
我将xmd移动到xmd_并创建了一个新的xmd可执行文件,其中包含以下内容:
#!/ bin / bashexport XILINX = / opt / Xilinx / 10.1 / ISEexport XILINX_EDK = / opt / Xilinx / 10.1 / EDKexport LD_LIBRARY_PATH = $ XILINX_EDK / lib / lin64:$ XILINX / lib / lin64 / $ XILINX_EDK / bin / lin64 / _xmd
XMD现在开始。
但是当我将microblaze bootloop下载到FPGA后启动XMD时,它不会连接到处理器。
它只显示xmd提示.Accordiingly调试不起作用。
XMD是否可能缺少tcl脚本的路径?
有没有办法配置路径或手动启动它们?
消息由djhousecat在12-01-2009 03:31 AM编辑
以上来自于谷歌翻译
以下为原文
I just finished the installation guide:
EDK 10.1 Installation on Ubuntu 9.04 64Bit
Everything is working fine - I just got little Problem with XMD:
At first, XMD prompted
xmd: error while loading share libraries: libCseJtag.so
So, I found this little Workaround here .
I moved
xmd to xmd_ and created a new xmd executable with following contents:
#!/bin/bash
export XILINX=
/opt
/Xilinx
/10.1/ISE
export XILINX_EDK=
/opt
/Xilinx
/10.1/EDK
export LD_LIBRARY_PATH=
$XILINX_EDK/lib
/lin64:
$XILINX/lib
/lin64
/
$XILINX_EDK/bin
/lin64
/_xmd
XMD starts now.
But when I start XMD after downloading the microblaze bootloop to the FPGA, it doesn't connect to the processor.
It just displays the xmd prompt.Accordiingly debugging isn't functioning.
Is it possible that XMD is missing the path to the tcl-scripts?
Is there a way to configure the path or start them manually?
Message Edited by djhousecat on 12-01-2009 03:31 AM
举报