From dc06591ad0471383a4d69a2538c366ae55d14efb Mon Sep 17 00:00:00 2001 From: Thomas Klaehn Date: Sat, 19 Sep 2020 08:31:13 +0200 Subject: [PATCH] manifest: Version bump zeus->dunfell Signed-off-by: Thomas Klaehn Change-Id: I80f9d12cebc214d0a26c6e86124652bf6ee461b0 --- README.md | 27 +++++++++++++++++++-------- default.xml | 13 ++++++------- 2 files changed, 25 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 2c4b7f8..0f3271b 100644 --- a/README.md +++ b/README.md @@ -5,16 +5,16 @@ ## Get the repository ```shell -$ mkdir yocto-bf -$ cd yocto-bf -$ repo init -u "https://git.blackfinn.de/yocto/linux-blackfinn.git" -$ repo sync +mkdir yocto-bf +cd yocto-bf +repo init -u "https://git.blackfinn.de/yocto/linux-blackfinn.git" +repo sync ``` ## Set Environment ```shell -$ MACHINE= source blackfinn-init-build-env +MACHINE= source blackfinn-init-build-env ``` Supported machineconfs: @@ -22,16 +22,27 @@ Supported machineconfs: * qemuarm * beaglebone-yocto * raspberrypi3-64 -* bananapi-m3 ## Build the Image ```shell -$ bitbake console-image +bitbake console-image ``` ## Flash the Image + +### beaglebone-yocto + ```shell -$ dd if=tmp/deploy/images/beaglebone/ of=/dev/ +dd if=tmp/deploy/images/beaglebone-yocto/docker-image-beaglebone-yocto.wic of=/dev/ +``` + +### raspberrypiX-64 + +```shell +bmaptool copy --bmap \ + tmp/deploy/images/raspberrypiX-64/docker-image-raspberrypiX-64.wic.bmap \ + tmp/deploy/images/raspberrypiX-64/docker-image-raspberrypiX-64.wic.bz2 \ + /dev/ ``` diff --git a/default.xml b/default.xml index 19be712..c559c22 100644 --- a/default.xml +++ b/default.xml @@ -3,17 +3,16 @@ - - - + + - + - - - + + +