Re: Getting a stable MAC address for a RPI CM3+ with ue0 interface

From: Kyle Evans <kevans_at_FreeBSD.org>
Date: Thu, 21 Sep 2023 02:35:58 UTC
On 9/20/23 15:13, Patrick M. Hausen wrote:
> Hi,
> 
>> Am 20.09.2023 um 22:08 schrieb Kyle Evans <kevans@FreeBSD.org>:
>> Can you dump the running FDT on this machine and send it our way? It may be that it sets a local-mac-address somewhere sensible that we can just tap in a generally-not-ugly way.
> 
> Sure - how? ;-)
> 

You should be able to get a clean dump with, e.g.:

sysctl -b hw.fdt.dtb | dtc -I dtb > current.dts

Thanks,

Kyle Evans