[Buildroot] [git commit] board/qemu/ppc-bamboo: use path to vmlinux image for copy and paste users
Yann E. MORIN
yann.morin.1998 at free.fr
Mon May 30 21:44:47 UTC 2022
commit: https://git.buildroot.net/buildroot/commit/?id=ceb3dae264fa1bf4b4806dbc1507582c74eb36b1
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master
Signed-off-by: Waldemar Brodkorb <wbx at openadk.org>
Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
---
board/qemu/ppc-bamboo/readme.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/board/qemu/ppc-bamboo/readme.txt b/board/qemu/ppc-bamboo/readme.txt
index 0b70d2fa54..53d1970698 100644
--- a/board/qemu/ppc-bamboo/readme.txt
+++ b/board/qemu/ppc-bamboo/readme.txt
@@ -1,5 +1,5 @@
Run the emulation with:
-qemu-system-ppc -nographic -M bamboo -kernel vmlinux -net nic,model=virtio-net-pci -net user # qemu_ppc_bamboo_defconfig
+qemu-system-ppc -nographic -M bamboo -kernel output/images/vmlinux -net nic,model=virtio-net-pci -net user # qemu_ppc_bamboo_defconfig
The login prompt will appear in the terminal that started Qemu.
More information about the buildroot
mailing list