From 78c6aa16fdd3926e15fa16ebab33ea416031ac11 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 9 Sep 2012 15:43:18 +0000 Subject: Reconfigured Shenzhou to use JTAG. Misc Kconfig changes git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5118 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/olimex-lpc1766stk/tools/usb-driver.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 nuttx/configs/olimex-lpc1766stk/tools/usb-driver.txt (limited to 'nuttx/configs/olimex-lpc1766stk/tools') diff --git a/nuttx/configs/olimex-lpc1766stk/tools/usb-driver.txt b/nuttx/configs/olimex-lpc1766stk/tools/usb-driver.txt new file mode 100644 index 000000000..2a649dfb8 --- /dev/null +++ b/nuttx/configs/olimex-lpc1766stk/tools/usb-driver.txt @@ -0,0 +1,16 @@ +https://www.olimex.com/dev/pdf/ARM/JTAG/Repair%20Procedure%20for%20OpenOcd-Rev.%20G%20drivers.pdf + +Repair procedure for ARM-USB-OCD drivers + +1. Uninstalling ARM-USB-OCD drivers. +1.1. Connect your programmer/debugger to your computer, open Device Manager and uninstall the drivers for ARM-USB-OCD. +1.2. After you have uninstalled ARM-USB-TINY driver from Device Manager, disconnect the programmer from your computer. +1.3. Now you should download FTClean.exe from here: http://www.ftdichip.com/Support/Utilities/FTClean.zip. +1.4. After download is complete extract the “*.zip” file, open folder FTClean, and run FTClean.exe +1.5. Ror VID (Hex) select “Other”. And after that fill the first box with 15ba and “PID (Hex)” with 0004. +1.6. Press “Clean System” button. Make sure that all FTDI devices are disconnected. (My require administrator privileges). + +2. Re-install ARM-USB-OCD driver +2.1 Connect the programmer/debugger to the computer. +2.2 When prompted, browse to the C:\gccfd\DRIVERS\ARM-USB-OCD-DRIVER directory and install. + -- cgit v1.2.3