Hi,
a customer is using the Secure C6748 device and is trying to debug with JTAG on that device. The wiki indicates the following:
http://processors.wiki.ti.com/index.php/Basic_Secure_Boot_for_OMAP-L138_C6748
http://processors.wiki.ti.com/index.php/Basic_Secure_Boot_for_OMAP-L138_C6748#INI_File_Syntax
How to debug secure device?
Application development and debugging on a secure device is not really recommended but there is flexibility in the boot process that allow this functionality when required. The ini file for creation of secure boot images contains field called BootExitType and TAPCFG. Specifying the bootExitType as NONSECURE and TAPCFG= 0x0000FFFF will force the device to exit ROM boot in NON-secure mode and open the JTAG pins to connect the emulator.
However after doing that and building the secure image with that ini file, after the boot-up the customer still is not able to connect with JTAG.
Is there anything else missing?
Thanks,
--Gunter