Go to file
Thomas Klaehn 7467006e06 linux-blackfinn: Switch to new yocto branch "zeus"
Change-Id: Iee2f24f52b50c3d1947b81f83214150b382ca74b
2019-11-29 20:26:51 +01:00
default.xml linux-blackfinn: Switch to new yocto branch "zeus" 2019-11-29 20:26:51 +01: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>