This repository contains the ChipWhisperer-Husky information.
- The interface code is part of ChipWhisperer.
- The examples are part of the ChipWhisperer-Jupyter examples.
- The full documentation is on the NewAE RTFM site.
Navigate to ChipWhisperer-Husky/src
, clone the naeusb submodule (git submodule update --init naeusb
),
and build with make -j
.
You can get a more verbose output by running make as follows: make -j VERBOSE=TRUE
You can program an attached Husky by running make program
.