board/qemu/ppc-bamboo: use path to vmlinux image for copy and paste users

Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2022.05.x
Waldemar Brodkorb 2022-02-12 22:49:36 +01:00 committed by Yann E. MORIN
parent 2d8a4e1fdd
commit ceb3dae264
1 changed files with 1 additions and 1 deletions

View File

@ -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.