I don't have an OMAP3 to play with, but I wouldn't be surprised if a debug-enable bit also needs to be set in an ICEPick control register. On omap4-generation targets with ICEPick-D (e.g. dm81xx and am335x) the DBGEN signal is in fact fully controlled via ICEPick. This really sucks since without it you can't use debug monitor functionality such as hardware breakpoints and watchpoints, or have an aux core (e.g. a cortex-m3) perform halting debug on the main core. I've actually considered asking for a hardware patch on our board to allow it to self-jtag via gpio just to enable that stupid bit (basically everything else is memory-mapped). (As a random note, on the am335x the JTAG pins have pinconf registers, in that case it may suffice to externally pull/drive all pins up and then toggle the RXEN bit in software, given that even the (warm) reset pin responds to such manipulation.) -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html