Re: [beagleboard] wlan0 interface mac/ether address being identical when making identical systems in production

2018-02-24 Thread egavrilov
Yep, I'm serious. It works on our custom BBGW-like hardware. /drivers/net/wireless/ti/wl18xx/main.c: wl18xx_get_mac() retrieves built-in MAC from the fuses (WL18XX_REG_FUSE_BD_ADDR_1) and stores into fuse_oui_addr. Next, in: /drivers/net/wireless/ti/wlcore/main.c: wl1271_register_hw

Re: [beagleboard] wlan0 interface mac/ether address being identical when making identical systems in production

2018-02-24 Thread Robert Nelson
On Sat, Feb 24, 2018 at 4:51 AM, 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 wil

Re: [beagleboard] wlan0 interface mac/ether address being identical when making identical systems in production

2018-02-24 Thread egavrilov
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

Re: [beagleboard] wlan0 interface mac/ether address being identical when making identical systems in production

2018-01-24 Thread Dan Tian
Thanks very much for your help Robert, this is exactly what I was looking for. Cheers, Dan On Wednesday, January 24, 2018 at 12:29:57 PM UTC-5, RobertCNelson wrote: > > On Wed, Jan 24, 2018 at 11:20 AM, Dan Tian > wrote: > > Hi, > > I am trying to make identical embedded systems in production

Re: [beagleboard] wlan0 interface mac/ether address being identical when making identical systems in production

2018-01-24 Thread Robert Nelson
On Wed, Jan 24, 2018 at 11:20 AM, Dan Tian wrote: > Hi, > I am trying to make identical embedded systems in production with an SD > card, the SD card image is flashed from a working BBBW board. The issue I > have is the newly programmed BBBW would have the same wlan0 mac/ether > address as the ori

[beagleboard] wlan0 interface mac/ether address being identical when making identical systems in production

2018-01-24 Thread Dan Tian
Hi, I am trying to make identical embedded systems in production with an SD card, the SD card image is flashed from a working BBBW board. The issue I have is the newly programmed BBBW would have the same wlan0 mac/ether address as the original board, as opposed to their own MAC address one woul