From owner-freebsd-arm@freebsd.org Wed Mar 23 13:38:53 2016 Return-Path: Delivered-To: freebsd-arm@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 5C07FADB8B8 for ; Wed, 23 Mar 2016 13:38:53 +0000 (UTC) (envelope-from paul@gromit.dlib.vt.edu) Received: from gromit.dlib.vt.edu (gromit.dlib.vt.edu [128.173.126.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "gromit.dlib.vt.edu", Issuer "Chumby Certificate Authority" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 2EF9D1193 for ; Wed, 23 Mar 2016 13:38:52 +0000 (UTC) (envelope-from paul@gromit.dlib.vt.edu) Received: from pmather.lib.vt.edu (pmather.lib.vt.edu [128.173.126.193]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by gromit.dlib.vt.edu (Postfix) with ESMTPSA id E85A67FD; Wed, 23 Mar 2016 09:30:47 -0400 (EDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: Using one RPI2 as a serial terminal for a second RPI2 From: Paul Mather In-Reply-To: <69EA3E96-4182-49B2-88AA-E885CF344BCB@kientzle.com> Date: Wed, 23 Mar 2016 09:30:47 -0400 Content-Transfer-Encoding: quoted-printable Message-Id: <819B54EA-899A-40A0-9057-DDA94A88406C@gromit.dlib.vt.edu> References: <20160323012413.GA86944@www.zefox.net> <69EA3E96-4182-49B2-88AA-E885CF344BCB@kientzle.com> To: freebsd-arm X-Mailer: Apple Mail (2.3124) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Mar 2016 13:38:53 -0000 On Mar 22, 2016, at 11:41 PM, Tim Kientzle wrote: > On Mar 22, 2016, at 6:24 PM, bob prohaska wrote: >>=20 >>=20 >> Is there a way to operate an RPI2 single user with the HDMI monitor >> and a USB keyboard? =20 >>=20 >> Is it practical to cross-connect the UART pins and use cu on one RPI2 = to=20 >> communicate with a second?=20 >=20 > Should work fine. >=20 >>=20 >> If not, is there a USB-to-3.3v UART adapter which >> uses existing FreeBSD drivers? Amazon.com is full of cables, but most >> speak only of Windows and Mac OS X.=20 >>=20 >=20 > The common Adafru.it/954 cable works fine with a FreeBSD host. I have one of those and it uses the Prolific chipset. It works fine = under FreeBSD/amd64 10-STABLE. It attaches using the uplcom(4) driver: ugen2.2: at usbus2 uplcom0: on usbus2=20 Cheers, Paul.=