Skip to content

Commit 594081d

Browse files
committed
README.md: Add bitbake-setup usage guide
Signed-off-by: Bhargav Das <bhargavdas100@gmail.com>
1 parent 56cbb62 commit 594081d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,21 @@ And the same for the `distro`.
9797

9898
For 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

102117
You can send patches using the GitHub pull request process or/and through the

0 commit comments

Comments
 (0)