From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.174]) by ozlabs.org (Postfix) with ESMTP id 78A67DE027 for ; Fri, 27 Jun 2008 07:53:25 +1000 (EST) Received: by wf-out-1314.google.com with SMTP id 24so205371wfg.15 for ; Thu, 26 Jun 2008 14:53:24 -0700 (PDT) Message-ID: <4e69a5150806261453n1196b5b8va61e330ea57bb00e@mail.gmail.com> Date: Thu, 26 Jun 2008 14:53:24 -0700 From: "SEEMA pm" To: linuxppc-dev@ozlabs.org Subject: issue with kgdb on ppc MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_8667_16878721.1214517204372" List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , ------=_Part_8667_16878721.1214517204372 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hello I'm trying to get kgdb working on a mpc8540 based target machine. I took the latest patches which are for 2.6.13(mine is 2.6.11) and build and made changes to config by enabling : - Compile the kernel with debug info - KGDB: kernel debugging with remote gdb - KGDB: Console messages through gdb - Method for KGDB communication (KGDB: On ethernet - in kernel) I also added bootargs through uboot as: kgdboe=6443@10.110.1.2/,6442@10.110.1.31/00:0F:1F:6E:F3:30 kgdbwait Now, I'm getting the messages: netconsole: not configured, aborting kgdboe: eth0 doesn't support polling, aborting. kgdboe: netpoll_setup failed kgdboe failed And after some lines; kgdb: Defering I/O setup to kernel module. kgdb: Waiting for connection from remote gdb... But then it goes to load ramdisk. Can someone please provide some help on this thanks ------=_Part_8667_16878721.1214517204372 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hello

I'm trying to get kgdb working on a mpc8540 based target machine. I took the latest patches which are for 2.6.13(mine is 2.6.11) and build and made changes to config by enabling :
- Compile the kernel with debug info
- KGDB: kernel debugging with remote gdb
- KGDB: Console messages through gdb
- Method for KGDB communication (KGDB: On ethernet - in kernel)

I also added bootargs through uboot as:
kgdboe=6443@10.110.1.2/,6442@10.110.1.31/00:0F:1F:6E:F3:30 kgdbwait

Now, I'm getting the messages:
netconsole: not configured, aborting
kgdboe: eth0 doesn't support polling, aborting.
kgdboe: netpoll_setup failed kgdboe failed
 
And after some lines;

kgdb: Defering I/O setup to kernel module.
kgdb: Waiting for connection from remote gdb...
But then it goes to load ramdisk.

Can someone please provide some help on this

thanks


------=_Part_8667_16878721.1214517204372--