To change the default USB 3.0 IP address setting on the SmartLynq+ Module you first need to set up the host to communicate using the 10.0.0.2 IP default address. To change the IP address, connect the host to the module using ssh on the host machine and passing in the IP address 10.0.0.2. When prompted for a user name and password, enter in the default user name xilinx with the password xilinx.
After logging into the SmartLynq+ Module, run the following command to
edit the USB network
settings:
sudoedit /etc/systemd/network/20-usb-gadget.network
This command brings up a linux nano editor where you can adjust the
settings as needed. The following are the default settings:
[Match]
Name=usb0
[Network]
Address=10.0.0.2/24
Gateway=10.0.0.1
Reset the SmartLynq+ Module to update the USB interface.