From owner-freebsd-arm@freebsd.org Thu Mar 2 00:03:49 2017 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 6FB45CF4895 for ; Thu, 2 Mar 2017 00:03:49 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (www.zefox.net [69.239.235.194]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "www.zefox.org", Issuer "www.zefox.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D94B7D4 for ; Thu, 2 Mar 2017 00:03:49 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (localhost [127.0.0.1]) by www.zefox.net (8.15.2/8.15.2) with ESMTPS id v2203Zm1099593 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 1 Mar 2017 16:03:36 -0800 (PST) (envelope-from fbsd@www.zefox.net) Received: (from fbsd@localhost) by www.zefox.net (8.15.2/8.15.2/Submit) id v2203YYZ099592; Wed, 1 Mar 2017 16:03:34 -0800 (PST) (envelope-from fbsd) Date: Wed, 1 Mar 2017 16:03:34 -0800 From: bob prohaska To: Michael Tuexen Cc: Shawn Webb , freebsd-arm@freebsd.org, bob prohaska Subject: Re: Odd-looking serial console prompt on RPI2 Message-ID: <20170302000334.GA99403@www.zefox.net> References: <20170227195647.GA91329@www.zefox.net> <20170301200112.ymwkfd64tzz5f3b2@mutt-hbsd> <4194F030-4E5C-4EB6-82D7-FD725E3B7CEF@fh-muenster.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4194F030-4E5C-4EB6-82D7-FD725E3B7CEF@fh-muenster.de> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Mar 2017 00:03:49 -0000 On Wed, Mar 01, 2017 at 09:20:13PM +0100, Michael Tuexen wrote: > Interesting... Let us know what works and what doesn't... > > Best regards > Michael > As of FreeBSD 12.0-CURRENT (RPI2) #0 r314450: Wed Mar 1 14:48:26 PST 2017 the serial console is still corrupt (output truncated, input not echoed but treated like the enter key). The serial console does seem to work with U-boot and loader, so I don't think it's the upstream hardware. The HDMI console looks normal and USB keyboard input seems to work. There have been several updates to /usr/src/sys/dev/uart and it looks as if kernel updates are still coming. Maybe the job simply isn't done yet. bob