Skip to content

Instantly share code, notes, and snippets.

@gipi
Last active June 13, 2017 16:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gipi/dd21ba880cfe1c22d23aba390f2812d0 to your computer and use it in GitHub Desktop.
Save gipi/dd21ba880cfe1c22d23aba390f2812d0 to your computer and use it in GitHub Desktop.
#ChipWhisperer

ChipWhisperer

Wiki | Forum | GIT

Installing ChipWhisperer software

These are the dependencies on a Debian system

# apt-get install libqtwebkit-dev libqt4-dev
$ pip install pyside pyusb pyqtgraph numpy scipy

Then, from inside the repo

$ cd software
$ python setup.py develop
$ cd ..
$ chipwhisperer-cap

Remember to add the file /etc/udev/rules.d/99-newae.rules with the following line

# CW-Lite
SUBSYSTEM=="usb", ATTRS{idVendor}=="2b3e", ATTRS{idProduct}=="ace2", MODE="0664", GROUP="plugdev"

Build target's firmware

$ make -C hardware/victims/firmware/simpleserial-base/ PLATFORM=CW303

To flash it, Tools > CW-lite XMEGA programmer

Tutorial

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment