On emulating Raspberry Pi

2021-01-25 Thread Дилян Палаузов
Hello, I download the Rapsberry OS image  https://downloads.raspberrypi.org/raspios_armhf/images/raspios_armhf-2021-01-12/2021-01-11-raspios-buster-armhf.zip the kernel kernel-qemu-4.19.50-buster and versatile-pb-buster.dtb from https://github.com/dhruvvyas90/qemu-rpi-kernel and run with version

expect "panic" / Re: qemu + expect + Raspberry Pi = sudden stop of accepting commands

2021-01-27 Thread Дилян Палаузов
Hello, I use qemu 5.2. This expect script: #!/usr/bin/expect -f set timeout -1 spawn qemu-system-arm -dtb ./versatile-pb-buster.dtb -kernel ./kernel-qemu-4.19.50-buster -cpu arm1176 -m 256 -M versatilepb -append "root=/dev/sda2 rootfstype=ext4 rw" -drive driver=raw,file=2021-01-11-raspios-bus

Re: On emulating Raspberry Pi

2021-02-19 Thread Дилян Палаузов
network (LAN and WiFi) within the qemu-VM by using -M raspi2/3 ? Greetings Дилян On Thu, 2021-02-18 at 11:57 +, Alex Bennée wrote: > > Дилян Палаузов writes: > > > Hello, > > > > I download the Rapsberry OS > > image > > https://downloads.raspberrypi