From: Paul F. <fer...@gm...> - 2024-04-30 14:26:55
|
Hi, On Thu, Apr 25, 2024 at 12:39:49PM +0000, Abdullah YILDIZ wrote: > I need to export all JTAG transactions to a file in SVF (i.e., Serial Vector > Format) when I run a particular OpenOCD script. > > Is there any method to do this in OpenOCD? Not really, no. You could probably just grab -d4 log and extract all actions from it and convert to SVF with a simple script but you'll have to ignore the returned data. -- Be free, use free (http://www.gnu.org/philosophy/free-sw.html) software! mailto:fer...@gm... |