|
Message
From: Matjaz Breskvar<matjaz.breskvar@b...>
Date: Tue Dec 11 00:20:18 CET 2007
Subject: [openrisc] How to generate executable image for OR32
* tvaghela@s... (tvaghela@s...) wrote: > Hi all, > I had been able to generate vmlinux from Linux 2.6 kernel. Its kernel size > is 52MB. Now i want to make it executable image for OR32. > > I dont know how to generate executable linux image from compiled one. > It would be better if anyone can help me. > > I used Linux 2.6.19.7 version > ucLibc 0.9.28.3 > gcc - 3.4.4 > binutils - 2.16.1 > > > Second thing i noticed that, in almost architecture they have boot > folder but in or32 architecture, there is no boot folder. Does it has other > method for booting?
you will probably want to generate a binary image (objcopy -O binary vmlinux out.bin) if you load that to begining of the memory where the exception vectors are it should work.
r, p.
|
 |