Changes between Version 42 and Version 43 of jtag_instructions
- Timestamp:
- 11/24/2020 08:33:15 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jtag_instructions
v42 v43 30 30 [=#linux-jtag] 31 31 32 **Videos:32 == Videos: 33 33 * [https://youtu.be/TJZG46N_2dI jtag_usbv4, flashing .bin file, flashing GSC firmware, using mkimage_jtag to create .bin] 34 34 * [https://youtu.be/Q7OU9sjMcCc Getting started with Screen and flashing with TFTP] 35 35 36 == Software compatibility: 36 37 37 38 The Gateworks {{{jtag_usb}}} utility supports x86 32bit and 64bit Linux systems. Ubuntu is recommended, however most x86 Linux distros should work. … … 40 41 41 42 The 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 42 45 43 46 The Gateworks JTAG dongle uses a FTDI FT2232C Dual USB-UART/FIFO chip and when enumerated on the USB bus will show as: … … 112 115 113 116 [=#linux-jtag-flashing] 114 == =Using jtag_usb to read/write Firmware, Program Software117 == Using jtag_usb to read/write Firmware, Program Software 115 118 Please 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. 116 119 … … 177 180 178 181 [=#images] 179 == =Creating jtagable binary images with mkimage_jtag182 == Creating jtagable binary images with mkimage_jtag 180 183 181 184 * [https://youtu.be/TJZG46N_2dI jtag_usbv4, flashing .bin file, flashing GSC firmware, using mkimage_jtag to create .bin] … … 231 234 232 235 [=#linux-serial] 233 == =Serial Console Access on Linux236 == Serial Console Access on Linux 234 237 235 238 [https://youtu.be/9LKgHiAq-BM Establishing a serial console in Linux instructional video]