MrDiagnose

Results 31 comments of MrDiagnose

^^yeah that's how you fix the error resize it

i think native emulation is emulation of the actual raspberry pi and the other is just emulation of a generic board to run raspberry pi os

@josephernest **Try this for non-native emulation:** qemu-system-arm.exe -M versatilepb -cpu arm1176 -m 256 -drive "file=2021-01-11-raspios-buster-armhf.img,if=none,index=0,media=disk,format=raw,id=disk0" -device "virtio-blk-pci,drive=disk0,disable-modern=on,disable-legacy=off" -net nic -net "user,hostfwd=tcp::5022-:22" -kernel kernel-qemu-5.4.51-buster -dtb versatile-pb-buster-5.4.51.dtb -append "root=/dev/vda2 panic=1"

try this bruh ;) https://www.youtube.com/watch?v=hNrCbR4C580

maybe this will help use windows powershell https://github.com/devos50/qemu-ios/issues/135#issuecomment-1913656508

you downloaded these files https://github.com/devos50/qemu-ios/releases/tag/n72ap_v1 ? also extract the nand zip file

can you show me the error log

try adding mingw64\usr\bin & msys64\mingw64\bin to your PATH ![SystemPropertiesAdvanced_n3hWhRCPvq](https://github.com/devos50/qemu-ios/assets/23004075/fd87751f-7e1a-4c0d-b943-de6be0c1f25c)

you need to manually swith your pendrive into bootmode by physically touching the two pins i know it coz i have the same pendrive as you ;)

**Make Sure you followed these steps:** 1. `sudo apt update` `sudo apt upgrade` `sudo apt install make ninja-build pkg-config libssl-dev libsdl2-dev libpixman-1-dev libpixman-1-0 libglib2.0-dev` 2. `git clone https://github.com/devos50/qemu-ios.git` 3. `cd...