Advertisement
Guest User

config

a guest
Mar 23rd, 2015
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. #
  2. # Dangerous Prototypes Bus Blaster
  3. #
  4. # http://dangerousprototypes.com/
  5. #
  6.  
  7.  
  8. interface ftdi
  9. transport select jtag
  10. ftdi_vid_pid 0x0403 0x6010
  11. ftdi_device_desc "Dual RS232-HS"
  12. #ftdi_serial 0
  13. ftdi_channel 0
  14. ftdi_layout_init 0x0c08 0x0f1b
  15.  
  16.  
  17. #ftdi_layout_signal nTRST -data 0x0100 -noe 0x0400
  18. #ftdi_layout_signal nSRST -data 0x0200 -noe 0x0800
  19.  
  20. source /usr/share/openocd/scripts/target/imx6.cfg
  21. adapter_khz 25000
  22.  
  23. imx6.cpu.0 configure -event examine-end { echo "examine-end event caught: halting target..." ; halt }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement