Procházet zdrojové kódy

README.md: Update to use openSBI

Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Alistair Francis před 5 roky
rodič
revize
cf24c54a36
1 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. 3 3
      README.md

+ 3 - 3
README.md

@@ -89,9 +89,9 @@ $ zcat <image>-<machine>.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)