From owner-freebsd-arm@FreeBSD.ORG Tue Jun 18 02:21:25 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B38E0E87 for ; Tue, 18 Jun 2013 02:21:25 +0000 (UTC) (envelope-from mcgovern@beta.com) Received: from spoon.beta.com (spoon.beta.com [199.165.180.2]) by mx1.freebsd.org (Postfix) with ESMTP id 653FB1FB4 for ; Tue, 18 Jun 2013 02:21:25 +0000 (UTC) Received: from [199.165.180.44] ([199.165.180.44]) by spoon.beta.com (8.14.5/8.14.5) with ESMTP id r5I2BEa2001045 for ; Mon, 17 Jun 2013 22:11:15 -0400 (EDT) (envelope-from mcgovern@beta.com) Subject: Two questions on -current... From: "Brian J. McGovern" To: freebsd-arm@freebsd.org In-Reply-To: References: Content-Type: text/plain; charset="us-ascii" Organization: B.E.T.A. Date: Mon, 17 Jun 2013 22:11:14 -0400 Message-ID: <1371521474.1391.9.camel@fbsd-laptop> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=1.3 required=5.0 tests=RDNS_NONE autolearn=no version=3.3.2 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on spoon.beta.com X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: mcgovern@beta.com List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Jun 2013 02:21:25 -0000 I'm currently using a fairly recent (within the week) -current on a Beaglebone Black and trying to use it on an OpenRD ultimate... I have two questions that I can't seem to find recent answers online. 1.) On the Beaglebone black, is there an interface for setting up the MUX on the GPIO pins? I've seen gpioctl, which doesn't seem to have the capability, and there seems to be settings in the DTS file, although it appears incomplete (e.g. not all pins are configured), but is there a way to dynamically set up the MUX during run time? 2.) When trying to compile DB-88F6XXX, I'm getting an error "error: unknown target CPU 'armv5te', despite a find ... grep... on the code showing this option in both gcc and clang compilers and tools. Is this processor deprecated in current? Is there are a replacement? Did I miss a change in how to build the kernel (Currently using "make TARGET=arm TARGET_ARCH=arm KERNCONF=DB-88F6XXX buildkernel" in /usr/src)? -B