Forum Discussion
Altera_Forum
Honored Contributor
12 years agoI did a reply, but it seems to be lost...
The answer to the thread question is that I forgot to "initialize_systemconsole", I'm a beginner ;-). So type in CMD quartus_sh -s load_package systemconsole initialize_systemconsole get_service_paths master This work OK!, but next step is to "open_service" and this fails. According to initialize_systemconsole functionality... ************************************************************************* ------------ Description: ------------ Initializes the connection to System Console and registers all applicable System Console commands in the current interpreter. This command must be run before any other System Console commands can be executed. ************************************************************************* Here it states that "all applicable System Console commands in the current interpreter." But still "open_service" fail, it works OK when runned in "system-console.exe". I can also add that I succeeded to run "claim_service" in CMD. If that is to any help. Thanks for any assistance.