From owner-freebsd-arm@freebsd.org Wed Feb 21 17:09:23 2018 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8FAEBF162AD for ; Wed, 21 Feb 2018 17:09:23 +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 1589B86E11 for ; Wed, 21 Feb 2018 17:09:22 +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 w1LH9N0V019578 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 21 Feb 2018 09:09:24 -0800 (PST) (envelope-from fbsd@www.zefox.net) Received: (from fbsd@localhost) by www.zefox.net (8.15.2/8.15.2/Submit) id w1LH9Ns4019577; Wed, 21 Feb 2018 09:09:23 -0800 (PST) (envelope-from fbsd) Date: Wed, 21 Feb 2018 09:09:23 -0800 From: bob prohaska To: freebsd-arm@freebsd.org Subject: Scrambled console on RPi3 Message-ID: <20180221170923.GA19462@www.zefox.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Feb 2018 17:09:23 -0000 A few minutes ago I unplugged and replugged a PL2303 serial adapter in an RPi3 running r329495. The serial console announced the disconnection with ugen0.4: at usbus0 (disconnected) uplcom0: at uhub1, port 2, addr 4 (disconnected) uplcom0: detached followed by a torrent of unprintable garbage. Then it calmly announced at usbus0 uplcom0 on uhub1 uplcom0: on usbus0 The displaying host is a Pi3 running the latest Raspbian. It's not clear how much, if any, of the oddity is an artifact of the display. Experience to date suggests none. Far as I can tell the pl2303 and the host RPi3 are working normally. I've never done this experiment before on a Pi3, but have done it many times on a Pi2 and nothing of the sort has happened. Hope this is of interest to someone... bob prohaska