Go to file
Thomas Klaehn 55c747087b linux-blackfinn: Add Jenkinsfile
Signed-off-by: Thomas Klaehn <thomas.klaehn@u-blox.com>
2019-03-10 06:42:07 +01:00
default.xml Initial commit 2019-03-03 08:20:43 +01:00
Jenkinsfile linux-blackfinn: Add Jenkinsfile 2019-03-10 06:42:07 +01:00
README.md Initial commit 2019-03-03 08:20:43 +01:00

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>