parent
b1877d5365
commit
170962deff
|
@ -54,3 +54,8 @@
|
||||||
|
|
||||||
# Enable audio (loads snd_bcm2835)
|
# Enable audio (loads snd_bcm2835)
|
||||||
dtparam=audio=on
|
dtparam=audio=on
|
||||||
|
|
||||||
|
# Enable camera
|
||||||
|
start_x=1
|
||||||
|
gpu_mem=128
|
||||||
|
disable_camera_led=1
|
||||||
|
|
|
@ -11,6 +11,9 @@ install -m 644 files/console-setup "${ROOTFS_DIR}/etc/default/"
|
||||||
|
|
||||||
install -m 755 files/rc.local "${ROOTFS_DIR}/etc/"
|
install -m 755 files/rc.local "${ROOTFS_DIR}/etc/"
|
||||||
|
|
||||||
|
# enable pi camera
|
||||||
|
install -m 644 files/picamera.conf "${ROOTFS_DIR}/etc/modules-load.d/"
|
||||||
|
|
||||||
# disable wireless
|
# disable wireless
|
||||||
install -m 644 files/raspi-blacklist.conf "${ROOTFS_DIR}/etc/modprobe.d/"
|
install -m 644 files/raspi-blacklist.conf "${ROOTFS_DIR}/etc/modprobe.d/"
|
||||||
|
|
||||||
|
|
1
stage2/01-sys-tweaks/files/picamera.conf
Normal file
1
stage2/01-sys-tweaks/files/picamera.conf
Normal file
|
@ -0,0 +1 @@
|
||||||
|
bcm2835_v4l2
|
Loading…
Reference in New Issue
Block a user