Burn SRK fuses in production environment to enable SecureBoot

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

Burn SRK fuses in production environment to enable SecureBoot

Jump to solution
1,199 Views
pratik_manvar
Contributor III

Hello All,

I want to burn the SRK fuses in i.MX8MQ devices to enable SecureBoot.
What is the best way to burn SRK fuses in production environment?

Thank You,
Pratik Manvar

0 Kudos
Reply
1 Solution
2 Replies
1,193 Views
igorpadykov
NXP Employee
NXP Employee
0 Kudos
Reply
1,176 Views
pratik_manvar
Contributor III

Hi @igorpadykov,

Thanks for your answer.

I am able to burn fuses using "uuu_imx_android_flash.sh".

So, there are two ways to burn secure-boot fuses

1. Using "uuu_imx_android_flash.sh" flash script (This is flash script used to flash images from serial downloader mode). 
2. Using below sysfs nodes (user script needs to be created which will run on host machine and require adb access).
/sys/fsl_otp/HW_OCOTP_SRK0

/sys/fsl_otp/HW_OCOTP_SRK1
/sys/fsl_otp/HW_OCOTP_SRK2
/sys/fsl_otp/HW_OCOTP_SRK3
/sys/fsl_otp/HW_OCOTP_SRK4
/sys/fsl_otp/HW_OCOTP_SRK5
/sys/fsl_otp/HW_OCOTP_SRK6
/sys/fsl_otp/HW_OCOTP_SRK7
/sys/fsl_otp/HW_OCOTP_BOOT_CFG0

Which one would be better way to burn fuses in production environment?
 
Thanks,
Pratik Manvar
0 Kudos
Reply