File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -97,6 +97,25 @@ 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.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
102121You 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