DeadEnd
New Contributor
2 years agoWarning Msg in system console "could not resgister IService packet"
Hi, I have a question. In system console, there were 2 kind of warning messages in Messages field. Warning messages are as below. 1. Could ot register IService packet 2. A service named 'pa...
- 2 years ago
Hi,
Those warnings probably are not the root cause. I encountered same warnings as well but don't have problem at performing system console check image below.
I follow the tcl script (main.tcl) attached below for your reference in this example design https://www.intel.com/content/www/us/en/docs/programmable/683758/21-3-19-2-0/hardware-test-for-system-console-control.html
Make sure you have correct $master_index. May be can try to run simple commands below to check whether the problem still exist:
set master_path [ lindex [ get_service_paths master ] $master_index ]
open_service master $master_path
master_write_32 $master_path
Thanks,
Best Regards,
Sheng