How to disable USB and JTAG by fuses on IMX8QM?

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

How to disable USB and JTAG by fuses on IMX8QM?

1,111件の閲覧回数
olivergraute
Contributor III

Hello,

how to disable USB Boot and JTAG by fuses on IMX8QM? The fusemap in iMX8QM_RM_Rev_F.pdf  gives no information about it.

Best regards,

Oliver  

0 件の賞賛
2 返答(返信)

1,090件の閲覧回数
olivergraute
Contributor III

Just for confirmation before I start to fuse from U-Boot I would try it this way: 

#JTAG Disable (SJC Disable) 

fuse prog -y 0 5 0x00000001


#USB Disable (USB1-1 Disable)

fuse prog -y 0 8 0x00000001

 

Best regards,

Oliver

 

 

タグ(5)
0 件の賞賛

1,106件の閲覧回数
igorpadykov
NXP Employee
NXP Employee

Hi Oliver 

 

jtag disable "SJC Disable"  0x0850 [7:0] is described in Table 7-1. Fusemap - Supplementary Array

i.MX 8DualXPlus/8QuadXPlus Applications Processor Reference Manual

(the same for i.MX8QM, also additional file was sent via mail).

 

Best regards
igor

0 件の賞賛