Skip to content

Latest commit

 

History

History
53 lines (50 loc) · 1.62 KB

setup_development_environment.md

File metadata and controls

53 lines (50 loc) · 1.62 KB

Table of contents (steps)

1. Create an AWS account
2. Generate SSH keys
3. Create S3 credential
4. Request access to Amazon EC2 F1 instances
5. Create an AMI instance
6. Configure S3 bucket
7. Setup development environment
8. Simulate the design
9. Build the hardware design
10. Generate the AFI
11. Program the FPGA
12. Compile the runtime of the design
13. Bookkeping the AFI

7. Setup development environment

  1. Connect to the FPGA AMI instance via ssh
  2. Get Amazon F1 development environment git clone https://github.com/aws/aws-fpga.git
  3. Setup the Amazon shell or hardware framework by cd aws-fpga && source hdk_setup.sh
  4. Install any other package you will like, i.e. sudo yum install -y tmux vim