Advertisement
Guest User

Untitled

a guest
Mar 19th, 2018
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.69 KB | None | 0 0
  1. $ artiq_flash -t kc705 -m phaser Design name: b'top;UserID=0XFFFFFFFF;COMPRESS=TRUE;Version=2017.4\x00' Partname b'7k325tffg900\x00' Date b'2018/01/09\x00' Time b'17:32:42\x00' found binary data length: 5950452 Open On-Chip Debugger 0.10.0-00013-gbb7beda (2018-02-13-15:56) Licensed under GNU GPL v2 For bug reports, read http://openocd.org/doc/doxygen/bugs.html none separate Info : auto-selecting first available session transport "jtag". To override use 'transport s
  2. And
  3. $dmesg | grep ftdi [40505.053168] usbcore: registered new interface driver ftdi_sio [40505.053274] ftdi_sio 1-8:1.0: FTDI USB Serial Device converter detected [40505.053458] ftdi_sio 1-8:1.1: FTDI USB Serial Device converter detected [48580.650551] ftdi_sio ttyUSB0: FTDI USB Serial Device converter now disconnected from ttyUSB0 [48580.650563] ftdi_sio 1-8:1.0: device disconnected [48580.650648] ftdi_sio ttyUSB1: FTDI USB Serial Device converter now disconnected from
  4.  
  5.  
  6. $ artiq_flash -t kc705 -m phaser -f flash_storage.img proxy storage start
  7. Open On-Chip Debugger 0.10.0-00013-gbb7beda (2018-02-13-15:56)
  8. Licensed under GNU GPL v2
  9. For bug reports, read
  10. http://openocd.org/doc/doxygen/bugs.html
  11. none separate
  12. Info : auto-selecting first available session transport "jtag". To override use 'transport select <transport>'.
  13. adapter speed: 25000 kHz
  14. Info : ftdi: if you experience problems at higher adapter clocks, try the command "ftdi_tdo_sample_edge falling"
  15. Info : clock speed 25000 kHz
  16. Info : JTAG tap: xc7.tap tap/device found: 0x43651093 (mfg: 0x049 (Xilinx), part: 0x3651, ver: 0x4)
  17. loaded file /home/phaser10/anaconda3/envs/artiq-main/lib/python3.5/site-packages/artiq/binaries/kc705-phaser/bscan_spi_xc7k325t.bit to pld device 0 in 0s 591120us
  18. Info : JTAG tap: xc7.tap tap/device found: 0x43651093 (mfg: 0x049 (Xilinx), part: 0x3651, ver: 0x4)
  19. Error: Unknown flash device (ID 0x00ffffff)
  20.  
  21. Traceback (most recent call last):
  22. File "/home/phaser10/anaconda3/envs/artiq-main/bin/artiq_flash", line 10, in <module>
  23. sys.exit(main())
  24. File "/home/phaser10/anaconda3/envs/artiq-main/lib/python3.5/site-packages/artiq/frontend/artiq_flash.py", line 138, in main
  25. "-c", "; ".join(prog),
  26. File "/home/phaser10/anaconda3/envs/artiq-main/lib/python3.5/subprocess.py", line 271, in check_call
  27. raise CalledProcessError(retcode, cmd)
  28. subprocess.CalledProcessError: Command '['openocd', '-s', '/home/phaser10/anaconda3/envs/artiq-main/share/openocd/scripts', '-f', 'board/kc705.cfg', '-c', 'init; jtagspi_init 0 {/home/phaser10/anaconda3/envs/artiq-main/lib/python3.5/site-packages/artiq/binaries/kc705-phaser/bscan_spi_xc7k325t.bit}; jtagspi_program {flash_storage.img} 0xb30000; xc7_program xc7.tap; exit']' returned non-zero exit status 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement