From owner-freebsd-arm@FreeBSD.ORG Mon Sep 29 00:03:55 2014 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EFD32721 for ; Mon, 29 Sep 2014 00:03:55 +0000 (UTC) Received: from alogt.com (alogt.com [69.36.191.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CA072A87 for ; Mon, 29 Sep 2014 00:03:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Message-ID:Subject:To:From:Date; bh=TsM1s/A5spphH3zAriHqJnnezVtuddRHPe1Do8ssJcY=; b=AchoMk/2MbWErUn8/pw6g1ptPOvsnEq2m81wj9YVNAKh+O5Q/eOBoCbyrNXjIMz8M6NUCzs9imvKxWSREHwkHICQuKflG4VzJ8yIjAPKEIqXRlSWL2IHle5PeE5GjNIF/ujw8jlJkIhzlZM+DaLRdmmyGUXflFPjmqhahbwyIk8=; Received: from [182.5.36.225] (port=25148 helo=X220.alogt.com) by sl-508-2.slc.westdc.net with esmtpsa (SSLv3:AES128-SHA:128) (Exim 4.82) (envelope-from ) id 1XYORR-000M7F-1X for freebsd-arm@freebsd.org; Sun, 28 Sep 2014 18:03:49 -0600 Date: Mon, 29 Sep 2014 08:03:37 +0800 From: Erich Dollansky To: freebsd-arm@freebsd.org Subject: Documentation for using GPIO Message-ID: <20140929080337.46bbb5a3@X220.alogt.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erichsfreebsdlist@alogt.com X-Source: X-Source-Args: X-Source-Dir: X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2014 00:03:56 -0000 Hi, is there some documentation available of how to use GPIO on a Raspberry Pi B+ than man gpio, man gpioctl etc? All the documentation I found was for Linux. Of course, I would like to avoid Linux. Erich