linux-blackfinn/README.md
Thomas Klaehn cc55f432b4 Initial commit
Signed-off-by: Thomas Klaehn <tkl@blackfinn.de>
2019-03-02 07:57:52 +01:00

384 B

Yocto

...

Get the repository

$ mkdir yocto-bf
$ cd yocto-bf
$ repo init -u "https://git.blackfinn.de/yocto/yocto-blackfinn.git"
$ repo sync

Set Environment

$ source [bbb/rpi]-init-build-env

Build the Image

$ bitbake console-image

Flash the Image

$ dd if=tmp/deploy/images/beaglebone/<image_name> of=/dev/<sd_card>