David Brownell wrote:
> So this one's nasty, because of the root cause:  OpenOCD init
> state is incorrect, so "shortest path" through the JTAG state
> machine wrongly short-circuits.  Fix is either:
>
>   (a) update every interface driver (!) like this
>   (b) or else find some core fix
>
> Expedience suggests (a), since there's no TMS+TCK level interface
> to the drivers, and I'm not sure there should be.
>   
ACK from me. The drivers should always enter TAP_RESET unconditionally,
and not try to short-circuit that state.

cu
Michael

_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to