首页 | 新闻 | 新品 | 文库 | 方案 | 视频 | 下载 | 商城 | 开发板 | 数据中心 | 座谈新版 | 培训 | 工具 | 博客 | 论坛 | 百科 | GEC | 活动 | 主题月 | 电子展
返回列表 回复 发帖

nios程序下载到板上了,但就是没有打印信息,大家有遇到过吗?

nios程序下载到板上了,但就是没有打印信息,大家有遇到过吗?

很简单的一个hello world程序,但是在ide中run时,不知道为什么出了来!不管我把程序放在onchiprom还是片外的sram,在console中就是出不来“Hello from Nios II!”。我的配置是这样的:
nios+jtag_uart+uart+sram+tri-state bridge+onchiprom,ide中的system library property我的stdout,stdin等都设成jtag_uart的。但就是不知道为什么出不来!

大家知道的告诉我把!

具体如下:(首先说明我的fpga是没有问题的,因为我曾在上面跑过其他程序的)
nios2-terminal: Warning: The JTAG cable you are using is not supported for Nios
nios2-terminal: II systems.  You may experience intermittent JTAG communication
nios2-terminal: failures with this cable.  Please use a USB Blaster revision B
nios2-terminal: cable or another supported cable.  Please refer to the file
nios2-terminal: errata.txt included in the Nios II development kit documents
nios2-terminal: directory for more information.

nios2-terminal: connected to hardware target using JTAG UART on cable
nios2-terminal: "ByteBlasterII [LPT1]", device 1, instance 0
nios2-terminal: (Use the IDE stop button or Ctrl-C to terminate)

从这里可以看出程序是应该下载到板上的,但就是不知道为什么不出来“Hello from Nios II!”。

[此贴子已经被作者于2006-11-13 21:17:05编辑过]

返回列表