Can someone out there who is running a linux kernel on an
        EBSA285 board please explain how to take the vmlinux generated
        by 'make all' and get the thing to boot on an ebsa285 using
        tools which are publicly available. [Sorry if I sound frustrated
        only I'm trying to write my own boot loader (for linnux for an
        ebsa285) and is driving me cRaZYYY :-)]

You can use: 
        arm-linux-objcopy vmlinux -O binary kernel_image

To generate a binary image of the kernel. Create the initialisation code
for the EBSA-285 (initialize SDRAM etc), let this code copy the code
after its own code to address 0x8000. Merge the two files: 
        cat init_image kernel_image >boot_kernel

Put it somewhere in the flash (I can (still) mail you a small util to
program the flash) 

Make sure the code gets executed :-)

greetings,

Mark.
unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]

Reply via email to