BabbageJauntyBetaInstall

Differences between revisions 10 and 11
Revision 10 as of 2009-03-26 07:55:49
Size: 2060
Editor: p5098ed03
Comment:
Revision 11 as of 2009-03-26 07:56:50
Size: 2057
Editor: p5098ed03
Comment:
Deletions are marked like this. Additions are marked like this.
Line 13: Line 13:
Plug in the SD card into the SD card slot of your babbage board, you need a USB Key/Disk as target device attached. Plug the SD card into the SD card slot of your babbage board, you need a USB Key/Disk as target device attached.

This page describes how to install a Jaunty beta image to a babbage board.

Preparation

First of all you need to dd the image from http://cdimage.ubuntu.com/custom/20090325-armel+imx51/ to an SD card

sudo dd if=./jaunty-desktop-armel+imx51.img of=/dev/mmcblk0

(assuming your SD card is called /dev/mmcblk0)

Known Issues

Plug the SD card into the SD card slot of your babbage board, you need a USB Key/Disk as target device attached.

Power up your board, it will boot into a live session. Directly after booting open a terminal and kill the gnome-keyring-daemon process to work around bug #328167

pkill -9 gnome-keyring-daemon

To work around bug #348504 stop syslogd now with the following command

sudo /etc/init.d/sysklogd stop

Now just doubleclick the "Install" icon on the desktop and follow the normal install procedure.

Warning /!\ Note that you will likely run into bug #348411 (don't select /dev/mmcblk0 as target device during partitioning)

Warning /!\ Please note down the target device you picked for installation during the partitioning step, you will need that information later !

The install will currently finish with a crash message, you can safely ignore it (this is bug #348660)

Finalizing the install

Now you need to make your SD card a boot device (the babbage currently only boots from SD) to achieve this, do the following:

Download the redboot tools package from http://ports.ubuntu.com/ubuntu-ports/pool/universe/r/redboot-tools/ Install this package

sudo dpkg -i /path/to/the/downloaded/package

Find the UUID of your target device now

sudo blkid <device path of the target device you noted down before>

Now use the fconfig tool to set a new bootscript on the SD card you installed from

sudo fconfig -w -d /dev/mmcblk0 -o 0x5F000 -n boot_script_data -x 'fis load initramfs\fis load kernel\e -r 0x1000000 -s 4530483 -c "console=ttymxc0,115200 console=tty1 root=UUID=<the UUID you determined with the former command>"'

BabbageJauntyBetaInstall (last edited 2009-04-18 08:14:45 by serris)