Hi all; Am Montag, 16. März 2015, 12:50:48 schrieb David M Brooke: > Hi Jim, > > It’s been a long while since I tried using qemu to emulate a RaspberryPi > but I did get it to work. Probably kp has more recent experience.
Sorry, no - I always test on the hardware... > There are some notes at > http://bering-uclibc.zetam.org/wiki/Bering-uClibc_5.x_-_User_Guide_-_Appendi > ces_-_Working_with_Disk_Image_Files (the very last paragraph of that page > has a qemu command line). > > Beware that some of that content might be out of date. > RaspberryPi support is a fast-changing subject for Bering-uClibc! True, indeed. > Regards, > davidMbrooke > > > On 16 Mar 2015, at 00:34, Jim Munro <jvmu...@hotmail.com> wrote: > > > > Hello all > > Please tell me if this post does not belong here. > > > > I am trying to load my raspberry pi image in qemu. The image > > loads and runs fine on the raspberry pi. I have followed the tutorial > > at http://xecdesign.com/qemu-emulating-raspberry-pi-the-easy-way/. I > > can boot to raspbian but not the Leaf image. Here is my qemu command: > > > > # qemu-system-arm -kernel kernel-qemu -cpu arm1176 -m 256 -M versatilepb > > -no-reboot -serial stdio -append "root=/dev/sda2 panic=1 rootfstype=ext4 > > rw" -hda raspberry_rtr. The image provided runs from partition 1 (/dev/sda1) - maybe it's better to change it to the usual way separating boot and remaining stuff. Also note that we always need to call init from the cmdline. have a look into syslinux/syslinux.cfg. kp ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ leaf-devel mailing list leaf-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/leaf-devel