-
Notifications
You must be signed in to change notification settings - Fork 10
Building Hello World
Peter Saunderson edited this page Aug 30, 2015
·
7 revisions
Home / Tutorial Index / Getting started
Creating the SD Card Building the FPGA
Copy the hello world folders to the target
$ cd parallella/examples/epiphany
$ rcp -r ./hello_world [email protected]:/home/root
$ rcp setup-epiphany-sdk-on-target.sh [email protected]:/home/root
ssh to the parallella and compile the hello world program
$ ssh [email protected]
$ source setup-epiphany-sdk-on-target.sh
$ cd hello_world
$ make
Run the hello world program on the parallella
$ /usr/epiphany/bin/hello_world