planetbeing/iphonelinux

oibc: "install" does not work

dnf-xx opened this issue · 2 comments

"./loadibec ../openiboot.img3" uploaded file successfully. "./oibc" and then "install" produces no output. Output thread blocks on "while(usb_interrupt_read..." loop. Input thread blocks on "pthread_mutex_lock..."(line 220). When i removed that line, it goes to infinite loop on line 109 with recieved cmd.command == 3. May be something wrong with uploaded openiboot.img3?

Update: usb_interrupt_write returns -22, usb_interrupt_read returns -2

Fixed after latest update.