Forum Discussion
Altera_Forum
Honored Contributor
12 years ago --- Quote Start --- Actually it works if you start it from the command line in the right path. It doesn't seem that System Console needs any environment configuration from Quartus. On my system it is in C:\altera\*\quartus\sopc_builder\bin\system-console.exe but it may be different in the new versions without SOPC builder. --- Quote End --- As Im new to the Altera/quartus environment it took some time, but I think I found the solution to my "Thread" question. I missed to run command "initialize_systemconsole". So in CMD I can now run... quartus_sh -s load_package systemconsole initialize_systemconsole get_service_paths master This works fine!:) But now Im stuck on command "open_service".:( The reason for me running in CMD is that Im calling CMD from C# code using a process call. I tried the same routines with system-console but I lost the handle to the process and I could not control it. Thats why I'm trying with CMD. When I run tcl> initialize_systemconsole Info (345047): Preparing to create a connection to SystemConsole. This may tak several seconds. Info (345009): A connection to SystemConsole was successfully established on p t 63525 tcl> get_service_paths master {/devices/5SGSMD5H(1|2|3)|5SGSMD5K1|..@1#USB-0/(link)/JTAG/(110:132 v1# 0)/phy /master} To me this indicates a successfull connection to Systemconsole, anyone knows what I'm doing wrong? Thanks!!