On the Rock 5C using the Linux 6.1 Debian CLI vendor image (specifically release t8
) upon each reboot of the device the Wifi MAC Address changes. This prevents assignment of static IP from DHCP server.
As a work around to set a persistent MAC address do the following.
Get the name of your configured wifi connection
nmcli connection show
Set persistent MAC address for wifi connection.
nmcli connection modify <WIFI NAME> 802-11-wireless.cloned-mac-address XX:XX:XX:XX:XX:XX
Reactivate connection.
nmcli connection up <WIFI NAME>