diff options
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -50,15 +50,15 @@ This layer depends on: | |||
50 | 2. Add this layer to bblayers.conf and the dependencies above | 50 | 2. Add this layer to bblayers.conf and the dependencies above |
51 | 3. Set MACHINE in local.conf to one of the supported boards | 51 | 3. Set MACHINE in local.conf to one of the supported boards |
52 | 4. bitbake core-image-base | 52 | 4. bitbake core-image-base |
53 | 5. dd to a SD card the generated sdimg file (use xzcat if rpi-sdimg.xz is used) | 53 | 5. Use bmaptool to copy the generated .wic.bz2 file to the SD card (use xzcat if rpi-sdimg.xz is used) |
54 | 6. Boot your RPI. | 54 | 6. Boot your RPI |
55 | 55 | ||
56 | ## Quick Start with kas | 56 | ## Quick Start with kas |
57 | 57 | ||
58 | 1. Install kas build tool from PyPi (sudo pip3 install kas) | 58 | 1. Install kas build tool from PyPi (sudo pip3 install kas) |
59 | 2. kas build meta-raspberrypi/kas-poky-rpi.yml | 59 | 2. kas build meta-raspberrypi/kas-poky-rpi.yml |
60 | 3. dd to a SD card the generated sdimg file (use xzcat if rpi-sdimg.xz is used) | 60 | 3. Use bmaptool to copy the generated .wic.bz2 file to the SD card (use xzcat if rpi-sdimg.xz is used) |
61 | 4. Boot your RPI. | 61 | 4. Boot your RPI |
62 | 62 | ||
63 | To adjust the build configuration with specific options (I2C, SPI, ...), simply add | 63 | To adjust the build configuration with specific options (I2C, SPI, ...), simply add |
64 | a section as follows: | 64 | a section as follows: |