Re: [beagleboard] QEMU emulation of BeagleBone and Raring

2014-04-03 Thread Boris Rybalkin
Hi, Qemu static means you do not run vm, it is just chroot into /path/to/arm/root/filesystem having qemu-arm-static in /path/to/arm/root/filesystem/usr/bin You provided argument for qemu vm which is second option in my question and I have no network issues there, only uboot question. Thanks.

Re: [beagleboard] QEMU emulation of BeagleBone and Raring

2014-04-03 Thread Boris Rybalkin
Finally I figured out: http://geek.co.il/2010/03/14/how-to-build-a-chroot-jail-environment-for-centos losetup -o 101711872 /dev/loop0 BBB-eMMC-flasher-ubuntu-13.10-2014-02-16-2gb.img mount /dev/loop0 image sudo mount --bind /dev image/dev sudo mount --bind /proc image/proc mkdir

Re: [beagleboard] QEMU emulation of BeagleBone and Raring

2014-04-02 Thread Boris Rybalkin
Hi, I want to automate installation of additional packages to default BBB image without using real device. Option 1: qemu static Problem here I have no network: # ping 8.8.8.8 qemu: Unsupported syscall: 184 qemu: Unsupported syscall: 184 ping: cap_get_proc: Function not implemented Do you

Re: [beagleboard] QEMU emulation of BeagleBone and Raring

2014-04-02 Thread Nuno Sucena Almeida
On 04/02/2014 06:05 PM, Boris Rybalkin wrote: roblem here I have no network: You might want to try adding something like the following to your qemu calling parameters: -net nic,model=rtl8139 -net user regards, Nuno -- http://aeminium.org/nuno/ -- For more options, visit

Re: [beagleboard] QEMU emulation of BeagleBone and Raring

2013-11-22 Thread M Robinson
Slow down a bit... On Thursday, September 19, 2013 7:42:43 AM UTC-4, Charles Steinkuehler wrote: On 9/19/2013 5:41 AM, garyamort wrote: While digging through Robert Nelson's omap image builder, I noticed that he's using Qemu at some point to emulate the Beagle Bone from the PC and