mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-10 17:41:54 +00:00
Servo V3: Add jtag config for V3
Servo V3's VID/PID changed and thus it requires its own cfg to work with openocd. BRANCH=None BUG=None TEST=ran fw_update locally. Signed-off-by: Simran Basi <sbasi@chromium.org> Change-Id: Id17408b17494c32d34f858a3ed5043d70b539004 Reviewed-on: https://gerrit.chromium.org/gerrit/64370 Commit-Queue: Simran Basi <sbasi@chromium.org> Reviewed-by: Simran Basi <sbasi@chromium.org> Tested-by: Simran Basi <sbasi@chromium.org>
This commit is contained in:
10
chip/lm4/openocd/servo_v3.cfg
Normal file
10
chip/lm4/openocd/servo_v3.cfg
Normal file
@@ -0,0 +1,10 @@
|
||||
telnet_port 4444
|
||||
gdb_port 3333
|
||||
gdb_memory_map enable
|
||||
gdb_flash_program enable
|
||||
|
||||
interface ft2232
|
||||
ft2232_layout jtagkey
|
||||
ft2232_vid_pid 0x0403 0x6014
|
||||
jtag_khz 600
|
||||
source [find lm4x.cfg]
|
||||
Reference in New Issue
Block a user