Skip to content

AttributeError: 'Ftdi' object has no attribute 'is_connected' #28

@sandikodev

Description

@sandikodev

python2 dumpflash.py

Traceback (most recent call last):
  File "dumpflash.py", line 53, in <module>
    flash_image_io = flashimage.IO(options.raw_image_filename, options.start_offset, options.length, options.page_size, options.oob_size, options.pages_per_block, options.slow)
  File "/home/dev/REVERSING/dumpflash/dumpflash/flashimage.py", line 24, in __init__
    self.SrcImage = flashdevice.IO(slow)
  File "/home/dev/REVERSING/dumpflash/dumpflash/flashdevice.py", line 42, in __init__
    if self.ftdi.is_connected:
AttributeError: 'Ftdi' object has no attribute 'is_connected'

please help, thanks

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