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

IDE run的问题

IDE run的问题

运行Custom Istruction Tutorial的例子,出现以下问题:

Using cable "USB-Blaster [USB-0]", device 1, instance 0x00
Pausing target processor: not responding.
Resetting and trying again: OK
Reading System ID at address 0x00010848: FAIL
    ID value does not match: read 0xFFFFFFFF; expected 0x597F999F
    Timestamp value does not match: image on board is older than expected
    Read timestamp  7:59:59 1970/01/01; expected 11:41:38 2005/01/07
Leaving target processor paused

请问是什么原因?
用的是stratix的开发板,用USB Blaster下载,已经升级到niosII
运行用户定制指令的例子,直接在tutorials->Nios2_Custom_Instruction中的custom_instruction.sof上运行没有问题,但按照教程添加了定制指令编译下载后,运行ci_tutorial(重新编译过),出现以下问题:

Using cable "USB-Blaster [USB-0]", device 1, instance 0x00
Pausing target processor: not responding.
Resetting and trying again: OK
Reading System ID at address 0x00010808: FAIL
    ID value does not match: read 0x5D749F77; expected 0x8EAC83A4
    Timestamp value does not match: image on board is older than expected
    Read timestamp  4:13:58 2004/04/21; expected 12:14:13 2005/01/11
Leaving target processor paused
返回列表