mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-01 12:52:26 +00:00
Create slow version of servo config for proto0.5
No point in saying "edit the file if it doesn't work", when we could just provide a slow version instead. BUG=none TEST=none Change-Id: I94731495635e4dc6d0aa6e3f577cb727af92894a Signed-off-by: Bill Richardson <wfrichar@chromium.org>
This commit is contained in:
12
chip/lm4/openocd/servo_v2_slower.cfg
Normal file
12
chip/lm4/openocd/servo_v2_slower.cfg
Normal file
@@ -0,0 +1,12 @@
|
||||
telnet_port 4444
|
||||
gdb_port 3333
|
||||
gdb_memory_map enable
|
||||
gdb_flash_program enable
|
||||
|
||||
interface ft2232
|
||||
ft2232_layout jtagkey
|
||||
ft2232_vid_pid 0x18d1 0x5002
|
||||
jtag_khz 600
|
||||
#jtag_khz 0
|
||||
#jtag_rclk 6000
|
||||
source [find lm4x.cfg]
|
||||
Reference in New Issue
Block a user