diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 22 |
1 files changed, 22 insertions, 0 deletions
| @@ -52,6 +52,28 @@ This layer depends on: | |||
| 52 | 5. dd to a SD card the generated sdimg file (use xzcat if rpi-sdimg.xz is used) | 52 | 5. dd to a SD card the generated sdimg file (use xzcat if rpi-sdimg.xz is used) |
| 53 | 6. Boot your RPI. | 53 | 6. Boot your RPI. |
| 54 | 54 | ||
| 55 | ## Quick Start with kas | ||
| 56 | |||
| 57 | 1. Install kas build tool from PyPi (sudo pip3 install kas) | ||
| 58 | 2. kas build meta-raspberrypi/kas-poky-rpi.yml | ||
| 59 | 3. dd to a SD card the generated sdimg file (use xzcat if rpi-sdimg.xz is used) | ||
| 60 | 4. Boot your RPI. | ||
| 61 | |||
| 62 | To adjust the build configuration with specific options (I2C, SPI, ...), simply add | ||
| 63 | a section as follows: | ||
| 64 | |||
| 65 | ``` | ||
| 66 | local_conf_header: | ||
| 67 | rpi-specific: | | ||
| 68 | ENABLE_I2C = "1" | ||
| 69 | RPI_EXTRA_CONFIG = "dtoverlay=pi3-disable-bt" | ||
| 70 | ``` | ||
| 71 | |||
| 72 | To configure the machine, you have to update the `machine` variable. | ||
| 73 | And the same for the `distro`. | ||
| 74 | |||
| 75 | For 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>` |
