From cf24c54a36f6cfda7f21708322fa070e7a4096a3 Mon Sep 17 00:00:00 2001 From: Alistair Francis Date: Tue, 12 Feb 2019 11:15:16 -0800 Subject: [PATCH] README.md: Update to use openSBI Signed-off-by: Alistair Francis --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d471704..790312f 100644 --- a/README.md +++ b/README.md @@ -89,9 +89,9 @@ $ zcat -.wic.gz | sudo dd of=/dev/sdX bs=4M iflag=fullblock ofla The output of the build can also be written to an SD card using bmaptool, the steps to do this are below: ```text -$ MACHINE=freedom-u540 wic create freedom-u540-bbl -e core-image-minimal -$ bmaptool create ./freedom-u540-bbl-201812181337-mmcblk.direct > image.bmap -$ sudo bmaptool copy --bmap image.bmap ./freedom-u540-bbl-201812181337-mmcblk.direct /dev/sdd +$ MACHINE=freedom-u540 wic create freedom-u540-opensbi -e core-image-minimal +$ bmaptool create ./freedom-u540-opensbi-201812181337-mmcblk.direct > image.bmap +$ sudo bmaptool copy --bmap image.bmap ./freedom-u540-opensbi-201812181337-mmcblk.direct /dev/sdd ``` ## Maintainer(s)