Hey all,
today I've read about tinyCore Linux in a blogpost and I had to try it out. So far I was amazed by the speed of the OS (I want to build a small Camera and therefore I need a slim Linux).
However, I couldn't get the PiCam running. There seems to be much obsolete information in the internet about how you can get it work.
tce-load -wi rpi-vc
sudo chmod 777 /dev/vchiq
I've read a few blog posts, like
http://forum.tinycorelinux.net/index.php?topic=17903.0 but can't get it working.
sudo raspistill -w 100 -h 100 -o /tmp/out.jpg
produces:
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
In the posts, people edited a file /boot/config.txt (append some lines there), but this file wasn't there in my Intallation of piCore. I created it and add the lines they suggested, but it seemed to have no effect.
Is there a solution? I really want to get it working, it would be so cool!
Best regards
Chris