Aria set efuse default MAC address

From Ariaboard Wiki
Revision as of 12:47, 9 March 2015 by C2h2 (talk | contribs) (Created page with "====Set default MAC address==== <font color=red>Warning! Once the address is set, it cannot be changed!</font> Write MAC value into file below: /sys/fsl_otp/HW_OCOTP_MAC0 #(...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Set default MAC address

Warning! Once the address is set, it cannot be changed!

Write MAC value into file below:

/sys/fsl_otp/HW_OCOTP_MAC0 #(low 32 bits)

/sys/fsl_otp/HW_OCOTP_MAC1 #(high 16 bits)

e.g: Set e6:b8:a8:fb:8b:0e as MAC:

echo 0xE6B8 > /sys/fsl_otp/HW_OCOTP_MAC1
echo 0xA8FB8B0E > /sys/fsl_otp/HW_OCOTP_MAC0