On Wed, 2009-10-28 at 07:07 +0200, Michael Hallak-Stamler wrote: > I have been looking for a Davinci Linux kernel with KGDB. I downloaded > and successfully built 2.6.31 that has this support but only provides > serial communication. I know that the Montavista kernel has Ethernet > communication support. I tried to look at patches but it is not clear > to me exactly which patches for which kernel version. > > Can anyone help me out with this?
Try integrating the NetPoll specific patches from here http://www.kernel.org/pub/linux/kernel/people/jwessel/branches/ You could use the kgdb_2.6.30.tar.gz for example and use 0010-NET_POLL-Pass-skb-via-NET_POLL-rx-routine.patch and 0011-kgdb-Implement-kgdb-over-ethernet-with-NET_POLL.patch. AFAIK 2.6.31 already has NET_POLL_CONTROLLER implemented, so you needn't have to change anything in davinci_emac.c You could also get more help from here [email protected] Regards, Philby _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
