From owner-freebsd-arm@freebsd.org Wed Mar 23 15:38:04 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 E9A3EADB100 for ; Wed, 23 Mar 2016 15:38:04 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from pmta2.delivery6.ore.mailhop.org (pmta2.delivery6.ore.mailhop.org [54.200.129.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A2E7B1DFC for ; Wed, 23 Mar 2016 15:38:04 +0000 (UTC) (envelope-from ian@freebsd.org) X-MHO-User: 3fb51e9f-f10d-11e5-9036-c33267960ba8 X-Report-Abuse-To: https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information X-Originating-IP: 73.34.117.227 X-Mail-Handler: DuoCircle Outbound SMTP Received: from ilsoft.org (unknown [73.34.117.227]) by outbound2.ore.mailhop.org (Halon Mail Gateway) with ESMTPSA; Wed, 23 Mar 2016 15:38:10 +0000 (UTC) Received: from rev (rev [172.22.42.240]) by ilsoft.org (8.15.2/8.14.9) with ESMTP id u2NFbu0w014223; Wed, 23 Mar 2016 09:37:56 -0600 (MDT) (envelope-from ian@freebsd.org) Message-ID: <1458747476.1091.35.camel@freebsd.org> Subject: Re: Using one RPI2 as a serial terminal for a second RPI2 From: Ian Lepore To: Borodin Oleg , freebsd-arm@freebsd.org Date: Wed, 23 Mar 2016 09:37:56 -0600 In-Reply-To: <20160323100232.00576347@zee.home> References: <20160323012413.GA86944@www.zefox.net> <20160323100232.00576347@zee.home> Content-Type: text/plain; charset="us-ascii" X-Mailer: Evolution 3.16.5 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 7bit 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 15:38:05 -0000 On Wed, 2016-03-23 at 10:02 +0200, Borodin Oleg wrote: > On Wed, 23 Mar 2016 00:49:03 -0300 > Luiz Otavio O Souza wrote: > > > On 22 March 2016 at 22:24, bob prohaska wrote: > > > > > > Is there a way to operate an RPI2 single user with the HDMI > > > monitor > > > and a USB keyboard? > > > > Try this: > > > > # sysctl kern.console=ttyv0 > > > > and then: > > > > # shutdown now > > > How use usb keyboard _before_ kernel loading, with uboot/loader? > That cannot be done, because u-boot still doesn't have support for low -speed usb devices on rpi. At least, it didn't last time I checked (in January), I think there's a new version of u-boot out, I'll try to find time to test it soon. -- Ian