Burning fuse bits using MFGTool on i.MX6UL-EVK

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

Burning fuse bits using MFGTool on i.MX6UL-EVK

ソリューションへジャンプ
1,901件の閲覧回数
punitkumar
Contributor IV

Hi

I'm trying to burn Fuse bits of OCOTP_CFG4 on my i.MX6UL-EVK to select boot device (uSDcard uSDHC2) without using the 4 switches given on evk board.

I've added following commands to do the same-

 <CMD state="Updater" type="push" body="$ ls /sys/fsl_otp/HW_OCOTP_CFG4 ">Showing HW_OCOTP fuse bank</CMD>
 <CMD state="Updater" type="push" body="$ echo 0x852 > /sys/fsl_otp/HW_OCOTP_CFG4">write 0x00000852 to HW_OCOTP_CFG4 fuse bank</CMD>
 <CMD state="Updater" type="push" body="$ cat /sys/fsl_otp/HW_OCOTP_CFG4">Read value from HW_OCOTP_CFG4 fuse bank</CMD>

These lines are added just after "Finishing rootfs write" and before "Unmounting rootfs partition".

But on running the process, the fsl_otp is not found in sys directory and the process halted at first command listed above.

But as the OS image is downloaded successfully, I booted the board and checked for fsl_otp and it is there.

can someone help me over that, how can I burn fuses using MFGTool?

Thanks

Regards

Punit Kumar

ラベル(3)
1 解決策
1,091件の閲覧回数
igorpadykov
NXP Employee
NXP Employee

Hi Punit

one can try to add otp driver to mfg tools firmware setting CONFIG_FSL_OTP=y in imx_v7_mfg_defconfig

then rebuild it using sect.6.2 Manufacturing Tool, MFGTool attached Yocto Guide.

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

元の投稿で解決策を見る

0 件の賞賛
1 返信
1,092件の閲覧回数
igorpadykov
NXP Employee
NXP Employee

Hi Punit

one can try to add otp driver to mfg tools firmware setting CONFIG_FSL_OTP=y in imx_v7_mfg_defconfig

then rebuild it using sect.6.2 Manufacturing Tool, MFGTool attached Yocto Guide.

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

0 件の賞賛