I want run gpe-image on qemuarm. and I have got a gpe-image through openembedded,like this: [EMAIL PROTECTED]:~/stuff$ bitbake gpe-image NOTE: Handling BitBake files: - (5018/5018) [100 %] NOTE: Parsing finished. 4783 cached, 0 parsed, 235 skipped, 0 masked. NOTE: build 200801181833: started OE Build Configuration: BB_VERSION = "1.89" OE_REVISION = "6c8738ab25503f1d21271ec5f6abc99991950ace" TARGET_ARCH = "arm" TARGET_OS = "linux-gnueabi" MACHINE = "qemuarm" DISTRO = "angstrom" The files gpe-image-qemuarm.jffs2 and zImage-qemuarm.bin are created in the path /home/zhjw/stuff/tmp/deploy/glibc/images. The website give me a hit:qemu gpe-image-qemuarm.jffs2 -M versatilepb -m 128 -mtdblock -kernel zImage-qemuarm.bin -no-kqemu -usb it cann't work and error: Kernel Panic - no syncing:VFS: Unable to mount root fs on unknown-block the next is that how I can make it work with qemu command.Such as selecting the parameters "-M" . looking forward for your replay!
Zhao Jingwei