![]() |
Armbian? - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PINE A64(+) (https://forum.pine64.org/forumdisplay.php?fid=4) +--- Forum: Linux on Pine A64(+) (https://forum.pine64.org/forumdisplay.php?fid=6) +---- Forum: Armbian (https://forum.pine64.org/forumdisplay.php?fid=84) +---- Thread: Armbian? (/showthread.php?tid=2078) |
RE: Armbian? - MarkHaysHarris777 - 09-03-2016 (09-03-2016, 07:39 AM)martinayotte Wrote: If you wish to get rid of the random MAC on every reboot, you need to specify a fixed on in the DTS. hi martinayotte, do you have a procedure for that ? RE: Armbian? - umiddelb - 09-04-2016 You can set the MAC address during device startup (e.g. /etc/network/interfaces.d/eth0) Code: auto eth0 RE: Armbian? - martinayotte - 09-04-2016 If done by DTS, you have to decompile DTB into DTS, edit the DTS using the syntax below, and recompile it into DTB. In the eth@01c30000 (or ethernet@1c30000 for Armbian) section : Code: mac_address [7e e1 03 36 61 e0]; |