Thought of using BeagleBone for my robotics projects. Decided to use ubuntu as I can use ROS with it.
Followed the steps mentioned on elinux.org BeagleBoardUbuntu wiki page
Got the prebuilt ubuntu Precise 12.04 image
wget http://rcn-ee.net/deb/rootfs/precise/ubuntu-12.04-r4-minimal-armhf-2012-07-16.tar.xz
Verified Image with:
md5sum ubuntu-12.04-r4-minimal-armhf-2012-07-16.tar.xz
84dc6bb4c4d74ea2d45faf9aef80b819 ubuntu-12.04-r4-minimal-armhf-2012-07-16.tar.xz
Unpacked the Image:
tar xvf ubuntu-12.04-r4-minimal-armhf-2012-07-16.tar.xz
cd ubuntu-12.04-r4-minimal-armhf-2012-07-16
checked the location of my SD card with.
sudo ./setup_sdcard.sh --probe-mmc
My SD card was present at /dev/sdb
Installed Image with the help of Install script for board.
sudo ./setup_sdcard.sh --mmc /dev/sdb --uboot bone
Unmounted the SD card from PC, inserted into BeagleBone Board and booted the board. After board was booted without any issues, logged in using default user name and password.
Default user: ubuntu pass: temppwd
