Skip to content

Commit 8bbd984

Browse files
committed
README.md: Add bitbake-setup usage guide
Signed-off-by: Bhargav Das <bhargavdas100@gmail.com>
1 parent aecb1c6 commit 8bbd984

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,25 @@ 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.json
104+
105+
or
106+
107+
bitbake/bin/bitbake-setup init https://raw.githubusercontent.com/agherzan/meta-raspberrypi/bitbake-setup/configurations/poky-rpi-master.conf.json
108+
```
109+
2. Select the required configurations.
110+
3. Source init-build-env from `bitbake-builds/oe-nodistro-rpi-master/build`.
111+
4. bitbake core-image-base
112+
5. Use bmaptool to copy the generated wic image to SD card
113+
6. Boot your RPI
114+
115+
Currently following 2 configs are available,
116+
1. poky-rpi-master.conf.json
117+
2. oe-nodistro-rpi-master.conf.json
118+
100119
## Contributing
101120

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

0 commit comments

Comments
 (0)