From owner-freebsd-arm@FreeBSD.ORG Thu May 1 01:42:29 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 CEF8AA4E for ; Thu, 1 May 2014 01:42:29 +0000 (UTC) Received: from mail-ee0-x235.google.com (mail-ee0-x235.google.com [IPv6:2a00:1450:4013:c00::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 63D18109D for ; Thu, 1 May 2014 01:42:29 +0000 (UTC) Received: by mail-ee0-f53.google.com with SMTP id b15so731518eek.26 for ; Wed, 30 Apr 2014 18:42:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=Y7NIWGuTZeeqO8rme8QJG+eRwFiebxUp35eHtbiWt9U=; b=XqAhN18VkZ4QgwAi+iePDLnZch28Z0pcCzaUHQ6kQ95uHZ5ptG3UozAYfWXuvlNkLF vmSNvB3YHRCSIru0RBA/Bx0bWAIzdkrjWSkH0cLEU0h5ki56qtqo4HN6UGr5S4aPEkQX A3GaTDEm0+G74fyw3Trrk/q9WkeZxO/lbzIEA83gMOF67+4epwoLeYldfoQN5DJ5cn8W vAzRxtQhF+jiFHjJawX7zTSyT3s3tG2ujcaZ5dJIhUnAupVBuQZjAhZH2ITLhAWmejWE BFK3kcBJ4xY+8XGYYIi8z9RwKXJaBvVhMFPnOgi9+Si/tNfa8kraAlmkANZsBLWLvKNg xEmQ== X-Received: by 10.14.204.199 with SMTP id h47mr7202552eeo.48.1398908547604; Wed, 30 Apr 2014 18:42:27 -0700 (PDT) Received: from ketas-laptop.mydomain (ketas-laptop6.si.pri.ee. [2001:ad0:91f:0:21a:6bff:fe66:2ad3]) by mx.google.com with ESMTPSA id 48sm72286346eei.24.2014.04.30.18.42.22 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 30 Apr 2014 18:42:26 -0700 (PDT) Sender: Sulev-Madis Silber Message-ID: <5361A678.4000604@hot.ee> Date: Thu, 01 May 2014 04:42:17 +0300 From: "Sulev-Madis Silber (ketas)" User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:15.0) Gecko/20120912 Thunderbird/15.0.1 MIME-Version: 1.0 To: Winston Smith Subject: Re: Status of BeagleBone Black UARTs References: In-Reply-To: X-TagToolbar-Keys: D20140501044216934 Content-Type: text/plain; charset=UTF-8 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 01:42:29 -0000 On 2014-05-01 03:14, 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 You need to enable other UARTs, they have status = "disabled" in FDT. dtc is included in base, in case you want to do it directly in BBB.