Requirements:
- S32 debug probe connected to network (with DHCP server) and visible for your PC machine
- separate network using static IP addresses (or direct connection between PC and S32 debug probe). The scenario is similar like on this picture:

Procedure:
Connect power to S32 debug probe with already connected ethernet cable and wait until green LED (RX/TX) starts blink.Connect to S32 debug probe by telnet client. You can use default domain name FSLXXYYZZ where XXYYZZ are last 6 digits from S32 debug probe MAC address or assigned IP address:


Static IP address can be set by netparam static_ip_address ADDRESS:NETMASK command. Make sure that you are choosing IP address from range of your Embedded network. My network uses standard 192.168.1.xxx here is mt setings:
netparam static_ip_address 192.168.1.100:255.255.255.0

You also need to set boot config from DHCP to Static:
netparam bootconfig static

Turn OFF and ON again S32 debug probe and check the settings by telnet with static IP address - in my case 192.168.1.100:

We are done.