i.MX6 Fuse writing from Kernel

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

i.MX6 Fuse writing from Kernel

1,183 Views
colinwernham
Contributor II

I want to read and blow fuses from the Linux 4.1+ kernel, but there is no driver for this. These was one for the 3.14.14 kernel called fsl_otp, but a simple transfer of this driver does not work.

Has anyone got a driver for 4.1+? It must be able to blow fuses.

Note that I want to do this from the kernel, not the u-boot.

Thanks.

Labels (1)
2 Replies

726 Views
Yuri
NXP Employee
NXP Employee

Hello,

  Have You tried the recent NXP Linux BSP   (4.1.15_1.1.0 [Current Release])?

i.MX 6 Series Software and Development Tool|NXP

Have a great day,
Yuri

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

726 Views
lmhdoms
Contributor III

Yuri, thanks for the hint, I had the same need and I was able to pick the fsl_otp driver for use in linux-fslc 4.1.7.

Here are the relevant patches:

http://git.freescale.com/git/cgit.cgi/imx/linux-2.6-imx.git/log/?h=imx_4.1.15_1.0.0_ga&qt=grep&q=MLK...

Regards,

Lars