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

Toshiba SLC 2048/128 junk data #12

Open
twisted89 opened this issue Sep 7, 2018 · 7 comments
Open

Toshiba SLC 2048/128 junk data #12

twisted89 opened this issue Sep 7, 2018 · 7 comments

Comments

@twisted89
Copy link

twisted89 commented Sep 7, 2018

I'm attempting to read the following nand but I seem to mostly get junk data with no sign of a file system or bootloader.
https://business.toshiba-memory.com/info/docget.jsp?did=14828&prodName=TC58NVG0S3HTAI0

I'm not sure if the nand is faulty or there's an issue with reading so any help would be appreciated.

I had to make some manual changes to the code to support the nand as ONFI is not supported and the OOBSIZE was wrongly calculated as 64 instead of 128.

With those changes I get this
https://drive.google.com/file/d/1-R9nMX1x8D7rOnIg0i6P8rmleL8jthsb/view?usp=sharing

From the information I can gather the bad block check is at 0x00 in page 0 or page 1 of a block so
page_data[self.PageSize] != 0xff:

which results in a massive amount of bad blocks. Also, reading in non-seq mode is the only way to get data, with seq mode enabled only 00's are returned.

@blacklisted786
Copy link

@twisted89
can you drop me a mail working on the same thing?

is you r dump defo good as i have also downloaded mega

@blacklisted786
Copy link

we have to achive a read as you are doing but at the same time the dum is encrypetd we need to asses this as well

there is hope on stackexchage but ...

@dgiese
Copy link

dgiese commented Mar 24, 2019

Any update for this issue? Have the same problem with Toshiba ...

@blacklisted786
Copy link

from my side no update no progress so far not sure about about the opening post as he gone under radar.

may i ask or email if u wish what item you are reading? as i have couple of suggestion for you.

@dgiese
Copy link

dgiese commented Apr 6, 2019

Hey, sure, you could send me a mail. Would be happy about it: dgiese[at]mit.edu

@blacklisted786
Copy link

mail sent

@twisted89
Copy link
Author

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

3 participants