From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from securics.com (unknown [128.198.58.14]) by ozlabs.org (Postfix) with ESMTP id F21E3DDF23 for ; Fri, 7 Sep 2007 04:32:33 +1000 (EST) Received: from [192.168.0.38] (unknown [192.168.0.38]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by securics.com (Postfix) with ESMTP id 76C15B8C0B8 for ; Thu, 6 Sep 2007 12:32:32 -0600 (MDT) Subject: Kernel Debug on Virtex4-FX From: Robert Woodworth To: linuxppc-embedded@ozlabs.org Content-Type: text/plain Date: Thu, 06 Sep 2007 12:32:31 -0600 Message-Id: <1189103551.6185.66.camel@PisteOff> Mime-Version: 1.0 List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Is it possible to debug the kernel via Xilinx JTAG Platform USB cable? If so, how? I can debug through the embedded-config.c and boot loader, but once the kernel boots, (VM on) I cannot debug anymore. Or do I have to use kgdb through serial? Rob.