Skip to content

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 root@parallella-hdmi.local:/home/root
$ rcp setup-epiphany-sdk-on-target.sh root@parallella-hdmi.local:/home/root

ssh to the parallella and compile the hello world program

$ ssh root@parallella-hdmi.local
$ source setup-epiphany-sdk-on-target.sh
$ cd hello_world
$ make

Run the hello world program on the parallella

$ /usr/epiphany/bin/hello_world

Creating the SD Card Building the FPGA

Getting Started



More on FPGA development

More on Epiphany development

More on Linux Distribution


Summary and Quick Start

Clone this wiki locally