From owner-freebsd-stable@FreeBSD.ORG Tue Dec 29 11:16:55 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7E6111065676 for ; Tue, 29 Dec 2009 11:16:55 +0000 (UTC) (envelope-from ronald-freebsd8@klop.yi.org) Received: from smtp-out3.tiscali.nl (smtp-out3.tiscali.nl [195.241.79.178]) by mx1.freebsd.org (Postfix) with ESMTP id 40C538FC19 for ; Tue, 29 Dec 2009 11:16:54 +0000 (UTC) Received: from [212.123.145.58] (helo=sjakie.klop.ws) by smtp-out3.tiscali.nl with esmtp (Exim) (envelope-from ) id 1NPa4M-0004XT-1L; Tue, 29 Dec 2009 12:16:54 +0100 Received: from 82-170-177-25.ip.telfort.nl (localhost [127.0.0.1]) by sjakie.klop.ws (Postfix) with ESMTP id CE8E215125; Tue, 29 Dec 2009 12:16:45 +0100 (CET) Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes To: "Zoran Kolic" , freebsd-stable@freebsd.org References: <20091227160025.GA1261@mycenae.net> Date: Tue, 29 Dec 2009 12:16:45 +0100 MIME-Version: 1.0 From: "Ronald Klop" Message-ID: In-Reply-To: <20091227160025.GA1261@mycenae.net> User-Agent: Opera Mail/10.10 (FreeBSD) Content-Transfer-Encoding: quoted-printable Cc: Subject: Re: sheevaplug questions X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Dec 2009 11:16:55 -0000 On Sun, 27 Dec 2009 17:00:25 +0100, Zoran Kolic wrote: > Howdy! > I ordered sheevaplug box and read as much as I could, > regarding controlling this little node from bsd box. > Seems that cu works fine on linux, but module should > be loaded to enable serial emulation from usb host port > to mini usb port on sheevaplug. Does someone use this > mini computer and how connects to serial console? > Almost all of documetation mentions win and linux. I > suppose would be pretty easy to go further with serial > line available. > Btw, there is freebsd port for this plug already. Would > be fine to try it out. > Best regards > > Zoran Hi, I have 2 of them and cu works fine. As root you can do this. The serial-over-usb provides you with 2 serial =20 devices. The second one is the console. The first is the JTAG interface t= o =20 flash the bios. # cu -l cuaU1 -s 115200 The device number in cuaU1 is depending on how many serial devices you =20 have over usb. When you plug the serial-over-usb in you should see something like these = =20 lines in dmesg/messages. Dec 28 18:30:17 sjakie kernel: ugen2.4: at usbus2 Dec 28 18:30:17 sjakie kernel: uftdi0: on = =20 usbus2 Dec 28 18:30:17 sjakie kernel: uftdi1: on = =20 usbus2 Ronald.