From 54c5451a04a2b6601ca729038780d4e4eb69437e Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Sun, 8 Feb 2015 00:32:47 +0200 Subject: Add support for Raspberry PI 2 Add machine configuration file. Change the kernel image name on SD card. Use the defconfig for this machine (bcm2709_defconfig). Change-Id: I6549d5f49b1ed32ef4d44aca6f7af4234618c1a8 Signed-off-by: Andrei Gherzan --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index bb2f4be..2a3a79e 100644 --- a/README +++ b/README @@ -68,7 +68,7 @@ How to use it: 1. source poky/oe-init-build-env rpi-build 2. Add needed layer to bblayers.conf: - meta-raspberrypi -3 Set MACHINE to raspberrypi in local.conf +3 Set MACHINE to "raspberrypi"/"raspberrypi2" in local.conf 4. bitbake rpi-hwup-image 5. dd to a SD card the generated sdimg file (use xzcat if rpi-sdimg.xz is used) 6. Boot your RPI. -- cgit v1.2.3-54-g00ecf