summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorBrandon Verkamp <jadelclemens@gmail.com>2020-05-22 00:13:34 -0600
committerAndrei Gherzan <andrei@gherzan.ro>2020-05-22 15:42:12 +0100
commit4982da8d48ce9e7025955d88d2cff6350b228c28 (patch)
tree5610f9658b6fa3fc3f8adfcca99e6d8c302983e7 /README.md
parenta50651ef741ad47828384b17d78b1359331d9204 (diff)
downloadmeta-raspberrypi-4982da8d48ce9e7025955d88d2cff6350b228c28.tar.gz
docs: Remove reference to xz-compressed sdimg
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index b291dbc..898426d 100644
--- a/README.md
+++ b/README.md
@@ -50,14 +50,14 @@ 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. Use bmaptool to copy the generated .wic.bz2 file to the SD card (use xzcat if rpi-sdimg.xz is used) 535. Use bmaptool to copy the generated .wic.bz2 file to the SD card
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. Use bmaptool to copy the generated .wic.bz2 file to the SD card (use xzcat if rpi-sdimg.xz is used) 603. Use bmaptool to copy the generated .wic.bz2 file to the SD card
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