Skip to content

Building Hello World

Peter Saunderson edited this page Aug 30, 2015 · 7 revisions

Home / Tutorial Index / Getting started

Previous - Creating the SD Card [Next - 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

Previous - Creating the SD Card [Next - 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