Changes between Version 36 and Version 37 of jtag_instructions
- Timestamp:
- 10/21/2020 08:26:23 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jtag_instructions
v36 v37 200 200 In order to create a jtagable image for Newport and Ventana products, you need to use the {{{mkimage_jtag}}} script to create a binary file containing flash instructions and content used by the {{{jtag_usbv4}}} application. You can download the latest version of the script [http://dev.gateworks.com/ventana/images/mkimage_jtag here]: 201 201 {{{#!bash 202 wget http://dev.gateworks.com/ ventana/images/mkimage_jtag202 wget http://dev.gateworks.com/jtag/mkimage_jtag 203 203 chmod +x mkimage_jtag 204 204 }}}