From 9fbef6e3bb25285fd52d5921a6767e6967ecc7dd Mon Sep 17 00:00:00 2001 From: Gary Wong Date: Tue, 16 Feb 2021 21:42:18 -0700 Subject: [PATCH] Add USB PID/VID pair to JTAG configuration. --- tests/console/fpc-iii.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/console/fpc-iii.cfg b/tests/console/fpc-iii.cfg index 8205f01..9160844 100644 --- a/tests/console/fpc-iii.cfg +++ b/tests/console/fpc-iii.cfg @@ -2,7 +2,7 @@ adapter driver ftdi transport select jtag # ftdi_device_desc "FPC-III" (once programmed) -ftdi_vid_pid 0x0403 0x6010 +ftdi_vid_pid 0x1209 0xFC30 0x0403 0x6010 ftdi_channel 0 -- 2.11.4.GIT