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/Required Tools - Linux

1 byte removed, 14:47, 1 May 2018
no edit summary
== <h4> Python ==</h4>On Linux, installing Python &amp; all the associated packages is much easier than on Windowsstraightforward. Typically you can install them from a package manager, if you are using Fedora Core or similar, just type:
<pre>$ sudo yum install python27 python27-devel python27-libs python-pyside numpy scipy python-configobj pyusb
</pre>
== <h4> Getting the AVR Toolchain ==</h4>
Many of the tutorials use the AVR XMEGA microcontrollers as a target. In order to compile code for these targets, you'll need the AVR toolchain. This is easy to set up:
<pre>
</pre>
== <h4> Hardware Drivers ==</h4>
The ''driver'' for Linux is built in, however you need to allow your user account to access the peripheral. To do so, you'll have to make a file called <code>/etc/udev/rules.d/99-newae.rules</code> . The contents of this file should be:
Finally log out &amp; in again for the group change to take effect.
You can always find the latest version of this file in [https://app.assemblagithub.com/spacesnewaetech/chipwhisperer/git/sourceblob/master/hardware/99-newae.rules GIT].
== <h4> FTDI Hardware Driver (SASEBO-W, SAKURA-G, SASEBO-GII) ==</h4>
'''This is only required for supporting FTDI-connected hardware''' such as the SASEBO-W, SAKURA-G, SASEBO-GII. This is NOT required for the ChipWhisperer Capture Rev2.

Navigation menu