Code: Select all
picam ~ » raspistill --nopreview --output image.jpg
mmal: mmal_vc_shm_init: could not initialize vc shared memory service
mmal: mmal_vc_component_create: failed to initialise shm for 'vc.camera_info' (7:EIO)
mmal: mmal_component_create_core: could not create component 'vc.camera_info' (7)
mmal: Failed to create camera_info component
/boot/config.txt
Code: Select all
gpu_mem=128
start_file=start_x.elf
fixup_file=fixup_x.dat
initramfs initramfs-linux.img followkernel
cma_lwm= cma_hwm= cma_offline_start=
In /etc/modprobe.d/blacklist.conf I blacklisted :
Code: Select all
blacklist i2c_bcm2708
Any ideas about what I have missed?
