checkra1n / PongoOS

pongoOS
https://checkra.in
Other
2.51k stars 411 forks source link

USBControlTransfer error #27

Closed brianangyal closed 4 years ago

brianangyal commented 4 years ago

everytime i do "./pongoterm" it says "connected" then "USBControlTransfer: (iokit/usb) pipe has stalled, error needs to be cleared" and doesnt give a shell. Why is this happening?

brianangyal commented 4 years ago

also after like a minute it randomly boots into ios

woachk commented 4 years ago

Hello,

do you use a new pongoOS too?

brianangyal commented 4 years ago

yes

YCarlB commented 4 years ago

I have the same issue too.

Siguza commented 4 years ago

What version of PongoOS are you using? (Should be printed at the top of the screen on your device.)

woachk commented 4 years ago

@IIWare That's... way too old for this feature.

You can use ./checkra1n -p -k Pongo.bin with building a new pongoOS from this repo.

Siguza commented 4 years ago
git clone https://github.com/checkra1n/pongoOS.git
cd pongoOS
make
path/to/checkra1n -c -k build/Pongo.bin
brianangyal commented 4 years ago

yes this worked. thank you