e2d9de2f46
Signed-off-by: Thomas Klaehn <thomas.klaehn@perinet.io> Change-Id: Ia50fdaf50a8e184f51dc598bcd11c6bbdcc4a479 |
||
---|---|---|
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
$ MACHINE=<machineconf> source blackfinn-init-build-env
Supported machineconfs:
- qemuarm
- beaglebone-yocto
- raspberrypi3-64
- bananapi-m3
Build the Image
$ bitbake console-image
Flash the Image
$ dd if=tmp/deploy/images/beaglebone/<image_name> of=/dev/<sd_card>