>Once I get my application built and an arm kernal image
>(iZimage) I'm not quite clear on the process for downloading
>to the brutus. The intel documentation on their web site
>calls for creating a ramdisk.gz file containing the the
>application and c library (?). But not the kernel? I thought
>this ramdisk would be the boot device?
The ramdisk doesn't contain the kernel; the two are downloaded separately.
Yes, the ramdisk is the boot/initial root device.
>built angelboot from the code in angelboot.tgz. Apparently angelboot
>needs to be pointed at a zImage and it will communicate with the
>ANGEL monitor on the brutus to download both the kernel image
>and the ramdisk. I'm not sure what happens after that.
That's right. Both the kernel and the ramdisk image are downloaded to
particular addresses in RAM, and then control just passes to the kernel. It
uncompresses itself, locates the RAM disk image and away you go.
p.
unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]