完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
嗨,
我正在使用Kintex 7 FPGA进行我的一个项目。 我在之前的一个项目中使用了Xilinx平台闪存,我没有编程问题(基于SPARTAN 3AN的板)。 我想知道如何编程板载SPI内存。 (N25q128,16MB)。 我正在使用u***到JTAG编程电缆(不是xilinx平台电缆u*** 2)。 板上提供的u***型JTAG端口用于编程。 编程失败了。 就像我的SPI内存一样。 根本没有检测到。 请帮忙。 以上来自于谷歌翻译 以下为原文 Hi, I am using the Kintex 7 fpga for one of my projects. I have used the Xilinx platform flash in one of my earlier project with which i had no issues programming(SPARTAN 3AN based board). I would like to know as to how do i program the on board SPI mem. (N25q128, 16MB). I am using the u*** to JTAG programming cable (not the xilinx platform cable u*** 2). The u*** type JTAG port provided on the board for programming. The programming fails this way. Its as if my SPI mem. is not being detected at all. Please help. |
|
相关推荐
5个回答
|
|
您能否提供有关Kintex-7主板的更多详细信息。
是定制板还是Xilinx delopment套件? 还提供有关您正在使用的编程电缆的更多详细信息> --Krishna 以上来自于谷歌翻译 以下为原文 Can you please provide more details on your Kintex-7 board . is it custom board or Xilinx delopment kit? also provide more details on the programming cable you are using> --Krishna |
|
|
|
板 - Kintex 7 kc705开发板(http://www.xilinx.com/products/boards-and-kits/EK-K7-KC705-G.htm)
我已经附上了评估板的图像和我用来编程的电缆。 以上来自于谷歌翻译 以下为原文 Board - Kintex 7 kc705 development board (http://www.xilinx.com/products/boards-and-kits/EK-K7-KC705-G.htm) I have attached the images of the eval board and the cable i am using to program. |
|
|
|
嗨,
请检查间接编程XAPP,了解如何生成MCS文件和在KC705板上编程SPI的步骤。 如有任何帮助,您还可以查看影响帮助。 如有任何问题,请尝试并取回。 你能用jtag成功编程KC705吗? 谢谢,AnirudhPS:请将此标记作为答案,以防它有助于解决您的问题。如果帖子引导您找到解决方案,请给予赞誉。 以上来自于谷歌翻译 以下为原文 Hi, Please check the Indirect programming XAPP for steps of how to generate the MCS file and programm the SPI on the KC705 board. You can also check the impact help in case of any help. Try and get back in case of any problem. Are you able to programm successfully the KC705 using jtag? Thanks, Anirudh PS: Please MARK this as an answer in case it helped resolve your query.Give kudos in case the post guided you to a solution. |
|
|
|
http://www.xilinx.com/support/documentation/application_notes/xapp974.pdf中的概念也可用于程序验证
_______________________________________________如果有助于解决您的查询,请将此帖子标记为“接受为解决方案”。 因此,它将有助于其他论坛用户直接参考答案。如果您认为该信息有用且面向答复,请给予此帖子称赞。 以上来自于谷歌翻译 以下为原文 The concepts in http://www.xilinx.com/support/documentation/application_notes/xapp974.pdf also useful for procedurial verification ________________________________________________ Please mark this post as an "Accept as solution" in case if it helped to resolve your query. So that it will help to other forum users to directly refer to the answer. Give kudos to this post in case if you think the information is useful and reply oriented. |
|
|
|
我刚刚经历了这种确切的痛苦,所以我希望这会有所帮助:
你必须下载勤奋的司机。 您的主板上有一个USB => JTAG勤奋转换器,Impact需要驱动程序才能看到界面。 您可能已经注意到,当您为电路板供电时,未检测到任何USB设备(这很常见)。 所以我DL这个包(我有Windows 7 64) http://www.digilentinc.com/Data/Products/DIGILENT-PLUGIN/libCseDigilent_2.5.2-x86-x64-Windows.zip 所以你下载并解压缩该软件包,然后转到新解压缩的文件夹:.. ISE14x plugin nt64 plugins Digilent libCseDigilent 从中获取两个文件libCseDigilent.dll和libcseDigilent.xml,并将它们放在yourwindows配置文件夹中: C: Users yourwindowsprofilename .cse(是的,他们进入那个whacky .cse文件夹)。 然后我不记得是否必须重新启动我的系统,但最终,Impact发现了JTAG链本身,它就像魔术一样。 哦,你走在正确的轨道上,如果在设备管理器下,你会看到通用串行总线控制器下的USB串行转换器A和B. 我不知道你是否知道这一点(即如果你到目前为止一直在使用硬件管理器),但是你需要Impact来加载SPI和BPI文件,你不能通过Vivado硬件管理器来完成。 使用Vivado,您必须下载单独安装Impact的ISE实验室工具,然后可以从Vivado启动Impact。 希望这可以帮助。 我希望Xilinx有a)自己包含这些驱动程序,b)在KC705板上添加一个快速入门指南c)编写更好的AR来解决这个问题d)以一种方式制作SPI或BPI文件,而无需加载Impact 。 祝你好运! 以上来自于谷歌翻译 以下为原文 I just went through this exact pain, so I hope this helps: You have to download the diligent drivers. There is a USB => JTAG diligent converter on your board that Impact needs drivers for to even see the interface. You may have noticed that when you power the board up, no USB devices are detected (this is common). So I DL this package (I have Windows 7 64) http://www.digilentinc.com/Data/Products/DIGILENT-PLUGIN/libCseDigilent_2.5.2-x86-x64-Windows.zip So you download and unzip that package, then go to the newly unzipped folder: ..ISE14xpluginnt64pluginsDigilentlibCseDigilent Grab the two files out of there, libCseDigilent.dll and libCseDigilent.xml, and put them in yourwindows profile folder: C:Usersyourwindowsprofilename.cse (yes they go in that whacky .cse folder). Then I can't remember if I had to reboot my system, but eventually, Impact found the JTAG chain all by itself, it was like magic. Oh, you are on the right track, if under Device Manager, you see USB Serial Converter A and B under Universal Serial Bus Controllers. I don't know if you know this (ie if you've been using the hardware manager up till now), but you DO need Impact to load SPI and BPI files, you cannot do it through Vivado hardware manager. With Vivado you have to download ISE lab tools which installs Impact separately, then Impact will be launchable from Vivado. Hope this helps. I wish Xilinx had a) included these drivers on their own, b) put a quickstart guide in with the KC705 board c) written better AR to address this d) built in a way to do SPI or BPI files without the pain of loading Impact. Good luck! |
|
|
|
只有小组成员才能发言,加入小组>>
2429 浏览 7 评论
2830 浏览 4 评论
Spartan 3-AN时钟和VHDL让ISE合成时出现错误该怎么办?
2298 浏览 9 评论
3378 浏览 0 评论
如何在RTL或xilinx spartan fpga的约束文件中插入1.56ns延迟缓冲区?
2468 浏览 15 评论
有输入,但是LVDS_25的FPGA内部接收不到数据,为什么?
1294浏览 1评论
请问vc707的电源线是如何连接的,我这边可能出现了缺失元件的情况导致无法供电
592浏览 1评论
求一块XILINX开发板KC705,VC707,KC105和KCU1500
455浏览 1评论
2010浏览 0评论
736浏览 0评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-12-27 05:38 , Processed in 1.337540 second(s), Total 85, Slave 69 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号