X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=tcl%2Fboard%2Fti_beaglebone.cfg;h=7ba8c50f24ccf9c97fc90c446ae230e7f90d5052;hp=be4da201bc5af0fe98f6cde4da80224988d37b93;hb=9e23c9ae3551dc14e15bdfe129fd9e03c6970f33;hpb=21a0f9b48b1694425244b1540012767c443dc16f diff --git a/tcl/board/ti_beaglebone.cfg b/tcl/board/ti_beaglebone.cfg index be4da201bc..7ba8c50f24 100644 --- a/tcl/board/ti_beaglebone.cfg +++ b/tcl/board/ti_beaglebone.cfg @@ -2,15 +2,10 @@ # http://beagleboard.org/bone # The JTAG interface is built directly on the board. -interface ft2232 -#ft2232_device_desc "BeagleBone A" -ft2232_layout xds100v2 -ft2232_vid_pid 0x0403 0xa6d0 +source [find interface/ftdi/xds100v2.cfg] -adapter_khz 16000 - -source [find target/am335x.cfg] +adapter speed 16000 reset_config trst_and_srst - +source [find board/ti_beaglebone-base.cfg]