Muneendra,

If you haven't already tried it, enable the debugging output for your kernel. 
To do this, open the .config file in the top directory of your linux source 
code on your host system.

Then, change
# CONFIG_DEBUG_KERNEL is not set
# CONFIG_DEBUG_INFO is not set
# CONFIG_DEBUG_LL is not set

To:
CONFIG_DEBUG_KERNEL=y
CONFIG_DEBUG_INFO=y
CONFIG_DEBUG_LL=y

You will have to recompile your kernel, but this will give you a more verbose 
output so that you can see exactly where it is hanging.

Also, the Davinci express DSP WIKI has some helpful info:
http://tiexpressdsp.com/index.php?title=FAQ_for_DaVinci_Linux


Regards,
Joe Young


-----Original Message-----
From: [email protected] 
[mailto:[email protected]] On Behalf Of 
[email protected]
Sent: Friday, April 24, 2009 8:22 AM
To: [email protected]
Subject: Davinci-linux-open-source Digest, Vol 40, Issue 163

Send Davinci-linux-open-source mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

or, via email, send a message with subject or body 'help' to
        [email protected]

You can reach the person managing the list at
        [email protected]

When replying, please edit your Subject line so it is more specific than "Re: 
Contents of Davinci-linux-open-source digest..."


Today's Topics:

   1. Re: RE: Kernel hangs while booting (Jaya krishnan)
   2. RE: Kernel hangs while booting (Balagopalakrishnan, Anand)
   3. RE: Kernel hangs while booting (Muneendra)


----------------------------------------------------------------------

Message: 1
Date: Fri, 24 Apr 2009 05:23:13 +0000 (GMT)
From: Jaya krishnan <[email protected]>
Subject: Re: RE: Kernel hangs while booting
To: Muneendra <[email protected]>,      "'Sidharth Garde'"
        <[email protected]>, "'Maupin, Chase'"
        <[email protected]>,
        "[email protected]"
        <[email protected]>
Message-ID: <[email protected]>
Content-Type: text/plain; charset="us-ascii"

An HTML attachment was scrubbed...
URL: 
http://linux.omap.com/pipermail/davinci-linux-open-source/attachments/20090424/387ae871/attachment-0001.htm

------------------------------

Message: 2
Date: Fri, 24 Apr 2009 10:56:54 +0530
From: "Balagopalakrishnan, Anand" <[email protected]>
Subject: RE: Kernel hangs while booting
To: "[email protected]" <[email protected]>,
        "'Sidharth Garde'" <[email protected]>,      "Maupin, Chase"
        <[email protected]>,
        "[email protected]"
        <[email protected]>
Message-ID:
        <[email protected]>
Content-Type: text/plain; charset="us-ascii"

Muneendra,

What's the error coming now? Does it stop after the NFS boot procedure?

If you have moved to a new kernel, you might want to use the target file system 
associated with this kernel.

Best Regards,
Anand Balagopalakrishnan
Texas Instruments
India

-----Original Message-----
From: [email protected] 
[mailto:[email protected]] On Behalf Of 
Muneendra
Sent: Friday, April 24, 2009 10:31 AM
To: 'Sidharth Garde'; Maupin, Chase; 
[email protected]
Subject: RE: Kernel hangs while booting
Importance: High

Hi All,

Thanks for the reply.

I have done the changes specified by  Bernard Thompson.

But still the issue remains same.

With the same bootargs and with old image i.e the 2.6.20 kernel version iam 
able to boot the kernel.

Regards,
Muneendra.


-----Original Message-----
From: Sidharth Garde [mailto:[email protected]]
Sent: Wednesday, April 22, 2009 6:39 PM
To: [email protected]; 'Maupin, Chase'; 
[email protected]
Subject: Re: Kernel hangs while booting


Hi Muneendra,

Please check out Bernard Thompson's reply.

The probelm is in the line
bootargs=console=ttyS0,115200n8=noinitrd rw

It should be
bootargs=console=ttyS0,115200n8 noinitrd rw (Note the absence of = sign after 
115200n8) Thats the issue, which is preventing your console from getting 
initialized

Regards,
Sidharth

----- Original Message -----
From: "Muneendra" <[email protected]>
To: "'Maupin, Chase'" <[email protected]>; 
<[email protected]>
Sent: Wednesday, April 22, 2009 6:02 PM
Subject: RE: Kernel hangs while booting


> Hi Chase Maupin,
> Thanks for reply.
>
> I have set the below console settings(console=ttyS0,115200n8).
> Below are my bootargs:
>
>
> bootdelay=3
> baudrate=115200
> bootfile=uImage
> nfshost=10.60.5.117
> rootpath=/root/workdir/filesys
> subnet=255.255.255.0
> bootcmd=tftpboot 0x80700000;bootm
> filesize=1576a8
> fileaddr=80700000
> serverip=10.60.5.117
> ipaddr=10.60.5.110
> bootargs=console=ttyS0,115200n8=noinitrd rw
> ip=10.60.5.110:10.60.5.117:10.60.5.1:255.255.255.0:ELXI1000::off
> root=/dev/nfs nfsroot=10.60.5.117:/workdir/files
> ys,nolock mem=120M
> stdin=serial
> stdout=serial
> stderr=serial
> ethaddr=00:0e:99:02:57:9c
> videostd=ntsc
>
> Still the issue reamins same.
>
> Regards,
> Muneendra.
>
> -----Original Message-----
> From: Maupin, Chase [mailto:[email protected]]
> Sent: Wednesday, April 22, 2009 5:46 PM
> To: [email protected];
> [email protected]
> Subject: RE: Kernel hangs while booting
>
>
> Muneendra,
>
> Please check that you have console=ttyS0,115200n8 set in your bootargs
> variable in u-boot.  This behaviour is usually the result of not
> having the proper console settings.
>
> Sincerely,
> Chase Maupin
> Software Applications
> Catalog DSP Products
>
>
>  _____
>
> From: [email protected]
> [mailto:[email protected]] On
> Behalf Of Muneendra
> Sent: Wednesday, April 22, 2009 6:52 AM
> To: [email protected]
> Subject: Kernel hangs while booting
> Importance: High
>
>
> Hi All,
>
>
> I have downloaded latest bsp linux-davinci-2.6-historic for dm6446
> from git.I have compiled kernel and started it by U-Boot on a board
> and I get no output after U-Boot copied the kernel to RAM and jumped
> to it:
>
> Log:
> Filename 'uImage'.
> Load address: 0x80700000
> Loading:
> #################################################################
> #################################################################
> #################################################################
> #################################################################
> ###########################
> done
> Bytes transferred = 1464768 (1659c0 hex) ## Booting image at 80700000
> ...
> Image Name: Linux-2.6.28-davinci1
> Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 1464704
> Bytes = 1.4 MB Load Address: 80008000 Entry Point: 80008000 Verifying
> Checksum ... OK OK Starting kernel ...
> Uncompressing
>
Linux.......................................................................
> ......................... done, booting the kernel.
>
> <nothing, no output>
>
>
>
>
> Please give me some input to boot the kernel.
>
> Regards,
> Muneendra
>
>
>
> The information contained in this electronic message and any
> attachments to this message are intended for the exclusive
>
> use of the addressee(s) and may contain proprietary, confidential or
> privileged information. If you are not the intended
>
> recipient, you should not disseminate, distribute or copy this e-mail.
> Please notify the sender immediately and destroy
>
> all copies of this message and any attachments contained in it.
>
>
>
>
> The information contained in this electronic message and any
> attachments to this message are intended for the exclusive use of the
> addressee(s) and may contain proprietary, confidential or privileged
> information. If you are not the intended recipient, you should not
> disseminate, distribute or copy this e-mail.
> Please notify the sender immediately and destroy all copies of this
> message and any attachments contained in it.
>
>


----------------------------------------------------------------------------
----


> _______________________________________________
> Davinci-linux-open-source mailing list
> [email protected]
> http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
>



The information contained in this electronic message and any attachments to 
this message are intended for the exclusive use of the addressee(s) and may 
contain proprietary, confidential or privileged information. If you are not the 
intended  recipient, you should not disseminate, distribute or copy this 
e-mail. Please notify the sender immediately and destroy  all copies of this 
message and any attachments contained in it.



_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source


------------------------------

Message: 3
Date: Fri, 24 Apr 2009 11:51:44 +0530
From: "Muneendra" <[email protected]>
Subject: RE: Kernel hangs while booting
To: "'Balagopalakrishnan, Anand'" <[email protected]>,      "'Sidharth Garde'"
        <[email protected]>, "'Maupin, Chase'"
        <[email protected]>,
        <[email protected]>
Message-ID: <[email protected]>
Content-Type: text/plain; charset="us-ascii"

Hi,

No, Kernel itself is not comming up..

It is just uncompressing the kernel and trying to boot as shown below

Starting kernel ...
Uncompressing

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

It stops here.

I just checked the ram area where the kernel is loaded by doing md 0x8070000
and found kernel is available there..

Are there any patches to be applied for this latest 2.6.28historic  davinci
kernel??.

which file we can look for memory map change??

Thanks
Muneendra

-----Original Message-----
From: Balagopalakrishnan, Anand [mailto:[email protected]]
Sent: Friday, April 24, 2009 10:57 AM
To: [email protected]; 'Sidharth Garde'; Maupin, Chase;
[email protected]
Subject: RE: Kernel hangs while booting


Muneendra,

What's the error coming now? Does it stop after the NFS boot procedure?

If you have moved to a new kernel, you might want to use the target file
system associated with this kernel.

Best Regards,
Anand Balagopalakrishnan
Texas Instruments
India

-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of
Muneendra
Sent: Friday, April 24, 2009 10:31 AM
To: 'Sidharth Garde'; Maupin, Chase;
[email protected]
Subject: RE: Kernel hangs while booting
Importance: High

Hi All,

Thanks for the reply.

I have done the changes specified by  Bernard Thompson.

But still the issue remains same.

With the same bootargs and with old image i.e the 2.6.20 kernel version iam
able to boot the kernel.

Regards,
Muneendra.


-----Original Message-----
From: Sidharth Garde [mailto:[email protected]]
Sent: Wednesday, April 22, 2009 6:39 PM
To: [email protected]; 'Maupin, Chase';
[email protected]
Subject: Re: Kernel hangs while booting


Hi Muneendra,

Please check out Bernard Thompson's reply.

The probelm is in the line
bootargs=console=ttyS0,115200n8=noinitrd rw

It should be
bootargs=console=ttyS0,115200n8 noinitrd rw
(Note the absence of = sign after 115200n8)
Thats the issue, which is preventing your console from getting initialized

Regards,
Sidharth

----- Original Message -----
From: "Muneendra" <[email protected]>
To: "'Maupin, Chase'" <[email protected]>;
<[email protected]>
Sent: Wednesday, April 22, 2009 6:02 PM
Subject: RE: Kernel hangs while booting


> Hi Chase Maupin,
> Thanks for reply.
>
> I have set the below console settings(console=ttyS0,115200n8).
> Below are my bootargs:
>
>
> bootdelay=3
> baudrate=115200
> bootfile=uImage
> nfshost=10.60.5.117
> rootpath=/root/workdir/filesys
> subnet=255.255.255.0
> bootcmd=tftpboot 0x80700000;bootm
> filesize=1576a8
> fileaddr=80700000
> serverip=10.60.5.117
> ipaddr=10.60.5.110
> bootargs=console=ttyS0,115200n8=noinitrd rw
> ip=10.60.5.110:10.60.5.117:10.60.5.1:255.255.255.0:ELXI1000::off
> root=/dev/nfs nfsroot=10.60.5.117:/workdir/files
> ys,nolock mem=120M
> stdin=serial
> stdout=serial
> stderr=serial
> ethaddr=00:0e:99:02:57:9c
> videostd=ntsc
>
> Still the issue reamins same.
>
> Regards,
> Muneendra.
>
> -----Original Message-----
> From: Maupin, Chase [mailto:[email protected]]
> Sent: Wednesday, April 22, 2009 5:46 PM
> To: [email protected];
> [email protected]
> Subject: RE: Kernel hangs while booting
>
>
> Muneendra,
>
> Please check that you have console=ttyS0,115200n8 set in your bootargs
> variable in u-boot.  This behaviour is usually the result of not having
> the
> proper console settings.
>
> Sincerely,
> Chase Maupin
> Software Applications
> Catalog DSP Products
>
>
>  _____
>
> From: [email protected]
> [mailto:[email protected]] On Behalf
> Of
> Muneendra
> Sent: Wednesday, April 22, 2009 6:52 AM
> To: [email protected]
> Subject: Kernel hangs while booting
> Importance: High
>
>
> Hi All,
>
>
> I have downloaded latest bsp linux-davinci-2.6-historic for dm6446 from
> git.I have compiled kernel and started it by U-Boot on a board and I get
> no
> output after U-Boot copied the kernel to RAM and jumped to it:
>
> Log:
> Filename 'uImage'.
> Load address: 0x80700000
> Loading: #################################################################
> #################################################################
> #################################################################
> #################################################################
> ###########################
> done
> Bytes transferred = 1464768 (1659c0 hex)
> ## Booting image at 80700000 ...
> Image Name: Linux-2.6.28-davinci1
> Image Type: ARM Linux Kernel Image (uncompressed)
> Data Size: 1464704 Bytes = 1.4 MB
> Load Address: 80008000
> Entry Point: 80008000
> Verifying Checksum ... OK
> OK
> Starting kernel ...
> Uncompressing
>
Linux.......................................................................
> ......................... done, booting the kernel.
>
> <nothing, no output>
>
>
>
>
> Please give me some input to boot the kernel.
>
> Regards,
> Muneendra
>
>
>
> The information contained in this electronic message and any attachments
> to
> this message are intended for the exclusive
>
> use of the addressee(s) and may contain proprietary, confidential or
> privileged information. If you are not the intended
>
> recipient, you should not disseminate, distribute or copy this e-mail.
> Please notify the sender immediately and destroy
>
> all copies of this message and any attachments contained in it.
>
>
>
>
> The information contained in this electronic message and any attachments
> to this message are intended for the exclusive
> use of the addressee(s) and may contain proprietary, confidential or
> privileged information. If you are not the intended
> recipient, you should not disseminate, distribute or copy this e-mail.
> Please notify the sender immediately and destroy
> all copies of this message and any attachments contained in it.
>
>


----------------------------------------------------------------------------
----


> _______________________________________________
> Davinci-linux-open-source mailing list
> [email protected]
> http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
>



The information contained in this electronic message and any attachments to
this message are intended for the exclusive
use of the addressee(s) and may contain proprietary, confidential or
privileged information. If you are not the intended
 recipient, you should not disseminate, distribute or copy this e-mail.
Please notify the sender immediately and destroy
 all copies of this message and any attachments contained in it.



_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

The information contained in this electronic message and any attachments to 
this message are intended for the exclusive
use of the addressee(s) and may contain proprietary, confidential or privileged 
information. If you are not the intended
 recipient, you should not disseminate, distribute or copy this e-mail. Please 
notify the sender immediately and destroy
 all copies of this message and any attachments contained in it.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: winmail.dat
Type: application/ms-tnef
Size: 4400 bytes
Desc: not available
Url : 
http://linux.omap.com/pipermail/davinci-linux-open-source/attachments/20090424/c7851a99/winmail.bin

------------------------------

_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source


End of Davinci-linux-open-source Digest, Vol 40, Issue 163
**********************************************************
_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

Reply via email to