diff options
author | 2018-04-02 19:43:25 -0500 | |
---|---|---|
committer | 2018-04-03 12:51:35 +0200 | |
commit | dcf5fafe84d054d1bb168f9d72e36fd83ba30a67 (patch) | |
tree | 1556cc5b586f7fc57877ef7d570ec07dee5be826 /board/qemu | |
parent | 0a1576e82d5996cc1f73e8960706ebe4a2909b5f (diff) | |
download | buildroot-dcf5fafe84d054d1bb168f9d72e36fd83ba30a67.tar.gz buildroot-dcf5fafe84d054d1bb168f9d72e36fd83ba30a67.tar.bz2 |
qemu_ppc64_e5500_defconfig: convert quotes in readme.txt emulation example
Resolves an error in the way the bootlin toolchain-builder uses
the board/qemu/ppc64-e5500/readme.txt to generate the qemu test
command.
https://github.com/free-electrons/toolchains-builder/blob/master/build.sh#L186
Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'board/qemu')
-rw-r--r-- | board/qemu/ppc64-e5500/readme.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/qemu/ppc64-e5500/readme.txt b/board/qemu/ppc64-e5500/readme.txt index 0bfd41d76b..a6ad893b4d 100644 --- a/board/qemu/ppc64-e5500/readme.txt +++ b/board/qemu/ppc64-e5500/readme.txt @@ -1,6 +1,6 @@ Run the emulation with: - qemu-system-ppc64 -M ppce500 -cpu e5500 -m 256 -kernel output/images/uImage -drive file=output/images/rootfs.ext2,if=virtio,format=raw -append 'console=ttyS0 root=/dev/vda' -serial mon:stdio -nographic + qemu-system-ppc64 -M ppce500 -cpu e5500 -m 256 -kernel output/images/uImage -drive file=output/images/rootfs.ext2,if=virtio,format=raw -append "console=ttyS0 root=/dev/vda" -serial mon:stdio -nographic The login prompt will appear in the terminal that started Qemu. |