Explorar el Código

README.md: Update to use openSBI

Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Alistair Francis hace 5 años
padre
commit
cf24c54a36
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  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)