I am flashing U-Boot by following below document:
https://download.analog.com/tools/LinuxAddInForCCES/documentation/linux_add_in_user_guide_1.3.1.pdf
When i run openocd,the console outputs below message:
root@bhr-virtual-machine:~# cd /opt/analog/cces/2.8.3/ARM/openocd/share/openocd/scripts
root@bhr-virtual-machine:/opt/analog/cces/2.8.3/ARM/openocd/share/openocd/scripts# /opt/analog/cces/2.8.3/ARM/openocd/bin/openocd -f interface/ice1000.cfg -f target/adspsc58x.cfg
bash: /opt/analog/cces/2.8.3/ARM/openocd/bin/openocd: No such file or directory
Then i copied the /opt/analog/cces/2.8.3/ARM/openocd/bin/openocd file and pasted it under /opt/analog/cces/2.8.3/ARM/openocd/share/openocd/scripts.
root@bhr-virtual-machine:/opt/analog/cces/2.8.3/ARM/openocd/share/openocd/scripts# openocd -f interface/ice1000.cfg -f target/adspsc58x.cfg
Open On-Chip Debugger 0.7.0 (2013-10-22-08:31)Licensed under GNU GPL v2For bug reports, read openocd.sourceforge.net/.../bugs.htmlError: The specified debug interface was not found (ice1000)The following debug interfaces are available:1: parport2: dummy3: ft22324: ftdi5: usb_blaster6: amt_jtagaccel7: gw160128: presto9: usbprog10: jlink11: vsllink12: rlink13: ulink14: arm-jtag-ew15: buspirate16: remote_bitbang17: hla18: osbdm19: opendousRuntime Error: interface/ice1000.cfg:6: in procedure 'script' at file "embedded:startup.tcl", line 58in procedure 'interface' called at file "interface/ice1000.cfg", line 6
I am working from a virtual machine and make sure that the Analog Devices Inc. Blackfin USB Device is checked.
Best regards,
Bi Haoran
Already gave an answer in https://ez.analog.com/dsp/software-and-development-tools/linux-for-adsp-sc5xx-processors/f/q-a/117138/openocd-for-adsp-sc589-gives-error-the-specified-debug-interface-was-not-found-ice1000 please have a look. Thanks a lot.
Thank you very much!