Jetson mac adress

hello,

I am currently trying to change the mac adress of my nano. I was wondering what the best way is to do this. I know it is possible to tinker with the EEPROM with i2c, but is this the recommended method? also is it possible to change the entire mac adress instead of just the vendor specific part?

First, the most important thing

when dealing with eeprom, remember to modify the CRC checksum in the the last bit, after you update anything in eerpom. Or you will file another topic here to ask why you cannot flash your board.

Then, back to your question. You can just modify the Vendor-specified field and the mac will take effect. If you want to remove the factory one, then it is also fine.

thanks for the warning