MyFPGA Forum

 找回密码
 注册
搜索
查看: 14514|回复: 20
打印 上一主题 下一主题

DE0的flash怎么配置啊,求例子

[复制链接]
跳转到指定楼层
1#
发表于 2010-7-29 19:11:29 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
CFI老烧不进去
2#
 楼主| 发表于 2010-7-29 19:12:03 | 只看该作者
求解释啊。
3#
 楼主| 发表于 2010-7-29 19:18:52 | 只看该作者
自己顶顶。
4#
 楼主| 发表于 2010-7-29 19:24:07 | 只看该作者
帮我看看
5#
 楼主| 发表于 2010-7-29 19:35:53 | 只看该作者
再顶再顶再顶,怎么没人呢?
6#
发表于 2010-7-30 00:25:01 | 只看该作者
哇 这样 自己连 不麻烦吗 直接 就可以用 verilog 在DE0_TOP里 描述啊  这样连 浪费时间 并且容易 出错
7#
 楼主| 发表于 2010-7-30 15:13:44 | 只看该作者
引脚分配,不是问题的关键,我想知道的是16位或8位的模式下,flash的地址位和数据位怎么分配,那些引脚需要上拉或下拉,或者是flash programmer要那些设置。
8#
 楼主| 发表于 2010-7-30 19:58:47 | 只看该作者
继续求flash例子。
9#
发表于 2010-7-30 20:15:13 | 只看该作者
我觉得光盘里,有关于sd卡得些的那个例程,上面的关于flash的例子就很不错,可以参考
10#
 楼主| 发表于 2010-7-30 21:05:06 | 只看该作者
CFI终于烧进去了,哈哈
11#
发表于 2010-7-30 23:48:49 | 只看该作者
怎么 弄的 参考参考
那个 epcs controller 管脚怎么分配的??
12#
发表于 2010-8-4 14:21:05 | 只看该作者
我也出现了这种情况啊,郁闷
13#
发表于 2010-8-4 17:28:58 | 只看该作者
#!/bin/sh
#
# This file was automatically generated by the Nios II IDE Flash Programmer.
#
# It will be overwritten when the flash programmer options change.
#

cd F:/code/Quartus/nios_test/software/hello_world_0/Debug

# Creating .flash file for the project
"$SOPC_KIT_NIOS2/bin/elf2flash" --base=0x00000000 --end=0x1fffff --reset=0x0 --i
nput="hello_world_0.elf" --output="cfi_flash.flash" --boot="C:/altera/80/ip/nios
2_ip/altera_nios2/boot_loader_cfi.srec"

# Programming flash with the project
"$SOPC_KIT_NIOS2/bin/nios2-flash-programmer" --base=0x00000000 --sidp=0x00201010
--id=1828290788 --timestamp=1280895143  "cfi_flash.flash"
Using cable "USB-Blaster [USB-0]", device 1, instance 0x00
Resetting and pausing target processor: OK
Reading System ID at address 0x00201010: verified
No CFI table found at address 0x00000000
Leaving target processor paused

我也提示了这种错误,请高手出来指点下啊,都这么多人搞错了的东西,谢谢了
14#
发表于 2010-8-4 17:34:25 | 只看该作者
#!/bin/sh
#
# This file was automatically generated by the Nios II IDE Flash Programmer.
#
# It will be overwritten when the flash programmer options change.
#

cd F:/code/Quartus/nios_test/software/hello_world_0/Debug

# Creating .flash file for the project
"$SOPC_KIT_NIOS2/bin/elf2flash" --base=0x00000000 --end=0x1fffff --reset=0x0 --i
nput="hello_world_0.elf" --output="cfi_flash.flash" --boot="C:/altera/80/ip/nios
2_ip/altera_nios2/boot_loader_cfi.srec"

# Programming flash with the project
"$SOPC_KIT_NIOS2/bin/nios2-flash-programmer" --base=0x00000000 --sidp=0x00201010
--id=1828290788 --timestamp=1280895143  "cfi_flash.flash"
Using cable "USB-Blaster [USB-0]", device 1, instance 0x00
Resetting and pausing target processor: OK
Reading System ID at address 0x00201010: verified
No CFI table found at address 0x00000000
Leaving target processor paused

我也提示了这种错误,请高手出来指点下啊,都这么多人搞错了的东西,谢谢了
15#
发表于 2010-8-6 11:09:01 | 只看该作者
地址分错了,我昨天也是这个错误
16#
发表于 2010-8-6 11:28:57 | 只看该作者
那个address to the cfi flash[0]接到FL_DQ15_AM1这个引脚上就可以了好像(8位模式)
17#
发表于 2010-8-7 10:27:35 | 只看该作者
回复 4# hexing1991


  你的flash,按照你的图,可以烧程序了吗?
我的也不行,可以相互讨论吗?
QQ:276134559
18#
发表于 2010-8-7 10:29:02 | 只看该作者
回复 15# 02053038


      你的flash的地址是怎么分配的,可以烧程序?
我的不行,可以相互讨论吗?
QQ:276134559
或给个你的简单的例子吗?
fly198302@163.com
19#
发表于 2010-8-8 10:18:33 | 只看该作者
回复 18# fly198302


    那个address to the cfi flash[0]接到FL_DQ15_AM1这个引脚上就可以了(8位模式) ,其他没有什么要注意的啊,你可以安装手册上和参考DE0带的例子的那个top来分,就没有问题的
20#
发表于 2010-8-10 09:44:32 | 只看该作者
回复 14# 02053038


    知道怎么弄了没??
交流哈!
您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|Archiver|MyFPGA

GMT+8, 2025-5-14 13:00 , Processed in 0.040706 second(s), 18 queries .

Powered by Discuz! X3

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表