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

CW1002 ChipWhisperer Capture Rev2

747 bytes added, 18:35, 13 June 2016
ChipWhisperer-Capture Rev2 Specific Software Instructions
== ChipWhisperer-Capture Rev2 Specific Software Instructions ==
=== Installing Drivers for CaptureRev2 on Windows ===
The following is specific to ChipWhisperer Capture Rev2 hardware. Using the mini-usb cable, plug in the ChipWhisperer Capture Rev2. Note that only an internal LED will turn on when this happens - the LEDs on the front panel are controlled by the internal FPGA. They will not be active until you actually communicate with the unit.
=== CWCR2: Using the AVR Programmer on Windows ===
<ol start="5" style="list-style-type: decimal;">
[[File:Youtube-win7-target.png|link=http://www.youtube.com/watch?v=gy6-MBvVvy4&hd=1]]
 
=== Using the AVR Programmer on Linux ===
 
To use the AVR Programmer from Linux, you again need to pass control of the device to a special group. Create a file called <code>/etc/udev/rules.d/99-avrisp.rules</code> . The contents of this file should be:
 
<pre># allow users to claim the device
SUBSYSTEM=="usb", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2104", MODE="0664", GROUP="plugdev"</pre>
You'll have to add yourself to the plugdev group if you haven't already:
 
<pre>$ sudo usermod -a -G plugdev YOUR-USERNAME</pre>
And reset the udev system:
 
<pre>$ sudo udevadm control --reload-rules</pre>
Finally log out &amp; in again for the group change to take effect.
 
You can now use the programmer with the 'avrdude' software.
== I/O Connections ==
Approved_users, bureaucrat, administrator
1,956
edits

Navigation menu