problem booting the kernel

2009-08-17 Thread Vijay Soni
I have done some changes in kernel and is not proceeding beyond this during 
boot:

Uncompressing linux...done, booting the kernel.



Any ideas how to fix this.


  

___
Davinci-linux-open-source mailing list
Davinci-linux-open-source@linux.davincidsp.com
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source


Re: problem booting the kernel

2009-08-17 Thread Steve Chen
On Mon, 2009-08-17 at 12:48 -0700, Vijay Soni wrote:
 I have done some changes in kernel and is not proceeding beyond this during 
 boot:
 
 Uncompressing linux...done, booting the kernel.
 
 
 
 Any ideas how to fix this.
 
 
Nope, but you can try turning DEBUG_LL to see if you can get additional
information.  You may need the printascii patch to see something..
depend on the kernel you have.

Regards,

Steve



___
Davinci-linux-open-source mailing list
Davinci-linux-open-source@linux.davincidsp.com
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source


Re: problem booting the kernel

2009-08-17 Thread Siddharth Choudhuri

Vijay Soni wrote:

I have done some changes in kernel and is not proceeding beyond this during 
boot:

Uncompressing linux...done, booting the kernel.



Any ideas how to fix this.
  
You could check if you have the right console settings in the uboot 
bootargs (eg: console=ttyS0,115200n8). You might be actually booting but 
not showing on the serial console if the console setting is mistyped or 
not present.


If the size of your kernel exceeds the allowable kernel size (I think 
its 4MB arch/arm/kernel/head.S), you might have to increase it.


regards,
-sid




___
Davinci-linux-open-source mailing list
Davinci-linux-open-source@linux.davincidsp.com
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source


problem booting with kernel 2.6.23 and 2.6.26 on dm644x

2008-09-08 Thread Deepak Mundra
Hi i am trying to compile 2.6.23 and 2.6.26(presently using 2.6.10 , which
is working fine)  with first one im getting stuck after Uncompressing kernal
image

 Verifying Checksum ... OK
OK

Starting kernel ...

Uncompressing
Linux.
.. done, booting the kernel.


and with 26 kernel im getting following error

Starting kernel ...

Uncompressing
Linux...
done, boo
ting the kernel.

Error: unrecognized/unsupported machine ID (r1 = 0x0356).

Available machine support:

ID (hex)NAME
0385DaVinci EVM

Please check your kernel config and/or bootloader.

please help me


commands which i used

make ARCH=arm CROSS_COMPILE=arm_v5t_le-  davinci_evm_dm644x_defconfig
make ARCH=arm CROSS_COMPILE=arm_v5t_le-  uImage

Thanks
___
Davinci-linux-open-source mailing list
Davinci-linux-open-source@linux.davincidsp.com
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source


RE: problem booting with kernel 2.6.23 and 2.6.26 on dm644x

2008-09-08 Thread inderpal
Hi Deepak,

 

You need to apply boot loader patch to kernel which will provide the MACHINE
ID to kernel.

 

Thanks  regards

Inderpal

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Deepak Mundra
Sent: Monday, September 08, 2008 4:23 PM
To: davinci-linux-open-source@linux.davincidsp.com
Subject: problem booting with kernel 2.6.23 and 2.6.26 on dm644x

 

Hi i am trying to compile 2.6.23 and 2.6.26(presently using 2.6.10 , which
is working fine)  with first one im getting stuck after Uncompressing kernal
image 

 Verifying Checksum ... OK
OK

Starting kernel ...

Uncompressing
Linux...
..
.. done, booting the kernel.  


and with 26 kernel im getting following error

Starting kernel ...

Uncompressing
Linux...
 done, boo
ting the kernel.

Error: unrecognized/unsupported machine ID (r1 = 0x0356).

Available machine support:

ID (hex)NAME
0385DaVinci EVM

Please check your kernel config and/or bootloader.

please help me 


commands which i used 

make ARCH=arm CROSS_COMPILE=arm_v5t_le-  davinci_evm_dm644x_defconfig
make ARCH=arm CROSS_COMPILE=arm_v5t_le-  uImage 

Thanks



___
Davinci-linux-open-source mailing list
Davinci-linux-open-source@linux.davincidsp.com
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source


RE: problem booting with kernel 2.6.23 and 2.6.26 on dm644x

2008-09-08 Thread inderpal
Hi Deepak,

 

You need to provide machine id to kernel, You can take reference from
arch/arm/boot/compressed/head-omap.S  to provide Machine id for Davinci
.Same thing you have to do in 2.6.23 also

 

 

Thanks  regards

Inderpal

-Original Message-
From: Deepak Mundra [mailto:[EMAIL PROTECTED] 
Sent: Monday, September 08, 2008 5:00 PM
To: inderpal
Subject: Re: problem booting with kernel 2.6.23 and 2.6.26 on dm644x

 

Hi thanks for the reply but wher can i find that patch ??? 
and what about 2.6.23 kernel ??? 

On Mon, Sep 8, 2008 at 4:31 PM, inderpal [EMAIL PROTECTED] wrote:

Hi Deepak,

 

You need to apply boot loader patch to kernel which will provide the MACHINE
ID to kernel.

 

Thanks  regards

Inderpal

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Deepak Mundra
Sent: Monday, September 08, 2008 4:23 PM
To: davinci-linux-open-source@linux.davincidsp.com
Subject: problem booting with kernel 2.6.23 and 2.6.26 on dm644x

 

Hi i am trying to compile 2.6.23 and 2.6.26(presently using 2.6.10 , which
is working fine)  with first one im getting stuck after Uncompressing kernal
image 

 Verifying Checksum ... OK
OK

Starting kernel ...

Uncompressing
Linux...
..
.. done, booting the kernel.  


and with 26 kernel im getting following error

Starting kernel ...

Uncompressing
Linux...
 done, boo
ting the kernel.

Error: unrecognized/unsupported machine ID (r1 = 0x0356).

Available machine support:

ID (hex)NAME
0385DaVinci EVM

Please check your kernel config and/or bootloader.

please help me 


commands which i used 

make ARCH=arm CROSS_COMPILE=arm_v5t_le-  davinci_evm_dm644x_defconfig
make ARCH=arm CROSS_COMPILE=arm_v5t_le-  uImage 

Thanks

 

___
Davinci-linux-open-source mailing list
Davinci-linux-open-source@linux.davincidsp.com
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source