From owner-freebsd-arm@FreeBSD.ORG Thu Jan 31 21:27:57 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 F004F8B6 for ; Thu, 31 Jan 2013 21:27:57 +0000 (UTC) (envelope-from iain@g7iii.net) Received: from hal.g7iii.net (unknown [IPv6:2600:3c02::f03c:91ff:feae:1cbe]) by mx1.freebsd.org (Postfix) with ESMTP id D2BDF28F for ; Thu, 31 Jan 2013 21:27:57 +0000 (UTC) Received: from [192.168.39.76] (157.17.187.81.in-addr.arpa [81.187.17.157]) by hal.g7iii.net (Postfix) with ESMTP id BC77E17F402 for ; Thu, 31 Jan 2013 21:27:50 +0000 (UTC) Message-ID: <510AE1D6.8010203@g7iii.net> Date: Thu, 31 Jan 2013 21:27:50 +0000 From: Iain Young User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: freebsd-arm@FreeBSD.org Subject: Re: SD card -image- for the beaglebone References: <510A4F5B.7000407@g7iii.net> <1359646574.93359.327.camel@revolution.hippie.lan> In-Reply-To: <1359646574.93359.327.camel@revolution.hippie.lan> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jan 2013 21:27:58 -0000 On 31/01/13 15:36, Ian Lepore wrote: > So you're interested in a PPS driver for BeagleBone? That would be fun > to play with, I wonder what the BB's timer hardware looks like? It'd be > easy enough to do with a gpio interrupt I suspect, but the timing geek > in me can't resist going for the nanosecond-accurate measurements when > possible, even if it is kind of pointless for millisecond-accurate NTP. Yep. Planning on hooking up MSF, DCF, and TDF clocks to GPIO pins, as well as some GPS units. Originally planned for doing this with some Pi, but found the bone had serial ports and things developed from there Planning on abusing UART3's CTS pin for initial basic testing, as radioclkd and radioclkd2 have only support for serial ports, but then it will be working out what if anything I need to patch into the kernel to get the PPS subsystem to listen to particular GPIO pins. Also planning to test PHK's ntpns, which has DCF support, and should be easy to modify for MSF. Anyway, this is heading far too quickly to being on-topic for time-nuts but off-topic here Iain