Changes between Version 42 and Version 43 of jtag_instructions


Ignore:
Timestamp:
11/24/2020 08:33:15 PM (3 years ago)
Author:
Cale Collins
Comment:

section hierarchy

Legend:

Unmodified
Added
Removed
Modified
  • jtag_instructions

    v42 v43  
    3030[=#linux-jtag]
    3131
    32 ** Videos:
     32== Videos:
    3333* [https://youtu.be/TJZG46N_2dI jtag_usbv4, flashing .bin file, flashing GSC firmware, using mkimage_jtag to create .bin]
    3434* [https://youtu.be/Q7OU9sjMcCc Getting started with Screen and flashing with TFTP]
    3535
     36== Software compatibility:
    3637
    3738The Gateworks {{{jtag_usb}}} utility supports x86 32bit and 64bit Linux systems. Ubuntu is recommended, however most x86 Linux distros should work.
     
    4041
    4142The most recent version {{{jtag_usbv4}}} supports all Gateworks product families and can be downloaded [http://dev.gateworks.com/jtag/ here]
     43
     44== Connecting the programmer
    4245
    4346The Gateworks JTAG dongle uses a FTDI FT2232C Dual USB-UART/FIFO chip and when enumerated on the USB bus will show as:
     
    112115
    113116[=#linux-jtag-flashing]
    114 === Using jtag_usb to read/write Firmware, Program Software
     117== Using jtag_usb to read/write Firmware, Program Software
    115118Please see above for the download link to the latest jtag_usb executable. Note that an update may be required for new board models or memory configurations.
    116119
     
    177180
    178181[=#images]
    179 === Creating jtagable binary images with mkimage_jtag
     182== Creating jtagable binary images with mkimage_jtag
    180183
    181184* [https://youtu.be/TJZG46N_2dI jtag_usbv4, flashing .bin file, flashing GSC firmware, using mkimage_jtag to create .bin]
     
    231234
    232235[=#linux-serial]
    233 === Serial Console Access on Linux
     236== Serial Console Access on Linux
    234237
    235238[https://youtu.be/9LKgHiAq-BM Establishing a serial console in Linux instructional video]