All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] board/qemu/ppc-bamboo: use path to vmlinux image for copy and paste users
@ 2022-02-12 21:49 Waldemar Brodkorb
  2022-05-30 21:46 ` Yann E. MORIN
  0 siblings, 1 reply; 3+ messages in thread
From: Waldemar Brodkorb @ 2022-02-12 21:49 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
---
 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.
-- 
2.30.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH] board/qemu/ppc-bamboo: use path to vmlinux image for copy and paste users
  2022-02-12 21:49 [Buildroot] [PATCH] board/qemu/ppc-bamboo: use path to vmlinux image for copy and paste users Waldemar Brodkorb
@ 2022-05-30 21:46 ` Yann E. MORIN
  2022-06-07  9:41   ` Peter Korsgaard
  0 siblings, 1 reply; 3+ messages in thread
From: Yann E. MORIN @ 2022-05-30 21:46 UTC (permalink / raw)
  To: Waldemar Brodkorb; +Cc: buildroot

Waldemar, All,

On 2022-02-12 22:49 +0100, Waldemar Brodkorb spake thusly:
> Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
> ---
>  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

Since the correponding defconfig does build host-qemu, it would have
made sense that the path to qemu-system-ppc also had been changed to
output/host/bin/qemu-system-ppc, but I see that other readmes do not
use that either...

Applied to master, thanks.

Regards,
Yann E. MORIN.

>  The login prompt will appear in the terminal that started Qemu.
> -- 
> 2.30.2
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH] board/qemu/ppc-bamboo: use path to vmlinux image for copy and paste users
  2022-05-30 21:46 ` Yann E. MORIN
@ 2022-06-07  9:41   ` Peter Korsgaard
  0 siblings, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2022-06-07  9:41 UTC (permalink / raw)
  To: Yann E. MORIN; +Cc: buildroot

>>>>> "Yann" == Yann E MORIN <yann.morin.1998@free.fr> writes:

 > Waldemar, All,
 > On 2022-02-12 22:49 +0100, Waldemar Brodkorb spake thusly:
 >> Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
 >> ---
 >> 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

 > Since the correponding defconfig does build host-qemu, it would have
 > made sense that the path to qemu-system-ppc also had been changed to
 > output/host/bin/qemu-system-ppc, but I see that other readmes do not
 > use that either...

 > Applied to master, thanks.

Committed to 2022.02.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-06-07  9:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-12 21:49 [Buildroot] [PATCH] board/qemu/ppc-bamboo: use path to vmlinux image for copy and paste users Waldemar Brodkorb
2022-05-30 21:46 ` Yann E. MORIN
2022-06-07  9:41   ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.