Earlier quoted context omitted.
I didn’t even know you could do that! Any idea if it works on the pi4 or not? The docs don’t mention it. https://www.raspberrypi.org/documentation/hardware/raspberry...
just a guess but s/he may have been referring to just putting root filesystem on a USB drive, but still requiring the bootloader (and possibly kernel?) to be on sd card. It's a one-time "hit" that is completely negligible.
A2-class microSD cards offer no better performance for the Raspberry Pi
71–80 of 112 posts
Re: A2-class microSD cards offer no better performance for the Raspberry Pi
#72How about lifespan? I fail to understand why SD card have such a short lifespan, and it's the sole reason I won't acquire an RPi. It seems that the only think that is lacking on RPi is flash memory storage. Most smartphones have a lot of it, and it seems that 1GB of storage would be enough for the RPi and would not necessarily be so expensive.
The Pi doesn't necessarily need an SD card. I'm running it on NFS, booted over the network. Works just fine. No need to worry about burning out the SD card.
Re: A2-class microSD cards offer no better performance for the Raspberry Pi
#73sd card performance specs are all a joke. they are "at most" some speed. What even is the point of writting such spec? the car analogy would be if you measure some car going down a hill (doesn't even matter if tumbling and killing everyone inside), measuring that it was 300mph and then advertising it as "speeds of 300mph!!!"
Also how ISP speed is measured ;)
And it's not like that everywhere, the UK has started what I hope develops into a trend: https://www.bt.com/broadband/deals/
Re: A2-class microSD cards offer no better performance for the Raspberry Pi
#74I'm surprised we haven't seen a smaller than M.2 form factor for SATA on embedded devices. It seems like the big limiter on devices like the Raspberry Pi and others are the sd cards/emmc modules, since the amount processing power and ram have been continually going up. If you need disk performance on the Pi 4, wouldn't it make more sense to only keep the kernel,initrd on the sdcard and mount the primary filesystem of…
General practice in embedded is to avoid writing to disk as much as possible. Data collection is mostly done by sending it to the cloud for storage there. However 'edge processing' and 'edge storage' are hot topics, so there will probably be more work in this area. Some of the surveillance camera vendors are showing interest in this, since it would be beneficial to reduce data needed to be sent. Especially since vast…
Re: A2-class microSD cards offer no better performance for the Raspberry Pi
#75Re: A2-class microSD cards offer no better performance for the Raspberry Pi
#76Earlier quoted context omitted.
I don't know. It's a bit of a bummer. I imagine Android would benefit the most (and phones also don't suffer from sudden power outages, which is the biggest risk with enabling this), so someone may try looking if mmc core in androind kernel has patches to support this.
My phone will reboot randomly; depending on what layer the reboot happens at, there may be no flush command sent to the card.
Re: A2-class microSD cards offer no better performance for the Raspberry Pi
#77Re: A2-class microSD cards offer no better performance for the Raspberry Pi
#78Earlier quoted context omitted.
The Pi doesn't necessarily need an SD card. I'm running it on NFS, booted over the network. Works just fine. No need to worry about burning out the SD card.
What component supports NFS booting? The bootloader is on the SD card, right?
(Or actually even supported, IIRC)
Re: A2-class microSD cards offer no better performance for the Raspberry Pi
#79Earlier quoted context omitted.
I didn’t even know you could do that! Any idea if it works on the pi4 or not? The docs don’t mention it. https://www.raspberrypi.org/documentation/hardware/raspberry...
just a guess but s/he may have been referring to just putting root filesystem on a USB drive, but still requiring the bootloader (and possibly kernel?) to be on sd card. It's a one-time "hit" that is completely negligible.