I have a Raspberry Pi with Pi-Hole installed. It works fine.
But how can I find out as to whether it's a 32 or 64 bits system?
Fokke Nauta wrote:
I have a Raspberry Pi with Pi-Hole installed. It works fine.
But how can I find out as to whether it's a 32 or 64 bits system?
uname -a
armv7l=32bit
aarch64=64bit
Fokke Nauta wrote:
I have a Raspberry Pi with Pi-Hole installed. It works fine.
But how can I find out as to whether it's a 32 or 64 bits system?
uname -a
armv7l=32bit
aarch64=64bit
Hi all,
I have a Raspberry Pi with Pi-Hole installed. It works fine.
But how can I find out as to whether it's a 32 or 64 bits system?
I need to know that to install another piece of software.
Thanks in advance.
Fokke
Fokke Nauta wrote:
I have a Raspberry Pi with Pi-Hole installed. It works fine.
But how can I find out as to whether it's a 32 or 64 bits system?
uname -a
armv7l=32bit
aarch64=64bit
On 22-09-2021 11:34, Andy Burns wrote:
Fokke Nauta wrote:
I have a Raspberry Pi with Pi-Hole installed. It works fine.
But how can I find out as to whether it's a 32 or 64 bits system?
uname -a
armv7l=32bit
aarch64=64bit
That can also mean you have a 64-bit kernel with 32-bit userland (by
having "arm_64bit=1" in /boot/config.txt), and you would definitely
still need 32-bit versions of software.
In general: Raspberry Pi OS has NOT been released as a full 64-bit
version yet, so if you don't know, it's easy: 32-bit for sure.
On 22-09-2021 11:34, Andy Burns wrote:
Fokke Nauta wrote:
I have a Raspberry Pi with Pi-Hole installed. It works fine.
But how can I find out as to whether it's a 32 or 64 bits system?
uname -a
armv7l=32bit
aarch64=64bit
That can also mean you have a 64-bit kernel with 32-bit userland (by
having "arm_64bit=1" in /boot/config.txt), and you would definitely
still need 32-bit versions of software.
In general: Raspberry Pi OS has NOT been released as a full 64-bit
version yet, so if you don't know, it's easy: 32-bit for sure.
On 22-09-2021 13:04, A. Dumas wrote:
On 22-09-2021 11:34, Andy Burns wrote:
Fokke Nauta wrote:
I have a Raspberry Pi with Pi-Hole installed. It works fine.
But how can I find out as to whether it's a 32 or 64 bits system?
uname -a
armv7l=32bit
aarch64=64bit
That can also mean you have a 64-bit kernel with 32-bit userland (by
having "arm_64bit=1" in /boot/config.txt), and you would definitely
still need 32-bit versions of software.
In general: Raspberry Pi OS has NOT been released as a full 64-bit
version yet, so if you don't know, it's easy: 32-bit for sure.
One way to know for sure without looking at config.txt:
$ file /bin/ls
/bin/ls: ELF 32-bit LSB executable [...]
On 22-09-2021 11:34, Andy Burns wrote:
Fokke Nauta wrote:
I have a Raspberry Pi with Pi-Hole installed. It works fine.
But how can I find out as to whether it's a 32 or 64 bits system?
uname -a
armv7l=32bit
aarch64=64bit
That can also mean you have a 64-bit kernel with 32-bit userland (by
having "arm_64bit=1" in /boot/config.txt), and you would definitely
still need 32-bit versions of software.
In general: Raspberry Pi OS has NOT been released as a full 64-bit
version yet, so if you don't know, it's easy: 32-bit for sure.
On 2021-09-22, A. Dumas wrote:
On 22-09-2021 11:34, Andy Burns wrote:
Fokke Nauta wrote:
I have a Raspberry Pi with Pi-Hole installed. It works fine.
But how can I find out as to whether it's a 32 or 64 bits system?
uname -a
armv7l=32bit
aarch64=64bit
That can also mean you have a 64-bit kernel with 32-bit userland (by
having "arm_64bit=1" in /boot/config.txt), and you would definitely
still need 32-bit versions of software.
In general: Raspberry Pi OS has NOT been released as a full 64-bit
version yet, so if you don't know, it's easy: 32-bit for sure.
Am I right in thinking that the Pi (at least the newer models) has
64-bit hardware, but it's the R.Pi OS (formerly known as Raspbian)
that limits it to 32-bit operation?
Am I right in thinking that the Pi (at least the newer models) has
64-bit hardware, but it's the R.Pi OS (formerly known as Raspbian)
that limits it to 32-bit operation?
Am I right in thinking that the Pi (at least the newer models) has
64-bit hardware, but it's the R.Pi OS (formerly known as Raspbian)
that limits it to 32-bit operation?
On 22/09/2021 12:57, Adam Funk wrote:
On 2021-09-22, A. Dumas wrote:
On 22-09-2021 11:34, Andy Burns wrote:
Fokke Nauta wrote:
I have a Raspberry Pi with Pi-Hole installed. It works fine.
But how can I find out as to whether it's a 32 or 64 bits system?
uname -a
armv7l=32bit
aarch64=64bit
That can also mean you have a 64-bit kernel with 32-bit userland (by
having "arm_64bit=1" in /boot/config.txt), and you would definitely
still need 32-bit versions of software.
In general: Raspberry Pi OS has NOT been released as a full 64-bit
version yet, so if you don't know, it's easy: 32-bit for sure.
Am I right in thinking that the Pi (at least the newer models) has
64-bit hardware, but it's the R.Pi OS (formerly known as Raspbian)
that limits it to 32-bit operation?
Ubuntu Server
<https://ubuntu.com/download/raspberry-pi>
I'm running 64-bit on a rpi4, no problems, very little difference.
Am I right in thinking that the Pi (at least the newer models) has
64-bit hardware, but it's the R.Pi OS (formerly known as Raspbian)
that limits it to 32-bit operation?
Am I right in thinking that the Pi (at least the newer models) has
64-bit hardware, but it's the R.Pi OS (formerly known as Raspbian)
that limits it to 32-bit operation?
Den 2021-09-22 kl. 11:37, skrev Pancho:
On 22/09/2021 10:05, Fokke Nauta wrote:
Hi all,
I have a Raspberry Pi with Pi-Hole installed. It works fine.
But how can I find out as to whether it's a 32 or 64 bits system?
I need to know that to install another piece of software.
Thanks in advance.
Fokke
uname -m
aarch64 is 64 bit
armv7l is 32 bit
hmm - so I got a Pi4 with 8Gb RAM
I downloaded the last raspian os (2021-05-07-raspios-buster-armhf-full)
and at first boot i upgraded to the latest and greatest (this was
yesterday 2021-09-21)
so - if I type
pi@raspberrypi:~ $ file /usr/bin/ls
/usr/bin/ls: ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-armhf.so.3, for GNU/Linux 3.2.0, BuildID[sha1]=67a394390830ea3ab4e83b5811c66fea9784ee69, stripped
or
pi@raspberrypi:~ $ uname -a
Linux raspberrypi 5.10.60-v7l+ #1449 SMP Wed Aug 25 15:00:44 BST 2021
armv7l GNU/Linux
they state 32 bit
BUT
pi@raspberrypi:~ $ free -m
total used free shared buff/cache
available
Mem: 7898 142 7460 42 295
7486
Swap: 99 0 99
why does free see the 8 Gb ? and top does too.
On 22/09/2021 10:05, Fokke Nauta wrote:
Hi all,
I have a Raspberry Pi with Pi-Hole installed. It works fine.
But how can I find out as to whether it's a 32 or 64 bits system?
I need to know that to install another piece of software.
Thanks in advance.
Fokke
uname -m
aarch64 is 64 bit
armv7l is 32 bit
Björn Lundin <b.f.lundin@gmail.com> wrote:
why does free see the 8 Gb ? and top does too.https://www.raspberrypi.org/forums/viewtopic.php?t=276597
I do not expect any further Buster-based releases, as Debian has
released Bullseye -- I expect the foundation is focusing on getting
Bullseye (Debian 11) packaged for all R-Pi models before returning to
64-bit development.
Am I right in thinking that the Pi (at least the newer models) has
64-bit hardware, but it's the R.Pi OS (formerly known as Raspbian)
that limits it to 32-bit operation?
On Wed, 22 Sep 2021 12:57:39 +0100, Adam Funk <a24061@ducksburg.com> declaimed the following:
Am I right in thinking that the Pi (at least the newer models) has
64-bit hardware, but it's the R.Pi OS (formerly known as Raspbian)
that limits it to 32-bit operation?
The 3 and 4 have 64-bit cores. So far the foundation has been focused on 32-bit OS as it runs on all R-Pi models.
There is a beta 64-bit release https://www.raspberrypi.org/forums/viewtopic.php?t=275370
https://downloads.raspberrypi.org/raspios_arm64/images/ (newer image)
I do not expect any further Buster-based releases, as Debian has released Bullseye -- I expect the foundation is focusing on getting
Bullseye (Debian 11) packaged for all R-Pi models before returning to
64-bit development.
On 22/09/2021 12:57, Adam Funk wrote:
Am I right in thinking that the Pi (at least the newer models) has
64-bit hardware, but it's the R.Pi OS (formerly known as Raspbian)
that limits it to 32-bit operation?
The Raspberry Pi OS (Raspbian) userland is 32 bit, however they provide
both 32 bit and 64 bit kernels which can be used in the Pi 3, 3+ and 4
which support ARMv7 and ARMv8.
I'm running loading the 64 bit kernel, so I can boot in to the standard
32 bit Raspbian userland, but use raspbian-nspawn-64 so I can run a 64
bit userland inside a systemd container. This gives me a 64 bit shell
plus the ability to run 64 bit desktop applications from the start menu alongside 32 bit ones.
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 371 |
Nodes: | 16 (2 / 14) |
Uptime: | 174:53:33 |
Calls: | 7,915 |
Files: | 12,983 |
Messages: | 5,797,723 |