Difference between revisions of "Beagleboard:BeagleBoneBlack Debian"

From eLinux.org
Jump to: navigation, search
m (add title..)
m (Timezone)
Line 9: Line 9:
 
== Timezone ==
 
== Timezone ==
 
  dpkg-reconfigure tzdata
 
  dpkg-reconfigure tzdata
 +
 +
or via non interactive mode
 +
echo "Europe/Zurich" > /etc/timezone
 +
dpkg-reconfigure -f noninteractive tzdata
  
 
= Debian Build Instructions =
 
= Debian Build Instructions =

Revision as of 08:26, 14 March 2014

This page is about running a (ARM EABI) Debian distribution at BeagleBoard. The latest beagleboard.org image can be found at: http://beagleboard.org/latest-images

FAQ

Timezone

dpkg-reconfigure tzdata

or via non interactive mode

echo "Europe/Zurich" > /etc/timezone 
dpkg-reconfigure -f noninteractive tzdata

Debian Build Instructions

You'll want a fairly beefy ARM system to run this script.

git clone git://github.com/beagleboard/image-builder.git
cd image-builder
./beagleboard.org_image.sh