From 68ccff080509dd1c6aaebe86e49e1c4a13c29b79 Mon Sep 17 00:00:00 2001 From: Thomas Klaehn Date: Sat, 2 Mar 2019 07:50:28 +0100 Subject: [PATCH] Initial commit Signed-off-by: Thomas Klaehn --- README.md | 28 ++++++++++++++++++++++++++++ default.xml | 19 +++++++++++++++++++ 2 files changed, 47 insertions(+) create mode 100644 README.md create mode 100644 default.xml diff --git a/README.md b/README.md new file mode 100644 index 0000000..2709aad --- /dev/null +++ b/README.md @@ -0,0 +1,28 @@ +# Yocto + +... + +## Get the repository + +```shell +$ mkdir yocto-bf +$ cd yocto-bf +$ repo init -u "https://git.blackfinn.de/yocto/yocto-blackfinn.git" +$ repo sync +``` + +## Set Environment + +```shell +$ source [bbb/rpi]-init-build-env +``` + +## Build the Image +```shell +$ bitbake console-image +``` + +## Flash the Image +```shell +$ dd if=tmp/deploy/images/beaglebone/ of=/dev/ + diff --git a/default.xml b/default.xml new file mode 100644 index 0000000..1ce931b --- /dev/null +++ b/default.xml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + +