How do I tell how much memory my Pi has?
How do I realize how much memory I have?
Re: How do I tell how much memory my Pi has?
with Raspbian installed?
type pinout at the command line (terminal).
A Pi4 without Raspbian installed (no Operating System), you'll need to read the chips.
Pi3(+) it is 1GB
Pi Zero(W) it is 0.5GB
...
type pinout at the command line (terminal).
A Pi4 without Raspbian installed (no Operating System), you'll need to read the chips.
Pi3(+) it is 1GB
Pi Zero(W) it is 0.5GB
...
Re: How do I tell how much memory my Pi has?
And without an Operating System installed, read the documentation provided by Raspberry Pi themselves..
https://www.raspberrypi.org/documentati ... /#hardware
-
- Posts: 13952
- Joined: Fri Mar 09, 2012 7:36 pm
- Location: Vallejo, CA (US)
Re: How do I tell how much memory my Pi has?
If it's brand new in the original packaging...read the box.
Re: How do I tell how much memory my Pi has?
The free command gives you memory stats too
The total figure is your physical memory minus the amount reserved for the GPU, in bytes.
Code: Select all
pi@BlackPi:~ $ free
total used free shared buff/cache available
Mem: 3946976 285120 3278608 55416 383248 3481132
Swap: 102396 0 102396
Re: How do I tell how much memory my Pi has?
If it;s fully up to date, take out the SD card and reboot. Diagnostics screen should tell you. Must be connected to an HDMI display.
Principal Software Engineer at Raspberry Pi (Trading) Ltd.
Contrary to popular belief, humorous signatures are allowed.
I've been saying "Mucho" to my Spanish friend a lot more lately. It means a lot to him.
Contrary to popular belief, humorous signatures are allowed.
I've been saying "Mucho" to my Spanish friend a lot more lately. It means a lot to him.
-
- Raspberry Pi Engineer & Forum Moderator
- Posts: 10249
- Joined: Wed Dec 04, 2013 11:27 am
- Location: ZZ9 Plural Z Alpha, aka just outside Cambridge.
Re: How do I tell how much memory my Pi has?
Pi4 only.
Software Engineer at Raspberry Pi Trading. Views expressed are still personal views.
I'm not interested in doing contracts for bespoke functionality - please don't ask.
I'm not interested in doing contracts for bespoke functionality - please don't ask.
Re: How do I tell how much memory my Pi has?
Tru dat.
Principal Software Engineer at Raspberry Pi (Trading) Ltd.
Contrary to popular belief, humorous signatures are allowed.
I've been saying "Mucho" to my Spanish friend a lot more lately. It means a lot to him.
Contrary to popular belief, humorous signatures are allowed.
I've been saying "Mucho" to my Spanish friend a lot more lately. It means a lot to him.
Re: How do I tell how much memory my Pi has?
Wow. Totally missed that. Here's how it looks like in case anyone hasn't seen it before:Diagnostics screen should tell you.

(I tried documenting the values here)
Last edited by dividuum on Sun Apr 19, 2020 10:47 am, edited 1 time in total.
info-beamer hosted - A user and programmer friendly digital signage platform for the Pi: https://info-beamer.com/hosted
Re: How do I tell how much memory my Pi has?
Yet another new feature/change that seems to have only be publicised by accident 
PeterO

PeterO
Discoverer of the PI2 XENON DEATH FLASH!
Interests: C,Python,PIC,Electronics,Ham Radio (G0DZB),1960s British Computers.
"The primary requirement (as we've always seen in your examples) is that the code is readable. " Dougie Lawson
Interests: C,Python,PIC,Electronics,Ham Radio (G0DZB),1960s British Computers.
"The primary requirement (as we've always seen in your examples) is that the code is readable. " Dougie Lawson
Re: How do I tell how much memory my Pi has?
Agreed. It would be great to have some centralized feed of those awesome improvements that constantly pop up in firmware/eeprom/Linux commits as well as the forum. The rest of the eeprom improvements made along the diagnostic screen are pretty great as well.
info-beamer hosted - A user and programmer friendly digital signage platform for the Pi: https://info-beamer.com/hosted
- DougieLawson
- Posts: 40481
- Joined: Sun Jun 16, 2013 11:19 pm
- Location: A small cave in deepest darkest Basingstoke, UK
- Contact: Website Twitter
Re: How do I tell how much memory my Pi has?
This goes with getting all of the funky hidden config.txt options published. There's no sensible reasons for keeping them opaque.dividuum wrote: ↑Sun Apr 19, 2020 10:53 amAgreed. It would be great to have some centralized feed of those awesome improvements that constantly pop up in firmware/eeprom/Linux commits as well as the forum. The rest of the eeprom improvements made along the diagnostic screen are pretty great as well.
Any language using left-hand whitespace for syntax is ridiculous
Any DMs sent on Twitter will be answered next month.
Fake doctors - are all on my foes list.
Any requirement to use a crystal ball or mind reading will result in me ignoring your question.
Any DMs sent on Twitter will be answered next month.
Fake doctors - are all on my foes list.
Any requirement to use a crystal ball or mind reading will result in me ignoring your question.
Re: How do I tell how much memory my Pi has?
I suppose we probably should put an announcement in the announcement page. And update some docs somewhere. WIll take a look next week.
Principal Software Engineer at Raspberry Pi (Trading) Ltd.
Contrary to popular belief, humorous signatures are allowed.
I've been saying "Mucho" to my Spanish friend a lot more lately. It means a lot to him.
Contrary to popular belief, humorous signatures are allowed.
I've been saying "Mucho" to my Spanish friend a lot more lately. It means a lot to him.
Re: How do I tell how much memory my Pi has?
Updates to beta release are published in the release notes when the binaries are pushed to git. In the last bootloader related announcement there was a link to the release notes.
Unfortunately, the thread was drowned in the noise about release names.
Official documentation follows after that and is updated depending on the results of the beta e.g. the feature might get reverted or configuration options changed.
The HDMI diagnostics screen is only available in beta-image and I wouldn't recommend that end-users install a beta for an error screen which they should never see.
Unfortunately, the thread was drowned in the noise about release names.
Official documentation follows after that and is updated depending on the results of the beta e.g. the feature might get reverted or configuration options changed.
The HDMI diagnostics screen is only available in beta-image and I wouldn't recommend that end-users install a beta for an error screen which they should never see.
Re: How do I tell how much memory my Pi has?
OK, so have checked and this bootloader is still beta software, not officially released, which is why there is no official announcement or documentation. You should only be seeing it if you have enabled the beta firmware downloading option.
Principal Software Engineer at Raspberry Pi (Trading) Ltd.
Contrary to popular belief, humorous signatures are allowed.
I've been saying "Mucho" to my Spanish friend a lot more lately. It means a lot to him.
Contrary to popular belief, humorous signatures are allowed.
I've been saying "Mucho" to my Spanish friend a lot more lately. It means a lot to him.