码迷,mamicode.com
首页 > 移动开发 > 详细

android 如何通过软件方法disable JTAG

时间:2014-09-24 11:06:56      阅读:199      评论:0      收藏:0      [点我收藏+]

标签:android   style   文件   div   sp   on   c   ef   size   

方法如下:
(1) 将Efuse如下Enable_SW_JTAG_CON bit烧起来
       [ Security control ]
       ; if Enable_SW_JTAG_CON = 1, enable sw control to jtag
       Enable_SW_JTAG_CON = 1

(2) 将alps\mediatek\custom\$(project)\securit\chip_config\s\cfg\SECRE_JTAG_CONFIG.ini文件中  
       SECURE_JTAG_ENABLE 设置为 FALSE,重新build生成image

Notes: 

    (1) 上述方法并非永久disable JTAG, 如后续想再重新恢复JTAG功能,可将SECURE_JTAG_ENABLE设置TRUE即可;

    (2) 如想永久性disable JTAG功能,需设置efuse register中的JTAG的H/W控制bit位

android 如何通过软件方法disable JTAG

标签:android   style   文件   div   sp   on   c   ef   size   

原文地址:http://blog.csdn.net/sergeycao/article/details/39519747

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!