From 12b0f2db3794b25c976b037650670caca77a7293 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Mon, 20 Aug 2012 23:37:49 +0300 Subject: README: Add instructions for compressed deployed files [GITHUB #39] Signed-off-by: Andrei Gherzan --- README | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README b/README index 0007c0f..e820df0 100644 --- a/README +++ b/README @@ -60,8 +60,16 @@ How to use it: 3 Set MACHINE to raspberrypi in local.conf 4. Modify distro to DISTRO ?= "poky-raspberrypi" in local.conf 5. bitbake rpi-hwup-image -6. dd to a SD card the generated sdimg file +6. dd to a SD card the generated sdimg file (use xzcat if rpi-sdimg.xz is used) 7. Boot your RPI. +Optional - compressed deployed files: + +1. Overwrite IMAGE_FSTYPES in local.conf + IMAGE_FSTYPES = "tar.bz2 ext3.xz rpi-sdimg.xz +2. Overwrite SDIMG_ROOTFS_TYPE in local.conf + SDIMG_ROOTFS_TYPE = "ext3.xz" +*Accommodate the values above to your own needs (ex: ext3 / ext4). + Layer maintainer: John Willis Andrei Gherzan -- cgit v1.2.3-54-g00ecf