2025-06-25 8:02 PM
Can I only modify the ttt-ip-init-systemd.sh script if I need to change and persist the IP address while using the STM32MP switch mode?
2025-06-27 5:34 AM
YEs the script is there for that so you can customize it for your setup or product !
2025-06-30 11:42 PM
Can I use the service in Systemd to set it up?
2025-07-04 5:08 AM
Of course you can.
As soon as the switch driver is probed, the configuration is done by Kernel standard interfaces.
2025-08-06 6:16 PM
Sorry for the delay caused by some previous issues.
I would like to know if it is possible to create a. network file in/etc/systemd/network for network related settings?
[Match]
Name=end1
[Network]
Address=192.168.0.10/24
DHCP=ipv4
[DHCP]
UseDNS=true
UseRoutes=true
But in actual use, end1 cannot be set .network