Advertisement
Guest User

Untitled

a guest
Jan 11th, 2019
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.55 KB | None | 0 0
  1. [soc_versa5g]$ make prog
  2. openocd -f /usr/share/prjtrellis/misc/openocd/ecp5-versa5g.cfg -c "transport select jtag; init; svf attosoc.svf; exit"
  3. Open On-Chip Debugger 0.10.0
  4. Licensed under GNU GPL v2
  5. For bug reports, read
  6. http://openocd.org/doc/doxygen/bugs.html
  7. none separate
  8. adapter speed: 25000 kHz
  9. Info : auto-selecting first available session transport "jtag". To override use 'transport select <transport>'.
  10. Warn : Transport "jtag" was already selected
  11. Info : ftdi: if you experience problems at higher adapter clocks, try the command "ftdi_tdo_sample_edge falling"
  12. Info : clock speed 25000 kHz
  13. Info : JTAG tap: ecp5.tap tap/device found: 0x00191043 (mfg: 0x021 (Lattice Semi.), part: 0x0191, ver: 0x0)
  14. Warn : JTAG tap: ecp5.tap UNEXPECTED: 0x00191043 (mfg: 0x021 (Lattice Semi.), part: 0x0191, ver: 0x0)
  15. Error: JTAG tap: ecp5.tap expected 1 of 1: 0x81112043 (mfg: 0x021 (Lattice Semi.), part: 0x1112, ver: 0x8)
  16. Info : JTAG tap: auto0.tap tap/device found: 0x01112043 (mfg: 0x021 (Lattice Semi.), part: 0x1112, ver: 0x0)
  17. Error: Trying to use configured scan chain anyway...
  18. Warn : AUTO auto0.tap - use "jtag newtap auto0 tap -irlen 2 -expected-id 0x01112043"
  19. Error: IR capture error at bit 10, saw 0x3FFFFFFFFFFFFF051D not 0x...3
  20. Warn : Bypassing JTAG setup events due to errors
  21. Warn : gdb services need one or more targets defined
  22. svf processing file: "attosoc.svf"
  23. HDR 0;
  24. HIR 0;
  25. TDR 0;
  26. TIR 0;
  27. ENDDR DRPAUSE;
  28. ENDIR IRPAUSE;
  29. STATE IDLE;
  30. SIR 8 TDI (E0);
  31. MASK (FFFFFFFF);
  32. SIR 8 TDI (1C);
  33. FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF);
  34. SIR 8 TDI (C6);
  35. SDR 8 TDI (00);
  36. RUNTEST IDLE 2 TCK 1.00E-02 SEC;
  37. SIR 8 TDI (3C);
  38. MASK (0000B000);
  39. SIR 8 TDI (46);
  40. SDR 8 TDI (01);
  41. RUNTEST IDLE 2 TCK 1.00E-02 SEC;
  42. SIR 8 TDI (7A);
  43. RUNTEST IDLE 2 TCK 1.00E-02 SEC;
  44. CDBDFFFFFF00FF);
  45. 00000000000000);
  46. 000000000000FF);
  47. 00000000000000);
  48. 00000000000000);
  49. ...
  50. 23083003103552);
  51. 00000000000062);
  52. 00000000000000);
  53. 35990000000000);
  54. 00000000000000);
  55. 02000080000020);
  56. 0800260400C600);
  57. 00000000000000);
  58. 00000000000000);
  59. Error: tdo check error at line 14
  60. Error: READ = 0x2224086
  61. Error: WANT = 0x81112043
  62. Error: MASK = 0xffffffff
  63. Error: fail to run command at line 10558
  64. Error: tdo check error at line 14
  65. Error: READ = 0x2224086
  66. Error: WANT = 0x81112043
  67. Error: MASK = 0xffffffff
  68.  
  69. Time used: 0m0s652ms
  70. svf file programmed failed
  71.  
  72. make: *** [Makefile:29: prog] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement