This topic describes how to start a debug session for a Linux project in the simulation environment. Before you proceed, make sure that you have downloaded VDK , installed the simulation software and set the required environment variables. For details, refer to S32DS Installation Guide > Installing Synopsys tools.
When using a certain VDK for the first time, add the VDK configuration files to the Synopsys workspace: launch Virtualizer Studio with the Run as administrator option and select your target from the Fixed VDKs list on the Welcome page.
value="{../../software/s32xxxx_gen1/output/fsl-image-auto-s32<mcu>xsim.cpio.gz,0x4000000,,image,} {../../software/s32xxxx_gen1/output/Image,0x80000,,image,} {../../software/s32xxxx_gen1/output/Image-s32<mcu>-simulator.dtb,0x2000000,,image,}Now the environment is ready for debugging Linux project on a VDK.

Make sure that option Launch simulation after opening VP Config is selected.

(Resume suspended simulation) on the toolbar.
modprobe dwmac-s32cc
udhcpc -i eth0 -n -q
You can see the IP address in the Linux terminal and the VHub registration MAC addresses in Simulation Output.
/usr/bin/ssh-keygen -A
mkdir -p /var/run/sshd
/usr/sbin/sshd

Then click Finish.