Difference between revisions of "Parallella Debian"

From eLinux.org
Jump to: navigation, search
(Created page with "Category:Parallella Category:Linux ==Introduction== A reasonably minimal Debian 7.0/armhf development system with: * Debian base and a few useful extras (locales, d...")
 
 
Line 27: Line 27:
 
* COPRTHR 1.6-CURRENT (18.02.14)
 
* COPRTHR 1.6-CURRENT (18.02.14)
  
Download: [http://disk.abopen.com/parallella/debian/9600-debian7-parallella-190214.img.bz2 288M bzip2 compressed file] (expands to ~1.5G)
+
Download: [http://disk.abopen.com/parallella/debian/9600-debian7-parallella-190214.img.bz2 288M bzip2 compressed file, expands to ~1.5G] (md5: f6c4569faa0ec7611d4184c381a1bbdb)
  
 
==Using==
 
==Using==

Latest revision as of 06:20, 6 May 2014


Introduction

A reasonably minimal Debian 7.0/armhf development system with:

  • Debian base and a few useful extras (locales, dialog, openssh-server, ntpdate, python, sudo, less, avahi-daemon)
  • ARM toolchain and friends (build-essential, automake, autotools-dev, libtool, cmake, bison, flex)
  • Epiphany SDK
  • COPRTHR SDK (OpenCL, STDCL etc) and dependencies (including libboost-dev for examples)

Root filesystem = ~930M.

Intended to be used "headless", although X11 and OpenJDK (for the Eclipse IDE) etc. can easily be installed.

Please note that this is not an official/supported distribution.

Releases

19th February 2014

Main software versions:

  • Debian 7.0
  • eSDK 5.13.09.10
  • COPRTHR 1.6-CURRENT (18.02.14)

Download: 288M bzip2 compressed file, expands to ~1.5G (md5: f6c4569faa0ec7611d4184c381a1bbdb)

Using

Simply write to a microSD card using dd, e.g.:

$ sudo dd if=9600-debian7-parallella-190214.img bs=4M of=/dev/sdb

Login: epiphany / password: parallella

Note that the serial console (ttyPS0) automatically drops into a root shell also.