Changes between Version 13 and Version 14 of jtag_instructions


Ignore:
Timestamp:
08/29/2018 08:28:46 PM (6 years ago)
Author:
Cale Collins
Comment:

Added link to instructional video

Legend:

Unmodified
Added
Removed
Modified
  • jtag_instructions

    v13 v14  
    4343[=#linux-jtag]
    4444== Linux ==
     45
     46[https://youtu.be/i3G8sQlwzcU Click here for instructional video baised on this section, mkimage and jtag_usbv4 are demonstrated]
     47
    4548The Gateworks '''jtag_usb''' utility supports x86 32bit and 64bit Linux systems. Ubuntu is supported, however most x86 Linux distros should work as well.
    4649
     
    199202[=#ventana-images]
    200203=== Creating jtagable images for Ventana ===
     204
     205[https://youtu.be/i3G8sQlwzcU Click here for instructional video baised on this section, mkimage and jtag_usbv4 are demonstrated]
     206
    201207In 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.
    202208