Thomas Klaehn 97a5e50b28 Add virtualization layer
Change-Id: Ic2ae606235801faf919fb174e1d88ba386fa6682
2020-01-24 14:16:25 +01:00
2020-01-24 14:16:25 +01:00
2019-03-16 06:45:08 +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>
Description
No description provided
Readme 59 KiB