From owner-freebsd-questions@FreeBSD.ORG Sat Apr 17 13:04:16 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 45B16106564A for ; Sat, 17 Apr 2010 13:04:16 +0000 (UTC) (envelope-from bunderbug@gmail.com) Received: from mail-ww0-f54.google.com (mail-ww0-f54.google.com [74.125.82.54]) by mx1.freebsd.org (Postfix) with ESMTP id D13C28FC0A for ; Sat, 17 Apr 2010 13:04:15 +0000 (UTC) Received: by wwa36 with SMTP id 36so2129982wwa.13 for ; Sat, 17 Apr 2010 06:04:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:received:message-id :subject:from:to:content-type; bh=1aTcZDrqPySj/Pj7dm37zyUxvIFo3RVmwrZ9xEDS7RM=; b=GCTFf2zx8PXmGdfCd+xKeIFnI3qSSVs5eSHTItKpo6gIj/ki0p9QtsG9EC59P9ERHe cXKs6tZIvC+Uz/vZj/vemH5aJaQAArHD9sYiESF724ydniDdSb3jrNJfVeZAgvXYZC5t 0fLrbAeNzWvaPigo8BGwWzDawzv/xCqXmMNyA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=uqM4gLTrOuu22aVXFH5w3ewDjAxHDe/AQgWWRWtb8zwzlsB0LwvYhZLYYt4IaPQwU0 C29NlV0cHVEHs8wT74oNCF8YatUpX20UAzas9QY0wvmfgeWzMM3Md5dMrAtqsuEebxhD C5rb/geDdXpYAmGBbBvg69ZrrWN1AgxySOt2E= MIME-Version: 1.0 Received: by 10.216.70.18 with HTTP; Sat, 17 Apr 2010 05:40:34 -0700 (PDT) Date: Sat, 17 Apr 2010 12:40:34 +0000 Received: by 10.216.87.147 with SMTP id y19mr3734468wee.136.1271508034495; Sat, 17 Apr 2010 05:40:34 -0700 (PDT) Message-ID: From: bunderbug To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: FreeBSD + eZ430-F2013 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Apr 2010 13:04:16 -0000 Good day 4all I have problem when work with Texas Instruments usb-stick eZ430-F2013 ( http://focus.ti.com/docs/toolsw/folders/print/ez430-f2013.html). How I understand - it work like usb-serial converter. dmesg say : ugen1: ... on uhub3 Under Linux I can touch device with ti_usb_3410_5052 driver. Under FreeBSD I don't know how to do the same. Can anybody help how to mount this device (or call it with the msp430 gdb)? At all - need to programming MSP430 under FreeBSD :) (FreeBSD 7.3)