summarylogtreecommitdiffstats
path: root/ethoscope-device.install
diff options
context:
space:
mode:
Diffstat (limited to 'ethoscope-device.install')
-rw-r--r--ethoscope-device.install4
1 files changed, 4 insertions, 0 deletions
diff --git a/ethoscope-device.install b/ethoscope-device.install
index 8be1c2110141..84762104a111 100644
--- a/ethoscope-device.install
+++ b/ethoscope-device.install
@@ -93,6 +93,10 @@ post_install() {
echo 'cma_offline_start=' >> /boot/config.txt
echo 'hdmi_force_hotplug=1' >> /boot/config.txt
+
+ # https://github.com/raspberrypi/firmware/issues/1167
+ echo 'awb_auto_is_greyworld=1' >> /boot/config.txt
+
echo 'Loading bcm2835 module'
echo 'bcm2835-v4l2' > /etc/modules-load.d/picamera.conf