* [Qemu-devel] SH4 kernel and diskimage
@ 2008-11-12 19:41 Kristoffer Ericson
2008-11-12 20:33 ` Tiago Maluta
2008-11-12 23:17 ` Shin-ichiro KAWASAKI
0 siblings, 2 replies; 6+ messages in thread
From: Kristoffer Ericson @ 2008-11-12 19:41 UTC (permalink / raw)
To: yoshii.takashi, lethal; +Cc: qemu-devel, linux-sh@vger.kernel.org
[-- Attachment #1: Type: text/plain, Size: 711 bytes --]
Greetings,
After applying your patches and some time
spent fiddling with image file it actually works
nicely.
I'm using current linux-2.6.git (vanilla v2.6.27 didn't work).
And an image I created based on the minimal image from
jlime (sh3 based). I can bootup and logon just like on my
jornada with no apparent problems.
I get the IRQ_NOBODY_CARED error at bootup and
the keyboard is overly sensitive otherwise it's
fine.
I've put the disk and kernel image here:
http://jlime.com/downloads/development/qemu/sh4-7751-qemu.zImage
http://jlime.com/downloads/development/qemu/disk_small.img
user=root, password (just press enter).
--
Kristoffer Ericson <kristoffer.ericson@gmail.com>
[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Qemu-devel] SH4 kernel and diskimage
2008-11-12 19:41 [Qemu-devel] SH4 kernel and diskimage Kristoffer Ericson
@ 2008-11-12 20:33 ` Tiago Maluta
2008-11-12 21:41 ` Kristoffer Ericson
2008-11-12 23:17 ` Shin-ichiro KAWASAKI
1 sibling, 1 reply; 6+ messages in thread
From: Tiago Maluta @ 2008-11-12 20:33 UTC (permalink / raw)
To: qemu-devel; +Cc: kristoffer.ericson
> I'm using current linux-2.6.git (vanilla v2.6.27
> didn't work).
> And an image I created based on the minimal image from
> jlime (sh3 based). I can bootup and logon just like on my
> jornada with no apparent problems.
>
> I get the IRQ_NOBODY_CARED error at bootup and
> the keyboard is overly sensitive otherwise it's
> fine.
>
> I've put the disk and kernel image here:
I've tested and my keyboard doesn't work. Stayed on login prompt. I used:
#qemu-system-sh4 -M r2d --serial vc --serial /dev/tty --kernel sh4-7751-qemu.zImage --append "console=tty0 root=/dev/sda1" disk_small.img
Must I set some kernel config or pass any qemu parameter?
Best regards,
Tiago Maluta
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Qemu-devel] SH4 kernel and diskimage
2008-11-12 20:33 ` Tiago Maluta
@ 2008-11-12 21:41 ` Kristoffer Ericson
0 siblings, 0 replies; 6+ messages in thread
From: Kristoffer Ericson @ 2008-11-12 21:41 UTC (permalink / raw)
To: maluta_tiago; +Cc: qemu-devel
[-- Attachment #1: Type: text/plain, Size: 1188 bytes --]
On Wed, 12 Nov 2008 12:33:55 -0800 (PST)
Tiago Maluta <maluta_tiago@yahoo.com.br> wrote:
> > I'm using current linux-2.6.git (vanilla v2.6.27
> > didn't work).
> > And an image I created based on the minimal image from
> > jlime (sh3 based). I can bootup and logon just like on my
> > jornada with no apparent problems.
> >
> > I get the IRQ_NOBODY_CARED error at bootup and
> > the keyboard is overly sensitive otherwise it's
> > fine.
> >
> > I've put the disk and kernel image here:
>
> I've tested and my keyboard doesn't work. Stayed on login prompt. I used:
>
> #qemu-system-sh4 -M r2d --serial vc --serial /dev/tty --kernel sh4-7751-qemu.zImage --append "console=tty0 root=/dev/sda1" disk_small.img
>
qemu-system-sh4 -M r2d --serial vc --serial /dev/tty \
--kernel sh4-7751-qemu.zImage --append "console=tty0 root=/dev/sda1" \
-usb --usbdevice keyboard --usbdevice mouse disk_small.img
As you see you lack the -usb... line and thats why it isn't
working.
> Must I set some kernel config or pass any qemu parameter?
>
> Best regards,
> Tiago Maluta
>
>
>
>
>
--
Kristoffer Ericson <kristoffer.ericson@gmail.com>
[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Qemu-devel] SH4 kernel and diskimage
2008-11-12 19:41 [Qemu-devel] SH4 kernel and diskimage Kristoffer Ericson
2008-11-12 20:33 ` Tiago Maluta
@ 2008-11-12 23:17 ` Shin-ichiro KAWASAKI
2008-11-13 0:55 ` Nobuhiro Iwamatsu
2008-11-13 2:32 ` [Qemu-devel] " Alex
1 sibling, 2 replies; 6+ messages in thread
From: Shin-ichiro KAWASAKI @ 2008-11-12 23:17 UTC (permalink / raw)
To: qemu-devel; +Cc: linux-sh@vger.kernel.org, yoshii.takashi
Hi, thanks for your work!
Kristoffer Ericson wrote:
> I've put the disk and kernel image here:
> http://jlime.com/downloads/development/qemu/sh4-7751-qemu.zImage
> http://jlime.com/downloads/development/qemu/disk_small.img
I can't access the server, jlime.com via http.
Ping works fine. Is there any trouble?
Regards,
Shin-ichiro KAWASAKI
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Qemu-devel] SH4 kernel and diskimage
2008-11-12 23:17 ` Shin-ichiro KAWASAKI
@ 2008-11-13 0:55 ` Nobuhiro Iwamatsu
2008-11-13 2:32 ` [Qemu-devel] " Alex
1 sibling, 0 replies; 6+ messages in thread
From: Nobuhiro Iwamatsu @ 2008-11-13 0:55 UTC (permalink / raw)
To: Shin-ichiro KAWASAKI; +Cc: linux-sh@vger.kernel.org, qemu-devel, yoshii.takashi
Hi,
2008/11/13 Shin-ichiro KAWASAKI <kawasaki@juno.dti.ne.jp>:
> Hi, thanks for your work!
>
> Kristoffer Ericson wrote:
>
>> I've put the disk and kernel image here:
>> http://jlime.com/downloads/development/qemu/sh4-7751-qemu.zImage
>> http://jlime.com/downloads/development/qemu/disk_small.img
>
> I can't access the server, jlime.com via http.
> Ping works fine. Is there any trouble?
I can get these now.
Best regards,
Nobuhiro
--
Nobuhiro Iwamatsu
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Qemu-devel] Re: SH4 kernel and diskimage
2008-11-12 23:17 ` Shin-ichiro KAWASAKI
2008-11-13 0:55 ` Nobuhiro Iwamatsu
@ 2008-11-13 2:32 ` Alex
1 sibling, 0 replies; 6+ messages in thread
From: Alex @ 2008-11-13 2:32 UTC (permalink / raw)
To: qemu-devel; +Cc: linux-sh
"Shin-ichiro KAWASAKI" <kawasaki@juno.dti.ne.jp> wrote in message
news:491B63FE.6010201@juno.dti.ne.jp...
> Hi, thanks for your work!
>
> Kristoffer Ericson wrote:
>
>> I've put the disk and kernel image here:
>> http://jlime.com/downloads/development/qemu/sh4-7751-qemu.zImage
>> http://jlime.com/downloads/development/qemu/disk_small.img
>
> I can't access the server, jlime.com via http.
> Ping works fine. Is there any trouble?
>
> Regards,
> Shin-ichiro KAWASAKI
>
>
Links appear to work fine for fine.
If you still have the problem, I've copied the files to
http://aleksoft.net/sh/
--
Alex.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2008-11-13 2:32 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-12 19:41 [Qemu-devel] SH4 kernel and diskimage Kristoffer Ericson
2008-11-12 20:33 ` Tiago Maluta
2008-11-12 21:41 ` Kristoffer Ericson
2008-11-12 23:17 ` Shin-ichiro KAWASAKI
2008-11-13 0:55 ` Nobuhiro Iwamatsu
2008-11-13 2:32 ` [Qemu-devel] " Alex
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).