Hi sstrell
Thanks for the Response
I have set the master service and claim the path. I have used below commands in system console also pasted response.
Using Max10M50DA dev kit.
Pin loc clock is M8 (25MHz)
Pin loc reset_n is D9
% set jd_path [lindex [get_service_paths jtag_debug] 0]
/devices/10M50DA(.|ES)|10M50DC@1#USB-1/(link)/JTAG/(110:132 v1 #0)/phy_0
% jtag_debug_sample_clock $jd_path
1
% jtag_debug_sample_clock $jd_path
0
% jtag_debug_sense_clock $jd_path
1
% jtag_debug_sample_reset $jd_path
1
% jtag_debug_loop $jd_path [list 1 2 3 4 5 6 7 8 9 10]
0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a
% jtag_debug_reset_system $jd_path
% jtag_debug_sample_reset $jd_path
1
% set ocram 0x0
0x0
% set m_path [lindex [get_service_paths master] 0 ]
/devices/10M50DA(.|ES)|10M50DC@1#USB-1/(link)/JTAG/(110:132 v1 #0)/phy_0/master
% set c_path [claim_service master $m_path ""]
/channels/local/(lib)/master_1
% master_read_32 $c_path $ocram 1
error: master_read_32: This transaction did not complete in 60 seconds. System Console is giving up.
while executing
"master_read_32 $c_path $ocram 1"
Thanks