Skip to content
Snippets Groups Projects
Verified Commit 2d78c3b9 authored by Qiyang Sun's avatar Qiyang Sun :speech_balloon:
Browse files

Add camera support to distro conf, increase version

Boot time: 5.036s (kernel, verbose log)
Boot time: 3.672s (kernel)
parent 4248a398
No related branches found
No related tags found
No related merge requests found
DISTRO = "marfb"
DISTRO_NAME = "MAR Autonomous Rover Fastboot Linux System (MARS by University of Southampton)"
DISTRO_VERSION = "0.0.6a"
DISTRO_VERSION = "0.0.7a"
MAINTAINER = "Qiyang Sun <qs2g22@soton.ac.uk>"
......@@ -40,5 +40,7 @@ DISABLE_VC4GRAPHICS = "1"
#RPI_KERNEL_DEVICETREE_OVERLAYS:append = " overlays/uart0.dtbo"
RPI_KERNEL_DEVICETREE_OVERLAYS:append = " overlays/uart1.dtbo"
#RASPBERRYPI_CAMERA_V2 = "1"
#RASPBERRYPI_CAMERA_V3 = "1"
RASPBERRYPI_CAMERA_V2 = "1"
RASPBERRYPI_CAMERA_V3 = "1"
RPI_KERNEL_DEVICETREE_OVERLAYS:append = " overlays/ov5647.dtbo"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment