Raspbian & QEMU - Raspberry Pi Forums
hello,
testing developments on raspberry pi, i'm trying got raspbian image (wheezy or jessie) running qemu.
found lot of tutos ... not working.
have :
- windows 10 home x64
- qemu emulator version 2.5.0, copyright (c) 2003-2008 fabrice bellard installed qemu-w64-setup-20151216.exe
- 2015-11-21-raspbian-jessie.img
- kernel-qemu-4.1.7 (but not easy find. , still haven't understood kernel use ? same image ?)
i'm launching qemu with
qemu-system-arm -kernel kernel-qemu-4.1.7 -cpu arm1176 -m 256 -m versatilepb -no-reboot -serial stdio -append "root=/dev/sda2 panic=1 rootfstype=ext4 rw init=/bin/bash" -hda 2015-11-21-raspbian-jessie.img
, ... it's not working
can having working ?
testing developments on raspberry pi, i'm trying got raspbian image (wheezy or jessie) running qemu.
found lot of tutos ... not working.
have :
- windows 10 home x64
- qemu emulator version 2.5.0, copyright (c) 2003-2008 fabrice bellard installed qemu-w64-setup-20151216.exe
- 2015-11-21-raspbian-jessie.img
- kernel-qemu-4.1.7 (but not easy find. , still haven't understood kernel use ? same image ?)
i'm launching qemu with
qemu-system-arm -kernel kernel-qemu-4.1.7 -cpu arm1176 -m 256 -m versatilepb -no-reboot -serial stdio -append "root=/dev/sda2 panic=1 rootfstype=ext4 rw init=/bin/bash" -hda 2015-11-21-raspbian-jessie.img
, ... it's not working
can having working ?
same here,
used both kernels get, 4.1.7 , 4.1.13. still kernel panic
used both kernels get, 4.1.7 , 4.1.13. still kernel panic
raspberrypi
Comments
Post a Comment