summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2125767..bf8107f 100644
--- a/README.md
+++ b/README.md
@@ -52,6 +52,28 @@ This layer depends on:
525. dd to a SD card the generated sdimg file (use xzcat if rpi-sdimg.xz is used) 525. dd to a SD card the generated sdimg file (use xzcat if rpi-sdimg.xz is used)
536. Boot your RPI. 536. Boot your RPI.
54 54
55## Quick Start with kas
56
571. Install kas build tool from PyPi (sudo pip3 install kas)
582. kas build meta-raspberrypi/kas-poky-rpi.yml
593. dd to a SD card the generated sdimg file (use xzcat if rpi-sdimg.xz is used)
604. Boot your RPI.
61
62To adjust the build configuration with specific options (I2C, SPI, ...), simply add
63a section as follows:
64
65```
66local_conf_header:
67 rpi-specific: |
68 ENABLE_I2C = "1"
69 RPI_EXTRA_CONFIG = "dtoverlay=pi3-disable-bt"
70```
71
72To configure the machine, you have to update the `machine` variable.
73And the same for the `distro`.
74
75For further information, you can read more at <https://kas.readthedocs.io/en/1.0/index.html>
76
55## Maintainers 77## Maintainers
56 78
57* Andrei Gherzan `<andrei at gherzan.ro>` 79* Andrei Gherzan `<andrei at gherzan.ro>`