Gateware

The USB2Sniffer board is factory programmed with the default gateware.

Prebuilt Bitstreams

(Recommended) Precompiled versions are available for download:

git clone git@github.com:lambdaconcept/usbsniffer.git
cd usbsniffer

mkdir -p build/gateware/
cp ~/Downloads/top.bin build/gateware/
openocd -f openocd/openocd.cfg

Build

To build the gateware manually follow instructions as explained in README here:

Short instructions:

git clone git@github.com:lambdaconcept/usbsniffer.git
cd usbsniffer

python usbsniffer.py
openocd -f openocd/openocd.cfg