From 60d589c75e7b272b76abd8fd04d9c69ae50bc96e Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 9 Mar 2018 14:14:53 -0800 Subject: [PATCH] README.md: Add info on running the image in qemu Signed-off-by: Khem Raj --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3a3858e..7f3a18c 100644 --- a/README.md +++ b/README.md @@ -30,9 +30,9 @@ This layer depends on: 1. source openembedded-core/oe-init-build-env riscv-build 2. Add this layer to bblayers.conf and the dependencies above -3. Set MACHINE in local.conf to one of the supported boards +3. Set MACHINE in local.conf to one of the supported boards ( e.g. qemuriscv64 ) 4. bitbake core-image-minimal -6. Boot in qemu. +6. runqemu nograhic. ## Maintainers