Setting a MAC on Rock64 U-Boot - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: ROCK64 (https://forum.pine64.org/forumdisplay.php?fid=85) +--- Forum: Linux on Rock64 (https://forum.pine64.org/forumdisplay.php?fid=88) +--- Thread: Setting a MAC on Rock64 U-Boot (/showthread.php?tid=13391) |
Setting a MAC on Rock64 U-Boot - kiriakos - 03-14-2021 Hello everyone, I just updated a cluster of Rock64 4G boards I have and they all forgot their MAC address now and have defaulted to 82:57:28:5d:f7:9d (no idea where this MAC comes from, the ones I had set where very different and started with "da:19:c8"). I was setting the MACs in the bootloader script via boot.txt and ./mkscr using this guide (wiki tab) but now that evidently does not work. Asking that the OS side (forum post) did not produce much so I came here to ask: How can I set the MAC of my Rock64s in uboot? Thanks, K RE: Setting a MAC on Rock64 U-Boot - as365n4 - 03-23-2021 I don't know about u-boot, but you can fix this on OS level fairly easily. nano /etc/systemd/network/00-default.link Code: [Match] That "da:19:c8" was done during Kernel change from 4.19 to 5.1 i believe, as they had to build a new u-boot since the old one wasn't working with the new Kernel. RE: Setting a MAC on Rock64 U-Boot - kiriakos - 03-23-2021 Oh! That works really well! I wasn't aware that I could do that! Thank You very much!!! :-D |