Open Attila0207 opened 9 months ago
Make Sure you followed these steps:
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
git clone https://github.com/devos50/qemu-ios.git
cd qemu-ios
./configure --enable-sdl --disable-cocoa --target-list=arm-softmmu --disable-capstone --disable-slirp --extra-cflags=-I/usr/include/openssl --extra-ldflags='-lcrypto' --disable-werror --enable-pie
make -j
(assign number of cpu cores)
cd build/arm-softmmu
and copy bootrom, nand(after extracting it) & nor files here(https://github.com/devos50/qemu-ios/releases/tag/n72ap_v1)
run ./qemu-system-arm -M iPod-Touch,bootrom=bootrom_240_4,nand=nand,nor=nor_n72ap.bin -serial mon:stdio -cpu max -m 2G -d unimp
Yay it worked
I just tried your command but I only get a white screen after the apple logo
When I start the Emulator via the Command with everything right, it shows the apple logo and then a white screen with this error: ipod_touch_mipi_dsi_read: read from location 0x00000000 what can i do? I'm on Ubuntu 23.10