On Mon, Jan 23, 2012 at 8:53 PM, Mark Langsdorf <mark.langsdorf@xxxxxxxxxxx> wrote: > I'm trying to get a test build environment working for a > Versatile Express board. I'm currently working under > QEMU, with a plan to move to the physical board > when I have a drive image I trust. > > I can follow the instructions on the Fedora project wiki > to get the FC12 rootfs (rootfs-f12.tar.bz2) running under > QEMU. Sadly, that doesn't seem to have make installed > so it isn't very useful for development/ "yum install make"? > Using similar steps, I can boot the rootfs-f14-alpha1.tar.bz2 > image and get it to run to the end of the rc3.d scripts, but > the tty never launches. My launch command is > `qemu-system-arm -M vexpress-a9 -cpu cortex-a9 > -kernel linux-stable/arch/arm/boot/zImage -sd rootfs-f14.img > -append 'root=/dev/mmcblk0' -net nic,vlan=0 -net > tap,vlan=0,ifname=tap0,script=./qemu-ifup` Try disabling selinux by appending "selinux=0" to the end of the command line or edit the /etc/selinux/config in the rootfs first. > I looked at the instructions for FC15, but those seem to be > very focused on the panda board, and I'm not sure they're > appropriate for my system. You should be able to essentially use the same procedure you use for fc12 to use any rootfs. Where did you get the f15 image from? softfp or hardfp image? > Any pointers or advice on a way forward? I cut a new F-15 image for softfp or hardfp the other day you might want to start with that. http://nullr0ute.com/2012/01/fedora-15-arm-alpha-rootfs/ Peter _______________________________________________ arm mailing list arm@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/arm