我尝试使用https://github.com/nvsio/qemu-ios我遵循README.txt
编译好:
./configure --target-list=arm-softmmu --enable-sdl --enable-skinning
4 make
但是当我运行它时:
./arm-softmmu/qemu-system-arm -M ipad1g -option-rom iBoot.k48ap.RELEASE.unencrypted -global s5l8930_h2fmi0.file="0,ce0.bin;2,ce2.bin" -global s5l8930_h2fmi1.file="0,ce1.bin;2,ce3.bin" -pflash ipadnor.bin -gdb tcp::6666 -nographic -S -serial file:serial.txt -monitor stdio -smp 2
现在收到此错误:
qemu-system-arm: -pflash ipadnor: could not open disk image ipadnor: No such file or directory
我无法在任何地方找到ipadnor.bin,我做错了什么?