This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS320C6657 EVM 如何恢复默认镜像

Other Parts Discussed in Thread: TMS320C6657

TMS320C6657 EVM 我尝试恢复默认系统镜像, 按照文档 program_evm_userguide.pdf 中的步骤,进行了DIP设置

文档中没有找到硬件连接的设置, 我的连接方式为6657EVM上自带的XDS200  mini usb 连接PC usb 接口, EVM 电源加电

在win7命令行中按照文档介绍,进行默认镜像恢复, 报错找不到仿真器。

D:\dsp\MY_DATA_101512\MY_DATA_101512\program_evm>%DSS_SCRIPT_DIR%\dss.bat program_evm.js tmdsevm6657ls -le
board: evm6657l
endian: Little
emulation: XDS200 emulator
binaries: D:\dsp\MY_DATA_101512\MY_DATA_101512\program_evm/binaries/evm6657l/
ccxml: D:\dsp\MY_DATA_101512\MY_DATA_101512\program_evm/configs/evm6657l/evm6657ls.ccxml
E_RPCENV_IO_ERROR(-6) No connection: DTC_IO_Open::dtc_io
Failed to open i/o connection (xds2xxu:0)
SEVERE: IcePick_D: Error initializing emulator: (Error -2083 @ 0x0) Unable to communicate with the emulator. Confirm emulator configuration and connections, reset the emulator, and retry the operation. (Emulation package 5.0.838.0)

SEVERE: Could not start server: DebugServer.1: IcePick_D: Error initializing emulator: (Error -2083 @ 0x0) Unable to communicate with the emulator. Confirm emulator configuration and connections, reset the emulator, and retry the operation. (Emulation package 5.0.838.0)

请帮助下, 如何处理连接仿真器,谢谢。

  • 找到问题的所在了, 原因是我的XDS200驱动没有正确安装, 按照帖子

    http://www.deyisupport.com/question_answer/dsp_arm/sitara_arm/f/25/t/69629.aspx

    的介绍, 大概知道是因为XDS驱动未正确安装, 但是按照帖子的内容没有正确装起来驱动

    搜到  http://www.cnblogs.com/cww0403/articles/4766265.html

    文章, 通过其中的介绍, 安装上xds200的驱动, 可以正确执行镜像恢复。