Changes between Version 13 and Version 14 of jtag_instructions
- Timestamp:
- 08/29/2018 08:28:46 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jtag_instructions
v13 v14 43 43 [=#linux-jtag] 44 44 == Linux == 45 46 [https://youtu.be/i3G8sQlwzcU Click here for instructional video baised on this section, mkimage and jtag_usbv4 are demonstrated] 47 45 48 The Gateworks '''jtag_usb''' utility supports x86 32bit and 64bit Linux systems. Ubuntu is supported, however most x86 Linux distros should work as well. 46 49 … … 199 202 [=#ventana-images] 200 203 === 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 201 207 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. 202 208