From 1fd128bb12ff16e8fb547e47afa1fd70e2250b45 Mon Sep 17 00:00:00 2001 From: Thomas Klaehn Date: Sat, 2 Mar 2019 07:50:28 +0100 Subject: [PATCH] Initial commit Change-Id: Idf0a78d59101428a16a3cc88198cc7fab75950b1 Signed-off-by: Thomas Klaehn --- README.md | 28 ++++++++++++++++++++++++++++ default.xml | 20 ++++++++++++++++++++ 2 files changed, 48 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..6352746 --- /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/linux-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..c71bfd9 --- /dev/null +++ b/default.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + +