> so i've made a mistake, my bootloader is expecting a axf file not an
> aif. it's my understand that an axf is simply an arm
> executable, right?
> if so anything that is a standard binary compiled with the
> arm-gcc would
> be considered an axf file, correct? if that is correct, then
> i can just
> load a copy of the uncompressed kernel image for bootloader?
AFAIK an axf file is just an elf file by another name, so if you bootloader
can deal with axf files it ought to be able to deal with your kernel.
Clive
_______________________________________________
http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm
Please visit the above address for information on this list.