Changes between Version 3 and Version 4 of jtag_instructions


Ignore:
Timestamp:
11/29/2017 07:32:48 PM (6 years ago)
Author:
Ryan Erbstoesser
Comment:

add libncurses library

Legend:

Unmodified
Added
Removed
Modified
  • jtag_instructions

    v3 v4  
    4747 * ''' Note virtual machines are NOT recommended'''
    4848
    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:
    5050{{{
    5151sudo dpkg --add-architecture i386
    5252apt-get update
     53sudo apt-get lib32ncurses5 lib32z1
    5354sudo apt-get install libc6:i386 libstdc++6:i386
    5455}}}