Option | Purpose | Example |
---|---|---|
-d
|
Run hw_server in daemon mode (output is sent to system logger). |
hw_server -d
|
--help
|
Basic command line help. | |
-I
|
Exit if there are no target connections established for the specified time. Time here is specified in seconds. |
hw_server -I 20
|
-L
|
Enable logging of JTAG commands from clients to the hw_server. |
The previous option logs output to
The previous option logs output to file my_file.log |
-s
|
Sets up an agent listening port and protocol. |
The previous option is used to connect when using the local host with port 3122 at hw_server start up. |
-q
|
Do not display version information on start up. | |
-p | Assign a range of ports to be used by AMD GDB server, or disable the feature. |
The server opens one port per target architecture: 3000: Arm® ; 3001: Arm64; 3002: MicroBlaze™ ; 3003: MicroBlaze64
|
--init
|
This option is used to specify an initialization script file to hw_server |
The file my_init.txt contains options that are applied to the hw_server at startup |
Environment variable Use to specify default |
In this case, the hw_server is initialized with the settings coming from the file pointed to by the environment variable |