Skip to content

Instantly share code, notes, and snippets.

@miknonny
Created March 12, 2016 21:25
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save miknonny/eb841907f8c91a625388 to your computer and use it in GitHub Desktop.
Save miknonny/eb841907f8c91a625388 to your computer and use it in GitHub Desktop.
Using the Raspberry Pi Camera Board on Arch Linux ARM
Add /opt/vc/bin to your $PATH:
# To add /opt/vc/bin temporarily to your $PATH:
PATH=$PATH:/opt/vc/bin
and set up your /boot/config.txt to contain the following:
gpu_mem=128
start_file=start_x.elf
fixup_file=fixup_x.dat
# optionally:
disable_camera_led=1
@OxMarco
Copy link

OxMarco commented Oct 4, 2017

missing to init the bcm2835 module
modprobe bcm2835-v4l2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment