From owner-freebsd-arm@FreeBSD.ORG Thu Feb 19 07:04:04 2015 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 CC232478 for ; Thu, 19 Feb 2015 07:04:04 +0000 (UTC) Received: from mail-wi0-x234.google.com (mail-wi0-x234.google.com [IPv6:2a00:1450:400c:c05::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 5935E83A for ; Thu, 19 Feb 2015 07:04:04 +0000 (UTC) Received: by mail-wi0-f180.google.com with SMTP id h11so7032949wiw.1 for ; Wed, 18 Feb 2015 23:04:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=IPuP/8eZ376rRsnoXPn0NA8r8fF9uR0Tth1EJeV+G/k=; b=ZOuJ8mHfy2ArBxtnGJYb+hp1Vr4P1felQkee0QTgYqfXXAq/tLKP/eh/hVOoNsK9z4 5zH0cmnXDI3KfBACxYHiroCPv0caVmytxdeqHmPrHvZpWb3t0UO1jLki1j0XJSA0ongV n0snupr/oguJUvyfDBpAet61d9LUQGJenjlnpwQYL96WGQS5C/G4vqEFL7XQbUBCmtu9 m6/vIP0aQ//ecqhFk3uUcLlhdMvV5KrLAal+zrWluzmIHRAFVA/VZ4uU41Vc1fV7ZXkJ 6tfKMOQz5lzy8TJI5u7yxzWnlEeaMTYquJ0vETcInQ+LQz9mTzKjMbhu0gK4pO4JouRQ jsSQ== MIME-Version: 1.0 X-Received: by 10.194.75.193 with SMTP id e1mr6050586wjw.126.1424329442839; Wed, 18 Feb 2015 23:04:02 -0800 (PST) Sender: johny.mattsson@gmail.com Received: by 10.27.102.9 with HTTP; Wed, 18 Feb 2015 23:04:02 -0800 (PST) In-Reply-To: <20150219074736.7bf9b106@zeta.dino.sk> References: <20150216083503.7789c619@zeta.dino.sk> <0B74DE06-1F46-49E0-B27D-EABFAB1104E3@bluezbox.com> <20150216101651.630cfc2b@zeta.dino.sk> <20150219001203.7a1ae3e9@zeta.dino.sk> <20150219074736.7bf9b106@zeta.dino.sk> Date: Thu, 19 Feb 2015 18:04:02 +1100 X-Google-Sender-Auth: _Wfk8rI1MzEZKnSFdgiMWD10YQk Message-ID: Subject: Re: Raspberry Pi Videocore interfaces question - Raspberry Camera From: Johny Mattsson To: Milan Obuch Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "freebsd-arm@freebsd.org" 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: Thu, 19 Feb 2015 07:04:05 -0000 On 19 February 2015 at 17:47, Milan Obuch wrote: > ... > raspistill -o test.jpg > mmal: mmal_vc_component_create: failed to create component > 'vc.ril.camera' (1:ENOMEM) mmal: mmal_component_create_core: could not > create component 'vc.ril.camera' (1) mmal: Failed to create camera > component mmal: main: Failed to create camera component > mmal: Camera is not enabled in this build. Try running "sudo > raspi-config" and ensure that "camera" has been enabled > Put the line start_x=1 in your /boot/config.txt, then reboot. That should instruct the GPU firmware to enable the camera. You might also need to ensure you have the start_x.elf/fixup_x.dat files in your /boot; the latest firmware is available here: https://github.com/raspberrypi/firmware/tree/master/boot Cheers, /Johny