Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HELP! T.T NANDTool works, but not Dumpflash #23

Open
JJ-L opened this issue Feb 17, 2020 · 0 comments
Open

HELP! T.T NANDTool works, but not Dumpflash #23

JJ-L opened this issue Feb 17, 2020 · 0 comments

Comments

@JJ-L
Copy link

JJ-L commented Feb 17, 2020

Hi all,

I am able to get my NANDTool to work all well. (connection should be correct)
But when I tried to use the dumpflash in linux, entering the command "python3 dumpflash.py -c i"
would return a bunch of messages, and saying that there's insufficient permission.
However, when i tried with "sudo", it just returned "Device not ready, aborting..."

I then tried it on windows environment, When first tried, it state the following:
"File "C:\Users\JJ\Desktop\dumpflash-master\dumpflash-master\dumpflash\flashdevice.py", line 38, in init
self.Ftdi.open(0x0403, 0x6010, interface = 1)
File "C:\Users\JJ\AppData\Local\Programs\Python\Python38\lib\site-packages\pyftdi-0.43.0-py3.8.egg\pyftdi\ftdi.py", line 466, in open
device = UsbTools.get_device(devdesc)
File "C:\Users\JJ\AppData\Local\Programs\Python\Python38\lib\site-packages\pyftdi-0.43.0-py3.8.egg\pyftdi\usbtools.py", line 178, in get_device
raise IOError('Device not found')
OSError: Device not found
Device not ready, aborting..."

I then used Zadig to apply libusb-win32 on the FT2232H drivers. Retried again, and got return with just "Device not ready, aborting...".

After rolling back the drivers, and tested on NANDTool again, it still works.

Where could I have possibly done wrong, please advise :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant