Raspbian added support for 64-bit kernel

Amin Mahpour, PhD
2 min readSep 14, 2019
Raspberry Pi 4B supports 64-bit OSs

Raspbian, the Debian-based linux operating system, is the popular OS of choice for the Raspberry Pi single board computer users. Despite Raspberry Pi boards have supported 64-bit addressing through the compatible ARM processor for awhile now, the OS has only supported 32-bit operations, until now. In a forum post earlier this month, a Raspbian engineer announced an early version of Raspbian OS that supports 64-bit kernel.

Why is it important?

While 64 bit support is not necessary for regular Raspberry Pi users at this point, it might become more important when boards with more than 4GB RAM are released down the road. Although there are software trickery that can be employed to add support for more RAM access through 32-bit operations, it will be a cumbersome experience to support long term.

How to install the alpha release?

You can follow the instruction on the post to install the neccessary component to add support for 64-bit kernel. But, I am also including a concise instruction here as well:

Execute the following commands:

$ sudo apt-get update
$ sudo apt-get upgrade
$ sudo rpi-update

The last command will ask you to allow pre-release firmware. Press “y” if you would like to proceed.

--

--

Amin Mahpour, PhD

Research Fellow at Harvard Medical School and Massachusetts General Hospital. I write about science and technology.