1
完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
大家好,我通过我在这个论坛中学到的步骤生成一个黄金位,在bitGen选项中启用多重启动功能,并设置黄金起始地址0x0000_0100(黄金映像),下一个配置地址是0x0006_0000(我的多重启动映像)
,然后通过禁用BitGen选项中的多引导功能生成多引导位。 顺便说一下,我使用的闪存是8M位SPI闪存(来自atmel)。 IPROG cmds是spartan6配置数据表的100%,G3 / G4寄存器的回退地址是0x0000_0100(黄金映像在哪里),G1 / G2地址的多重启动地址是0x0006_0000(多启动映像所在的位置)。 在我获得了黄金位和多重启动位后,我通过影响生成多重启动MCS,我选择spi多重启动配置文件,大小为8M(位),MCS文件号为2,然后我首先添加黄金位, 然后输入第二位地址0x0006_0000,并添加我的多启动位,生成MCS文件,但是在我将其编程到闪存后,它运行大约74%然后失败,消息称配置完成引脚不会变高, 编程失败.... 谁给我帮忙? 谢谢!!! 以上来自于谷歌翻译 以下为原文 hi all, i generate a golden bit by the steps which i learn in this forum, enable the multiboot feature in the bitGen option, and set the golden start address 0x0000_0100(golden image), the next config address is 0x0006_0000(my multiboot image), then generate the multiboot bit by disable the multiboot feature in the BitGen option. by the way,the flash which i used is 8M bits SPI flash(from atmel). the IPROG cmds are 100% from the spartan6 config datasheet, the fallback address for the G3/G4 register is 0x0000_0100(where the golden image at),the multiboot address for G1/G2 address is 0x0006_0000(where the multiboot image at). after i got the golden bit and the multiboot bit, i generate a multiboot MCS by impact, i choose the spi multiboot configuration file, the size is 8M(bits),the MCS file number is 2, then i add the golden bit firstly,then input the second bit address 0x0006_0000,and add my multiboot bit ,generate the MCS file, but after i program it into flash, it runs about 74% then fail, the message is said that the configuration done pin is not going high ,the programing is failed.... any one give me help? thanks!!! |
|
相关推荐
8个回答
|
|
你可以从promgen和.bgn文件共享.prm文件,以便在ISE中实现黄金和多重引导设计。
--Krishna 在原帖中查看解决方案 以上来自于谷歌翻译 以下为原文 can you share the .prm files from promgen and .bgn files for golden and multiboot design implemented in ISE. --Krishna View solution in original post |
|
|
|
嗨,
运行“读取设备状态”并在此处共享输出。 谢谢, 维奈 -------------------------------------------------- ------------------------------------------您是否尝试在Google中输入问题? ? 如果没有,你应该在发布之前。 此外,MARK这是一个答案,以防它有助于解决您的查询/问题。给予帮助您找到解决方案的帖子。 以上来自于谷歌翻译 以下为原文 Hi, Run "Read Device Status" and share the output here. Thanks, Vinay -------------------------------------------------------------------------------------------- Have you tried typing your question in Google? If not you should before posting. Also, MARK this is as an answer in case it helped resolve your query/issue.Give kudos to the post that helped you to find the solution. |
|
|
|
嗨格莱斯,
你在生成mcs文件时添加了头文件吗? 你有没有在jtag配置中测试黄金映像和多引导映像正常工作。 以下链接将带您进入sp605多引导设计,您可以将其用作参考 https://secure.xilinx.com/webreg/clickthrough.do?cid=181986&license=RefDesLicense&filename=sp605_multiboot_rdf0028_13.4_c.zip&languageID=1 --Krishna 以上来自于谷歌翻译 以下为原文 Hi Glace, did you add header file while generating the mcs file. have you tested the golden image and multiboot image working normal in jtag configuration. following links takes you to sp605 multiboot design, which you can use as a reference https://secure.xilinx.com/webreg/clickthrough.do?cid=181986&license=RefDesLicense&filename=sp605_multiboot_rdf0028_13.4_c.zip&languageID=1 --Krishna |
|
|
|
这两个位可以通过冲击成功配置到FPGA中,现在我使用黄金映像和多重启动映像分别生成两个mcs,多启动mcs可以下载到FPGA并启动良好,但黄金mcs失败,配置完成
编程后信号保持低电平且影响信息失败。 我还是不知道为什么,BitGen选项的每一步都来自本论坛的其他经验,我已经阅读了SP605的数据,但我无法获得任何有用的信息来生成正确的位或mcs 方式.....所有我学习的是在这个论坛和spartan6配置数据表。 所以你能告诉我在ise中产生正确的黄金位的正确方法吗? (引导我产生一个正确的金色mcs) 你提到我是否在生成多重引导mcs时在影响中添加了带有黄金位的标题,等待....当我在ise中生成黄金位时(在BitGen选项中设置黄金开始地址和下一个配置地址), 是不是包含在黄金位中的标题? 或者头文件是独立的,应该分别添加黄金图像和多重启动图像? 影响中的mcs数应该是3? 那是我第一次做多重启动,我觉得有很多东西我都不知道...... 不管怎么说,还是要谢谢你! 以上来自于谷歌翻译 以下为原文 the two bits can be config into the FPGA by impact successfully, now i use the golden image and multiboot image to generate two mcs respectively, the multiboot mcs can be download into FPGA and boot well, but the golden mcs was failed ,the config done signal keep low after the programing and the message on impact is failed. i still don`t know why , every step of the BitGen option is from other`s experience in this forum, i have read the SP605`s data, but i can`t get any useful information for generating the bit or mcs in right way.....all i learn is on this forum and spartan6 config datatsheet. so could you show me the right way to generate the right golden bit in the ise ? (lead me to generate a right golden mcs) you mentioned if i add the header with golden bit in the impact when i generate the multiboot mcs, wait.... when i generate the golden bit in the ise (set the golden start address and next config address in the BitGen option), isn`t the header included in the golden bit? or the header file is independent which should be add with the golden image and multiboot image respectively ? the mcs number in the impact should be 3 ? that`s my first time to do the multiboot, i think there are a lot things i don`t know... thanks anyway! |
|
|
|
你可以从promgen和.bgn文件共享.prm文件,以便在ISE中实现黄金和多重引导设计。
--Krishna 以上来自于谷歌翻译 以下为原文 can you share the .prm files from promgen and .bgn files for golden and multiboot design implemented in ISE. --Krishna |
|
|
|
好吧,我将在我的mcs生成步骤中收集这些数据,并在一段时间后将它放在这里....现在我只是记得.bgn文件中的关键警告是关于“黄金开始地址0x00000044将被忽略,如果
下一个配置地址0x00060000用于“.. 以上来自于谷歌翻译 以下为原文 ok ,i wil collect those data in my mcs generating steps,and put it here after a while.... now i just remenber that the key warning in the .bgn file is about "the golden start address 0x00000044 will be ignored if the next config address 0x00060000 is used".. |
|
|
|
ise版本是12.4,现在我向您展示一些您可能需要的数据。
1,我试图在影响中读取状态寄存器,但失败了。 2,在BitGen选项中设置Golden位: 2,这里是BitGen选项中多引导位的设置: 3,最终mcs生成的步骤。 4,然后我通过影响将mcs下载到FPGA中,并在75%时失败(长时间保持在75%然后失败) bgn文件和prm文件都在附件中,谢谢你们! 如果您有任何想法,请告诉我.. mbt_tst_v4_top_golden.bgn 7 KB mbt_tst_v4_top_multiboot.bgn 7 KB mbt_tst_v4.prm 1 KB 以上来自于谷歌翻译 以下为原文 the ise version is 12.4, now i show you some data which you may need. 1, i tried to read the status register in the impact ,but failed. 2, the setting of Golden bit in the BitGen option: 2,here are settings of multiboot bit in the BitGen option: 3, steps of the final mcs generating. 4,then i download the mcs into the FPGA by impact ,and failed at the 75%(hold in the 75% for a long time then failed) bgn files and prm file are in the attchments, thanks for analyzing ! if you get any idea, please tell me.. mbt_tst_v4_top_golden.bgn 7 KB mbt_tst_v4_top_multiboot.bgn 7 KB mbt_tst_v4.prm 1 KB |
|
|
|
我也遇到这种问题了,跟楼主一模一样,请问,问题解决了吗?能告诉一下怎么解决的吗,谢谢!
|
|
|
|
只有小组成员才能发言,加入小组>>
2416 浏览 7 评论
2821 浏览 4 评论
Spartan 3-AN时钟和VHDL让ISE合成时出现错误该怎么办?
2292 浏览 9 评论
3372 浏览 0 评论
如何在RTL或xilinx spartan fpga的约束文件中插入1.56ns延迟缓冲区?
2459 浏览 15 评论
有输入,但是LVDS_25的FPGA内部接收不到数据,为什么?
1150浏览 1评论
请问vc707的电源线是如何连接的,我这边可能出现了缺失元件的情况导致无法供电
582浏览 1评论
求一块XILINX开发板KC705,VC707,KC105和KCU1500
448浏览 1评论
2003浏览 0评论
727浏览 0评论
小黑屋| 手机版| Archiver| 德赢Vwin官网 ( 湘ICP备2023018690号 )
GMT+8, 2024-12-22 21:15 , Processed in 1.529798 second(s), Total 91, Slave 75 queries .
Powered by 德赢Vwin官网 网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
德赢Vwin官网 观察
版权所有 © 湖南华秋数字科技有限公司
德赢Vwin官网 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号