We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi,all
the Test Env is DS-5 and DSTREAM-ST and arm development board, When I execute csat.exe drr cmd , the error "Autotune failure. Please try to reboot target and select a lower frequency using the AutotuneMaxFreq config item." occured.
I can't solve this error with cmd "cfb JTAGAutoMaxFreq 2000" and "cfb JtagClockFreq 2000",
so how can I solve this problem,Thanks!
%> cfb JTAGAutoMaxFreq 20000Config item JTAGAutoMaxFreq was set to 20000%> drr 0xff0Reading from device no. 12: CSMEMAP_2Failed to read register 0x00000ff0 for device no 12. Autotune failure. Please try to reboot target and select a lower frequency using the AutotuneMaxFreq config item.Error: Failed to read register 4,080 on device CSMEMAP_2%> cfb JtagClockFreq 2000Config item JtagClockFreq was set to 2000
%> drr 0xff0Reading from device no. 12: CSMEMAP_2Failed to read register 0x00000ff0 for device no 12. Autotune failure. Please try to reboot target and select a lower frequency using the AutotuneMaxFreq config item.Error: Failed to read register 4,080 on device CSMEMAP_2%>
%> cfb JTAGAutoMaxFreq 2000Config item JTAGAutoMaxFreq was set to 2000%> drr 0xff0Reading from device no. 12: CSMEMAP_2Failed to read register 0x00000ff0 for device no 12. No connection to target.Error: Failed to read register 4,080 on device CSMEMAP_2
Hi, Stephen
thank you for your help! The issue has been resolved.
the fail proceed as follows:
csat -cs600
con TCP:.....
chain dev=auto clk=20000 is ok
autodetect read-rom is ok
now drr dev**.0 return fail
the successful proceed as follows:
setprobe DSTREAM-ST // the default is DSTREAM
cfb ScanChainJtagFreqs 20000 //the default is 2000T
cfb JtagClockFreq 20000
cfb JTAGAutoMaxFreq 20000
now drr dev**.0 return ok
our traget is a emulation device with low speed.
thanks.
Thanks for letting us know that this problem is resolved :)