2012-02-24 22:49:07 +00:00
|
|
|
# AM335x Beaglebone
|
|
|
|
# http://beagleboard.org/bone
|
|
|
|
|
|
|
|
# The JTAG interface is built directly on the board.
|
2012-02-19 03:37:08 +00:00
|
|
|
interface ft2232
|
|
|
|
#ft2232_device_desc "BeagleBone A"
|
|
|
|
ft2232_layout xds100v2
|
|
|
|
ft2232_vid_pid 0x0403 0xa6d0
|
|
|
|
|
2012-02-24 22:31:44 +00:00
|
|
|
adapter_khz 16000
|
|
|
|
|
2012-02-24 22:49:07 +00:00
|
|
|
source [find target/am335x.cfg]
|
2012-02-19 03:37:08 +00:00
|
|
|
|
2012-02-24 22:49:07 +00:00
|
|
|
reset_config trst_and_srst
|
2012-02-19 03:37:08 +00:00
|
|
|
|
|
|
|
|