As of August 2020 the site you are on (wiki.newae.com) is deprecated, and content is now at rtfm.newae.com.

Changes

Jump to: navigation, search

Installing ChipWhisperer

125 bytes removed, 14:51, 25 January 2017
Windows XP/7
== Using VMWare Virtual Machine ==
== Windows (XP/7 or later) ==
Assuming you want This section describes how to install the full ChipWhisperer software, you can follow the following steps to do sofor Windows. Note it is recommended to use the VMWare image if possible, since it includes all required tools out of the box!
=== Python Setup ===
You may already have The first step is to install Python installed, in which case you can skip some of these steps2. If you already have a recent version of Python installed make sure it is the correct version (2.7.x), you can skip this step. Note that Python 3.x will not work with this codebase. ==== Installing Python via WinPython ====
The recommend method of installing Python is to use a distribution called [http://winpython.github.io/ WinPython]. This setup avoids installing Python globally, and includes most of the software you will need. In addition it makes it possible to install 32-bit and 64-bit Python on the same system with minimal problems. This can be very useful as the 64-bit version is handy for doing analysis on large data sets.
<ol style="list-style-type: decimal;">
<li>Install WinPython 2.7.x. Download the latest release in the 2.7.x branch from the [http://winpython.github.io/ WinPython] site. It's recommended to use the 32-bit version, but you can also use the 64-bit version. Note that certain drivers (such as the SmartCard driver) ''do not'' work on the 64-bit version. Choose a reasonable location to install this to - note the default is simply in the download directory. Instead it's recommended to find a directory such as <code>c:\WinPython32bit-2.7.610.43</code>, or into your local directory such as <code>c:\Users\yourname\WinPython-32bit-2.7.610.43</code>.</li>
<li>Go to your installation directory for WinPython, and run the shortcut called '''WinPython Command Prompt.exe'''. This will give you a command prompt which is setup to run Python along with associated scripts.</li>
<li><p>Run the following commands to get needed packages:</p>
<p>If you plan on running both 32-bit and 64-bit Python, you should not register them. Instead explicitly call the correct Python by always running the '''WinPython Command Prompt.exe''', and then calling specific programs (such as CW Capture or Analyzer) from that command prompt.</p></li>
<li>Jump to [[#Getting_.26_Installing_ChipWhisperer]] to install ChipWhisperer software.</li></ol>
 
==== Optional Packages ====
Note there are some optional packages you may want. Generally you can avoid them unless you have specific need of the features they enable:
Approved_users
510
edits

Navigation menu