>Did you find something useful ? I have to write some kind of bootloader
>code for a prototype SA-110 based board (I also have an esba285 for
>experiments), and I'm desperately trying to find some sample code. What
>I'm mainly looking for is an example of a proper Makefile for generating
>a bootstrap code (without header of with a custom-made header). I'm quite
>new to the gcc/egcs toolchain (and to linux world in general) and it's a
>little bit difficult when you have to learn everything at the same time !

Objcopy can convert from ELF or a.out to a flat binary file.  See the kernel 
build process for examples.  I can also send you an example of how to load the 
kernel on a CATS using firmware that just loads a binary image and jumps to 
its first instruction.

p.


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

Reply via email to