How to disable USB and JTAG by fuses on IMX8QM?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

How to disable USB and JTAG by fuses on IMX8QM?

1,012 次查看
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 回复数

991 次查看
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,007 次查看
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 项奖励