How to disable USB and JTAG by fuses on IMX8QM?

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

How to disable USB and JTAG by fuses on IMX8QM?

1,018 Views
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 Kudos
2 Replies

997 Views
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

 

 

0 Kudos

1,013 Views
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 Kudos