Changes between Version 28 and Version 29 of jtag_instructions
- Timestamp:
- 01/30/2020 12:22:57 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jtag_instructions
v28 v29 44 44 The Gateworks {{{jtag_usb}}} utility supports x86 32bit and 64bit Linux systems. Ubuntu is supported, however most x86 Linux distros should work as well. 45 45 * 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 {{{#!bash48 sudo dpkg --add-architecture i38649 apt-get update50 sudo apt-get install lib32ncurses5 lib32z151 sudo apt-get install libc6:i386 libstdc++6:i386 libudev1:i38652 }}}53 46 * Please email support @ gateworks.com with any other questions 54 47