Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Read MAC Address Fuses

Code Block
# read the highhighest 16bit
cat /sys/fsl_otp/HW_OCOTP_MAC1
# read the lowlowest 32bit
cat /sys/fsl_otp/HW_OCOTP_MAC0

...

Code Block
# In order to read the lowesthighest 32bit16bit; run –
fuse read 4 23
# In order to read the highestlowest 16bit32bit; run –
fuse read 4 32

Blowing fuses to boot from Micro SD

...