mirror of
git://projects.qi-hardware.com/xburst-tools.git
synced 2024-11-22 18:01:55 +02:00
qi-gta03-add-openocd-config.patch
Signed-off-by: Andy Green <andy@openmoko.com>
This commit is contained in:
parent
c384afb378
commit
37cf1238a9
16
qiboot/openocd-openmoko-debug-6410.cfg
Normal file
16
qiboot/openocd-openmoko-debug-6410.cfg
Normal file
@ -0,0 +1,16 @@
|
||||
# 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
|
||||
|
Loading…
Reference in New Issue
Block a user