As of August 2020 the site you are on (wiki.newae.com) is deprecated, and content is now at rtfm.newae.com. |
Installing ChipWhisperer/Installing ChipWhisperer from Git
From ChipWhisperer Wiki
< Installing ChipWhisperer
Revision as of 09:33, 10 July 2017 by Gdeon (Talk | contribs) (Use git submodule commands instead of manually cloning)
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:
git clone git@github.com:newaetech/chipwhisperer.git cd chipwhisperer/software python setup.py develop
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:
cd .. git submodule init git submodule update cd openadc/controlsw/python python setup.py develop