IMX8M General Purpose Fuses

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

IMX8M General Purpose Fuses

1,176 Views
brendankrieger
Contributor II

Are the general purpose fuses free for user usage? When I read their values on a fresh IMX8M it appears quite a few of the bits had already been blown (ex. OCOTP_HW_OCOTP_GP10 was set to 0xd503201f). If they aren't free for user usage, what are they used for?

Thanks and Regards

Labels (1)
0 Kudos
1 Reply

1,112 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello Brendan,

They are uses for Fuses, there is a way to access/burn the fuses using sysfs. The OCOTP fuses are available at /sys/fsl_otp.To enable this you need to enable the "CONFIG_FSL_OTP" in Linux.

You can write one script containing the command " echo "value_to_burn_fuse" > /sys/fsl_otp/<fuse_register> ", which you have to run automatically after boot.

 

You can also refer this link for various ways to burn the fuses.

 

Regards

0 Kudos