3. Part B - Hypervisor Target Configuration
The following shell scripts are available on the hypervisor to setup and establish a remote debug connection:
/hv/rtos-32/realtimedemo-debug.shstarts debug monitor that awaits requests from a remote debugger on a Windows machine with installed EC-Win(RTOS-32), Visual Studio, and RTE Visual Studio Plugin./hv/hvctl/brvnetset.sh`creates a virtual network bridge on Linux host to forward debuggerTCP/IP/UDPpackets fromLAN1toRTOS-32 VM. It is required to start this script if you need to perform remote debugging of aRTOS-32app from another machine./hv/hvctl/brvnetclr.shdeletes bridge, after theRTOS-32 VMhas been stopped./hv/hvctl/brvnetconfig.shcontains the configuration values for the bridge. This file must be edit to adjust at least the$IP$address.
Hint
The files are supplied in default state. At least /hv/hvctl/brvnetconfig.sh needs adjustments.
Hint
See chapter “Bridge virtual and physical network” in the Hypervisor manual for details how to configure the bridge.