From owner-freebsd-arm@freebsd.org Tue Oct 20 13:57:10 2015 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 66F74A1940E for ; Tue, 20 Oct 2015 13:57:10 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from valentine.liquidneon.com (valentine.liquidneon.com [216.87.78.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "valentine.liquidneon.com", Issuer "Gandi Standard SSL CA 2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 50B09A73; Tue, 20 Oct 2015 13:57:10 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: by valentine.liquidneon.com (Postfix, from userid 1018) id 43DF422414; Tue, 20 Oct 2015 13:47:29 +0000 (UTC) Date: Tue, 20 Oct 2015 13:47:29 +0000 From: Brad Davis To: Milan Obuch Cc: Brad Davis , freebsd-arm@FreeBSD.org Subject: Re: Raspberry Pi Camera? Message-ID: <20151020134729.GE63466@corpmail.liquidneon.com> References: <20151002143835.GO65719@corpmail.liquidneon.com> <20151002171536.4c1d07a3@zeta.dino.sk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20151002171536.4c1d07a3@zeta.dino.sk> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Oct 2015 13:57:10 -0000 On Fri, Oct 02, 2015 at 05:15:36PM +0200, Milan Obuch wrote: > On Fri, 2 Oct 2015 14:38:36 +0000 > Brad Davis wrote: > > > Hi, > > > > I am trying to find out what would be needed to support the Raspberry > > Pi Camera: > > > > https://www.raspberrypi.org/help/camera-module-setup/ > > > > Is anyone familiar with CSI and what we would need to do to talk to > > the Camera? > > > > > > Regards, > > Brad Davis > > > > Search in this mailing list archive, I was able to setup picamera under > FreeBSD with help from others and some messages could be found archive > from February this year. Thank you! I have committed the port for raspberrypi-userland and documented the process here: https://wiki.freebsd.org/FreeBSD/arm/Raspberry%20Pi%20Camera and linked it off the main Raspberry Pi page. Currently it leads to a panic, but hopefully gonzo@ has some free time this week to look into that. Regards, Brad Davis