Thursday, May 28th 2020

Raspberry Pi 4 Gets Upgraded to 8 GB, Priced at $75

Raspberry Pi 4 is almost a year old, and it's been a busy year. We've sold nearly 3 million units, shipped a couple of minor board revisions, and reduced the price of the 2 GB variant from $45 to $35. On the software side, we've done enormous amounts of work to reduce the idle and loaded power consumption of the device, passed OpenGL ES 3.1 conformance, started work on a Vulkan driver, and shipped PXE network boot mode and a prototype of USB mass storage boot mode - all this alongside the usual round of bug fixes, feature additions, and kernel version bumps.

While we launched with 1 GB, 2 GB and 4 GB variants, even at that point we had our eye on the possibility of an 8 GB Raspberry Pi 4. We were so enthusiastic about the idea that the non-existent product made its way into both the Beginner's Guide and the compliance leaflet. The BCM2711 chip that we use on Raspberry Pi 4 can address up to 16 GB of LPDDR4 SDRAM, so the real barrier to our offering a larger-memory variant was the lack of an 8 GB LPDDR4 package. These didn't exist (at least in a form that we could address) in 2019, but happily our partners at Micron stepped up earlier this year with a suitable part. And so, today, we're delighted to announce the immediate availability of the 8 GB Raspberry Pi 4, priced at just $75.
It's worth reflecting for a moment on what a vast quantity of memory 8 GB really is. To put it in retro-perspective (retrospective?), this is a BBC Micro's worth of memory for every bit in the memory of the BBC Micro; it's a little over 13,000 times the 640 KB that Bill Gates supposedly thought should be enough for anyone (sadly, it looks as though this quote is apocryphal).

If you're a power user, intending to compile and link large pieces of software or run heavy server workloads, or you simply want to be able to have even more browser tabs open at once, this is definitely the Raspberry Pi for you.

What else has changed?
To supply the slightly higher peak currents required by the new memory package, James has shuffled the power supply components on the board, removing a switch-mode power supply from the right-hand side of the board next to the USB 2.0 sockets and adding a new switcher next to the USB-C power connnector. While this was a necessary change, it ended up costing us a three-month slip, as COVID-19 disrupted the supply of inductors from the Far East.
Other than that, this is the same Raspberry Pi 4 you've come to know and love.

What about 64-bit?
Our default operating system image uses a 32-bit LPAE kernel and a 32-bit userland. This allows multiple processes to share all 8 GB of memory, subject to the restriction that no single process can use more than 3 GB. For most users this isn't a serious restriction, particularly since every tab in Chromium gets its own process. Sticking with a 32-bit userland has the benefit that the same image will run on every board from a 2011-era alpha board to today's shiny new 8 GB product.

But power users, who want to be able to map all 8 GB into the address space of a single process, need a 64-bit userland. There are plenty of options already out there, including Ubuntu and Gentoo.

Not to be left out, today we've released an early beta of our own 64-bit operating system image. This contains the same set of applications and the same desktop environment that you'll find in our regular 32-bit image, but built against the Debian arm64 port.

Both our 32-bit and 64-bit operating system images have a new name: Raspberry Pi OS. As our community grows, we want to make sure it's as easy as possible for new users to find our recommended operating system for Raspberry Pi. We think the new name will help more people feel confident in using our computers and our software. An update to the Raspberry Pi Desktop for all our operating system images is also out today, and we'll have more on that in tomorrow's blog post.

You can find a link to the new 64-bit image, and some important caveats, in this forum post.
Add your own comment

18 Comments on Raspberry Pi 4 Gets Upgraded to 8 GB, Priced at $75

#1
lexluthermiester
This is an interesting development. I wonder how useful the 8GB bump will actually be for the RPi4.
Posted on Reply
#2
Unregistered
lexluthermiesterThis is an interesting development. I wonder how useful the 8GB bump will actually be for the RPi4.
Remember that it is most likely Single Channel.
#3
Fourstaff
Very tempted to give this a spin, I have 8GB on my PC :oops:
Posted on Reply
#4
TheLostSwede
News Editor
Bork BorkRemember that it is most likely Single Channel.
This is the actual memory chip.
www2.mouser.com/ProductDetail/Micron/MT53E2G32D4NQ-046-WTA?qs=wnTfsH77Xs4X8jDmtbVXBw%3D%3D

Also, don't compare ARM and x86 CPU memory design, as it's a bit more complicated than single and dual channel.
PC DIMMs use a 64-bit bus width, whereas in this case, at least based on the memory chip used, it looks like the RPi is only using a 32-bit memory bus.
Many ARM based processors still only use a 16-bit bus on the lower end. Others use some very odd layouts like 4x 16-bit (Samsung Exynos for example), whereas 2x 32-bit is also quite common. This is also why you can't use PC SO-DIMMs or DIMMs with most ARM SoCs.
Posted on Reply
#5
Parn
Interesting.

I'm still tinkering with a bunch of old 1st gen RPi B+ and have turned them into cctv cameras around my house for my homemade surveillance system. I've also got a RPi 3B with the official RPi 7" touchscreen and use them as a monitor/controller for the above system.

I was thinking about getting a RPi 4B to play with. 8GB might be overkill for it, but I think I'll get this one.
Posted on Reply
#6
Unregistered
TheLostSwedeThis is the actual memory chip.
www2.mouser.com/ProductDetail/Micron/MT53E2G32D4NQ-046-WTA?qs=wnTfsH77Xs4X8jDmtbVXBw%3D%3D

Also, don't compare ARM and x86 CPU memory design, as it's a bit more complicated than single and dual channel.
PC DIMMs use a 64-bit bus width, whereas in this case, at least based on the memory chip used, it looks like the RPi is only using a 32-bit memory bus.
Many ARM based processors still only use a 16-bit bus on the lower end. Others use some very odd layouts like 4x 16-bit (Samsung Exynos for example), whereas 2x 32-bit is also quite common. This is also why you can't use PC SO-DIMMs or DIMMs with most ARM SoCs.
This would explain the abysmal gpu performance, thanks for clearing that out! Sadly I'm not a fan of rendering via software. So I guess I'll go with a decent Rockchip board once they get back in stock.
Posted on Edit | Reply
#7
TheLostSwede
News Editor
Bork BorkThis would explain the abysmal gpu performance, thanks for clearing that out! Sadly I'm not a fan of rendering via software. So I guess I'll go with a decent Rockchip board once they get back in stock.
It's more to it than that, as the Broadcom SoC they use, has a very antiquated GPU that was intended for STBs initially. It can't compete with anything current out there, I mean, it's called VideoCore, not GraphicsCore for a reason.
en.wikipedia.org/wiki/VideoCore
Posted on Reply
#8
Ruyki
lexluthermiesterThis is an interesting development. I wonder how useful the 8GB bump will actually be for the RPi4.
The 4GB version is probably enough for most uses. But it's nice to have the option to get an 8GB version I guess.
I've got the 4GB version and I use it as a NAS. Right now, it says it's only using 245MB out of the 4GB. Which is surprisingly little.
Posted on Reply
#9
TheLostSwede
News Editor
RuykiThe 4GB version is probably enough for most uses. But it's nice to have the option to get an 8GB version I guess.
I've got the 4GB version and I use it as a NAS. Right now, it says it's only using 245MB out of the 4GB. Which is surprisingly little.
Be careful with that, a lot of people end up with corrupted data when they use a RPi as their NAS. Not because of the RPi itself, but because the drive(s) are connected via USB. Avoid any form of RAID at all costs.
Posted on Reply
#10
Vya Domus
When they'll put a GPU in there with some sort of support for a compute API I'll be interested, till then they can stuff as much memory as they want on it.
Posted on Reply
#11
Vayra86
Was eyeing this for my next HTPC but apparently the streamed video content performance is abysmal. Shame!
Posted on Reply
#12
TheLostSwede
News Editor
Vayra86Was eyeing this for my next HTPC but apparently the streamed video content performance is abysmal. Shame!
Well, because it's opensauce, it doesn't support a lot of DRM so...
Better off getting an Amazon Fire TV Stick 4K, although I learn the hard way that the Prime Video app doesn't work outside the region you bought the stick in :kookoo:
Apart from that it works pretty well and I only paid $25 for it and it's not otherwise available where I live so...
Posted on Reply
#13
Vayra86
TheLostSwedeWell, because it's opensauce, it doesn't support a lot of DRM so...
Better off getting an Amazon Fire TV Stick 4K, although I learn the hard way that the Prime Video app doesn't work outside the region you bought the stick in :kookoo:
Apart from that it works pretty well and I only paid $25 for it and it's not otherwise available where I live so...
Yeah, I'm staying away from Android TV too. Have a Shield but for anything other than apps its horrendous. I need a solid browser on it as well. Chromium on RBPi was gonna be that... So Linux or Windows, really. Unless you have other suggestions.

Most of the video content we stream cannot be done through an app, and the Smart TV is actually pretty zippy with Netflix and all.
Posted on Reply
#14
lexluthermiester
Vya DomusWhen they'll put a GPU in there with some sort of support for a compute API I'll be interested, till then they can stuff as much memory as they want on it.
If you're looking for a more performance based SBC, the Odroid line are better selections;
Odroid XU4
www.hardkernel.com/shop/odroid-xu4-special-price/
www.hardkernel.com/shop/odroid-xu4q-special-price/

The newest Odroid board, the C4;
www.hardkernel.com/shop/odroid-c4/

Odroid also has an X86 based SBC which will run Windows in addition to Linux and Android;
www.hardkernel.com/shop/odroid-n2-with-4gbyte-ram/

RaspberryPi is very well supported, but is weak in the hardware department. Odroid's offerings are also very well supported but aim at high performance.
Posted on Reply
#15
Vayra86
lexluthermiesterIf you're looking for a more performance based SBC, the Odroid line are better selections;
Odroid XU4
www.hardkernel.com/shop/odroid-xu4-special-price/
www.hardkernel.com/shop/odroid-xu4q-special-price/

The newest Odroid board, the C4;
www.hardkernel.com/shop/odroid-c4/

Odroid also has an X86 based SBC which will run Windows in addition to Linux and Android;
www.hardkernel.com/shop/odroid-n2-with-4gbyte-ram/

RaspberryPi is very well supported, but is weak in the hardware department. Odroid's offerings are also very well supported but aim at high performance.
Yeah I was eyeing that too. Thx for the links

If all else fails I'm just going to stick an Intel NUC behind the TV, but prefer to keep money in pocket :P
Posted on Reply
#16
Ruyki
TheLostSwedeBe careful with that, a lot of people end up with corrupted data when they use a RPi as their NAS. Not because of the RPi itself, but because the drive(s) are connected via USB. Avoid any form of RAID at all costs.
I'll be careful.
I'm not using RAID. And the filesystem I use (btrfs) has checksums so I should be able to detect data errors if there are any. There have been no errors yet. I also have backups of all my data.
Posted on Reply
#17
TheLostSwede
News Editor
RuykiI'll be careful.
I'm not using RAID. And the filesystem I use (btrfs) has checksums so I should be able to detect data errors if there are any. There have been no errors yet. I also have backups of all my data.
The issue isn't the file system, once again, it's USB. It's not a reliable interface for 24/7/365 operation of drives.
USB connected drives are obviously fine for what they've been designed for, but a lot of the drive manufacturers put their cheaper tier of hard drives in external drives as well.
Posted on Reply
#18
Ruyki
TheLostSwedeThe issue isn't the file system, once again, it's USB. It's not a reliable interface for 24/7/365 operation of drives.
USB connected drives are obviously fine for what they've been designed for, but a lot of the drive manufacturers put their cheaper tier of hard drives in external drives as well.
You're correct, USB isn't ideal for connecting drives and external drives can have cheaper tier hard drives.
But I'm actually being super careful. Here's the all the precautions I took:
- I have a backup (and all the important data has multiple backups)
- the original copy of the data is not on the NAS but actually on my desktop (in most cases)
- I use a checksumming filesystem on the NAS which should catch file errors
- I got a WD Elements 8TB as the external drive. It has the WD80EMAZ drive which should be decent quality.
I believe if you manage the risks, a raspberry pi 4 NAS can be useful.
Posted on Reply
Add your own comment
May 4th, 2024 08:12 EDT change timezone

New Forum Posts

Popular Reviews

Controversial News Posts