From owner-freebsd-arm@FreeBSD.ORG Tue May 26 14:51:43 2015 Return-Path: Delivered-To: Freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 98E13813 for ; Tue, 26 May 2015 14:51:43 +0000 (UTC) (envelope-from thelostadmin@gmail.com) Received: from mail-ie0-x234.google.com (mail-ie0-x234.google.com [IPv6:2607:f8b0:4001:c03::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 693B1E23 for ; Tue, 26 May 2015 14:51:40 +0000 (UTC) (envelope-from thelostadmin@gmail.com) Received: by ieczm2 with SMTP id zm2so93887967iec.1 for ; Tue, 26 May 2015 07:51:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:subject:message-id:date:to:mime-version; bh=S1PQ2ZdWEV/Ux74blbv3OQnGh5gZmExnEWTtp0CSh+o=; b=F5nWBRQCVYfO8rWEn4AFCv+7SWeW+961VOL8Nh/dFuMzzdbEGWFof2HzP/9C8ImiNr O+ZCyx/hOKsNjkMZuxBbkqTznaEtfHz3F6WvF47M8ABld6HfZYKvMqOkHUurhMcWkiHf qdTZwv2E4kiHu2lnDA/Oyp7xEyxKwOEk1wNSY2qwqgHDPIXdBJcqd5/1QyJwvUi4CDWh Ug6PZf3Y9Mye0Pm7QBII8f4DKIWEYUkh5v01kRYCFYQcSxaOpMyljLdUx0nPLQKN6yGw 7BTth8lOKPBsLY/4zNzKTUmgSsXRkU46z0Ur8vrlGI8unvLI1m5EkJd4YRvifqO7Pppn NZeA== X-Received: by 10.50.4.41 with SMTP id h9mr30136690igh.10.1432651899704; Tue, 26 May 2015 07:51:39 -0700 (PDT) Received: from iMac.suntrap.ca (75-119-254-217.dsl.teksavvy.com. [75.119.254.217]) by mx.google.com with ESMTPSA id g12sm11142087ioe.28.2015.05.26.07.51.38 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 26 May 2015 07:51:38 -0700 (PDT) From: The Lost Admin Subject: Raspberry Pi Camera: not tested, does that mean the device/code exists? Message-Id: <7C16E2B5-7B21-4D33-8E28-F9370FDC9DC4@gmail.com> Date: Tue, 26 May 2015 10:51:28 -0400 To: Freebsd-arm@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) X-Mailer: Apple Mail (2.1878.6) Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 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, 26 May 2015 14:51:43 -0000 I noticed that the only thing on the Wiki page for the Pi that isn=92t = =93Ok=94 is the Pi Camera module. I=92ve got a Pi (model 1) with a = camera module. How far along (if at all) is work on the camera interface = code? Are there kernel modules/drivers? Are there appropriate /dev entries? Is = the raspistill and raspivid application code ported from Raspbian? How = bad is =93not tested=94 on the wiki page? I=92m not afraid to compile things from source and do some testing but I = haven=92t done any real programming in about 15 years. I might be able = to tweak a few lines of code in the applications if need be but I=92m = pretty sure writing a kernel module or device driver is beyond my = current skills. The Lost Admin thelostadmin@gmail.com