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

110 bytes added, 00:30, 12 January 2018
m
Adding the --user flag to the setup process by suggestion from user of ChipWhisperer
git clone git@github.com:newaetech/chipwhisperer.git
cd chipwhisperer/software
python setup.py develop--user
</pre>
The user flag installs ChipWhisperer in the user's <b>local</b> python site-packages directory.
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:
git submodule update
cd openadc/controlsw/python
python setup.py develop--user
</pre>

Navigation menu