From owner-freebsd-arm@FreeBSD.ORG Thu May 1 02:36:55 2014 Return-Path: Delivered-To: freebsd-arm@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 769E27ED for ; Thu, 1 May 2014 02:36:55 +0000 (UTC) Received: from mho-02-ewr.mailhop.org (mho-02-ewr.mailhop.org [204.13.248.72]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4C17714E4 for ; Thu, 1 May 2014 02:36:54 +0000 (UTC) Received: from c-24-8-230-52.hsd1.co.comcast.net ([24.8.230.52] helo=damnhippie.dyndns.org) by mho-02-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1Wfgrg-000Ov5-Fc; Thu, 01 May 2014 02:36:48 +0000 Received: from [172.22.42.240] (revolution.hippie.lan [172.22.42.240]) by damnhippie.dyndns.org (8.14.3/8.14.3) with ESMTP id s412akxb018155; Wed, 30 Apr 2014 20:36:46 -0600 (MDT) (envelope-from ian@FreeBSD.org) X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 24.8.230.52 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1+A5kYMMq3D36zAja/i2q2p Subject: Re: Status of BeagleBone Black UARTs From: Ian Lepore To: Winston Smith In-Reply-To: References: Content-Type: text/plain; charset="us-ascii" Date: Wed, 30 Apr 2014 20:36:46 -0600 Message-ID: <1398911806.22079.94.camel@revolution.hippie.lan> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: FreeBSD ARM X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 May 2014 02:36:55 -0000 On Wed, 2014-04-30 at 20:14 -0400, Winston Smith wrote: > I found an email thread from last year discussing enabling the BBB's > additional UARTs: > > http://freebsd.1045724.n5.nabble.com/Beaglebone-Serial-Ports-Progress-td5787251.html > > Has there been any update on this? Do I still need to use Ian [Young]'s patch? > > I do see in the bboneblk.dts that all 5 uarts are listed, however > dmesg only mentions uart0 and I don't see any additional tty devices > in /dev. > > Thanks! > > -W The kernel is ready to go with the uarts, you just need to adjust the fdt data. Change the status="disabled" to status="okay" for whichever ones you want to enable, and adjust the pad control settings so that devices are connected to the right pins. -- Ian