ohjeongwook / dumpflash

Low-level NAND Flash dump and parsing utility
287 stars 102 forks source link

Device not ready, aborting... #31

Open gjstroom opened 3 years ago

gjstroom commented 3 years ago

Hi, I have a couple of questions: What Linux Distribution should work ? I tested both Ubuntu 18.04 and 20.04. I already found that I should use pyftdi v0.48.3, otherwise I get the "AttributeError: 'Ftdi' object has no attribute 'BITMODE_MCU'" error. But now I get "Device not ready, aborting..." Can this be related to my test NAND mx30lf1g08aa-ti ? I read (closed issue) some things about: Can you try to pull off GND line during you try to dump the flash? What do you mean by this ?

lsusb Bus 003 Device 002: ID 0403:6010 Future Technology Devices International, Ltd FT2232C Dual USB-UART/FIFO IC

ftdi_urls.py Available interfaces: ftdi://ftdi:2232:3:2/1 (Dual RS232-HS) ftdi://ftdi:2232:3:2/2 (Dual RS232-HS)

arinweling commented 1 year ago

Any progress??