BeagleServerInstall

Differences between revisions 1 and 2
Revision 1 as of 2010-04-23 10:55:57
Size: 1323
Editor: p5098ed03
Comment:
Revision 2 as of 2010-05-07 09:20:07
Size: 1327
Editor: p5098ed03
Comment:
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
Get the lucid-server-armel+omap.img image file from http://cdimage.ubuntu.com/ubuntu-server/ports/daily/current/ Get the ubuntu-10.04-server-armel+omap.img image file from http://cdimage.ubuntu.com/ports/releases/lucid/release/
Line 10: Line 10:
wget http://cdimage.ubuntu.com/ubuntu-server/ports/daily/current/lucid-server-armel+omap.img wget http://cdimage.ubuntu.com/ports/releases/lucid/release/ubuntu-10.04-server-armel+omap.img

This page describes how to do a server install of Ubuntu Lucid (10.04) on a Beagle C4 board.

Requirements

You will need an SD card, a USB disk/key and a powered USB hub.

Downloading the installer files

Get the ubuntu-10.04-server-armel+omap.img image file from http://cdimage.ubuntu.com/ports/releases/lucid/release/

wget http://cdimage.ubuntu.com/ports/releases/lucid/release/ubuntu-10.04-server-armel+omap.img

Preparation work

Write the image file to an SD card:

sudo dd if=/part/to/img/file of=/dev/mmcblk0

Attach your display and a keyboard to the beagle.

If your NAND setup is still the default that was shipped with the beagle you can just boot now.

In case your uboot setup is not able to boot a boot.scr file anymore, use the following uboot commands in a serial console to boot from the Ubuntu SD card:

OMAP3 beagleboard.org # mmc init
OMAP3 beagleboard.org # fatload mmc 0 0x82000000 boot.scr
...
OMAP3 beagleboard.org # source 0x82000000

Installing

After kernel and initramfs were loaded from the SD you will be presented with a debian-installer screen on the attached DVI display.

Just follow the installation process, at the end you will have a fully working Ubuntu server installation on your beagleboard.

ARM/BeagleServerInstall (last edited 2010-05-07 09:35:03 by p5098ed03)