Martijn de Vos
Martijn de Vos
@ivoszbg wow, very impressive that you managed to get this up and running! Any contribution is greatly welcomed 👍
@ivoszbg I just looked at the steps required to set up everything. What complicates matters is that I made specific changes to the files in the filesystem to bypass various...
@ivoszbg that should be: ``` ./arm-softmmu/qemu-system-arm -M iPod-Touch -serial mon:stdio -cpu max -m 3G -d unimp -pflash ``` Note that you'll probably have to change [this line](https://github.com/devos50/qemu/blob/ipod_touch_1g/hw/arm/ipod_touch_nand.c#L43) too to point...
@ivoszbg The emulator initially starts executing the iBoot binary. You're probably missing that binary, also see [this line](https://github.com/devos50/qemu/blob/ipod_touch_1g/hw/arm/ipod_touch.c#L205). You can download it from [here](http://gofile.me/5flbT/41DxoW0Rp).
Yes, this should have been addressed!
Impressive, please keep me updated about this! 👍
Thanks for reporting! I should fix that indeed 👍
Hi! Which branch are you compiling/running? Note that the IT2G requires the code on a different branch (https://github.com/devos50/qemu-ios/tree/ipod_touch_2g), so maybe there's an error there?
@SRS026 any update on this? 😁
@jeppojeps that's great work, thanks! The fact that it compiles is already quite something. Indeed, it would be tremendously helpful to have the tunneling functionality working so there is some...