Beagleboard:BeagleBoneBlack Debian

From eLinux.org
Revision as of 09:19, 19 March 2014 by RobertCNelson (talk | contribs) (Checking debian version)
Jump to: navigation, search

This page is about running the armhf port of Debian distribution at BeagleBoard. The latest beagleboard.org image can be found at: http://beagleboard.org/latest-images

Checking The Debian Image Version

TODO: copy /etc/dogtag to ID.txt in fat partition.

root@beaglebone:~# cat /etc/dogtag 
BeagleBoard.org BeagleBone Debian Image 2014-03-04

FAQ

Timezone

By default this image is setup to display time in utc mode. If you would like to change this to your local region.

dpkg-reconfigure tzdata

or:

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