Forum Discussion
System console giving up
- 2 years ago
Hi,
I notice that you haven't assign any pin in pin planner. After assigning those pins, the error gone.
Thanks,
Best Regards,
Sheng
Hi,
Probably need to claim the master service path first in order to interact with the JTAG Master component.
Can add claim_service command like below in load_vals.tcl:
set c_path [claim_service master $master_service_path ""]
In others .tcl make changes like below:
$master_service_path ---> $c_path
After changes, the errors gone check screenshot attached.
Thanks,
Best Regards,
Sheng
- Vamsi_212 years ago
Occasional Contributor
Hi ,
I have made changes to the load_vals.tcl file as you have mentioned but still i am encountering the same error.
The jtag_avmm.tcl file consists of:
get_service_paths master
set master_service_path [ lindex [get_service_paths master] 0]
open_service master $master_service_pathThe load_vals.tcl file consists of:
set c_path [claim_service master $master_service_path lib]
master_write_32 $c_path 0x34 40
master_write_32 $c_path 0x30 30
master_write_32 $c_path 0x2c 20
master_write_32 $c_path 0x28 10
# start componentmaster_write_32 $c_path 0x08 0x01
Below i am attaching the system console window screenshot.