Raspberry Pi Videocore interfaces question - Raspberry Camera

Johny Mattsson johny.mattsson+fbsd at gmail.com
Thu Feb 19 07:04:05 UTC 2015


On 19 February 2015 at 17:47, Milan Obuch <freebsd-arm at dino.sk> 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


More information about the freebsd-arm mailing list