mirror of
git://projects.qi-hardware.com/xburst-tools.git
synced 2024-11-01 18:31:54 +02:00
37cf1238a9
Signed-off-by: Andy Green <andy@openmoko.com>
17 lines
639 B
INI
17 lines
639 B
INI
# ARM1176 / s3c6410 OpenOCD config suitable for Openmoko Debug board usage
|
|
|
|
telnet_port 4444
|
|
gdb_port 3333
|
|
interface ft2232
|
|
jtag_speed 18
|
|
ft2232_layout oocdlink
|
|
|
|
#Info: 446 309386 jtag.c:1410 jtag_examine_chain(): JTAG device found: 0x2b900f0f (Manufacturer: 0x787, Part: 0xb900, Version: 0x2)
|
|
#Info: 447 309386 jtag.c:1410 jtag_examine_chain(): JTAG device found: 0x07b76f0f (Manufacturer: 0x787, Part: 0x7b76, Version: 0x0)
|
|
jtag_device 4 0x1 0xF 0xE
|
|
jtag_device 5 0x1 0x1F 0x1E
|
|
|
|
reset_config trst_and_srst
|
|
target create target0 arm11 -endian little -chain-position 1 -variant arm11
|
|
|