Re: Debian and QEMU virtio-net-device

2016-11-14 Thread Jerry Stuckle
OK, the problem here is I'm not able to mount the disk. Nothing I do causes it to show up in /dev. I'm using qemu-system-arm -M vexpress-a9 \ -cpu cortex-a9 \ -m 1024M \ -kernel /export/armmp/vmlinuz \ -initrd /export/armmp/initrd.g

Re: Debian and QEMU virtio-net-device

2016-11-14 Thread Jerry Stuckle
Lennart, Bingo! The virtual serial port (on 3, btw) showed the system trying to boot. An error pointed out that in this iteration I had forgotten the -sd parameter, so no (virtual) hard disk. I added -sd /export/armhf.qcow2 to the command, but still no hard disk in the /dev listing. I'm wonder

Re: Debian and QEMU virtio-net-device

2016-11-14 Thread Lennart Sorensen
On Mon, Nov 14, 2016 at 02:48:24PM -0500, Jerry Stuckle wrote: > I have tried with your command: > > qemu-system-arm -M vexpress-a9 \ > -cpu cortex-a9 \ > -kernel /export/armmp/vmlinuz \ > -initrd /export/armmp/initrd.gz \ > -append c

Re: Debian and QEMU virtio-net-device

2016-11-14 Thread Jerry Stuckle
Ian, I have tried with your command: qemu-system-arm -M vexpress-a9 \ -cpu cortex-a9 \ -kernel /export/armmp/vmlinuz \ -initrd /export/armmp/initrd.gz \ -append console=ttyAMA0,115200 \ -dtb /export/armmp/vexpress-v2p

Re: Debian and QEMU virtio-net-device

2016-11-14 Thread Ian Campbell
On Mon, 2016-11-14 at 12:46 -0500, Jerry Stuckle wrote: > Hi, Ian, > > I tried several variations with different DTBs, and nothing worked.  I > also tried your example, with no difference.  All I get is an empty console. Please tell us the actual commands which you have tried to run. Ian.

Re: Debian and QEMU virtio-net-device

2016-11-14 Thread Jerry Stuckle
Hi, Ian, I tried several variations with different DTBs, and nothing worked. I also tried your example, with no difference. All I get is an empty console. My initrd.gz is a symlink to initrd.img-3.16.0-4-armmp and vmlinuz is a symlink to vmlinuz-3.16.0-4-armmp, which I think are the correct fil