From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gustavo Zacarias Date: Wed, 10 Jul 2013 16:04:29 -0300 Subject: [Buildroot] [autobuild.buildroot.net] Build results for 2013-07-01 In-Reply-To: References: <20130702063005.2F3D352C121@lolut.humanoidz.org> <20130702093852.123fdc11@skate> <20130702151651.02aeda7e@skate> Message-ID: <51DDB03D.8000906@zacarias.com.ar> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net On 07/10/2013 04:00 PM, Diego Iastrubni wrote: > OK, I can reproduce this again. I think I am doing something wrong. > Can anyone tell me if I am messing something up? > > elcuco at stimpy:~/src/buildroot$ make qemu_arm_versatile_defconfig > elcuco at stimpy:~/src/buildroot$ qemu-system-arm -kernel output/images/zImage If that's your invocation line you'll surely have issues, it should be: qemu-system-arm -M versatilepb -kernel output/images/zImage -drive file=output/images/rootfs.ext2,if=scsi -append "root=/dev/sda console=ttyAMA0,115200" -serial stdio -net nic,model=smc91c111 -net user Regards.