From 468df346e95fc1c2c569e4d6e0256135fe4e524d Mon Sep 17 00:00:00 2001 From: Brandon Verkamp Date: Mon, 11 May 2020 20:51:33 -0600 Subject: docs: Correct Quick Start instructions to show the new .wic.bz2 extension Corrects README.md to indicate that the new generated image extension is .wic.bz2 rather than sdimg as previously stated. Signed-off-by: Brandon Verkamp --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6c4e1e4..b291dbc 100644 --- a/README.md +++ b/README.md @@ -50,15 +50,15 @@ This layer depends on: 2. Add this layer to bblayers.conf and the dependencies above 3. Set MACHINE in local.conf to one of the supported boards 4. bitbake core-image-base -5. dd to a SD card the generated sdimg file (use xzcat if rpi-sdimg.xz is used) -6. Boot your RPI. +5. Use bmaptool to copy the generated .wic.bz2 file to the SD card (use xzcat if rpi-sdimg.xz is used) +6. Boot your RPI ## Quick Start with kas 1. Install kas build tool from PyPi (sudo pip3 install kas) 2. kas build meta-raspberrypi/kas-poky-rpi.yml -3. dd to a SD card the generated sdimg file (use xzcat if rpi-sdimg.xz is used) -4. Boot your RPI. +3. Use bmaptool to copy the generated .wic.bz2 file to the SD card (use xzcat if rpi-sdimg.xz is used) +4. Boot your RPI To adjust the build configuration with specific options (I2C, SPI, ...), simply add a section as follows: -- cgit v1.2.3-54-g00ecf