]> Git Repo - buildroot-mgba.git/commitdiff
configs/raspberrypi: install Raspberry Pi rev 1.0 device-tree blob
authorGaël PORTAY <[email protected]>
Tue, 16 Jul 2024 05:43:52 +0000 (07:43 +0200)
committerThomas Petazzoni <[email protected]>
Wed, 17 Jul 2024 21:11:02 +0000 (23:11 +0200)
This installs Raspberry Pi Model B rev 1.0 device-tree blob.

Signed-off-by: Gaël PORTAY <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
board/raspberrypi/readme.txt
configs/raspberrypi_defconfig

index aa6421ea017715e181954777f380344ee18d6984..cbd9a57a633d01eebb53bcd238ae50c6d6ba0a03 100644 (file)
@@ -87,6 +87,7 @@ Result of the build
 After building, you should obtain this tree:
 
     output/images/
+    +-- bcm2708-rpi-b-rev1.dtb      [1]
     +-- bcm2708-rpi-b.dtb           [1]
     +-- bcm2708-rpi-b-plus.dtb      [1]
     +-- bcm2708-rpi-cm.dtb          [1]
index 03c81ebf39fe14d5a555a70bd4f21a077b21af15..c6b296e1afee3fea8af1df5d7946e417137f1721 100644 (file)
@@ -20,7 +20,7 @@ BR2_LINUX_KERNEL_DEFCONFIG="bcmrpi"
 
 # Build the DTBs for A/B, A+/B+ and compute module from the kernel sources
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
-BR2_LINUX_KERNEL_INTREE_DTS_NAME="broadcom/bcm2708-rpi-b broadcom/bcm2708-rpi-b-plus broadcom/bcm2708-rpi-cm"
+BR2_LINUX_KERNEL_INTREE_DTS_NAME="broadcom/bcm2708-rpi-b-rev1 broadcom/bcm2708-rpi-b broadcom/bcm2708-rpi-b-plus broadcom/bcm2708-rpi-cm"
 
 BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
 
This page took 0.035059 seconds and 4 git commands to generate.