Qemu Help

*Baby*
Hi,


I installed Qemu and uboot work well.

The only problem is that I dont know how to specify a file system, I tried
NFS but it don't work.

Can you give me another way to load the file system please.



goooo@goooo:~/Bureau/qemu/qemu$ ./mini2440/./mini2440_start.sh
Starting in /home/goooo/Bureau/qemu/qemu/mini2440
arm-softmmu/qemu-system-arm -M mini2440 -drive
file=/home/goooo/Bureau/qemu/qemu/mini2440/mini2440_snapshots.img,snapshot=on
-serial stdio -kernel /home/goooo/Bureau/qemu/qemu/mini2440/uImage_16k
-mtdblock /home/goooo/Bureau/qemu/qemu/mini2440/mini2440_nand.bin
-show-cursor -usb -usbdevice keyboard -usbdevice mouse
S3C: CLK=240 HCLK=240 PCLK=240 UCLK=57
QEMU: ee24c08_init
DM9000: INIT QEMU MAC : 52:54:00:12:34:56
QEMU mini2440_reset: loaded default u-boot from NAND
QEMU mini2440_reset: loaded override u-boot (size 37600)
QEMU mini2440_reset: loaded
/home/goooo/Bureau/qemu/qemu/mini2440/uImage_16k (size 2ac000)
S3C: CLK=240 HCLK=240 PCLK=240 UCLK=48
S3C: CLK=304 HCLK=304 PCLK=304 UCLK=48
S3C: CLK=304 HCLK=101 PCLK=50 UCLK=48
S3C: CLK=304 HCLK=76 PCLK=38 UCLK=48
S3C: CLK=304 HCLK=76 PCLK=38 UCLK=48
S3C: CLK=405 HCLK=101 PCLK=50 UCLK=48


U-Boot 1.3.2-moko12 (Feb 22 2011 - 22:00:10)

I2C:   ready
DRAM:  64 MB
Flash:  2 MB
NAND:  64 MiB
*** Warning - bad CRC or NAND, using default environment

USB:   S3C2410 USB Deviced
In:    serial
Out:   serial
Err:   serial
MAC: 08:08:11:18:12:27
Hit any key to stop autoboot:  0 
MINI2440 #

*Baby*
Nobody ?


What are the excats step to set up a NFS connection between my Pc et QEmu.

I just need the steps and the bootargs.

Thanks

deltaT
I'm not sure about the qemu-part, but you need to pass 

root=/dev/nfs nfsroot=YOUR_SERVERS_IP:FULL_PATH_TO_ROOTFS ip=dhcp

to the kernel

google "NFS Diskless client" and you'll find some howtos about the correct
command-lines