|
|
|
|
|
by Pxtl
980 days ago
|
|
The Pi 5 looks neat and I hear it's finally got a power button built-in, which was always the sorest point of the rpi series for me - the fact that it had no good story for safely idling was always absurd. The default configuration was "if you lose power there's a good chance the filesystem will be corrupt". Still, does the new one do better beyond having an off-button? Like does it wake via USB properly? Does it have some way to safely recover the filesystem after power-loss? Because that has always been the gigantic asterisk on the otherwise-cool RPI. "It's a ticking time-bomb until its memory gets corrupted, and if it crashes you have to roll the dice by power-cycling it" was never a good story. That and its unbearable prima-donna pickyness about voltage. |
|
"Good chance"? We used to do kernel module development directly on Pi3/4s at this one client of mine, and I would OOPS the kernel from time-to-time (couple of times a day on average in the beginning stages) and never had a loss that ext4 couldn't recover from (and as the Pis lacked a "reset" button, resets were done via power-cycling).
We used standard PNY/Samsung Micro-SDs, too (i.e., not industrial-grade varieties), but we did pick the faster-IO variants when possible.