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 Git

4 bytes removed, 17:48, 10 February 2017
no edit summary
If you want the cutting-edge version of ChipWhisperer, you can clone the repository. If you have Git already set up, this is easy to do:
<codepre>
git clone git@github.com:newaetech/chipwhisperer.git
cd chipwhisperer/software
python setup.py develop
</codepre>
You may also want the OpenADC software, which is necessary to build new firmware for the ChipWhisperer FPGA. This is unnecessary for most users. If you need it:
<codepre>
cd ..
git clone git://git.assembla.com/openadc.git
cd openadc/controlsw/python
python setup.py develop
</codepre>
Approved_users
510
edits

Navigation menu