Re: linux booting

2010-02-21 Thread Xiangfu Liu
Jigar Jajal wrote: On 2/18/2010 5:05 PM, Shankar Ganesh wrote: On Thu, Feb 18, 2010 at 3:44 AM, Kalpesh Rathod kalpeshrat...@gmail.com mailto:kalpeshrat...@gmail.com wrote: Hi, bootm 0xaddr What is the significance of this address ? Is this has any correlation

Re: linux booting

2010-02-18 Thread Kalpesh Rathod
Hi, bootm 0xaddr What is the significance of this address ? Is this has any correlation with lds file ? or i can use any random address ? This is the entry point of the uImage. You can find it by objdump vmlinux -x | grep start address where, vmlinux is the image from which uImage was

Re: linux booting

2010-02-18 Thread Shankar Ganesh
On Thu, Feb 18, 2010 at 3:44 AM, Kalpesh Rathod kalpeshrat...@gmail.comwrote: Hi, bootm 0xaddr What is the significance of this address ? Is this has any correlation with lds file ? or i can use any random address ? This is the entry point of the uImage. You can find it by

Re: linux booting

2010-02-18 Thread Jigar Jajal
On 2/18/2010 5:05 PM, Shankar Ganesh wrote: On Thu, Feb 18, 2010 at 3:44 AM, Kalpesh Rathod kalpeshrat...@gmail.com mailto:kalpeshrat...@gmail.com wrote: Hi, bootm 0xaddr What is the significance of this address ? Is this has any correlation with lds file ? or

Re: linux booting

2010-02-18 Thread shankarGanesh
there is no relation between this address and address specified in lds, please CMIIW. Thanks for your help . Regards, Shankar -- To unsubscribe from this list: send an email with unsubscribe kernelnewbies to ecar...@nl.linux.org Please read the FAQ at

linux booting

2010-02-17 Thread Shankar Ganesh
Hi , I have a doubt regarding u-boot command when booting linux bootm 0xaddr What is the significance of this address ? Is this has any correlation with lds file ? or i can use any random address ? Regards, Shankar

Re: linux booting

2010-02-17 Thread Chetan Nanda
On Thu, Feb 18, 2010 at 11:23 AM, Shankar Ganesh shankargane...@gmail.comwrote: Hi , I have a doubt regarding u-boot command when booting linux bootm 0xaddr when booting linux from u-boot, linux kernel image 'uImage' must be in stored in RAM. address specified in bootm is the address where

Re: problem with linux booting

2007-10-19 Thread Bernd Petrovitsch
On Fre, 2007-10-19 at 15:54 +0530, rahul yadav wrote: [...] I am a beginner in the linux kernel programming. In fact I have to start it. I have 2 problems: 1. As a beginner i downloaded a kernel(2.6.15.1) from the internet(www.kernel.org) and then compiled it got an image of size aroung

Re: problem with linux booting

2007-10-19 Thread Thomas Petazzoni
Le Fri, 19 Oct 2007 14:12:29 +0200, Thomas De Schampheleire [EMAIL PROTECTED] a écrit : You copied the wrong file. Which file exactly did you copy? after compliation one executable with the name vmlinux is created. that i copied. The file you probably need is inside

Re: problem with linux booting

2007-10-19 Thread rahul yadav
Hi Bernd, Thanks for the reply. But my problem is still existing. You copied the wrong file. Which file exactly did you copy? *after compliation one executable with the name vmlinux is created. that i copied.* Use the file commandline tool and see what it tells you about the original kernel

problem with linux booting

2007-10-19 Thread rahul yadav
Hi all I am a beginner in the linux kernel programming. In fact I have to start it. I have 2 problems: 1. As a beginner i downloaded a kernel(2.6.15.1) from the internet( www.kernel.org) and then compiled it got an image of size aroung 37MB. and pasted it in the folder where my original kernel

Re: problem with linux booting

2007-10-19 Thread dev
Hey, I had once ran into a problem with FC5 because FC5 used xen as a hypervisor, and didn't work with normal kernel compiles. Maybe thats a problem over here? Regards, dev -- To unsubscribe from this list: send an email with unsubscribe kernelnewbies to [EMAIL PROTECTED] Please read the FAQ at

Re: problem with linux booting

2007-10-19 Thread Thomas De Schampheleire
Hi, On 10/19/07, rahul yadav [EMAIL PROTECTED] wrote: Hi Bernd, Thanks for the reply. But my problem is still existing. You copied the wrong file. Which file exactly did you copy? after compliation one executable with the name vmlinux is created. that i copied. The file you probably