Go to file
Thomas Klaehn fc52f07f0b linux-blackfinn: Switch to new yocto branch "warrior"
Change-Id: Id43428285ad5797ccc8f92d8c748e0e5fe625304
2019-11-29 17:12:06 +01:00
default.xml linux-blackfinn: Switch to new yocto branch "warrior" 2019-11-29 17:12:06 +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 "warrior" 2019-11-29 17:12:06 +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-init-build-env

Supported machineconfs:

  • qemuarm
  • qemuarm64
  • qemumips
  • qemumips64
  • qemuppc
  • qemux86
  • qemux86-64
  • beaglebone-yocto
  • edgerouter
  • genericx86
  • genericx86-64
  • mpc8315e-rdb
  • 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>