Forum Discussion
I know the open_service command was deprecated a while back and replaced with claim_service, but I don't know if that currently means that open_service commands would fail.
If you manually enter the set mm... command in the console, do you get a response that the service path was found?
#iwork4intel
- JBayl5 years ago
Occasional Contributor
There's no output response when I run set mm [lindex [get_service_paths master ] 0 ]
If open_service was deprecated, what's the new sequence?
I tried the procedure written on Locating and Opening the Master Service written on Page 10 here:
https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/ug/ug_system_console.pdf
but I get:
error: claim_service: Path cannot be found
while executing
"claim_service master $master_service_path mylib"
invoked from within
"set claim_path [claim_service master $master_service_path mylib]"- sstrell5 years ago
Super Contributor
Just to verify, you've been able to program the device over JTAG and this has worked for you previously?
In System Console, do you see your connection into the system in the System Explorer section and does the Messages window indicate any issues when you start the tool? Is there any chance you have more than one device on JTAG and the index of 0 needs to change?
#iwork4intel