[beagleboard] after "bitbake base-image"

Okay I have the following files:

Angstrom-base-image-glibc-ipk-2010.4-test-20100423-beagleboard.rootfs.jffs2

Angstrom-base-image-glibc-ipk-2010.4-test-20100423-beagleboard.rootfs.tar

Angstrom-base-image-glibc-ipk-2010.4-test-20100423-beagleboard.rootfs.tar.bz2

Angstrom-base-image-glibc-ipk-2010.4-test-20100423-beagleboard.rootfs.ubi

Angstrom-base-image-glibc-ipk-2010.4-test-20100423-beagleboard.rootfs.ubifs

Angstrom-base-image-glibc-ipk-2010.4-test-20100423-beagleboard-testlab

base-image-beagleboard.jffs2

base-image-beagleboard.tar

base-image-beagleboard.tar.bz2

base-image-beagleboard.ubi

config-2.6.32-r70+gitr7b8926aa626991fa087b00f6bbc1fb6b0e8269b0-beagleboard.config

config-2.6.32-r70+gitrda0c86a8f3bd57fad0ccd05eb1b5e3326d7f36aa-beagleboard.config

config-beagleboard.config

modules-2.6.32-r70+gitr7b8926aa626991fa087b00f6bbc1fb6b0e8269b0-beagleboard.tgz

modules-2.6.32-r70+gitrda0c86a8f3bd57fad0ccd05eb1b5e3326d7f36aa-beagleboard.tgz

modules-beagleboard.tgz

ubinize.cfg

u-boot-beagleboard-2010.03-rc1+r46+gitr946351081bd14e8bf5816fc38b82e004a0e6b4fe-r46.bin

u-boot-beagleboard.bin

uImage-2.6.32-r70+gitr7b8926aa626991fa087b00f6bbc1fb6b0e8269b0-beagleboard.bin

uImage-2.6.32-r70+gitrda0c86a8f3bd57fad0ccd05eb1b5e3326d7f36aa-beagleboard.bin

uImage-beagleboard.bin

How does one build an SD card with these files to run on the beagle board….

thx

I've just built 2.6.29.
I've found the uImage in angstrom-dev/rootfs/boot/uImage-2.6.29-omap1,
and the filesystem in angstrom-dev/rootfs/ in uncompressed form. I
copied these to my SD card with the MLO and uboot that I had
originally from the pre-built demo page (http://www.angstrom-
distribution.org/demo/beagleboard/).
It worked as well as the 2.6.29 pre-built - the USB didn't work, which
it did with 2.6.28 but not with 2.6.29 pre-built.
I'm just trying to make some progress in the hope I'll gradually learn
what's going on.

How come you built 2.6.32? What OE repository contains that? Maybe
that will fix the USB problem.
My build was based on http://www.angstrom-distribution.org/building-angstrom
which selects the origin/stable/2009 repository..
git checkout origin/stable/2009 -b stable/2009

Regards,

Peter