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-22 15:42:12 +0100
commita50651ef741ad47828384b17d78b1359331d9204 (patch)
tree0907347d7ba488172306d4ba8ee0d939891da662
parentf9b9181521f9927300a185783ce881584d61d881 (diff)
downloadmeta-raspberrypi-a50651ef741ad47828384b17d78b1359331d9204.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: