Always comforting to know that a multi-tonne metal box that costs 50 grand and can travel at 140 KPH and mow down unsuspecting bystanders is running off what’s essentially an SD card. Great engineering there, Elon!
Even the higher end phones don’t use eMMC anymore, they use NVME single-chip SSDs.
They can’t even replace just that chip. It’s soldered. The days of being able to take the storage out of a mainboard without destroying the rest of it are coming to a close.
I don’t agree. It’s almost certainly a BGA which means it is more difficult to desolder (I would use chip quik normally) but still can be done. See Louis Rossman’s videos.
Reflowing a board is expensive and doesn’t have a great success rate. You can pretty easily damage the rest of the board while trying to reflow a chip. Or damage the chip itself. As Louis Rossman has also shown and discussed in his videos.
But you what is dirt cheap and has almost a 100% success rate? Unplugging a storage card from the socket and replacing it.
I haven’t reflowed before so I wouldn’t know. I think you are suggesting an SD card instead of a eMMC. That can work and prob wouldn’t be more expensive, but that’s an SPI interface I think so slower than what might be an 8bit interface on the eMMC.
maybe more components should be socket’d…
Not really, maybe a socketed eMMC chip like you can find on single board computers?
Or, if we’re being honest, why are we using eMMC on a car? It’s not exactly a rock solid storage solution and does not inspire confidence when used on a vehicle of all things. Use an mSATA SSD or something, at least. Hell, even mSATA is on its way out in favour of NVME but it’s still way better than eMMC. The freaking car is 50 grand or more and they’re too cheap to even have a proper SSD?
I didn’t know you can get that, so maybe I’ll use it in a design…
wow now reading this that’s so f*cking stupid.
idk I wouldn’t drive one of those things anyways. I just know where eMMCs can be useful.
Doesn’t this also mean that the eMMC will eventually run out of storage space? I remember when I did something which also generated a lot of log files on an SBC. After a few months of 24/7 operation there was so much stuff in /var/log that the 64GB eMMC was almost completely full.
Please don’t tell me they set up a cron job or something to delete some log files every day/week/month so this wouldn’t happen. Because that would mean that they are aware of the fact, that they’re writing massive amounts of log files to flash memory over and over again.
Maybe it was some programmer who’s good with code but doesn’t bother to understand hardware.