Disable serial download, JTAG download and serial logs on i.MX8MQ

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

Disable serial download, JTAG download and serial logs on i.MX8MQ

Jump to solution
1,303 Views
meetalipatel
Contributor III

Hi NXP Team,

We are using i.MX8MQ processor in our project and we have a requirement of performing the following things:

  1. Disable USB serial downloading
  2. Disable JTAG downloading
  3. Disable serial console logs

I wanted to know if the above-mentioned things are possible on i.MX8MQ processor? If yes, can you please help me out with the steps for the same?

Thanks in advance.

Regards

Meetali Patel

 

0 Kudos
1 Solution
1,290 Views
igorpadykov
NXP Employee
NXP Employee

Hi Meetali

 

for 1,2 one can refer to SDP_DISABLE fuse in Table 6-40. Boot Fusemap, also

additional info was sent via mail

i.MX 8M Dual/8M QuadLite/8M Quad Applications Processors Reference Manual

for 3. one can look at

https://stackoverflow.com/questions/57671588/disabling-uart-debug-serial-port-on-linux

 

Best regards
igor

View solution in original post

0 Kudos
3 Replies
1,291 Views
igorpadykov
NXP Employee
NXP Employee

Hi Meetali

 

for 1,2 one can refer to SDP_DISABLE fuse in Table 6-40. Boot Fusemap, also

additional info was sent via mail

i.MX 8M Dual/8M QuadLite/8M Quad Applications Processors Reference Manual

for 3. one can look at

https://stackoverflow.com/questions/57671588/disabling-uart-debug-serial-port-on-linux

 

Best regards
igor

0 Kudos
1,217 Views
meetalipatel
Contributor III

Hi @igorpadykov ,

I tried fusing the SJC_DISABLE register but still, I am able to detect my device using the JTAG interface. Is this an expected behavior? I used the following command at u-boot to fuse this register:

$ fuse prog 1 3 0x200000

Also, I have not yet fused SDP_DISABLE register but I am not able to detect the device from the UUU tool.

Can you please share some more detailed information about the SDP_DISABLE and SJC_DISABLE fuse registers?

Thanks & Regards

Meetali Patel

0 Kudos
1,202 Views
meetalipatel
Contributor III

Hi @igorpadykov,

I am now able to disable serial download and JTAG using the steps mentioned.

Thanks for the support.

Regards

Meetali Patel

0 Kudos