Hello,
I am running into the same issue as other users where the wifi mac address is not properly read from the eeprom.
I am using the Jetson TX1 mounted on an Auvidea J140 carrier board.
Since the device we are building will use the wlan as a hotspot and more than one device can be present in the same space it is imperative that we resolve the issue where the MAC address is not read and we end up with multiple modules having the same MAC.
I have read all other topcis on the forum and follwed all the steps that are described but with no luck.
Right now I have two identical setups. In one the eeprom is read as expected and in the other it is not.
I probed both EEPROM ICs with the “i2cdump -y 2 0x50” command and both return data as expected.
I have run the wifi-config-check.sh in both systems and it reports no error.
I can see via dmesg on the system that has the hardocded MAC that I get the message “bad mac address at /chose/nvidia,wifi-mac: null”
What steps should I follow next to resolve the issue ?
Thank you for your assistance.