summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrandon Verkamp <jadelclemens@gmail.com>2020-05-11 20:51:33 -0600
committerAndrei Gherzan <andrei@gherzan.ro>2020-05-23 10:07:46 +0100
commit468df346e95fc1c2c569e4d6e0256135fe4e524d (patch)
tree0612cc7a2f13d8d4f9cb73dd4ece0430f9ffc85a
parent89ef68a1643ffc76729649087d871ca79fd580c2 (diff)
downloadmeta-raspberrypi-468df346e95fc1c2c569e4d6e0256135fe4e524d.tar.gz
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 <jadelclemens@gmail.com>
-rw-r--r--README.md8
1 files 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:
502. Add this layer to bblayers.conf and the dependencies above 502. Add this layer to bblayers.conf and the dependencies above
513. Set MACHINE in local.conf to one of the supported boards 513. Set MACHINE in local.conf to one of the supported boards
524. bitbake core-image-base 524. bitbake core-image-base
535. dd to a SD card the generated sdimg file (use xzcat if rpi-sdimg.xz is used) 535. Use bmaptool to copy the generated .wic.bz2 file to the SD card (use xzcat if rpi-sdimg.xz is used)
546. Boot your RPI. 546. Boot your RPI
55 55
56## Quick Start with kas 56## Quick Start with kas
57 57
581. Install kas build tool from PyPi (sudo pip3 install kas) 581. Install kas build tool from PyPi (sudo pip3 install kas)
592. kas build meta-raspberrypi/kas-poky-rpi.yml 592. kas build meta-raspberrypi/kas-poky-rpi.yml
603. dd to a SD card the generated sdimg file (use xzcat if rpi-sdimg.xz is used) 603. Use bmaptool to copy the generated .wic.bz2 file to the SD card (use xzcat if rpi-sdimg.xz is used)
614. Boot your RPI. 614. Boot your RPI
62 62
63To adjust the build configuration with specific options (I2C, SPI, ...), simply add 63To adjust the build configuration with specific options (I2C, SPI, ...), simply add
64a section as follows: 64a section as follows: