Thomas Klaehn
92a77aa241
Change-Id: Id0a252a4b76221d516bfe1ca8b01f0702b88f31e Signed-off-by: Thomas Klaehn <tkl@blackfinn.de> |
||
---|---|---|
default.xml | ||
Jenkinsfile | ||
README.md |
Yocto
...
Get the repository
$ mkdir yocto-bf
$ cd yocto-bf
$ repo init -u "https://git.blackfinn.de/yocto/linux-blackfinn.git"
$ repo sync
Set Environment
$ source [bbb/rpi]-init-build-env
Build the Image
$ bitbake console-image
Flash the Image
$ dd if=tmp/deploy/images/beaglebone/<image_name> of=/dev/<sd_card>