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/Installing ChipWhisperer from Releases

1,047 bytes removed, 17:42, 10 February 2017
no edit summary
== Windows ==Assuming Once you've got have a working Python installation, the next step is you're ready to install &amp; and run ChipWhisperer itself. This requires you to get a copy of ChipWhisperer, you should download the [https://www.assembla.com/wiki/show/chipwhisperer/ChipWhisperer_Software_Firmware_Releases Latest Release]. Download &amp; unzip the file somewhere. Note if you are adventurous you can clone the GIT Repository <code>git://git.assembla.com/chipwhisperer.git</code> instead, but this '''may be broken''' so you should start with the latest release instead.
Generally 'somewhere' will become your First, download a ChipWhisperer working directoryrelease. These examples assume you've chosen <code>CYou can get these from the [https:\//github.com/newaetech/chipwhisperer</releases/ Releases] page. Generally, the latest release is a good choice, but you might need an older version for various reasons. You want the source code> as your working directoryin .zip or .tar.gz format - not a VMWare image.
Once you've got the fileNext, we run the Python install procedure again (setupuncompress your downloaded source code somewhere.py). We slightly modify it to use the Generally, 'somewhere'develop'' command to reflect that the files will probably be changing frequentlybecome your ChipWhisperer working directory. Again open a terminal and run the followingFor example, adjusting paths as neededon Windows, you might want to use <code>C:\chipwhisperer\</code>.
<pre>cd c:\chipwhisperer\openadc\controlsw\pythonpython Once you've got the file, run the Python install procedure (setup.py ). Use the ''develop'' command to indicate that the files will probably be changing frequently. to do this, open a terminal and run the following, adjusting paths as needed: <pre>
cd c:\chipwhisperer\software
python setup.py develop</pre>
If ''In Linux, you wish might need to run this as root:''<code>sudo python setup.py develop</code> The installation is now finished. To confirm the installation worked, you can run ChipWhispererAnalyzer in the same terminal:
<pre>cd c:\chipwhisperer\software\chipwhisperer\
python CWAnalyzer.pyw</pre>
Alternatively you can just double-click on <code>CWAnalyzer.py</code> from Windows explorer, which should run the file using Python, ''provided you've registered Python to execute the .py extension''.
You Alternatively you can see a [http://wwwjust double-click on <code>CWAnalyzer.youtube.compy</watch?v=qd86cUD8iBs&hd=1 Video] of code>, which should run the Installation Procedure:file using Python, ''provided you've registered Python to execute the .py extension''.
You can see a [[Filehttp:Youtube-win7-install//www.png|YouTubeWin7Installyoutube.com/watch?v=qd86cUD8iBs&hd=1 Video]]_of the installation procedure:
== Linux ==As in the Windows release, you can download a complete ChipWhisperer software release. Alternatively you can clone the ChipWhisperer repository with git, which is very simple on Linux[[File<syntaxhighlight lang="bash">$ git clone git://git.assembla.com/chipwhisperer.git$ cd chipwhisperer$ git clone git://git.assembla.com/openadc.git</syntaxhighlight >Be aware that the git code may be broken, although we try not to commit completely untested code to the master branch. Either way once you have the chipwhisperer directory somewhere, do the following from within that directory:<syntaxhighlight lang="bash">$ cd software$ sudo python setup.py develop$ cd ../openadc/controlsw/python$ sudo python setup.py develop</syntaxhighlight > '''NB''': This assumes the python command links to PythonYoutube-2.7, and not Pythonwin7-3.x. You may need to specify either python2.7 or python27 as the command instead of python to force thisinstall== Mac ==png|YouTubeWin7Install]]_
Approved_users
510
edits

Navigation menu