As of August 2020 the site you are on (wiki.newae.com) is deprecated, and content is now at rtfm.newae.com.

Difference between revisions of "Installing ChipWhisperer/Using VMWare Virtual Machine"

From ChipWhisperer Wiki
Jump to: navigation, search
m
 
(2 intermediate revisions by one other user not shown)
Line 2: Line 2:
  
 
# Install the [https://my.vmware.com/web/vmware/free#desktop_end_user_computing/vmware_player/7_0 VMWare Player software] (free). Note that this program is available for Windows and Linux - if you're running a Mac, you're out of luck.  
 
# Install the [https://my.vmware.com/web/vmware/free#desktop_end_user_computing/vmware_player/7_0 VMWare Player software] (free). Note that this program is available for Windows and Linux - if you're running a Mac, you're out of luck.  
# Download a ChipWhisperer virtual machine image release. The current latest release with a VM image is [https://github.com/newaetech/chipwhisperer/releases/tag/3.2.0 v3.2.0].
+
# Download a ChipWhisperer virtual machine image release. Look for the latest release (4.0.1 as of now).
# Unzip the VMWare image and open the file <code>ChipWhisperer Lubuntu 32-bit.vmx</code> in VMWare Player.
+
# Unzip the VMWare image and open the file <code>ChipWhisperer xxxxx.vmx</code> in VMWare Player.
 
Once you've opened this, you may want the latest version of the ChipWhisperer software - the version packaged with the VM image could be quite old. To do this, open LXTerminal in Ubuntu and run the following commands:
 
Once you've opened this, you may want the latest version of the ChipWhisperer software - the version packaged with the VM image could be quite old. To do this, open LXTerminal in Ubuntu and run the following commands:
 
<pre>
 
<pre>
Line 14: Line 14:
 
</pre>
 
</pre>
 
For example, <code>git checkout 0.11RC</code> will move back to the 0.11 release. <code>git checkout master</code> will always give you the latest software.
 
For example, <code>git checkout 0.11RC</code> will move back to the 0.11 release. <code>git checkout master</code> will always give you the latest software.
 +
 +
<b>The password for the default account <code>cwuser</code> is <code>cwpassword</code></b>
  
 
There's an old [https://www.youtube.com/watch?v=UrtsWAJa0m4&hd=1 Youtube tutorial] of this setup available online.
 
There's an old [https://www.youtube.com/watch?v=UrtsWAJa0m4&hd=1 Youtube tutorial] of this setup available online.

Latest revision as of 05:49, 14 May 2018

If this is your first time using the ChipWhisperer toolchain, the easiest way to start is to use a virtual machine with everything already set up for you.

  1. Install the VMWare Player software (free). Note that this program is available for Windows and Linux - if you're running a Mac, you're out of luck.
  2. Download a ChipWhisperer virtual machine image release. Look for the latest release (4.0.1 as of now).
  3. Unzip the VMWare image and open the file ChipWhisperer xxxxx.vmx in VMWare Player.

Once you've opened this, you may want the latest version of the ChipWhisperer software - the version packaged with the VM image could be quite old. To do this, open LXTerminal in Ubuntu and run the following commands:

cd chipwhisperer
git pull

If you ever want to switch versions, you can run

git checkout <release number>

For example, git checkout 0.11RC will move back to the 0.11 release. git checkout master will always give you the latest software.

The password for the default account cwuser is cwpassword

There's an old Youtube tutorial of this setup available online.