i.MX6 Fuse writing from Kernel

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

i.MX6 Fuse writing from Kernel

2,760件の閲覧回数
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.

ラベル(1)
2 返答(返信)

2,303件の閲覧回数
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!
-----------------------------------------------------------------------------------------------------------------------

2,303件の閲覧回数
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