How to disable serial boot mode with fuse blowing?

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

How to disable serial boot mode with fuse blowing?

1,025 Views
shitalkumar_sha
Contributor I

Hello Folks,

I am working on imx6 dual lite board, I have programmed SRKH keys successfully by blowing fuses from kernel in /sys/fsl_otp.
Now, once board comes out of the factory or during production I wanted to disable serial boot using fuse register.

Hence, no one can connect OTG and flash uboot thorigh serial mode.

I know that BOOT_CFG4 is the right register to disable serial boot mode, but I don't know what value need to burn.

Also, I want to lock all the fuse register hence no one can rewrite again.

Could anyone please help me here.


Thanks in advance.

Shital Gandhi

0 Kudos
1 Reply

860 Views
diegoadrian
NXP Employee
NXP Employee

Hello,

You can disable it with the SDP_DISABLE register. This register is in the fuse address 0x460. The register is set by default to 0, if you want to disable the serial download mode, you need to blow the fuse with a 1. However, this configuration cannot be reprogramed, is one-time programming, making it is by your own risk. Hope this information can help you.

Best regards,

Diego.

0 Kudos