summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README6
1 files changed, 5 insertions, 1 deletions
diff --git a/README b/README
index 3a7735c..ec9f905 100644
--- a/README
+++ b/README
@@ -73,7 +73,11 @@ revision: HEAD
73a. source poky/oe-init-build-env rpi-build 73a. source poky/oe-init-build-env rpi-build
74b. Add needed layer to bblayers.conf: 74b. Add needed layer to bblayers.conf:
75 - meta-raspberrypi 75 - meta-raspberrypi
76c. Set MACHINE to "raspberrypi"/"raspberrypi2" in local.conf 76c. Set MACHINE in local.conf to one of the supported boards:
77 - raspberrypi
78 - raspberrypi0
79 - raspberrypi2
80 - raspberrypi3
77d. bitbake rpi-hwup-image 81d. bitbake rpi-hwup-image
78e. dd to a SD card the generated sdimg file (use xzcat if rpi-sdimg.xz is used) 82e. dd to a SD card the generated sdimg file (use xzcat if rpi-sdimg.xz is used)
79f. Boot your RPI. 83f. Boot your RPI.