On Sat, Feb 24, 2018 at 4:51 AM, <
egav...@centrance.com> wrote:
> Hi Robert,
>
> By the way, I'm curious why don't you just use 00:00:00:00:00:00 as a MAC
> instead? If you patch wl1271-nvs.bin and replace 'deadbeef' with 00:.., TI
> WLAN driver will attempt to read wl1271-nvs.bin, and if '00:00....' is
> stored, it will automatically use wl18xx built-in MAC, which is unique for
> every wireless chip produced by TI. Of course, this will only work for
> wl18xx chips, but most wireless-capable Beaglebones come with wl18xx.
>
> In other words, if you patch wl1271-nvs.bin and replace 'deadbeef' with
> '00:00:00..', or completely remove wl1271-nvs.bin, no other patches or
> scripts will be required, and WLAN MAC will be assigned automatically.