Switch to full style
CompactFlash, SD, MMC, USB flash storage. Anything that does not have moving parts inside.
Post a reply

SM2685F

December 29th, 2021, 18:19

Looking for a pinout or datasheet for the Silicon Motion SM2685F SMD. I have the Controller (SM2685F) and the associated NAND, but do not know the connections of the controller to pull the data from the NAND.

I am sure the expensive options would read it just fine, but I do this as a hobby and do not have the funds to purchase DR equipment.

Thank you for any assistance.

Re: SM2685F

December 30th, 2021, 10:30

SirA wrote:Looking for a pinout or datasheet for the Silicon Motion SM2685F SMD. I have the Controller (SM2685F) and the associated NAND, but do not know the connections of the controller to pull the data from the NAND.

I am sure the expensive options would read it just fine, but I do this as a hobby and do not have the funds to purchase DR equipment.

Thank you for any assistance.


Hello,
I am interested in seeing a photo of your device

Re: SM2685F

December 30th, 2021, 14:38

This is a picture of the IC on the board of the cheap MP3 Player I was given.
Attachments
2019_0518_231133_003.JPG

Re: SM2685F

December 30th, 2021, 22:56

SirA wrote:This is a picture of the IC on the board of the cheap MP3 Player I was given.


Well,
Thank you for the photo ,This has a tsop NAND ,If you are really interested in a result you can send it over to india to me ,I love woking of NAND Devices and might give you a solution FREEEEEE .

Re: SM2685F

December 30th, 2021, 23:56

This controller has an SD card interface. If we can see the whole PCB, perhaps we may be able to identify the SD pins.

https://www.usbdev.ru/?wpfb_dl=334

Re: SM2685F

January 1st, 2022, 2:45

fzabkar wrote:This controller has an SD card interface. If we can see the whole PCB, perhaps we may be able to identify the SD pins.

https://www.usbdev.ru/?wpfb_dl=334


Hello ,
We now wants to reinvent the wheel ,To get data out he needs NAND pinout which is public domain ,Once he reads the NAND he can analyse the dump and get it out ,Thats why we have tools like pc3k flash vnr flash extractor etc

Re: SM2685F

January 1st, 2022, 16:08

Thank you for the responses. I have pinouts for the Toshiba chip, and I think I have determined most of the pinouts on the IC. The SD Interface pins are noted on the board, and I have connected to them to a microSD breakout to connect them to my computer.

When trying to read the device turns off, which disconnects the chip. Most of the reason I am looking for the actual datasheet, is to determine pinout for power and ground to the chip, so I can try to read the NAND through the controller with the devices removed.

I am new to performing these board level reverse engineering feats, as I am self taught, and am stumbling through learning in my spare time. I have a successful dump of the NAND, but I am unable to make any sense of the structure. I know the FS on the chip is a version of FAT, most likely Fat32, NTFS.

I will follow up with a picture of the board and I will draw up the Pinout as I have determined it from toning out the board.

Re: SM2685F

January 2nd, 2022, 13:45

Amarbir[CDR-Labs] wrote:
fzabkar wrote:This controller has an SD card interface. If we can see the whole PCB, perhaps we may be able to identify the SD pins.

https://www.usbdev.ru/?wpfb_dl=334


Hello ,
We now wants to reinvent the wheel ,To get data out he needs NAND pinout which is public domain ,Once he reads the NAND he can analyse the dump and get it out ,Thats why we have tools like pc3k flash vnr flash extractor etc

If the SM controller and NAND are functional, then one would only need to access the data via the SD interface. No need for expensive tools.

Re: SM2685F

January 2nd, 2022, 13:48

SirA wrote: Most of the reason I am looking for the actual datasheet, is to determine pinout for power and ground to the chip, so I can try to read the NAND through the controller with the devices removed.

That's usually an easy task. I could help with that.

SirA wrote:I know the FS on the chip is a version of FAT, most likely Fat32, NTFS.

NTFS is not FAT.

Re: SM2685F

January 2nd, 2022, 20:46

I have a successful dump of the NAND


How? I understood you could not clone/image because it disconnects all the time.

FWIW, I have been able to successfully image such drives (dropping all the time) like so (skips boring part and me screwing up): https://youtu.be/ggNTCRzT7qw?t=831. Same YKUSH device can be used with HDDSuperClone.

Re: SM2685F

January 2nd, 2022, 23:20

How? I understood you could not clone/image because it disconnects all the time.


I performed a chip-off NAND dump with my T56 programmer. The player does not allow me to connect to the SD Card interface while the controller and memory are on the player, at least not that I know how to. I get what appears to be a valid dump, as I get no errors on the verify, and it is not filled with repeating characters like a bad dump commonly contains.

20220102_183056.jpg

20220102_182625.jpg


I pulled the Controller and the NAND from one of the players I have, and tried to use the controller to read the NAND off board, but I have poor quality prototyping equipment, so the connections are not stable. I am waiting on some perfboard to prototype the setup correctly, to see if I can get a good read. I have a feeling that there is more to the setup than just the controller and the NAND. It is possible that there is some secure communication or interface logic between the Controller and the Processor in the MP3 Player, that I am unaware of.

Later versions of the player used an EN2685F populated in a different spot on the board for the controller. It does not appear to be a drop in replacement (The spot above the SM2685F).

Re: SM2685F

January 2nd, 2022, 23:37

Try to dump the NAND via SD after disabling the crystal for the STMP3780 chip.

I can see two coils. They would be parts of two step-down buck converters.

Re: SM2685F

January 3rd, 2022, 2:11

Try to dump the NAND via SD after disabling the crystal for the STMP3780 chip.


I will give that a shot tomorrow night. Thanks for the suggestion
Post a reply