Changes between Version 49 and Version 50 of jtag_instructions
- Timestamp:
- 02/28/2024 11:10:46 PM (9 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jtag_instructions
v49 v50 117 117 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. 118 118 119 1. Connect the JTAG-USB Programmer to the JTAG header on a Gateworks Single Board Computer using the attached ribbon cable. 120 121 2. Connect the JTAG-USB Programmer to a PC USB port using the supplied USB cable. 122 123 3. Verify FTDI module is not loaded. 119 1. With the SBC powered off, connect the JTAG-USB Programmer to the JTAG header on a Gateworks Single Board Computer (SBC) using the attached ribbon cable. 120 121 1. Connect the JTAG-USB Programmer to a PC USB port using the supplied USB cable. 122 123 1. If using a SBC with a i.MX8M Plus CPU (Venice GW7xxx-2x or GW74xx), attach a USB cable from the USB port on the SBC to the the desktop/laptop host PC. 124 125 1. Verify FTDI module is not loaded. 124 126 * {{{ sudo rmmod ftdi_sio }}} 125 127 126 4. Apply power to the Gateworks board.127 128 5. Run the JTAG program (jtag_usbv4) with the syntax shown below to program a .bin file to the boards flash:128 1. Apply power to the Gateworks board. 129 130 1. Run the JTAG program (jtag_usbv4) with the syntax shown below to program a .bin file to the boards flash: 129 131 {{{ 130 132 ./jtag_usbv4 –p <filename> … … 135 137 * If you encounter any errors see the [#Troubleshooting Troubleshooting] section below. 136 138 137 jtag_usbv4 options: 139 '''jtag_usbv4 options:''' 138 140 ||= Option =||= Operation =||= Notes =|| 139 141 ||-p ||Program Flash device using specified filename|| || … … 145 147 146 148 ==== Examples ==== 147 programming a firmware image:149 Programming a firmware image: 148 150 {{{#!bash 149 151 ./jtag_usbv4 -p venice-imx8mm_u-boot_spl.bin … … 170 172 ==== Troubleshooting ==== 171 173 174 * If using a SBC with a i.MX8M Plus CPU (Venice GW7xxx-2x or GW74xx), additionally attach a USB cable from the USB port on the SBC to the the desktop/laptop host PC. 172 175 * Permission denied: '''libusb couldn't open USB device''' - [#LinuxpermissionsonUSBdevice see above] regarding Linux permissions 173 176 * fOP: '''USB Open Rev fOP''' - failure to open the USB device via libusb - you likely have the ftdi_sio serial driver loaded - [#conflictwithftdi-siodriver see above]