Disable JTAG on imx6Solo

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

Disable JTAG on imx6Solo

1,452件の閲覧回数
colinhelliwell
Contributor III

Can I get confirmation please that to completely disable JTAG access, the u-boot command would be:

    fuse  prog  0  6  0x100000

(i.e. bit 20 - SJC_DISABLE)

There is no need to program JTAG_SMODE in this case?

Thanks

ラベル(3)
0 件の賞賛
返信
3 返答(返信)

1,216件の閲覧回数
joanxie
NXP TechSupport
NXP TechSupport

pls refer to the applicate note as below:

http://cache.freescale.com/files/32bit/doc/app_note/AN4686.pdf 

0 件の賞賛
返信

1,216件の閲覧回数
colinhelliwell
Contributor III

Hi, Yes I have that document thanks - I really just wanted to be 100% sure about my translation to the corresponding U-Boot commands.

0 件の賞賛
返信

1,216件の閲覧回数
joanxie
NXP TechSupport
NXP TechSupport

yes, to disable Jtag, setting SJC_DISABLE to 1 is correct