mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 09:34:18 +00:00
docs: qemu: bump to QEMU 5.0.0
Fix the version inconsistency in the same file. I tested QEMU 5.0.0, and it worked for me. Change-Id: I9d8ca9aae1e413410eb5676927e13ae4aee9fad8 Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
parent
624120e05c
commit
231d0b351d
1 changed files with 2 additions and 2 deletions
|
@ -78,7 +78,7 @@ To build:
|
|||
|
||||
make CROSS_COMPILE=aarch64-none-elf- PLAT=qemu
|
||||
|
||||
To start (QEMU v4.1.0):
|
||||
To start (QEMU v5.0.0):
|
||||
|
||||
.. code:: shell
|
||||
|
||||
|
@ -127,7 +127,7 @@ To build flash.bin:
|
|||
dd if=build/qemu/release/bl1.bin of=flash.bin bs=4096 conv=notrunc
|
||||
dd if=build/qemu/release/fip.bin of=flash.bin seek=64 bs=4096 conv=notrunc
|
||||
|
||||
To start (QEMU v2.6.0):
|
||||
To start (QEMU v5.0.0):
|
||||
|
||||
.. code:: shell
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue