Go to file
Thomas Klaehn e2d9de2f46 linux-blackfinn: Switch to new yocto branch "dunfell"
Signed-off-by: Thomas Klaehn <thomas.klaehn@perinet.io>
Change-Id: Ia50fdaf50a8e184f51dc598bcd11c6bbdcc4a479
2020-09-07 07:41:58 +02:00
default.xml linux-blackfinn: Switch to new yocto branch "dunfell" 2020-09-07 07:41:58 +02:00
Jenkinsfile jenkins: Use unified yocto model. 2019-03-16 06:45:08 +01:00
README.md linux-blackfinn: Switch to new yocto branch "zeus" 2019-11-29 20:26:51 +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

$ 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>