summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2022-05-19 13:55:44 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2022-05-19 13:55:44 +0200
commitacef9438e94f5960064d650080270549eae27ab7 (patch)
treed85ab65e01b19fe2a7eaa602feb91b9601c07b41 /Documentation
parent1e284880fb5b339bc922faa6cdb7fa4274838578 (diff)
parente8480332b4fedf5d55c108b8426c6c198cf402a9 (diff)
downloadbarebox-acef9438e94f5960064d650080270549eae27ab7.tar.gz
barebox-acef9438e94f5960064d650080270549eae27ab7.tar.xz
Merge branch 'for-next/rpi'
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/boards/bcm2835.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/boards/bcm2835.rst b/Documentation/boards/bcm2835.rst
index 8af6a09c13..0b5299a340 100644
--- a/Documentation/boards/bcm2835.rst
+++ b/Documentation/boards/bcm2835.rst
@@ -14,10 +14,16 @@ Raspberry Pi
- ``images/barebox-raspberry-pi-1.img`` for the BCM2835/ARM1176JZF-S (Raspberry Pi 1, Raspberry Pi Zero)
- ``images/barebox-raspberry-pi-2.img`` for the BCM2836/CORTEX-A7 (Raspberry Pi 2)
- ``images/barebox-raspberry-pi-3.img`` for the BCM2837/CORTEX-A53 (Raspberry Pi 3)
+ - ``images/barebox-raspberry-pi-cm3.img`` for the BCM2837/CORTEX-A53 (Raspberry Pi CM3)
Copy the respective image for your model to your SD card and name it
``barebox.img``.
+ Alternatively, ``images/barebox-dt-2nd.img`` can be used as single bootloader for all
+ supported 32-bit boards. In this case the device tree supplied by the video core
+ is directly used by barebox to probe. The device trees in ``arch/arm/dts/*.dtb``
+ will need to be renamed for alignment with the naming scheme expected by the videocore.
+
4. Create a text file ``config.txt`` on the SD card with the following content::
kernel=barebox.img