You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I compile the qemu, downloaded the NAND, NOR, and BootROM files, when I start a qemu, i have the error segmentation fault(core dumped), I use a Ubuntu 22.4.05 LTS
Command for configuring: 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
Command for start QEMU:/home/user/qemu-ios/build/arm-softmmu/qemu-system-arm -M iPod-Touch,bootrom=/home/user/bootrom_240_4,nand=/home/user/nand,nor=/home/user/nor_n72ap.bin -serial mon:stdio -cpu max -m 2G -d unimp
UPD: When I start QEMU with sudo in the beginning of command, the qemu throws the Segmentation fault error
The text was updated successfully, but these errors were encountered:
I compile the qemu, downloaded the NAND, NOR, and BootROM files, when I start a qemu, i have the error segmentation fault(core dumped), I use a Ubuntu 22.4.05 LTS
Command for configuring:
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
Command for start QEMU:
/home/user/qemu-ios/build/arm-softmmu/qemu-system-arm -M iPod-Touch,bootrom=/home/user/bootrom_240_4,nand=/home/user/nand,nor=/home/user/nor_n72ap.bin -serial mon:stdio -cpu max -m 2G -d unimp
UPD: When I start QEMU with sudo in the beginning of command, the qemu throws the
Segmentation fault
errorThe text was updated successfully, but these errors were encountered: