Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Pages: 1
I'm trying to troubleshoot some kernels I have been compiling using qemu.
I have started by just trying to get qemu to work with existing kernels & initrd's compiled by fonz.
I have tried using commands like:
qemu-system-arm -kernel zImage-2.6.12.6 -initrd fsck-initramfs.gz
qemu-system-arm -kernel zImage-2.6.12.6 -initrd fsck-initramfs.gz -append "console=ttyS0,115200 ip=192.168.1.138::192.168.1.1:255.255.255.0:raider:egiga0:none"
but I don't get anything to work. I have also tried various combinations for the -M <machine> but not sure which is the right one.
I was able to get a fedora arm kernel to boot with the above initrd using:
qemu-system-arm -M versatilepb -kernel zImage-versatile-2.6.24-rc7.armv5tel -initrd fsck-initramfs.gz
But for some reason I have been having lots of trouble with the dns-323 kernels...
Any suggestions?
Offline
Specifically, no matter what I do with the dns-323 kernels, I just get a BLANK console screen that just hangs there. I also don't get any error messages in my commandline shell. So something is going and just hanging.... Maybe the problem is I don't have the console set up right...
Offline
Pages: 1