帮我看看
作者: hexing1991 时间: 2010-7-29 19:35
再顶再顶再顶,怎么没人呢?作者: yhstar 时间: 2010-7-30 00:25
哇 这样 自己连 不麻烦吗 直接 就可以用 verilog 在DE0_TOP里 描述啊 这样连 浪费时间 并且容易 出错作者: hexing1991 时间: 2010-7-30 15:13
引脚分配,不是问题的关键,我想知道的是16位或8位的模式下,flash的地址位和数据位怎么分配,那些引脚需要上拉或下拉,或者是flash programmer要那些设置。作者: hexing1991 时间: 2010-7-30 19:58
继续求flash例子。作者: fzp0412 时间: 2010-7-30 20:15
我觉得光盘里,有关于sd卡得些的那个例程,上面的关于flash的例子就很不错,可以参考作者: hexing1991 时间: 2010-7-30 21:05
CFI终于烧进去了,哈哈作者: yhstar 时间: 2010-7-30 23:48
怎么 弄的 参考参考
那个 epcs controller 管脚怎么分配的??作者: 02053038 时间: 2010-8-4 14:21
我也出现了这种情况啊,郁闷作者: 02053038 时间: 2010-8-4 17:28
#!/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
我也提示了这种错误,请高手出来指点下啊,都这么多人搞错了的东西,谢谢了作者: 02053038 时间: 2010-8-4 17:34
#!/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