How are people dealing with subpar SD card storage option which is guaranteed to fail if there are ANY consistent writes? Why don't they add M.2 port?, it would instantly make Pi lot more reliable.
First Impressions with the Raspberry Pi Zero 2 W
51–60 of 81 posts
Re: First Impressions with the Raspberry Pi Zero 2 W
#52How are people dealing with subpar SD card storage option which is guaranteed to fail if there are ANY consistent writes? Why don't they add M.2 port?, it would instantly make Pi lot more reliable.
pi3/4 can boot straight from USB.
In my case.. I have a couple of old gen1/1.2 Pis, no boot straight from USB, but an SD card with only the FAT32 /boot partition that's got the read lock on card set, and boot config set for a USB stick in the side of it. They're still slow, but not gonna brick the SD card.
Re: First Impressions with the Raspberry Pi Zero 2 W
#53Earlier quoted context omitted.
Probably because SystemD network management is harder to use on a headless install. With a Raspberry Pi you just need to edit a couple of lines in the boot.conf to have it connect to WiFi on boot. You can deploy one without ever plugging in a keyboard or monitor.
How do you edit boot.conf without a keyboard or monitor?
Re: First Impressions with the Raspberry Pi Zero 2 W
#54Earlier quoted context omitted.
I've switched to only buying SD cards from AAA+ platinum-rated photography websites (B&H, Adorama), they seem to be the only reliable places to buy non-counterfit SD cards these days. I've never had an issue with an SD card since I made this shopping change. Shipping and price are about 10% higher, but guaranteed quality product is worth it. If you buy your SD cards from Amazon or Ebay you can't guarantee quality for…
What SD brands do you usually buy? Are the Sandisk Extreme range any good?
My raspberry pi doesn't do many disk operations so the speed isn't critical and 90 MB/s is plenty. My digital camera, on the other hand, has dual SD card slots, and can record uncompressed(!) 10 bit 4k video @ 60fps but needs 2 x 400 MB/s continuous write, which is... a pretty specific need. And cost accordingly.
Re: First Impressions with the Raspberry Pi Zero 2 W
#55Earlier quoted context omitted.
Not really, but that's because I largely dismiss the early Pis altogether. They sit in the awkward space where they're larger and faster than a microcontroller but practically speaking require an OS that wastes a lot of the available resources; for running Linux applications, they feel way underpowered. Pi 3 seemed powerful enough to be interesting and I did a small project with it, but Pi 4 pushes it to where I'm ac…
> for running Linux applications, they feel way underpowered I think that's because the Raspberry Pi's might be best used as tiny consumer servers, not desktop (or embedded) computers. They seem perfect for running things that require an OS and a moderate amount of processing power - say, DNS, Syncthing, audio streaming, ssh tunnel point, a VPN, a small personal (static) website, or a NAS that doesn't have particular…
Re: First Impressions with the Raspberry Pi Zero 2 W
#56I know many of you may be wondering if you should get one of these, and if they can be used to create a cheaper cluster than RPi4s. I try to answer that as well as talk about my experience with the RPi Zero and how quick it is with Go and Node.js compared to the older generation. Are you running Zeros now or other models? What would you run on an RPi Zero 2?
My dream device for clustering is dual core 1Ghz+, 1GB ddr4 (ddr3 in a pinch) and wired Gb ethernet. In bulk (where bulk ~ 100) price $5-10. Some of the allwinner and rockchip based pi clones get close but price is a lot more.
Re: First Impressions with the Raspberry Pi Zero 2 W
#57I know many of you may be wondering if you should get one of these, and if they can be used to create a cheaper cluster than RPi4s. I try to answer that as well as talk about my experience with the RPi Zero and how quick it is with Go and Node.js compared to the older generation. Are you running Zeros now or other models? What would you run on an RPi Zero 2?
Re: First Impressions with the Raspberry Pi Zero 2 W
#58Does anyone else have feelings about “there’s too many tiers of Pi” yet? I’m not sure if I feel that but it’s on my mind.
Yes, I think there are too many. Everyone tends to go for the latest and greatest. The Pi is heading towards becoming a PC replacement, but I'm not sure what advantage that is. Instead of have faster computers, I want a faster OS. Or preferably very little in the way of an OS. Something like a DOS, perhaps. Something where you could write blazingly-fast software because the kernel is straightforward. And I want a rea…
Re: First Impressions with the Raspberry Pi Zero 2 W
#59Does anyone else have feelings about “there’s too many tiers of Pi” yet? I’m not sure if I feel that but it’s on my mind.
The different options are definitely appreciated. The default choice should be the base model Raspberry Pi 4. The other options (compute module, Zero, higher RAM versions) are for specialized needs. Even if you’re using the Zero or Compute Module you probably want the normal Raspberry Pi 4 around for development.
It's different from, say, apple having 10 different types of mac books each for slightly different use cases.
Re: First Impressions with the Raspberry Pi Zero 2 W
#60Does anyone else have feelings about “there’s too many tiers of Pi” yet? I’m not sure if I feel that but it’s on my mind.
Not really, but that's because I largely dismiss the early Pis altogether. They sit in the awkward space where they're larger and faster than a microcontroller but practically speaking require an OS that wastes a lot of the available resources; for running Linux applications, they feel way underpowered. Pi 3 seemed powerful enough to be interesting and I did a small project with it, but Pi 4 pushes it to where I'm ac…
The competitors seem to be much more common than the Raspberry Pico (i.e. it is much easier to find expansion boards, examples etc. for them). They seem to cost roughly the same too, and the ESPs even include WiFi and in the case of the ESP32 even Bluetooth, which makes interfacing with them so much easier.
I'm kinda surprised they released that. The RPi was awesome because it was the first mass-produced SBC (making it both affordable and well documented/supported). There are many competitors, but none so universal and common. With microcontrollers, I don't see any unique selling point, nothing that could get them to that position.