Page 1 of 1

Barebones programming for Parallela

PostPosted: Tue Dec 16, 2014 9:50 pm
by LionelMugridge
Are there any resources for bare-metal ("OS free") programming with the Parallela? Something similar to: http://www.raspberrypi.org/forums/viewt ... 72&t=72260

Thanks!

Re: Barebones programming for Parallela

PostPosted: Wed Dec 31, 2014 2:09 pm
by aolofsson
The epiphany is running bare metal as default, plenty of examples on github. (parallella-examples and epiphany-examples).

In terms of the zynq, ARM here is on example:
http://www.xilinx.com/support/documenta ... tex-a9.pdf

If you have a serial cable, you can also try launching bare metal programs directly from u-boot.

Andreas