-
Notifications
You must be signed in to change notification settings - Fork 20
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
Slow SSD write? #3
Comments
heyo! it's weird about the write speed. what are the other parameters, however? here's mine with some random Hynix, CPU is Celeron N2815, just tested today.
No, they're for tinkering. I have all of them installed on all of the adapters I sell - without three of them, PCIe might not work, and fourth one is likely optional but I install it anyway.
Please recheck soldering! I've seen such a thing happen when one of the GPIOs (i.e. LED or other) is shorted to ground or other GPIO. Send me soldering pictures! |
I see that NanoPi R5C has only PCIe Gen 2 (and ofc, 1x) on the E-key slot. This will fundamentally limit the speeds involved, though, can't deny, write speed should be faster. Not seeing any problems in the #2 -mentioned dmesg, as far as I can tell, anyway. Also, sorry for the CrystalDiskMark use - I only had a Windows PC handy capable of testing the adapters I assemble =( which tool did you use for write speed checking? |
I can't see any shorts either! I also feel like this would be thermal throttling. Considered attaching something like a Raspberry Pi heatsink to the SSD? |
Basically, if it only heats up during write, then it's not a gpio thing I'd wager, so, wouldn't think about a short. BTW, are these boards HASL or ENIG? You'll want ENIG for non-prototyping-operation purposes. Other than that, nicely assembled! Can share who did it, if it's a mfg that's widely available, that is? |
It's very similar to ENIG, but with Silver (not Gold). It's done by a small company nearby me, they are not cheap, but local hence I support them. Other than that I don't have any heatsinks by hand currently however I found a thermal "pad", which reduced the heat massively. Althought speed stayed 50MBps. |
Hi! Did you do impedance-matching on PCIe TX/RX pairs and clock? It needs to be matched for roughly 85Ohm in case of PCIe v2.x. |
I did it best-case-possible for two-layer, which is an acceptable method here - there's plenty of leeway in PCIe 2.x, especially on such a short path, the discrepancy is expected to be negligible. I thought about possible impedance issues, but your problems aren't indicative of such an issue - otherwise, read speed would be at a similar limit. Speaking of which, your read speed isn't capped in the same way, I'd assume? Which makes me wonder if the read speed is a mere part of the writing-data equation for your SSD. Apart from writing being a slower operation, three of the four tools you listed have to go through the filesystem for SSD writes, and unless you explicitly Consider direct writes onto a fully trimmed SSD for a more objective estimate of how your SSD actually performs at its best - which, mind you, might require you take a backup of it first, because direct write tests done with i.e. dd (esp with full TRIM first) are data-destructive unless you have a fancy program which can make such tests but does a backup first. |
Hi,
I would appreciate if you could reply to this issue.
I'm using a typeE slot with your adapter to insta an SSD.
SSD is Samsung PM991A, usually found in Steam decks.
Write speed is very low (max 50MB/s) and I believe this SSD is much more capable even with a single PCIe lane.
Are those resistors you mention in readme affecting this performance?
Also, during this write operation this SSD gets really hot (above 100C!).
Any help would be great, please.
Thank you.
The text was updated successfully, but these errors were encountered: