[Buildroot] [autobuild.buildroot.net] Build results for 2013-07-01

Gustavo Zacarias gustavo at zacarias.com.ar
Wed Jul 10 19:04:29 UTC 2013


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.




More information about the buildroot mailing list