checkra1n / PongoOS

pongoOS
https://checkra.in
Other
2.49k stars 405 forks source link

Support for ipod touch? #180

Closed thanone2 closed 8 months ago

thanone2 commented 8 months ago

I have an ipod touch 5th gen laying around I was wondering if this would work on it?

Siguza commented 8 months ago

Nope, this is 64-bit only.
Also the A5 chips are in a special hell and require much more delicate handling during the USB exploit, which regular USB drivers don't usually let you do, so you'd either need a custom driver that you can instruct to not send any data whatsoever during certain windows, or you need a separate device like an Arduino.
A5 is not fun.

thanone2 commented 8 months ago

ok, good to know. Thanks!