Difference between revisions of "Beagleboard:BeagleBoneBlack Debian"

From eLinux.org
Jump to: navigation, search
m (Timezone: detail timezone info.)
m (Checking debian version)
Line 4: Line 4:
 
[[Category: BeagleBoard]]
 
[[Category: BeagleBoard]]
 
This page is about running the [https://wiki.debian.org/ArmHardFloatPort armhf] port of [http://www.debian.org/ Debian] distribution at [[BeagleBoard]].  The latest beagleboard.org image can be found at: http://beagleboard.org/latest-images
 
This page is about running the [https://wiki.debian.org/ArmHardFloatPort armhf] port of [http://www.debian.org/ 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 =
 
= FAQ =

Revision as of 09:19, 19 March 2014

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