qemu-ios icon indicating copy to clipboard operation
qemu-ios copied to clipboard

White Screen

Open Attila0207 opened this issue 1 year ago • 3 comments

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

Attila0207 avatar Jan 24 '24 20:01 Attila0207

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 qemu-ios

  4. ./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

  5. make -j(assign number of cpu cores)

  6. cd build/arm-softmmu and copy bootrom, nand(after extracting it) & nor files here (https://github.com/devos50/qemu-ios/releases/tag/n72ap_v1)

  7. 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

MrDiagnose avatar Jan 30 '24 15:01 MrDiagnose

Yay it worked

Attila0207 avatar Feb 06 '24 08:02 Attila0207

I just tried your command but I only get a white screen after the apple logo image

0xFEEDC0DE64 avatar Sep 02 '24 11:09 0xFEEDC0DE64