summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2017-01-20 18:45:48 +0100
committerAndrei Gherzan <andrei@gherzan.ro>2017-01-20 20:15:12 +0100
commitae2be3aff96d7a4cbf162ade20bb2826b63482f6 (patch)
treee8ba6d77dfb6285279a6498faabc08608a0ed7ac
parent8f1511d72deae137df2d93597affff8ad8a59339 (diff)
downloadmeta-raspberrypi-ae2be3aff96d7a4cbf162ade20bb2826b63482f6.tar.gz
README: Mention CM1 and CM3 support
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r--README2
1 files changed, 2 insertions, 0 deletions
diff --git a/README b/README
index a784890..65a1e5f 100644
--- a/README
+++ b/README
@@ -79,6 +79,8 @@ c. Set MACHINE in local.conf to one of the supported boards:
79 - raspberrypi0 79 - raspberrypi0
80 - raspberrypi2 80 - raspberrypi2
81 - raspberrypi3 81 - raspberrypi3
82 - raspberrypi-cm (dummy alias for raspberrypi)
83 - raspberrypi-cm3 (dummy alias for raspberrypi2)
82d. bitbake rpi-hwup-image 84d. bitbake rpi-hwup-image
83e. dd to a SD card the generated sdimg file (use xzcat if rpi-sdimg.xz is used) 85e. dd to a SD card the generated sdimg file (use xzcat if rpi-sdimg.xz is used)
84f. Boot your RPI. 86f. Boot your RPI.