Yocto SDK for the Rockchip SOC boards
- Get the code using the Manifest and Repo tool:
https://source.android.com/setup/develop/repo - Config your local config file (build/conf/local.conf)
- You can create a local.conf manually, follow:
- https://git.yoctoproject.org/cgit.cgi/poky/plain/meta-poky/conf/local.conf.sample
- Or use the existing config files for demoing e.g.: rockchip-rk3326-evb.conf
- Run "source ./oe-init-build-env" to setup bitbake environment
- Run "bitbake core-image-minimal" to build the images
- Flash the generated "build/tmp/deploy/<MACHINE>/update.img" to your device
- Boot your device and enjoy it
- Jeffy Chen
<[email protected]>