Document for eFuse programming of i.MX6UL

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

Document for eFuse programming of i.MX6UL

1,202 Views
yuuki
Senior Contributor II

Dear all,

I want to know the eFuse program procedure for i.MX6UL.

I am looking for the document such as the application note of i.MX25.

http://cache.nxp.com/files/dsp/doc/app_note/AN3682.pdf

- 4 Fuse Programming Procedure(P.17)

- 6 Sample Code(P.18-)

Is there such a document for i.MX6UL?

Best Regards,

Yuuki

Labels (1)
2 Replies

690 Views
robertlubas
Contributor II

Hi,

I program the fuses few day ago... Good starting point is to read IMXULRM (fusemap, system boot, and on-chip OTP Controller) and AN4581

then you can program fuse from u-boot command prompt: fuse prog <bank> <word> <value> - this is permanent.

(how to build u-boot - you can find in i.MX6UL hab_status )

you can also normal boot into kernel, go to /sys/fsl_opt and echo <value> > HW_OCOTP_...

Regards,

Robert

690 Views
Yuri
NXP Employee
NXP Employee

Hello,

   It is recommended to use NXP U-boot for fuse operations.

Regards,

Yuri.

0 Kudos