Skip to content

Development

sepfy edited this page Jun 8, 2021 · 1 revision

XiaoPi is be constructed by Yocto project. Compile whole prject by following instructions

git clone --recursive https://github.com/sepfy/xiaopi
cd xiaopi
source init-build-env.sh
bitbake xiaopi

It will take a few hours to build OS image. After building, you can find the OS image in tmp/deplay/images/raspberrypi0-wifi

Clone this wiki locally