Changes between Version 28 and Version 29 of jtag_instructions


Ignore:
Timestamp:
01/30/2020 12:22:57 AM (4 years ago)
Author:
Bobby Jones
Comment:

remove unnecessary 64bit arch compatibility instructions for jtab_usbv4, now that it is statically linked

Legend:

Unmodified
Added
Removed
Modified
  • jtag_instructions

    v28 v29  
    4444The Gateworks {{{jtag_usb}}} utility supports x86 32bit and 64bit Linux systems. Ubuntu is supported, however most x86 Linux distros should work as well.
    4545 * Virtual Machines (VMs) are not recommended because of things such as timing issues of which many customers have also reported. They may work fine, as long as they allow access to USB devices (ie Virtualbox), but it is recommended to avoid them if possible.
    46  * If using a 64-bit system, the following is recommended to support the 32-bit binary:
    47 {{{#!bash
    48 sudo dpkg --add-architecture i386
    49 apt-get update
    50 sudo apt-get install lib32ncurses5 lib32z1
    51 sudo apt-get install libc6:i386 libstdc++6:i386 libudev1:i386
    52 }}}
    5346 * Please email support @ gateworks.com with any other questions
    5447