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'