Skip to content

Instantly share code, notes, and snippets.

@Kostr
Created November 10, 2023 13:17
Show Gist options
  • Save Kostr/96fa45ce86384f2711d7af62e4a747f3 to your computer and use it in GitHub Desktop.
Save Kostr/96fa45ce86384f2711d7af62e4a747f3 to your computer and use it in GitHub Desktop.
~/openocd$ sudo openocd -f usb.cfg -c init -c "svf my.svf progress" -c shutdown
Open On-Chip Debugger 0.12.0
Licensed under GNU GPL v2
For bug reports, read
http://openocd.org/doc/doxygen/bugs.html
Info : only one transport option; autoselect 'jtag'
Warn : incomplete ublast_vid_pid configuration
adapter speed: 10000 kHz
Info : usb blaster interface using libftdi
Info : This adapter doesn't support configurable speed
Warn : There are no enabled taps. AUTO PROBING MIGHT NOT WORK!!
Error: JTAG scan chain interrogation failed: all zeroes
Error: Check JTAG interface, timings, target power, etc.
Error: Trying to use configured scan chain anyway...
Error: IR capture error at bit 0, saw 0x00 not 0x...3
Warn : Bypassing JTAG setup events due to errors
Warn : gdb services need one or more targets defined
svf processing file: "my.svf"
0% TRST OFF;
0% ENDIR IDLE;
0% ENDDR IDLE;
0% STATE RESET;
0% STATE IDLE;
0% FREQUENCY 1.00E+07 HZ;
Error: Translation from khz to adapter speed not implemented
0% HIR 0 ;
0% TIR 0 ;
0% HDR 0 ;
0% TDR 0 ;
0% SIR 6 TDI (09) ;
0% SDR 32 TDI (00000000) TDO (03691093) MASK (0fffffff) ;
0% STATE RESET;
0% STATE IDLE;
0% SIR 6 TDI (0b) ;
0% SIR 6 TDI (14) ;
0% RUNTEST 0.100000 SEC;
0% RUNTEST 10000 TCK;
0% SIR 6 TDI (14) TDO (11) MASK (31) ;
0% SIR 6 TDI (05) ;
0% ffffffffffffffffffffffffffffffffffff) ;
Error: tdo check error at line 13
Error: READ = 0x0000000
Error: WANT = 0x3691093
Error: MASK = 0xfffffff
Error: not enough memory
Error: fail to run command at line 24683
Error: tdo check error at line 13
Error: READ = 0x0000000
Error: WANT = 0x3691093
Error: MASK = 0xfffffff
Time used: 0m2s834ms
svf file programmed failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment