Compiled Angstrom For Beagleboard

I finished compiling the latest Angstrom for the Beagleboard. I did:

bitbake base-image
bitbake console-image x11-image

Within the output, where can I find the MLO file that gets copied to the SD card? Do I still have to bitbake that?

Where do I find x-load.bin.ift? Do I still have to bitbake that?

Thanks

Bob Cochran

'bitbake x-load' took care of both x-load.bin.ift and MLO.

Bob