forked from auracaster/openocd
Split out functions specific to the AM335x SOC into the target directory and simplified the board config file. This should allow one to quickly create new configs for boards based on the TI processor family. Change-Id: I0c3db97950dfa832f1f1918fc10c180f068bba74 Signed-off-by: Neil Jensen <neil30al@gmail.com> Reviewed-on: http://openocd.zylin.com/489 Tested-by: jenkins Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
17 lines
291 B
INI
17 lines
291 B
INI
# AM335x Beaglebone
|
|
# 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
|
|
|
|
adapter_khz 16000
|
|
|
|
source [find target/am335x.cfg]
|
|
|
|
reset_config trst_and_srst
|
|
|
|
|