3. Part B - Hypervisor Host Configuration

The following shell scripts are available on the Hypervisor Host to setup and establish a remote debug connection:

  • command hv_brvnetset creates a virtual network bridge on Hypervisor Host to forward debugger TCP/IP/UDP packets from LAN1 to the RTOS-32 VM. It is required to start this script if you need to perform remote debugging of a RTOS-32 app from another machine.

  • command hv_brvnetclr deletes bridge, after the RTOS-32 VM has been stopped.

  • the /hv/config/brvnetconfig.sh file contains the configuration values for the bridge.

Hint

The configuration file /hv/config/brvnetconfig.sh must be adjusted, at least the $IP$ address needs to fit to the environment.

Hint

See chapter “Bridge virtual and physical network” in the Hypervisor Manual for details how to configure the bridge.