Hi Dunrong,
Thanks for the link. This is great. I have now hdd recognized. I had
everything else included apart from "Enable SYM53C8XX Version 2 SCSI
Support". Once I included it, /dev/sda is available.
Thanks again Dunrong and FAM for your help.
Just for the others who may stumble upon this thr
agree with Fam, please check your kernel config.
this page may help you :
https://fedoraproject.org/wiki/Architectures/ARM/HowToQemu#Build_Kernel_Image_From_Source
2012/11/9 Fam Zheng
> Try a kernel with this enabled [1]:
>
> Device Drivers --->
> ATA/ATAPI/MFM/RLL support --->
> <*> ATA/A
Try a kernel with this enabled [1]:
Device Drivers --->
ATA/ATAPI/MFM/RLL support --->
<*> ATA/ATAPI/MFM/RLL support
<*> Enhanced IDE/MFM/RLL disk/cdrom/tape/floppy support
[*] PCI IDE chipset support
[1] http://www.gentoo.org/doc/en/kernel-config.xml
---
Best regards!
Fam Zheng
I'm wondering if the interface might be IDE in this case?
---
Best regards!
Fam Zheng
On Fri, Nov 9, 2012 at 4:09 PM, Vipin Gahlaut wrote:
> Hi Fam,
>
> My understanding is that I need to include SCSI driver support in kernel
> that I already did. Do I need to include something else as well?
>
Hi Fam,
My understanding is that I need to include SCSI driver support in kernel
that I already did. Do I need to include something else as well?
Best Regards
Vipin
On Fri, Nov 9, 2012 at 1:35 PM, Fam Zheng wrote:
> Is the device driver compiled in the kernel?
>
> ---
> Best regards!
> Fam Zhe
Is the device driver compiled in the kernel?
---
Best regards!
Fam Zheng
On Fri, Nov 9, 2012 at 3:59 PM, Vipin Gahlaut wrote:
> Hi Dunrong,
>
> I tried your suggestion but it is not working. Please find more details
> below.
>
> 1. I have created image using qemu-img command (qemu-img create -d
Hi Dunrong,
I tried your suggestion but it is not working. Please find more details
below.
1. I have created image using qemu-img command (qemu-img create -disk.img
1G), loop mounted it and installed root file system on this image.
2. I am using linux kernel 3.5.5 and made sure that SCSI support
Hi,
2012/11/8 Vipin Gahlaut
> Hi Experts,
>
> I am using qemu 1.2.0 and using arm versatilepb model. I am spevifying
> -hda hdd.img but linux is not able to recognize hard disk. I do not see it
> in device nodes. NONE of below exist in device nodes
>
try following command:
qemu-system-arm ...
Hi Experts,
I am using qemu 1.2.0 and using arm versatilepb model. I am spevifying
-hda hdd.img but linux is not able to recognize hard disk. I do not see it
in device nodes. NONE of below exist in device nodes
/dev/sda
/dev/sda1
/dev/hda
/dev/hda1
Can anyone please help?