Changes between Version 3 and Version 4 of jtag_instructions
- Timestamp:
- 11/29/2017 07:32:48 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jtag_instructions
v3 v4 47 47 * ''' Note virtual machines are NOT recommended''' 48 48 49 * If using a 64-bit system and proper operation is not occurring, please try the command:49 * If using a 64-bit system, the following is recommended to support the 32-bit binary: 50 50 {{{ 51 51 sudo dpkg --add-architecture i386 52 52 apt-get update 53 sudo apt-get lib32ncurses5 lib32z1 53 54 sudo apt-get install libc6:i386 libstdc++6:i386 54 55 }}}