Skip to content

USB Insuccifient memory? #2

@theoparis

Description

@theoparis

The following error occurs after booting checkra1n and running the linux python script with sudo:

Waiting for device...
Loading device tree...
Device tree loaded successfully.
Loading kernel...
Traceback (most recent call last):
  File "/home/theo/dev/projectsandcastle-install-scripts/linux/./load_linux.py", line 71, in <module>
    dev.write(2, kernel, 1000000)
  File "/usr/lib/python3.9/site-packages/usb/core.py", line 989, in write
    return fn(
  File "/usr/lib/python3.9/site-packages/usb/backend/libusb1.py", line 837, in bulk_write
    return self.__write(self.lib.libusb_bulk_transfer,
  File "/usr/lib/python3.9/site-packages/usb/backend/libusb1.py", line 938, in __write
    _check(retval)
  File "/usr/lib/python3.9/site-packages/usb/backend/libusb1.py", line 604, in _check
    raise USBError(_strerror(ret), ret, _libusb_errno[ret])
usb.core.USBError: [Errno 12] Insufficient memory

I have an iphone 6s, does this mean the iphone is not capable of having enough ram? Or could it be that it doesn't have enough disk space?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions