Changes between Version 10 and Version 11 of jtag_instructions
- Timestamp:
- 08/09/2018 08:18:25 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jtag_instructions
v10 v11 12 12 References: 13 13 * [http://shop.gateworks.com/index.php?act=viewProd&productId=56 GW16042 on Gateworks on-line store] 14 * [http:// svn.gateworks.com/jtag/ Gateworks JTAG Utilities]14 * [http://dev.gateworks.com/jtag/ Gateworks JTAG Utilities] 15 15 16 16 17 17 == JTAG Executables == 18 The latest Gateworks JTAG Utilities are found [http:// svn.gateworks.com/jtag/ here]18 The latest Gateworks JTAG Utilities are found [http://dev.gateworks.com/jtag/ here] 19 19 20 20 … … 56 56 * Please email support @ gateworks.com with any other questions 57 57 58 The most recent version '''jtag_usbv4''' supports all Gateworks product families and can be downloaded [http:// svn.gateworks.com/jtag/ here]58 The most recent version '''jtag_usbv4''' supports all Gateworks product families and can be downloaded [http://dev.gateworks.com/jtag/ here] 59 59 60 60 The GW16042 JTAG dongle uses a FTDI FT2232C Dual USB-UART/FIFO chip and when enumerated on the USB bus will show as: … … 77 77 78 78 References: 79 * Latest Linux x86 jtag_usb download: http:// svn.gateworks.com/jtag/linux/x86/79 * Latest Linux x86 jtag_usb download: http://dev.gateworks.com/jtag/linux/x86/ 80 80 81 81 … … 207 207 [=#ventana-images] 208 208 === Creating jtagable images for Ventana === 209 In order to create a jtagable image for our Ventana family line, you can use our [http:// svn.gateworks.com/ventana/images/mkimage_jtag mkimage_jtag] script which can be downloaded [http://svn.gateworks.com/ventana/images/mkimage_jtag here]. (You may need to chmod the mkimage_jtag script to make executable. Be sure it does not have any extension such as txt) The usage varies, depending on typical use cases. For example, you can create jtagable images that only update the bootloader without erasing all of NAND. You can also create jtagable images with both the bootloader and a ubi image which will erase all of nand. Below are several examples on how to use this script. Also note that the script outputs to std out, so in the examples below, we redirect it to a file.209 In order to create a jtagable image for our Ventana family line, you can use our [http://dev.gateworks.com/ventana/images/mkimage_jtag mkimage_jtag] script which can be downloaded [http://dev.gateworks.com/ventana/images/mkimage_jtag here]. (You may need to chmod the mkimage_jtag script to make executable. Be sure it does not have any extension such as txt) The usage varies, depending on typical use cases. For example, you can create jtagable images that only update the bootloader without erasing all of NAND. You can also create jtagable images with both the bootloader and a ubi image which will erase all of nand. Below are several examples on how to use this script. Also note that the script outputs to std out, so in the examples below, we redirect it to a file. 210 210 211 211 Necessary files: … … 278 278 === Installing the Drivers for Windows === 279 279 280 1. Download and run the file CDM20814_Setup.exe on to your windows machine ([http:// svn.gateworks.com/jtag/ Download JTAG Executables]). A window should open and close on its own:280 1. Download and run the file CDM20814_Setup.exe on to your windows machine ([http://dev.gateworks.com/jtag/ Download JTAG Executables]). A window should open and close on its own: 281 281 282 282 [[Image(wiki:jtag_instructions:winjtag.JPG)]]