Michael Shiloh wrote:
> I'm working on getting linux installed on my CATS board.
>
> I'm cross-compling from an X86 running RedHat 7.1.
>
> Kernel source: 2.4.6
> Kernel patches: 2.4.6-rmk1
This may well not run on your board - is there any support for CATS at
all yet, or is that what you are planning on working on...
[..snip..]
>
> boot> boot cd0:/vmlinux
> Loading cd0:/vmlinux to 10000000
> raw: 2258605 total=0x2276ad
> exec: No entry point
What format does your bootloader expect the image to be in? - the zImage
(and vmlinux too??) images you have built will be elf... if your
bootloader expects to be able to start executing from the start of the
image then these images wont work - if this is the case then try just
stripping the elf header off the start of zImage and booting with this
_______________________________________________
http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm
Please visit the above address for information on this list.