# Please note that this is only a sample, we recommend you to change it to fit # your needs. # You should override this file using a post-build script. # See http://buildroot.org/downloads/manual/manual.html#rootfs-custom # and http://elinux.org/RPiconfig for a description of config.txt syntax # Device tree options are documented at # https://github.com/raspberrypi/documentation/blob/master/configuration/device-tree.md kernel=zImage # This, along with the Raspberry Pi "x" firmware is need for the camera # to work. See Target packages->Hardware handling->Firmware for "x" firmware. gpu_mem=128 # Enable I2C and SPI dtparam=i2c_arm=on,spi=on # Comment this in or modify to enable OneWire # NOTE: check that the overlay that you specify is in the boot partition or # this won't work. #dtoverlay=w1-gpio-pullup,gpiopin=4 # Enable the UART (/dev/ttyS0) on the RPi3. enable_uart=1