Beagleboard:BeagleBoneBlack Debian

From eLinux.org
Revision as of 09:20, 19 March 2014 by RobertCNelson (talk | contribs) (md5sum of imagse)
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

Debian Releases

http://beagleboard.org/latest-images

2014-03-04

wget https://s3.amazonaws.com/beagle-debian/BBB-eMMC-flasher-debian-7.4-2014-03-04-2gb.img.xz
md5sum BBB-eMMC-flasher-debian-7.4-2014-03-04-2gb.img.xz
fd15e685b328eca7ec31e6edd72ac6f6  BBB-eMMC-flasher-debian-7.4-2014-03-04-2gb.img.xz
wget https://s3.amazonaws.com/beagle-debian/bone-debian-7.4-2014-03-04-2gb.img.xz
md5sum bone-debian-7.4-2014-03-04-2gb.img.xz
49c1dd902841560a80fba89bfd940a74  bone-debian-7.4-2014-03-04-2gb.img.xz