From owner-freebsd-ppc@freebsd.org Sun Aug 16 03:57:39 2015 Return-Path: Delivered-To: freebsd-ppc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 608899B8392 for ; Sun, 16 Aug 2015 03:57:39 +0000 (UTC) (envelope-from chmeeedalf@gmail.com) Received: from mail-io0-x232.google.com (mail-io0-x232.google.com [IPv6:2607:f8b0:4001:c06::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1F1FA1ABB for ; Sun, 16 Aug 2015 03:57:39 +0000 (UTC) (envelope-from chmeeedalf@gmail.com) Received: by iodb91 with SMTP id b91so119733670iod.1 for ; Sat, 15 Aug 2015 20:57:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=x0pKsI3xNNmWIy85uqjUdPQ6eyMsBadZSSB6OGpzvxI=; b=tTSY1ABA1tifjROes9Qzv8pMJNubxgirO54HqIzh7qvUwvnWHSPgKZQPcHtKCoZcOy KKWOQOEPiaeNu2rbYEvXmSKipTSlkI/UcTdyVs872CU3kPwCA3COfeu5jUEtGB7zRVAU zyyzQTA0NIfqhqfOST6avyihUiJ7pY5sMn0LnIDr45b4wHX/LnD0+vNJmYjugGOMGJnd VZPeTfVhW+L08CyzltUi5I+EZpMgo27n5wnM9bxkvNBbf5W72U3Rw+7vEzWaOBHT4pia /GkzzzuhSb/cL/nCEdEF1SQN7u1QCFYY2IA7XHuzs9K2CGS9wfgSLt0KtzaPb+nRifPR q1zg== MIME-Version: 1.0 X-Received: by 10.107.12.166 with SMTP id 38mr37292071iom.157.1439697458336; Sat, 15 Aug 2015 20:57:38 -0700 (PDT) Sender: chmeeedalf@gmail.com Received: by 10.36.58.149 with HTTP; Sat, 15 Aug 2015 20:57:38 -0700 (PDT) Date: Sat, 15 Aug 2015 20:57:38 -0700 X-Google-Sender-Auth: 4pS4vwA9fiTLai0iMe2mfpZBEvU Message-ID: Subject: CodeWarrior USBTAP & FreeBSD From: Justin Hibbits To: FreeBSD PowerPC ML Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Aug 2015 03:57:39 -0000 I'm trying to debug board bringup of FreeBSD on a Freescale embedded board, and running into problems (no UART output, no idea if it's hanging or continuing). In order to debug this, I've borrowed a CodeWarrior USBTAP JTAG debugger, but I'm running into problems with this device. The TX/RX LED is blinking red when connected to the Windows laptop I need to use (funny thing is it blinks green when plugged into my FreeBSD machine, but there's no software that I can find which can utilize the USBTAP for debugging, and nothing open source that I can find supports PowerPC). My question is: has anyone successfully used this setup with FreeBSD bringup, and if so, how did you configure both the software (using CodeWarrior 10.5)--both in terms of the CodeWarrior configuration, and whatever needed to setup a project or otherwise in order to debug this--and the hardware, and what's needed to use this with a Windows host? I've googled, and come up empty. Thanks, Justin