Difference between revisions of "Template:FS3PATCH 0.5.0"

From eLinux.org
Jump to: navigation, search
(Porting the TCT content.)
 
(Removing FS3 text.)
 
Line 1: Line 1:
 
==Patching OpenOCD==
 
==Patching OpenOCD==
  
The OpenOCD Flyswatter 3 beta patch provides support for the Flyswatter3 and Flyswatter2 and updated config files for the original Flyswatter, the TinCanTools Hammer, and the Olimex PIC-P32MX board. Download the file [[Media:Tincantools-openocd-b0.12.patch]]. (Right click the link and select Save As.) Save the file to your new '''openocd-0.5.0''' directory.
+
The OpenOCD Flyswatter2 beta patch provides support for the Flyswatter2 and updated config files for the original Flyswatter, the TinCanTools Hammer, and the Olimex PIC-P32MX board. Download the file [[Media:Tincantools-openocd-b0.12.patch]]. (Right click the link and select Save As.) Save the file to your new '''openocd-0.5.0''' directory.
  
 
In the {{{{{1}}}_COMPILE_TERMINAL}}, navigate to the patch file and patch the source as follows:
 
In the {{{{{1}}}_COMPILE_TERMINAL}}, navigate to the patch file and patch the source as follows:
Line 8: Line 8:
 
  patch -p1 -i Tincantools-openocd-b0.12.patch
 
  patch -p1 -i Tincantools-openocd-b0.12.patch
  
Even if you do not need Flyswatter3 or Flyswatter2 support, you will need the updated config files in this patch to use the Flyswatter with OpenOCD-0.5.0. If you do not wish to install the patch you can download the config files individually from [[OpenOCD Config Files]].
+
Even if you do not need Flyswatter2 support, you will need the updated config files in this patch to use the Flyswatter with OpenOCD-0.5.0. If you do not wish to install the patch you can download the config files individually from [[OpenOCD Config Files]].

Latest revision as of 17:40, 23 April 2012

Patching OpenOCD

The OpenOCD Flyswatter2 beta patch provides support for the Flyswatter2 and updated config files for the original Flyswatter, the TinCanTools Hammer, and the Olimex PIC-P32MX board. Download the file Media:Tincantools-openocd-b0.12.patch. (Right click the link and select Save As.) Save the file to your new openocd-0.5.0 directory.

In the {{{{{1}}}_COMPILE_TERMINAL}}, navigate to the patch file and patch the source as follows:

cd {{{2}}}
patch -p1 -i Tincantools-openocd-b0.12.patch

Even if you do not need Flyswatter2 support, you will need the updated config files in this patch to use the Flyswatter with OpenOCD-0.5.0. If you do not wish to install the patch you can download the config files individually from OpenOCD Config Files.