Skip to content

Running on Raspberry Pi 2

Sahaj Sarup edited this page Feb 22, 2017 · 3 revisions
  1. In boot/config.txt delete the line device_tree=bcm2710-rpi-3-b.dtb.

  2. Copy the file bcm2709-rpi-2-b.dtb from androidscouce/kernel/rpi/arch/arm/boot/dts/ to boot/config.txt. Keep both the dtb files in the boot partition.

  3. Now the SD Card can be booted on both the Raspberry Pi 2 and the Raspberry Pi 3.

Note: The bcm2709-rpi-2-b.dtb file can be derived from the boot partition of the latest Raspbian builds or compiled from the kernel source. https://www.raspberrypi.org/downloads/raspbian/

Clone this wiki locally