summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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: