File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -97,6 +97,21 @@ And the same for the `distro`.
9797
9898For further information, you can read more at < https://kas.readthedocs.io/en/latest/index.html >
9999
100+ ## Quick Start with bitbake-setup
101+ 1 . Initialize the setup,
102+ ```
103+ bitbake/bin/bitbake-setup init meta-raspberrypi/configurations/poky-rpi-master.conf
104+ ```
105+ 2 . Select the required configurations.
106+ 3 . bitbake core-image-base
107+ 4 . Use bmaptool to copy the generated wic image to SD card
108+ 5 . Boot your RPI
109+
110+ To select configurations non-interactively following can be executed.
111+ ```
112+ bitbake/bin/bitbake-setup init --non-interactive meta-raspberrypi/configurations/poky-rpi-master.conf.json poky distro/poky machine/raspberrypi5.conf
113+ ```
114+
100115## Contributing
101116
102117You can send patches using the GitHub pull request process or/and through the
You can’t perform that action at this time.
0 commit comments