* [Buildroot] [PATCH 1/2] qemu/x86: Adapted qemu command line in readme file
@ 2012-04-06 16:19 Stephan Hoffmann
2012-04-06 16:19 ` [Buildroot] [PATCH 2/2] qemu/x86_64: " Stephan Hoffmann
2012-04-06 16:45 ` [Buildroot] [PATCH 1/2] qemu/x86: " Gustavo Zacarias
0 siblings, 2 replies; 4+ messages in thread
From: Stephan Hoffmann @ 2012-04-06 16:19 UTC (permalink / raw)
To: buildroot
Signed-off-by: Stephan Hoffmann <sho@reLinux.de>
---
board/qemu/x86/readme.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/board/qemu/x86/readme.txt b/board/qemu/x86/readme.txt
index 4ba6607..ae27428 100644
--- a/board/qemu/x86/readme.txt
+++ b/board/qemu/x86/readme.txt
@@ -1,5 +1,5 @@
Run the emulation with:
- qemu-system-i386 -M pc -kernel output/images/bzImage -drive file=output/images/rootfs.ext2,if=ide -append root=/dev/sda
+ qemu-system-i386 -M pc -kernel images/bzImage -drive file=images/rootfs.ext2,if=ide -append root=/dev/sda
The login prompt will appear in the graphical window.
--
1.7.0.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH 2/2] qemu/x86_64: Adapted qemu command line in readme file
2012-04-06 16:19 [Buildroot] [PATCH 1/2] qemu/x86: Adapted qemu command line in readme file Stephan Hoffmann
@ 2012-04-06 16:19 ` Stephan Hoffmann
2012-04-06 16:45 ` [Buildroot] [PATCH 1/2] qemu/x86: " Gustavo Zacarias
1 sibling, 0 replies; 4+ messages in thread
From: Stephan Hoffmann @ 2012-04-06 16:19 UTC (permalink / raw)
To: buildroot
Signed-off-by: Stephan Hoffmann <sho@reLinux.de>
---
board/qemu/x86_64/readme.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/board/qemu/x86_64/readme.txt b/board/qemu/x86_64/readme.txt
index c06d24f..70f28d8 100644
--- a/board/qemu/x86_64/readme.txt
+++ b/board/qemu/x86_64/readme.txt
@@ -1,5 +1,5 @@
Run the emulation with:
- qemu-system-x86_64 -M pc -kernel output/images/bzImage -drive file=output/images/rootfs.ext2,if=ide -append root=/dev/sda
+ qemu-system-x86_64 -M pc -kernel images/bzImage -drive file=images/rootfs.ext2,if=ide -append root=/dev/sda
The login prompt will appear in the graphical window.
--
1.7.0.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH 1/2] qemu/x86: Adapted qemu command line in readme file
2012-04-06 16:19 [Buildroot] [PATCH 1/2] qemu/x86: Adapted qemu command line in readme file Stephan Hoffmann
2012-04-06 16:19 ` [Buildroot] [PATCH 2/2] qemu/x86_64: " Stephan Hoffmann
@ 2012-04-06 16:45 ` Gustavo Zacarias
2012-04-06 17:03 ` Stephan Hoffmann
1 sibling, 1 reply; 4+ messages in thread
From: Gustavo Zacarias @ 2012-04-06 16:45 UTC (permalink / raw)
To: buildroot
On 2012-04-06 13:19, Stephan Hoffmann wrote:
> - qemu-system-i386 -M pc -kernel output/images/bzImage -drive
> file=output/images/rootfs.ext2,if=ide -append root=/dev/sda
> + qemu-system-i386 -M pc -kernel images/bzImage -drive
> file=images/rootfs.ext2,if=ide -append root=/dev/sda
Why?
I don't think it's common for users to be in the output directory as
their current working directory.
Regards.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH 1/2] qemu/x86: Adapted qemu command line in readme file
2012-04-06 16:45 ` [Buildroot] [PATCH 1/2] qemu/x86: " Gustavo Zacarias
@ 2012-04-06 17:03 ` Stephan Hoffmann
0 siblings, 0 replies; 4+ messages in thread
From: Stephan Hoffmann @ 2012-04-06 17:03 UTC (permalink / raw)
To: buildroot
Am 06.04.2012 18:45, schrieb Gustavo Zacarias:
> On 2012-04-06 13:19, Stephan Hoffmann wrote:
>
>
>> - qemu-system-i386 -M pc -kernel output/images/bzImage -drive
>> file=output/images/rootfs.ext2,if=ide -append root=/dev/sda
>> + qemu-system-i386 -M pc -kernel images/bzImage -drive
>> file=images/rootfs.ext2,if=ide -append root=/dev/sda
>
> Why?
> I don't think it's common for users to be in the output directory as
> their current working directory.
No, of course not. I assume being in the directory where make was called in.
> Regards.
>
O.K., after further investigation I found out that this was caused by my
out-of-tree build taking the working directory as the output directory;-)
Kind regards
Stephan
--
reLinux - Stephan Hoffmann
Am Schmidtgrund 124 50765 K?ln
Tel. +49.221.95595-19 Fax: -64
www.reLinux.de sho at reLinux.de
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-04-06 17:03 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-06 16:19 [Buildroot] [PATCH 1/2] qemu/x86: Adapted qemu command line in readme file Stephan Hoffmann
2012-04-06 16:19 ` [Buildroot] [PATCH 2/2] qemu/x86_64: " Stephan Hoffmann
2012-04-06 16:45 ` [Buildroot] [PATCH 1/2] qemu/x86: " Gustavo Zacarias
2012-04-06 17:03 ` Stephan Hoffmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox