Commit 0462f8fd by Andreas Brokalakis Committed by GitHub

Update README.md

parent b5e78105
Showing with 13 additions and 1 deletions
......@@ -50,11 +50,23 @@ If you do not already have an AWS account, you should follow these steps to esta
<a name="createapp"></a>
# Obtain application files and prepare the instance for execution of the accelerated application
To obtain all required files for the demonstration application, clone this repository:
1. To obtain all required files for the demonstration application, clone this repository:
```
$ git clone https://github.com/kingmouf/EDRA_demo.git $EDRA_DEMO_DIR
```
By cloning the repository you will find in the *edra_demo* folder the following files:
* host : this is the application executable
* dataEV.txt , dataLEFT.txt, dataRIGHT.txt , dataIn.txt and dataOut.txt : these are the data files required by the application
* plfDNACore.hw.xilinx_aws-vu9p-f1-04261818_dynamic_5_0.awsxclbin : this is the binary file that contains the accelerator image
2. In your EC2 console, you can see your instances and should you have launched successfully the F1 instance, it will be marked as *running*. You need to notice the Public DNS (IPv4) field, as this is going to provide the IP address that you need in order to SSH to the instance.
To connect to your instance you will need the .pem file that you have downloaded. You can connect as the user *centos* using SSH:
```
$ ssh -i <.pem file> centos@<instance_ip>
```
<a name="gitsetenv"></a>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment