summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index ba30e14..1a5259b 100644
--- a/README
+++ b/README
@@ -64,7 +64,8 @@ How to use it:
64 - meta-raspberrypi 64 - meta-raspberrypi
65 - meta-openembedded/meta-oe 65 - meta-openembedded/meta-oe
663 Set MACHINE to raspberrypi in local.conf 663 Set MACHINE to raspberrypi in local.conf
674. Modify distro to DISTRO ?= "poky-raspberrypi" in local.conf 674. Add to local.conf:
68 BBMASK = "rpi-zram-service"
685. bitbake rpi-hwup-image 695. bitbake rpi-hwup-image
696. dd to a SD card the generated sdimg file (use xzcat if rpi-sdimg.xz is used) 706. dd to a SD card the generated sdimg file (use xzcat if rpi-sdimg.xz is used)
707. Boot your RPI. 717. Boot your RPI.